diff options
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend | 21 |
1 files changed, 0 insertions, 21 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 deleted file mode 100644 index 3f33ec991d..0000000000 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" | ||
2 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | ||
3 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | ||
4 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | ||
5 | |||
6 | KBRANCH:genericx86 = "v6.6/standard/base" | ||
7 | KBRANCH:genericx86-64 = "v6.6/standard/base" | ||
8 | KBRANCH:beaglebone-yocto = "v6.6/standard/beaglebone" | ||
9 | |||
10 | KMACHINE:genericarm64 ?= "genericarm64" | ||
11 | KMACHINE:genericx86 ?= "common-pc" | ||
12 | KMACHINE:genericx86-64 ?= "common-pc-64" | ||
13 | KMACHINE:beaglebone-yocto ?= "beaglebone" | ||
14 | |||
15 | SRCREV_machine:genericx86 ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65" | ||
16 | SRCREV_machine:genericx86-64 ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65" | ||
17 | SRCREV_machine:beaglebone-yocto ?= "06644f0d7193d7ec39d7fe41939a21953e7a0c65" | ||
18 | |||
19 | LINUX_VERSION:genericx86 = "6.6.21" | ||
20 | LINUX_VERSION:genericx86-64 = "6.6.21" | ||
21 | LINUX_VERSION:beaglebone-yocto = "6.6.21" | ||