diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 |
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index 5b59ebac16..772ffac071 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.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 ?= "40d51460c17be51e4ebcdcc54a8ee8c86707c56c" | 14 | SRCREV_machine ?= "63fd205e5d1e048a576d5ba03cdbdf5782a2f6b4" |
| 15 | SRCREV_meta ?= "9b0d4e338b1bbdd683347cf9365bacfec2169035" | 15 | SRCREV_meta ?= "603507f09e4a22a650e37fb9dcfbcb69ceb36841" |
| 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.10;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 19 | 19 | ||
| 20 | LINUX_VERSION ?= "5.10.188" | 20 | LINUX_VERSION ?= "5.10.189" |
| 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.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index 3a58a1a659..aebec33555 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | |||
| @@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" | |||
| 6 | 6 | ||
| 7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
| 8 | 8 | ||
| 9 | LINUX_VERSION ?= "5.10.188" | 9 | LINUX_VERSION ?= "5.10.189" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 11 | 11 | ||
| 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" | |||
| 15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
| 16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
| 17 | 17 | ||
| 18 | SRCREV_machine:qemuarm ?= "41daa5d20567419e303d0b684fd3c3c859446d24" | 18 | SRCREV_machine:qemuarm ?= "8f8fe5c5719959ad536be166937fc22606b7a7f3" |
| 19 | SRCREV_machine ?= "085bed8577aa6435339ff83339e38dfd9e7994a6" | 19 | SRCREV_machine ?= "452190ae123212f7d3c233fc48419c60874f4223" |
| 20 | SRCREV_meta ?= "9b0d4e338b1bbdd683347cf9365bacfec2169035" | 20 | SRCREV_meta ?= "603507f09e4a22a650e37fb9dcfbcb69ceb36841" |
| 21 | 21 | ||
| 22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 4b316b9b5f..81dce1a513 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
| @@ -14,23 +14,23 @@ KBRANCH:qemux86 ?= "v5.10/standard/base" | |||
| 14 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" | 14 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" |
| 15 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" | 15 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" |
| 16 | 16 | ||
| 17 | SRCREV_machine:qemuarm ?= "66536572b0fe35ac0e5158d69d12641281ab93ef" | 17 | SRCREV_machine:qemuarm ?= "0f9599a793f23d2e1cd2da30aba53c4876b3621d" |
| 18 | SRCREV_machine:qemuarm64 ?= "00d0178dae976305eaecc7fc119da63930bcf07f" | 18 | SRCREV_machine:qemuarm64 ?= "358a41898b853ccfc3309fcf30a95621b3d15ec6" |
| 19 | SRCREV_machine:qemumips ?= "8cc44bb4c536028438decbb5abf2d8b731898ec0" | 19 | SRCREV_machine:qemumips ?= "8ad0f4fa028c844dbc6f32321664488e50bd5e64" |
| 20 | SRCREV_machine:qemuppc ?= "1f2a193c7f82e2f2c7eefc2fa35dce5b96cc3ba9" | 20 | SRCREV_machine:qemuppc ?= "4f0a30a5edc13b65482bb788d1a2eb7a5405190a" |
| 21 | SRCREV_machine:qemuriscv64 ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 21 | SRCREV_machine:qemuriscv64 ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 22 | SRCREV_machine:qemuriscv32 ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 22 | SRCREV_machine:qemuriscv32 ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 23 | SRCREV_machine:qemux86 ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 23 | SRCREV_machine:qemux86 ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 24 | SRCREV_machine:qemux86-64 ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 24 | SRCREV_machine:qemux86-64 ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 25 | SRCREV_machine:qemumips64 ?= "2fe172b06a5b6d8840c0c0226a1501b627b9e703" | 25 | SRCREV_machine:qemumips64 ?= "a01ff251fdd19b1ab7ee109c7ee2213e6b01a28b" |
| 26 | SRCREV_machine ?= "d3e6aa7bf695da482f46a6f5575dfd66bd48ba6c" | 26 | SRCREV_machine ?= "fc99f5e7ce23e4814c7b41f24c5d0296754be89e" |
| 27 | SRCREV_meta ?= "9b0d4e338b1bbdd683347cf9365bacfec2169035" | 27 | SRCREV_meta ?= "603507f09e4a22a650e37fb9dcfbcb69ceb36841" |
| 28 | 28 | ||
| 29 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 29 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
| 30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 31 | 31 | ||
| 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 33 | LINUX_VERSION ?= "5.10.188" | 33 | LINUX_VERSION ?= "5.10.189" |
| 34 | 34 | ||
| 35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| 36 | DEPENDS += "openssl-native util-linux-native" | 36 | DEPENDS += "openssl-native util-linux-native" |
