Fix the build failed (do_rootfs) for RPi3-64, guppy_7.0.0 63/20263/2
authorgenesis <genesisgardian@gmail.com>
Fri, 22 Feb 2019 06:48:26 +0000 (14:48 +0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 28 Feb 2019 09:44:47 +0000 (09:44 +0000)
When building for RPi3-64, there will have an error at do_rootfs.
The error messages are: nothing provides linux-firmware-bcm43430 needed by linux-firmware-1:0.0+git0+8fc2d4e556-r0.noarch
This is happened because RPi3 change to use linux-firmware-raspbian, but doesn't change config about RPi3-64

Change-Id: I4b1881f63e8fffca08d8edc32f19b057fbc0c637
Signed-off-by: Che-Hao, Liu <genesisgardian@gmail.com>
meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc

index f680135..ab7cc8e 100644 (file)
@@ -13,7 +13,7 @@ MACHINE_FEATURES += "vc4graphics"
 # For libomxil
 #LICENSE_FLAGS_WHITELIST = "commercial"
 
-IMAGE_INSTALL_append = " kernel-modules linux-firmware "
+IMAGE_INSTALL_append = " kernel-modules linux-firmware-raspbian-bcm43430 linux-firmware-raspbian-bcm43455 "
 
 # Psplash causes crash on first boot on RPi
 IMAGE_FEATURES_remove = "splash"