summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.14.bb26
1 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.14.bb b/meta/recipes-kernel/linux/linux-yocto_5.14.bb
index 47ada6e184..866c2b6d61 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.14.bb
@@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.14/standard/base"
13KBRANCH:qemux86-64 ?= "v5.14/standard/base" 13KBRANCH:qemux86-64 ?= "v5.14/standard/base"
14KBRANCH:qemumips64 ?= "v5.14/standard/mti-malta64" 14KBRANCH:qemumips64 ?= "v5.14/standard/mti-malta64"
15 15
16SRCREV_machine:qemuarm ?= "98cb84843e33c3f2c89de648358433bdea144f4d" 16SRCREV_machine:qemuarm ?= "df81c53a3a7120e2be6600b5f6e14af4cbb99979"
17SRCREV_machine:qemuarm64 ?= "b6850b99071366f57df504f6deefbd0276189554" 17SRCREV_machine:qemuarm64 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8"
18SRCREV_machine:qemumips ?= "4a595a4eabcf88f9dcf3e2881f027634897e6ad0" 18SRCREV_machine:qemumips ?= "d656d555d9237f41b1d8ccdbc994b41c6b4ae3b4"
19SRCREV_machine:qemuppc ?= "b6850b99071366f57df504f6deefbd0276189554" 19SRCREV_machine:qemuppc ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8"
20SRCREV_machine:qemuriscv64 ?= "b6850b99071366f57df504f6deefbd0276189554" 20SRCREV_machine:qemuriscv64 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8"
21SRCREV_machine:qemuriscv32 ?= "b6850b99071366f57df504f6deefbd0276189554" 21SRCREV_machine:qemuriscv32 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8"
22SRCREV_machine:qemux86 ?= "b6850b99071366f57df504f6deefbd0276189554" 22SRCREV_machine:qemux86 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8"
23SRCREV_machine:qemux86-64 ?= "b6850b99071366f57df504f6deefbd0276189554" 23SRCREV_machine:qemux86-64 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8"
24SRCREV_machine:qemumips64 ?= "d333b4641aa536e004174d65a3e91f0018eedf43" 24SRCREV_machine:qemumips64 ?= "56c290d3292823510eded4e3064b11fb1ea3e0ac"
25SRCREV_machine ?= "b6850b99071366f57df504f6deefbd0276189554" 25SRCREV_machine ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8"
26SRCREV_meta ?= "bb52c5cfd4b600d9fb4413ff1a668b47f1937057" 26SRCREV_meta ?= "884dfea956ec6b166d1f99a295c47338573a974c"
27 27
28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
29# get the <version>/base branch, which is pure upstream -stable, and the same 29# get the <version>/base branch, which is pure upstream -stable, and the same
@@ -31,7 +31,7 @@ SRCREV_meta ?= "bb52c5cfd4b600d9fb4413ff1a668b47f1937057"
31# normal PREFERRED_VERSION settings. 31# normal PREFERRED_VERSION settings.
32BBCLASSEXTEND = "devupstream:target" 32BBCLASSEXTEND = "devupstream:target"
33DEFAULT_PREFERENCE:class-devupstream = "-1" 33DEFAULT_PREFERENCE:class-devupstream = "-1"
34SRCREV_machine:class-devupstream ?= "c34892e1995da8ca0dfbdcb115d6156f15000435" 34SRCREV_machine:class-devupstream ?= "70248e7b378b96f208d5544ee25b808a8ef2ddc2"
35PN:class-devupstream = "linux-yocto-upstream" 35PN:class-devupstream = "linux-yocto-upstream"
36KBRANCH:class-devupstream = "v5.14/base" 36KBRANCH:class-devupstream = "v5.14/base"
37 37
@@ -42,7 +42,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
42 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.14;destsuffix=${KMETA}" 42 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.14;destsuffix=${KMETA}"
43 43
44LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 44LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
45LINUX_VERSION ?= "5.14.8" 45LINUX_VERSION ?= "5.14.9"
46 46
47DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 47DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
48DEPENDS += "openssl-native util-linux-native" 48DEPENDS += "openssl-native util-linux-native"