From 738bd333a9d3d39b12643efd1f1afe60d0e3080d Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Fri, 7 Aug 2020 00:05:01 -0700 Subject: xen, rpi4: use RPI_EXTRA_CONFIG and drop the rpi-config_git.bbappend The GIC that is needed by Xen can be enabled via the rpi-config recipe variable. Fixes the build after the upstream recipe changed recently. Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- .../raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dynamic-layers/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend (limited to 'dynamic-layers/raspberrypi') diff --git a/dynamic-layers/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend b/dynamic-layers/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend deleted file mode 100644 index 2b9c4fbc..00000000 --- a/dynamic-layers/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -do_deploy_append() { - # We need the GIC enabled for Xen to work. - if [ "${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'yes', 'no', d)}" = "yes" ]; then - echo "enable_gic=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt - fi -} -- cgit v1.2.3-54-g00ecf