mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
linux-yocto/6.5: integrate fixes for sanity issues
making the following commits available in our 6.5 kernel:
49e3d8448aea locking/atomic: scripts: fix fallback ifdeffery
9ba8e064374d crypto: jitter - add RCT/APT support for different OSRs
50f59f46583a crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff values
Which should address several of the failures we are seeing with
6.5 under integration testing.
(From OE-Core rev: dd8f47a9c4407741575e9264f7c44e4623f606e0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2b9044361f
commit
d7130dbdd5
@@ -14,7 +14,7 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "6efddc0f385fb758e7eef43d9de133b1677eb72c"
|
||||
SRCREV_machine ?= "712b8fb1342bf829c9ca1e649adc9d112b9c209f"
|
||||
SRCREV_meta ?= "06cf3d8830fda41ff271eec7da6e3c8425df790f"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
|
||||
|
||||
@@ -17,7 +17,7 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_meta ?= "06cf3d8830fda41ff271eec7da6e3c8425df790f"
|
||||
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
@@ -18,17 +18,17 @@ KBRANCH:qemux86-64 ?= "v6.5/standard/base"
|
||||
KBRANCH:qemuloongarch64 ?= "v6.5/standard/base"
|
||||
KBRANCH:qemumips64 ?= "v6.5/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "619d7b434792c35b501914d481eb3178d87b9f60"
|
||||
SRCREV_machine:qemuarm64 ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine:qemuloongarch64 ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine:qemumips ?= "622b9a83a51276528ddd38ec9c239b7ef7eac1ee"
|
||||
SRCREV_machine:qemuppc ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine:qemuriscv64 ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine:qemuriscv32 ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine:qemux86 ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine:qemux86-64 ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine:qemumips64 ?= "72909f2a89c5bcd4e8ab9aaab280eb961b4e1282"
|
||||
SRCREV_machine ?= "5b2595c3e0dce2912b32ef69aaaacd52cd0e720c"
|
||||
SRCREV_machine:qemuarm ?= "ff312905898c587e8c8e1b82b59c01b6933c6339"
|
||||
SRCREV_machine:qemuarm64 ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_machine:qemuloongarch64 ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_machine:qemumips ?= "889d009f6f39c91fedb8c7431c2ce649f05a04a9"
|
||||
SRCREV_machine:qemuppc ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_machine:qemuriscv64 ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_machine:qemuriscv32 ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_machine:qemux86 ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_machine:qemux86-64 ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_machine:qemumips64 ?= "97c93107649bc6f7fafdf6c3a8b3521f4bfe2246"
|
||||
SRCREV_machine ?= "49e3d8448aeaecd8e2bb6b481f26b76514dbe0f5"
|
||||
SRCREV_meta ?= "06cf3d8830fda41ff271eec7da6e3c8425df790f"
|
||||
|
||||
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
|
||||
|
||||
Reference in New Issue
Block a user