diff options
author | Tan Wen Yan <wen.yan.tan@intel.com> | 2023-06-09 11:38:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-09 13:55:38 +0100 |
commit | a776dd26677452154384aca7469c396f1978b1c0 (patch) | |
tree | 45e4e0c62c9b786274a7bdb92def77dddac237a3 /meta-yocto-bsp | |
parent | 1edd0b41f82e9c4382642e5b574a6102b57e5820 (diff) | |
download | poky-a776dd26677452154384aca7469c396f1978b1c0.tar.gz |
linux-yocto/6.1: update genericx86* machines to v6.1.30
(From meta-yocto rev: c0acb461b493382ef4dff6c1df0564c1707f65ff)
Signed-off-by: Tan Wen Yan <wen.yan.tan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend index b80c51848d..ed2b18ab60 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.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 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 9 | SRCREV_machine:genericx86 ?= "6ec439b4b456ce929c4c07fe457b5d6a4b468e86" |
10 | SRCREV_machine:genericx86-64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 10 | SRCREV_machine:genericx86-64 ?= "6ec439b4b456ce929c4c07fe457b5d6a4b468e86" |
11 | SRCREV_machine:beaglebone-yocto ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 11 | SRCREV_machine:beaglebone-yocto ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" |
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.1.20" | 17 | LINUX_VERSION:genericx86 = "6.1.30" |
18 | LINUX_VERSION:genericx86-64 = "6.1.20" | 18 | LINUX_VERSION:genericx86-64 = "6.1.30" |
19 | LINUX_VERSION:beaglebone-yocto = "6.1.20" | 19 | LINUX_VERSION:beaglebone-yocto = "6.1.20" |