diff options
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend | 12 |
1 files changed, 6 insertions, 6 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 49eed162d9..8e465c241e 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 | |||
@@ -6,14 +6,14 @@ KMACHINE:genericx86 ?= "common-pc" | |||
6 | KMACHINE:genericx86-64 ?= "common-pc-64" | 6 | KMACHINE:genericx86-64 ?= "common-pc-64" |
7 | KMACHINE:beaglebone-yocto ?= "beaglebone" | 7 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
8 | 8 | ||
9 | SRCREV_machine:genericx86 ?= "195b2994f955071be3dd16ff61127dbc6b2e0069" | 9 | SRCREV_machine:genericx86 ?= "332d4668fcc32826907d4f3c4938845206006089" |
10 | SRCREV_machine:genericx86-64 ?= "195b2994f955071be3dd16ff61127dbc6b2e0069" | 10 | SRCREV_machine:genericx86-64 ?= "332d4668fcc32826907d4f3c4938845206006089" |
11 | SRCREV_machine:beaglebone-yocto ?= "195b2994f955071be3dd16ff61127dbc6b2e0069" | 11 | SRCREV_machine:beaglebone-yocto ?= "332d4668fcc32826907d4f3c4938845206006089" |
12 | 12 | ||
13 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | 13 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
14 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | 14 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
15 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | 15 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
16 | 16 | ||
17 | LINUX_VERSION:genericx86 = "6.6.12" | 17 | LINUX_VERSION:genericx86 = "6.6.15" |
18 | LINUX_VERSION:genericx86-64 = "6.6.12" | 18 | LINUX_VERSION:genericx86-64 = "6.6.15" |
19 | LINUX_VERSION:beaglebone-yocto = "6.6.12" | 19 | LINUX_VERSION:beaglebone-yocto = "6.6.15" |