summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-intel/recipes-kernel/linux-firmware
AgeCommit message (Collapse)AuthorFilesLines
2018-02-21meta-intel: removal of ibt info since it has been defined in rocko.Kien Dinh1-3/+0
The old info of IBT firmware for Intel bluetooth in the bbappend file overrides those in the new rocko's linux-firmware.bb and causes build failure when users try to add a specific fimrware by name. Change-Id: I71d4f017cfdceda2347a97aeaa0260e643bfcd91 Signed-off-by: Kien Dinh <kien.t.dinh@intel.com>
2018-01-23linux-firmware: Remove duplicated linesChanghyeok Bae1-5/+0
Some lines are already applied in upstream poky. Bug-AGL: SPEC-1181 Change-Id: I64e0e3180d72c125b16a42df53be1a5196d75bb7 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2017-12-13Enabled general Intel bluetooth driver support instead of specific one.Kien Dinh1-6/+3
ibt-11-5 is the specific firmware for Joule. The image for IA should be able to include multiple firmware, including this one. For having the firmware in the image, please include linux-firmware-ibt by IMAGE_INSTALL_append = ' linux-firmware-ibt' Change-Id: I4451dbbf54145df784b763dd3ef924d8a7ac8863 Signed-off-by: Kien Dinh <kien.t.dinh@intel.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12421 Reviewed-by: Thomas Rini <trini@konsulko.com> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2017-01-10fix intel build for linux-firmwareRonan1-11/+0
Change-Id: I565bdf1ac23b19bbdc65401cd0843f8a8de1b2b7 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-12-24meta-intel: Fix for the sdk build failure for Intel platformsKien Dinh1-3/+2
Removed linux-firmware-ibt since it is only necessary for the Joule platform. Change-Id: Ia4916fbc777299df4a094874ad1585a43a46d39b Signed-off-by: Kien Dinh <kien.t.dinh@intel.com>
2016-12-20Enabling build for Intel's Joule boardktdinh1-0/+23
This adds neccessary firmware to support the Joule board, including wifi and bluetooth. Change-Id: Ia6973415113119aaf60fff0dbb494027fba96fd5 Signed-off-by: Kien Dinh <kien.t.dinh@intel.com>