diff options
Diffstat (limited to 'meta/recipes-kernel')
| -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 459268e821..9a616c6580 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 ?= "648e2b0d0a1c9a9bb317bdb55b29993f2e0af2d0" | 14 | SRCREV_machine ?= "66fb50de38a98582ec630efde6e48779cf1ad8a9" |
| 15 | SRCREV_meta ?= "8a6c91bd89f5c33849168f27e46984d7d3f2096a" | 15 | SRCREV_meta ?= "567f0adb9d6462279d2e024153d0a8c3a3ff0551" |
| 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.165" | 20 | LINUX_VERSION ?= "5.15.166" |
| 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 56934b4969..bb64fc455d 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.165" | 8 | LINUX_VERSION ?= "5.15.166" |
| 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 ?= "8dae928d1dd4ddfbc311ba6260984e110f739183" | 17 | SRCREV_machine ?= "38da3ed27e665b67bab0063860ee41eb65d77a37" |
| 18 | SRCREV_meta ?= "8a6c91bd89f5c33849168f27e46984d7d3f2096a" | 18 | SRCREV_meta ?= "567f0adb9d6462279d2e024153d0a8c3a3ff0551" |
| 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 639d68c277..377ae22e80 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb | |||
| @@ -14,24 +14,24 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" | |||
| 14 | KBRANCH:qemux86-64 ?= "v5.15/standard/base" | 14 | KBRANCH:qemux86-64 ?= "v5.15/standard/base" |
| 15 | KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" | 15 | KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" |
| 16 | 16 | ||
| 17 | SRCREV_machine:qemuarm ?= "de43915ea5c320615b33faac4c978fb5198a5c0f" | 17 | SRCREV_machine:qemuarm ?= "b289f21c7b9243734e00379101f3c95ebb141a5b" |
| 18 | SRCREV_machine:qemuarm64 ?= "431eb5ac3e3e1a4b59dbc3a24187a73342149608" | 18 | SRCREV_machine:qemuarm64 ?= "37bacb1a9110a39a0e993b74136209f78706a803" |
| 19 | SRCREV_machine:qemumips ?= "d2ad175f9908bdd74b52cfffdd63dffe5c3fc58b" | 19 | SRCREV_machine:qemumips ?= "c94b9753f5b0c765642d735b691247d2c1fb839d" |
| 20 | SRCREV_machine:qemuppc ?= "302b961f25eb7a0810e10642fde14d66dee71431" | 20 | SRCREV_machine:qemuppc ?= "c8834e0bad0de37a2d70a07fdc52e7460d685611" |
| 21 | SRCREV_machine:qemuriscv64 ?= "14993927ac7b21eda3feac4752b4b694f44beaaf" | 21 | SRCREV_machine:qemuriscv64 ?= "a78a1043113066981d74825afce38bca3063664f" |
| 22 | SRCREV_machine:qemuriscv32 ?= "14993927ac7b21eda3feac4752b4b694f44beaaf" | 22 | SRCREV_machine:qemuriscv32 ?= "a78a1043113066981d74825afce38bca3063664f" |
| 23 | SRCREV_machine:qemux86 ?= "14993927ac7b21eda3feac4752b4b694f44beaaf" | 23 | SRCREV_machine:qemux86 ?= "a78a1043113066981d74825afce38bca3063664f" |
| 24 | SRCREV_machine:qemux86-64 ?= "14993927ac7b21eda3feac4752b4b694f44beaaf" | 24 | SRCREV_machine:qemux86-64 ?= "a78a1043113066981d74825afce38bca3063664f" |
| 25 | SRCREV_machine:qemumips64 ?= "84c58d392f4efc9c8e070ed134be1cae96942805" | 25 | SRCREV_machine:qemumips64 ?= "28da2017909cb5a715a71c53654cc098e61821cd" |
| 26 | SRCREV_machine ?= "14993927ac7b21eda3feac4752b4b694f44beaaf" | 26 | SRCREV_machine ?= "a78a1043113066981d74825afce38bca3063664f" |
| 27 | SRCREV_meta ?= "8a6c91bd89f5c33849168f27e46984d7d3f2096a" | 27 | SRCREV_meta ?= "567f0adb9d6462279d2e024153d0a8c3a3ff0551" |
| 28 | 28 | ||
| 29 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 29 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
| 30 | # get the <version>/base branch, which is pure upstream -stable, and the same | 30 | # get the <version>/base branch, which is pure upstream -stable, and the same |
| 31 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | 31 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the |
| 32 | # normal PREFERRED_VERSION settings. | 32 | # normal PREFERRED_VERSION settings. |
| 33 | BBCLASSEXTEND = "devupstream:target" | 33 | BBCLASSEXTEND = "devupstream:target" |
| 34 | SRCREV_machine:class-devupstream ?= "fa93fa65db6e232b5f2226dd86c9f066ec6dfd97" | 34 | SRCREV_machine:class-devupstream ?= "14e468424d3edcf23167133d6ee2f3e3c6c5a022" |
| 35 | PN:class-devupstream = "linux-yocto-upstream" | 35 | PN:class-devupstream = "linux-yocto-upstream" |
| 36 | KBRANCH:class-devupstream = "v5.15/base" | 36 | KBRANCH:class-devupstream = "v5.15/base" |
| 37 | 37 | ||
| @@ -39,7 +39,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
| 39 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" | 39 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" |
| 40 | 40 | ||
| 41 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 41 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 42 | LINUX_VERSION ?= "5.15.165" | 42 | LINUX_VERSION ?= "5.15.166" |
| 43 | 43 | ||
| 44 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 44 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| 45 | DEPENDS += "openssl-native util-linux-native" | 45 | DEPENDS += "openssl-native util-linux-native" |
