diff options
| author | Christopher Clark <christopher.w.clark@gmail.com> | 2023-07-04 19:35:23 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-07-05 23:56:17 -0400 |
| commit | a19092ce81339a129edce745522eebf577efc744 (patch) | |
| tree | 43dbac5afaf61314d81140124f727eeaaac3779d | |
| parent | 2c52f873c7393fdaa0e44bdd30839e089bccb3dc (diff) | |
| download | meta-virtualization-a19092ce81339a129edce745522eebf577efc744.tar.gz | |
rpi, xen, linux-yocto: enable linux-yocto 6.1 for RPi4
Added to the raspberrypi dynamic layer for use with Xen as
the default preference for Linux kernel.
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Henry Wang <Henry.Wang@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend new file mode 100644 index 00000000..dd7edeaa --- /dev/null +++ b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_6.1.bbappend | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # Enable use of the linux-yocto kernel for the Raspberry Pi 4 | ||
| 2 | KBRANCH:raspberrypi4-64 ?= "v6.1/standard/bcm-2xxx-rpi" | ||
| 3 | KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4" | ||
| 4 | COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)" | ||
| 5 | |||
| 6 | require linux-yocto_xen-rpi.inc | ||
