Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xen, rpi4: add xen-rpi-u-boot-scr recipe for default u-boot script | Christopher Clark | 2021-04-29 | 1 | -17/+0 |
| | | | | | | | | | | | | 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> | ||||
* | xen, raspberry pi: add dynamic-layer for Xen configuration for Rpi4 | Christopher Clark | 2020-07-06 | 1 | -0/+17 |
A Xen-specific u-boot script is needed for launching Xen, and the GIC (interrupt controller) needs to be enabled. Since this is both Xen-specific and Raspberry Pi-specific, use a dynamic layer to conditionally enable the recipes when both meta-virtualization and meta-raspberrypi are in use together. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |