aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-intel/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
AgeCommit message (Collapse)AuthorFilesLines
2018-07-27Remove pyro 2.3.4 conflicts for Ubuntu 18.04 buildSteve Lemke1-8/+0
After updating poky to pyro 2.3.4 (to resolve Ubuntu 18.04 build issues) it is necessary to remove conflicting linux-firmware_git.bbappend and bluez patch which are now included in pyro 2.3.4. Tested with poky @ ebb42af2829edfca1a23c7a51a431c656ffc2090 (pyro 2.3.4) Change-Id: Ide27c9c2acf8fa2711035a9472cee3f5d45f016e Signed-off-by: Steve Lemke <steve.lemke@lge.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/12511 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>