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 8de610bd40..63ae89611f 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 ?= "97b3d2f0923ab9e9a9eb47c284006cddb0156146" | 14 | SRCREV_machine ?= "d6b1cc83a5315388b060eaa6195f1ce77103c3d1" |
| 15 | SRCREV_meta ?= "be7b73b2c0e453724d18520ae165b5d474735578" | 15 | SRCREV_meta ?= "1ab943530f4016a9ee7bd8fc3d10acf702c23c44" |
| 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.85" | 20 | LINUX_VERSION ?= "5.10.87" |
| 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 f557251ae0..7d6e9cb992 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.85" | 9 | LINUX_VERSION ?= "5.10.87" |
| 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 ?= "615408bf1ba1cbc40750334329f97ea2b56e3d63" | 18 | SRCREV_machine:qemuarm ?= "a46d018920762d81e283ecc80cf156fe226712ed" |
| 19 | SRCREV_machine ?= "3bd3c6de33c2efcef6feaa0f2624e8adc900bda7" | 19 | SRCREV_machine ?= "e36ccf7356af83243e55f6ca491049462f7feab7" |
| 20 | SRCREV_meta ?= "be7b73b2c0e453724d18520ae165b5d474735578" | 20 | SRCREV_meta ?= "1ab943530f4016a9ee7bd8fc3d10acf702c23c44" |
| 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 dd1ff905c8..c62157d850 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
| @@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.10/standard/base" | |||
| 13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" |
| 14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" |
| 15 | 15 | ||
| 16 | SRCREV_machine:qemuarm ?= "bd67fa7bae301072f17d78b932b833f2f9db6d79" | 16 | SRCREV_machine:qemuarm ?= "c5c39f3ba284421eceeb9b084da1508167b37abe" |
| 17 | SRCREV_machine:qemuarm64 ?= "10e6f0bc97e599902f6c98213945685d0fd4a780" | 17 | SRCREV_machine:qemuarm64 ?= "fab21fdf95a62d013b98eb91adc0d9cfc69f700b" |
| 18 | SRCREV_machine:qemumips ?= "960862d5d1b51892b7cd621ba9d54f89dc99dc0b" | 18 | SRCREV_machine:qemumips ?= "ef1d4a1e93c209637022c9337131394a6f3679ae" |
| 19 | SRCREV_machine:qemuppc ?= "5c4c88cb82cbc6aff04ecf12f4c34d0bc5dc90c4" | 19 | SRCREV_machine:qemuppc ?= "8009be617e2fd4c34c80892776d79f463d436fc0" |
| 20 | SRCREV_machine:qemuriscv64 ?= "299cd9fdd1a66ad4ce643a6536648228669a50fb" | 20 | SRCREV_machine:qemuriscv64 ?= "4f2bb635ea267e71f112fd11323c1d3a2f2b85d0" |
| 21 | SRCREV_machine:qemuriscv32 ?= "299cd9fdd1a66ad4ce643a6536648228669a50fb" | 21 | SRCREV_machine:qemuriscv32 ?= "4f2bb635ea267e71f112fd11323c1d3a2f2b85d0" |
| 22 | SRCREV_machine:qemux86 ?= "299cd9fdd1a66ad4ce643a6536648228669a50fb" | 22 | SRCREV_machine:qemux86 ?= "4f2bb635ea267e71f112fd11323c1d3a2f2b85d0" |
| 23 | SRCREV_machine:qemux86-64 ?= "299cd9fdd1a66ad4ce643a6536648228669a50fb" | 23 | SRCREV_machine:qemux86-64 ?= "4f2bb635ea267e71f112fd11323c1d3a2f2b85d0" |
| 24 | SRCREV_machine:qemumips64 ?= "9e7fb877bb5fe2aaec720cf181e07e2db397e68f" | 24 | SRCREV_machine:qemumips64 ?= "2f42ab7aac37cd61f47231301b3f1e232807e0e6" |
| 25 | SRCREV_machine ?= "299cd9fdd1a66ad4ce643a6536648228669a50fb" | 25 | SRCREV_machine ?= "4f2bb635ea267e71f112fd11323c1d3a2f2b85d0" |
| 26 | SRCREV_meta ?= "be7b73b2c0e453724d18520ae165b5d474735578" | 26 | SRCREV_meta ?= "1ab943530f4016a9ee7bd8fc3d10acf702c23c44" |
| 27 | 27 | ||
| 28 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 28 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
| 29 | # KMACHINE:qemuarm ?= "qemuarma15" | 29 | # KMACHINE:qemuarm ?= "qemuarma15" |
| @@ -32,7 +32,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
| 32 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 32 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
| 33 | 33 | ||
| 34 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 34 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 35 | LINUX_VERSION ?= "5.10.85" | 35 | LINUX_VERSION ?= "5.10.87" |
| 36 | 36 | ||
| 37 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 37 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| 38 | DEPENDS += "openssl-native util-linux-native" | 38 | DEPENDS += "openssl-native util-linux-native" |
