diff options
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.10.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index d480fc27c7..278f8a67fe 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" KBRANCH_qemux86-64 ?= "v5.10/standard/base" KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" -SRCREV_machine_qemuarm ?= "036f0e96d68be58be2e97ea7cab11f9ca2fb8e1c" -SRCREV_machine_qemuarm64 ?= "a60fe3fcf113a00eb3263294f192615da7c2af8c" -SRCREV_machine_qemumips ?= "46964fe445c229120a9733ed98dcd5ab8454c999" -SRCREV_machine_qemuppc ?= "a60fe3fcf113a00eb3263294f192615da7c2af8c" -SRCREV_machine_qemuriscv64 ?= "a60fe3fcf113a00eb3263294f192615da7c2af8c" -SRCREV_machine_qemuriscv32 ?= "a60fe3fcf113a00eb3263294f192615da7c2af8c" -SRCREV_machine_qemux86 ?= "a60fe3fcf113a00eb3263294f192615da7c2af8c" -SRCREV_machine_qemux86-64 ?= "a60fe3fcf113a00eb3263294f192615da7c2af8c" -SRCREV_machine_qemumips64 ?= "efe9e0c23330929c92a364d2497b231d1325ef29" -SRCREV_machine ?= "a60fe3fcf113a00eb3263294f192615da7c2af8c" -SRCREV_meta ?= "fa039db710ceb054f8670e09e7e31142c1566253" +SRCREV_machine_qemuarm ?= "13b4e1548d504dca91ff49abba5be4df728840e6" +SRCREV_machine_qemuarm64 ?= "fd21e2d609ad3343f03d78bc0cbce8da7d7c2a57" +SRCREV_machine_qemumips ?= "ba6c1c115792e0c80412a7e0b54d6003cfbed491" +SRCREV_machine_qemuppc ?= "fd21e2d609ad3343f03d78bc0cbce8da7d7c2a57" +SRCREV_machine_qemuriscv64 ?= "fd21e2d609ad3343f03d78bc0cbce8da7d7c2a57" +SRCREV_machine_qemuriscv32 ?= "fd21e2d609ad3343f03d78bc0cbce8da7d7c2a57" +SRCREV_machine_qemux86 ?= "fd21e2d609ad3343f03d78bc0cbce8da7d7c2a57" +SRCREV_machine_qemux86-64 ?= "fd21e2d609ad3343f03d78bc0cbce8da7d7c2a57" +SRCREV_machine_qemumips64 ?= "2e99735de1312c0403ff23cb0c50fa8153e80be7" +SRCREV_machine ?= "fd21e2d609ad3343f03d78bc0cbce8da7d7c2a57" +SRCREV_meta ?= "6dbb20d3127b3380779a11b1552429c5d4a0417e" # remap qemuarm to qemuarma15 for the 5.8 kernel # KMACHINE_qemuarm ?= "qemuarma15" @@ -32,7 +32,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "5.10.27" +LINUX_VERSION ?= "5.10.29" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" |