diff options
author | Ross Burton <ross.burton@arm.com> | 2024-03-12 18:11:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-20 18:21:06 +0000 |
commit | 20c1d917c6dc2720efefdf7430a4cda531f1cdbb (patch) | |
tree | 026ee74ed7ba25273186c89ed81d05024090b271 /meta-yocto-bsp/recipes-kernel | |
parent | 5e69d4ba0fb32ba0583af4cb9ca18f490f37747b (diff) | |
download | poky-20c1d917c6dc2720efefdf7430a4cda531f1cdbb.tar.gz |
linux-yocto: implicitly track oe-core's kernel version for genericarm64
Don't override KBRANCH/SRCREV/LINUX_VERSION, instead use the values in
the base oe-core linux-yocto recipe.
The advantage of this is that we don't need to update this file every
time the kernel is upgraded in oe-core.
(From meta-yocto rev: 91c4efe03d96bee555b0c6581f3fae1145e75a68)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend index 7a1fb6f245..b404f827e7 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend | |||
@@ -3,7 +3,6 @@ COMPATIBLE_MACHINE:genericx86 = "genericx86" | |||
3 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | 3 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
4 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | 4 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
5 | 5 | ||
6 | KBRANCH:genericarm64 = "v6.6/standard/base" | ||
7 | KBRANCH:genericx86 = "v6.6/standard/base" | 6 | KBRANCH:genericx86 = "v6.6/standard/base" |
8 | KBRANCH:genericx86-64 = "v6.6/standard/base" | 7 | KBRANCH:genericx86-64 = "v6.6/standard/base" |
9 | KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone" | 8 | KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone" |
@@ -13,12 +12,10 @@ KMACHINE:genericx86 ?= "common-pc" | |||
13 | KMACHINE:genericx86-64 ?= "common-pc-64" | 12 | KMACHINE:genericx86-64 ?= "common-pc-64" |
14 | KMACHINE:beaglebone-yocto ?= "beaglebone" | 13 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
15 | 14 | ||
16 | SRCREV_machine:genericarm64 ?= "e064a7d658a30b027b999183e21cd37305caff2a" | ||
17 | SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089" | 15 | SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089" |
18 | SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089" | 16 | SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089" |
19 | SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089" | 17 | SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089" |
20 | 18 | ||
21 | LINUX_VERSION:genericarm64 = "6.6.18" | ||
22 | LINUX_VERSION:genericx86 = "6.6.15" | 19 | LINUX_VERSION:genericx86 = "6.6.15" |
23 | LINUX_VERSION:genericx86-64 = "6.6.15" | 20 | LINUX_VERSION:genericx86-64 = "6.6.15" |
24 | LINUX_VERSION:beaglebone-yocto = "6.6.15" | 21 | LINUX_VERSION:beaglebone-yocto = "6.6.15" |