summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2021-04-24 01:31:03 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-29 23:05:11 -0400
commit550a4080839184988487a8a64188c2de9fed956b (patch)
treef6311b267cddaf52a9fb242e90b03d45b3d6d8f7 /dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc
parent686adaf68eac343a261ae43a9452a978479f45ad (diff)
downloadmeta-virtualization-550a4080839184988487a8a64188c2de9fed956b.tar.gz
xen, rpi4: add xen-rpi-u-boot-scr recipe for default u-boot script
Add a new xen-rpi-u-boot-scr recipe to PROVIDE u-boot-default-script instead of using a bbappend to rpi-u-boot-scr. This allows the new recipe to be selected by indicating it as PREFERRED_PROVIDER of u-boot-default-script, and then do that in the Xen on Raspberry Pi 4 config file, xen-raspberrypi4-64.inc. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc')
-rw-r--r--dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc b/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc
index 9c362551..2ea19dd4 100644
--- a/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc
+++ b/dynamic-layers/raspberrypi/conf/distro/include/xen-raspberrypi4-64.inc
@@ -21,3 +21,5 @@ BOOT_SPACE = "61440"
21# Override the meta-raspberrypi default kernel preference 21# Override the meta-raspberrypi default kernel preference
22PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 22PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
23KERNEL_DEVICETREE ?= "broadcom/bcm2711-rpi-4-b.dtb" 23KERNEL_DEVICETREE ?= "broadcom/bcm2711-rpi-4-b.dtb"
24
25PREFERRED_PROVIDER_u-boot-default-script ?= "xen-rpi-u-boot-scr"