diff options
author | Jon Mason <jdmason@kudzu.us> | 2024-04-05 09:56:49 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-08 23:33:53 +0100 |
commit | cf8677d0e9a9a03b776b41b3eed915ebb66304e9 (patch) | |
tree | 2013895c65dcd622a0c61bf4a4141321cdd1a58f /meta-yocto-bsp/recipes-kernel | |
parent | 532a10b1c59e07ec4e9dac9d8a201d58bf143805 (diff) | |
download | poky-cf8677d0e9a9a03b776b41b3eed915ebb66304e9.tar.gz |
yocto-bsp/linux-yocto-dev: add genericarm64
For those crazy enough to want to use/test the latest development kernel
for genericarm64, enable it by adding the COMPATIBLE_MACHINE and
KMACHINE.
NOTE: not using the KBRANCH, as neither does the linux-yocto_%.bbappend.
It is taking the default one from the relevant recipe.
(From meta-yocto rev: 85809c64b645ccca4f075e95b86df56d4f858e67)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
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-dev.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend index 4a62ac952c..5b1b736b1c 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend | |||
@@ -2,10 +2,12 @@ KBRANCH:genericx86 = "standard/base" | |||
2 | KBRANCH:genericx86-64 = "standard/base" | 2 | KBRANCH:genericx86-64 = "standard/base" |
3 | KBRANCH:beaglebone-yocto = "standard/beaglebone" | 3 | KBRANCH:beaglebone-yocto = "standard/beaglebone" |
4 | 4 | ||
5 | KMACHINE:genericarm64 ?= "genericarm64" | ||
5 | KMACHINE:genericx86 ?= "common-pc" | 6 | KMACHINE:genericx86 ?= "common-pc" |
6 | KMACHINE:genericx86-64 ?= "common-pc-64" | 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
7 | KMACHINE:beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
8 | 9 | ||
10 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" | ||
9 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | 11 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
10 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | 12 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
11 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | 13 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |