From 5f01870ba086f2f840a7d570a60368cf42b728c0 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Mon, 12 May 2014 12:48:32 +0200 Subject: Add linux-firmware to b2qt default base packages This should enable the binary firmware blobs that come with the Linux kernel to be deployed to the device image which will enable any kernel modules that require them to work. This situation comes up frequently among wifi drivers (like ralink devices) and should allow us to support a more complete range of available USB wifi hardware. Change-Id: I8167e35e7d49e0823ad63d60ab5962fd049439e1 Reviewed-by: Gatis Paeglis Reviewed-by: Samuli Piippo --- recipes/packagegroup/packagegroup-b2qt-embedded-base.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb index 0942a7e..e7f15bb 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb @@ -45,5 +45,6 @@ RDEPENDS_${PN} = "\ alsa-utils-amixer \ hunspell \ ca-certificates \ + linux-firmware \ ${MACHINE_EXTRA_INSTALL} \ " -- cgit v1.2.3-54-g00ecf