diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 |
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index 8e5ff78790..5507690d74 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | |||
| @@ -11,13 +11,13 @@ python () { | |||
| 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | SRCREV_machine ?= "b2a7dbd4edac7627c091c2ab14fec83726a4c79b" | 14 | SRCREV_machine ?= "482797bf5730cf22143afe28d489363ca4bf44a2" |
| 15 | SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000" | 15 | SRCREV_meta ?= "58ef8845366aea0e1719d00618444be34a765c15" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
| 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "5.15.118" | 20 | LINUX_VERSION ?= "5.15.119" |
| 21 | 21 | ||
| 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index 77e11c100b..2641fe60f8 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | |||
| @@ -5,7 +5,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
| 5 | 5 | ||
| 6 | require recipes-kernel/linux/linux-yocto.inc | 6 | require recipes-kernel/linux/linux-yocto.inc |
| 7 | 7 | ||
| 8 | LINUX_VERSION ?= "5.15.118" | 8 | LINUX_VERSION ?= "5.15.119" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 10 | 10 | ||
| 11 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 11 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| @@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
| 14 | KMETA = "kernel-meta" | 14 | KMETA = "kernel-meta" |
| 15 | KCONF_BSP_AUDIT_LEVEL = "2" | 15 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 16 | 16 | ||
| 17 | SRCREV_machine ?= "b79e89ab973aeb8ec48e2cd987436ab52678e795" | 17 | SRCREV_machine ?= "ded230a888ef81ccedf0044bd8c2236f3b809599" |
| 18 | SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000" | 18 | SRCREV_meta ?= "58ef8845366aea0e1719d00618444be34a765c15" |
| 19 | 19 | ||
| 20 | PV = "${LINUX_VERSION}+git${SRCPV}" | 20 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 21 | 21 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index c4266c6f30..9ee7a350d3 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb | |||
| @@ -13,24 +13,24 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" | |||
| 13 | KBRANCH:qemux86-64 ?= "v5.15/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.15/standard/base" |
| 14 | KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" |
| 15 | 15 | ||
| 16 | SRCREV_machine:qemuarm ?= "2290ac7e8d7fbb8e13a34468b85066c398c7d1f3" | 16 | SRCREV_machine:qemuarm ?= "9ae4c8018039201ce683ff26bde47a3e3e6664ef" |
| 17 | SRCREV_machine:qemuarm64 ?= "3f3f2067c3ee4d9dffaed9b757583d013671cf25" | 17 | SRCREV_machine:qemuarm64 ?= "58394274da1b4fdf69ca780001bf25eebfd1950f" |
| 18 | SRCREV_machine:qemumips ?= "f61a3b045bdfc9aa7da440852e0a79fd8d9b4d69" | 18 | SRCREV_machine:qemumips ?= "bacfb28c9349b36afe3041e57d98551aa723bbc2" |
| 19 | SRCREV_machine:qemuppc ?= "7a2773ad8fb4ae4eb0183ccda8ec133098d13ec9" | 19 | SRCREV_machine:qemuppc ?= "d9efae0cb3731ab62cb81778c2fa5689594d34b1" |
| 20 | SRCREV_machine:qemuriscv64 ?= "079c88490578df99b38570c8968b836b8347ed44" | 20 | SRCREV_machine:qemuriscv64 ?= "a05c1b953b7b7dbd195b7f826e8879d79587a4a3" |
| 21 | SRCREV_machine:qemuriscv32 ?= "079c88490578df99b38570c8968b836b8347ed44" | 21 | SRCREV_machine:qemuriscv32 ?= "a05c1b953b7b7dbd195b7f826e8879d79587a4a3" |
| 22 | SRCREV_machine:qemux86 ?= "079c88490578df99b38570c8968b836b8347ed44" | 22 | SRCREV_machine:qemux86 ?= "a05c1b953b7b7dbd195b7f826e8879d79587a4a3" |
| 23 | SRCREV_machine:qemux86-64 ?= "079c88490578df99b38570c8968b836b8347ed44" | 23 | SRCREV_machine:qemux86-64 ?= "a05c1b953b7b7dbd195b7f826e8879d79587a4a3" |
| 24 | SRCREV_machine:qemumips64 ?= "47d334232ab28f0f8d5316e07e11f8f14c6aaecc" | 24 | SRCREV_machine:qemumips64 ?= "2ae09c410d8a5a0ec66d50368579dd3d3616072b" |
| 25 | SRCREV_machine ?= "079c88490578df99b38570c8968b836b8347ed44" | 25 | SRCREV_machine ?= "a05c1b953b7b7dbd195b7f826e8879d79587a4a3" |
| 26 | SRCREV_meta ?= "b647d9611cb4936536e60a438292fc22df2fe000" | 26 | SRCREV_meta ?= "58ef8845366aea0e1719d00618444be34a765c15" |
| 27 | 27 | ||
| 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
| 29 | # get the <version>/base branch, which is pure upstream -stable, and the same | 29 | # get the <version>/base branch, which is pure upstream -stable, and the same |
| 30 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | 30 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the |
| 31 | # normal PREFERRED_VERSION settings. | 31 | # normal PREFERRED_VERSION settings. |
| 32 | BBCLASSEXTEND = "devupstream:target" | 32 | BBCLASSEXTEND = "devupstream:target" |
| 33 | SRCREV_machine:class-devupstream ?= "f67653019430833d5003f16817d7fa85272a6a76" | 33 | SRCREV_machine:class-devupstream ?= "4af60700a60cc45ee4fb6d579cccf1b7bca20c34" |
| 34 | PN:class-devupstream = "linux-yocto-upstream" | 34 | PN:class-devupstream = "linux-yocto-upstream" |
| 35 | KBRANCH:class-devupstream = "v5.15/base" | 35 | KBRANCH:class-devupstream = "v5.15/base" |
| 36 | 36 | ||
| @@ -38,7 +38,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
| 38 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" | 38 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" |
| 39 | 39 | ||
| 40 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 40 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 41 | LINUX_VERSION ?= "5.15.118" | 41 | LINUX_VERSION ?= "5.15.119" |
| 42 | 42 | ||
| 43 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 43 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| 44 | DEPENDS += "openssl-native util-linux-native" | 44 | DEPENDS += "openssl-native util-linux-native" |
