summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-08-07 00:05:01 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-08-11 15:58:37 -0400
commit738bd333a9d3d39b12643efd1f1afe60d0e3080d (patch)
tree5c340ed5d222401939fa02878d6740704e539c15 /conf
parent681591b5b8879a7607cff8ca5dfb0adf7f69051b (diff)
downloadmeta-virtualization-738bd333a9d3d39b12643efd1f1afe60d0e3080d.tar.gz
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 <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/meta-virt-xen.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/meta-virt-xen.inc b/conf/distro/include/meta-virt-xen.inc
index 1ad670ed..fe3fd221 100644
--- a/conf/distro/include/meta-virt-xen.inc
+++ b/conf/distro/include/meta-virt-xen.inc
@@ -15,5 +15,7 @@ IMAGE_FSTYPES_append_raspberrypi4-64 = " rpi-sdimg"
15# Add Xen to the bootable SD card image 15# Add Xen to the bootable SD card image
16RPI_SDIMG_EXTRA_DEPENDS_append_raspberrypi4-64 = " xen:do_deploy" 16RPI_SDIMG_EXTRA_DEPENDS_append_raspberrypi4-64 = " xen:do_deploy"
17DEPLOYPAYLOAD_raspberrypi4-64 = "xen-${MACHINE}:xen" 17DEPLOYPAYLOAD_raspberrypi4-64 = "xen-${MACHINE}:xen"
18# We need the GIC enabled for Xen to work
19RPI_EXTRA_CONFIG_append_raspberrypi4-64 = "\nenable_gic=1"
18# Align kernel version with current meta-virtualization kernel version 20# Align kernel version with current meta-virtualization kernel version
19PREFERRED_VERSION_linux-raspberrypi ?= "5.4.%" 21PREFERRED_VERSION_linux-raspberrypi ?= "5.4.%"