diff options
-rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 | ||||
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index 459c83f5c2..db9cfec497 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | |||
@@ -20,7 +20,7 @@ do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do | |||
20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0" | 20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0" |
21 | 21 | ||
22 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 22 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
23 | PREFERRED_VERSION_linux-yocto ?= "6.6%" | 23 | PREFERRED_VERSION_linux-yocto ?= "6.12%" |
24 | 24 | ||
25 | KERNEL_IMAGETYPE = "zImage" | 25 | KERNEL_IMAGETYPE = "zImage" |
26 | DTB_FILES = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" | 26 | DTB_FILES = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" |
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend index 97e512fbc5..768f100067 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | |||
@@ -1,4 +1,7 @@ | |||
1 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" | 1 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" |
2 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | ||
3 | |||
4 | KMACHINE:beaglebone-yocto ?= "beaglebone" | ||
2 | 5 | ||
3 | # Incorporate fixes post 6.12.3 | 6 | # Incorporate fixes post 6.12.3 |
4 | SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40" | 7 | SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40" |