Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xen, rpi4: use RPI_EXTRA_CONFIG and drop the rpi-config_git.bbappend | Christopher Clark | 2020-08-11 | 1 | -6/+0 |
| | | | | | | | | 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> | ||||
* | xen, raspberry pi: add dynamic-layer for Xen configuration for Rpi4 | Christopher Clark | 2020-07-06 | 1 | -0/+6 |
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> |