diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 22 |
3 files changed, 16 insertions, 16 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 ec46d28db9..a27c67be1a 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 ?= "6cd3b8cc48adcec0f91a2f95d12679a8ceb3d77d" | 14 | SRCREV_machine ?= "31e2870ebfd892708e8c5f3aced96565e2456ed9" |
| 15 | SRCREV_meta ?= "bce2813b162bb472c137fb503951295a931c25b6" | 15 | SRCREV_meta ?= "bce2813b162bb472c137fb503951295a931c25b6" |
| 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.61" | 20 | LINUX_VERSION ?= "5.10.63" |
| 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 a2d1a3454f..fc6accac39 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.61" | 9 | LINUX_VERSION ?= "5.10.63" |
| 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,8 +15,8 @@ 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 ?= "b359e868f08a317762618a0c8240769ede6205ee" | 18 | SRCREV_machine_qemuarm ?= "96ec3026283d29493f757a077f9c51e6d698c634" |
| 19 | SRCREV_machine ?= "458347294271cddba33b7cfefabf83181eba3440" | 19 | SRCREV_machine ?= "29ff88e6cdf170fbf71e27de32c09e4f6db95078" |
| 20 | SRCREV_meta ?= "bce2813b162bb472c137fb503951295a931c25b6" | 20 | SRCREV_meta ?= "bce2813b162bb472c137fb503951295a931c25b6" |
| 21 | 21 | ||
| 22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index e135c1d7a2..49f9ef95d8 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
| @@ -13,16 +13,16 @@ 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 ?= "c21afa1c405a581d0fbec7df31cf7e4d61ceabb9" | 16 | SRCREV_machine_qemuarm ?= "36e0cc294f77cf72b01a1f9ea62bb13d1ab0693e" |
| 17 | SRCREV_machine_qemuarm64 ?= "749a8e1ffe820d07371d35850e31201d8583b08a" | 17 | SRCREV_machine_qemuarm64 ?= "a1c9c936088b6cf4ec56f5180672d6f0e8e3b955" |
| 18 | SRCREV_machine_qemumips ?= "8feace594d68ec0c4cde54be4b6ed312bef6def2" | 18 | SRCREV_machine_qemumips ?= "4962920baaee3235448b48e992a3da0259dcfa57" |
| 19 | SRCREV_machine_qemuppc ?= "25cc0f5de71a992745898b9da9f109f30adacc18" | 19 | SRCREV_machine_qemuppc ?= "57b30ad7f8a6c3be0ad8eac742476da3f97c23f3" |
| 20 | SRCREV_machine_qemuriscv64 ?= "815f74d88d7be5ca75dc8b98479d4d8e2736dcd7" | 20 | SRCREV_machine_qemuriscv64 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" |
| 21 | SRCREV_machine_qemuriscv32 ?= "815f74d88d7be5ca75dc8b98479d4d8e2736dcd7" | 21 | SRCREV_machine_qemuriscv32 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" |
| 22 | SRCREV_machine_qemux86 ?= "815f74d88d7be5ca75dc8b98479d4d8e2736dcd7" | 22 | SRCREV_machine_qemux86 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" |
| 23 | SRCREV_machine_qemux86-64 ?= "815f74d88d7be5ca75dc8b98479d4d8e2736dcd7" | 23 | SRCREV_machine_qemux86-64 ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" |
| 24 | SRCREV_machine_qemumips64 ?= "82f98a83c19c2a3e1d9b4b53a2117e84a37bb88d" | 24 | SRCREV_machine_qemumips64 ?= "a615aa60bc10bea5262f2d65da7ddff4ba32146e" |
| 25 | SRCREV_machine ?= "815f74d88d7be5ca75dc8b98479d4d8e2736dcd7" | 25 | SRCREV_machine ?= "164ed895bc1e94722e80fe6496b176f6bb815cd4" |
| 26 | SRCREV_meta ?= "bce2813b162bb472c137fb503951295a931c25b6" | 26 | SRCREV_meta ?= "bce2813b162bb472c137fb503951295a931c25b6" |
| 27 | 27 | ||
| 28 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 28 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
| @@ -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.61" | 35 | LINUX_VERSION ?= "5.10.63" |
| 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" |
