diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2022-08-12 10:24:35 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-12 09:32:31 -0400 |
commit | 884355eeedf0126c9cc7d5e704d4262feb753510 (patch) | |
tree | 033ef0e149d24f136d973ae868d721bed5e3cd91 /dynamic-layers/raspberrypi | |
parent | e43460f5ed71b76de06bf94444065edb8fbcdd88 (diff) | |
download | meta-virtualization-884355eeedf0126c9cc7d5e704d4262feb753510.tar.gz |
dynamic-layers/raspberrypi: drop linux-yocto 5.10 bbappend
* the inc file was dropped in:
58f5ac6 kernel: drop 5.10 .inc
but this .bbappend still causes parsing error, because 5.10 recipes
were removed from oe-core
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'dynamic-layers/raspberrypi')
-rw-r--r-- | dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend b/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend deleted file mode 100644 index f279ef7a..00000000 --- a/dynamic-layers/raspberrypi/recipes-kernel/linux/linux-yocto_5.10.bbappend +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | # Enable use of the linux-yocto 5.10 kernel for the Raspberry Pi 4 | ||
2 | KBRANCH:raspberrypi4-64 ?= "v5.10/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 | ||