From 1c724729f87fcf3849c8247a8f496183bb5a5b1e Mon Sep 17 00:00:00 2001 From: genesis Date: Fri, 22 Feb 2019 14:48:26 +0800 Subject: Fix the build failed (do_rootfs) for RPi3-64, guppy_7.0.0 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 --- meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc index f6801352c..ab7cc8e0b 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc @@ -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" -- cgit 1.2.3-korg