From: genesis Date: Fri, 22 Feb 2019 06:48:26 +0000 (+0800) Subject: Fix the build failed (do_rootfs) for RPi3-64, guppy_7.0.0 X-Git-Tag: 7.0.1~18 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=refs%2Fchanges%2F63%2F20263%2F2;p=AGL%2Fmeta-agl.git 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 --- 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"