diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.0.bb | 20 |
3 files changed, 17 insertions, 17 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb index 922db1e6e6..69c59096b9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.0.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 ?= "36f6c28b2561bf4dcba5a326a51bc0aa6fc59330" | 14 | SRCREV_machine ?= "7365aab1a7b980f7d81b37f96841cbe88a306b7e" |
15 | SRCREV_meta ?= "d26eec23cf1057a715c05777a18f395678fcbf38" | 15 | SRCREV_meta ?= "2bc19ce252b1ce753056b32c55f55f515698b42a" |
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.0;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "5.0.13" | 20 | LINUX_VERSION ?= "5.0.17" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb index f407111307..9888a3fed4 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.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.0.13" | 9 | LINUX_VERSION ?= "5.0.17" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
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 ?= "9e6c0e79debd9bb85ef44a93927fbe504e42c5a1" | 18 | SRCREV_machine_qemuarm ?= "bb915f6be9a133fd702b152aa456cc31eea0936e" |
19 | SRCREV_machine ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4" | 19 | SRCREV_machine ?= "fa6f061d0da0c15c8685e6fad5b8ccc96a2e212c" |
20 | SRCREV_meta ?= "d26eec23cf1057a715c05777a18f395678fcbf38" | 20 | SRCREV_meta ?= "2bc19ce252b1ce753056b32c55f55f515698b42a" |
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.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb index 466e9298bc..dfbe495ab4 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.0.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "v5.0/standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "v5.0/standard/base" | 11 | KBRANCH_qemux86-64 ?= "v5.0/standard/base" |
12 | KBRANCH_qemumips64 ?= "v5.0/standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "v5.0/standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "74c4e04f742af858253252ae4160ee0fc5a65608" | 14 | SRCREV_machine_qemuarm ?= "0cf286c38da5959520f6c01e606c722deb069fd1" |
15 | SRCREV_machine_qemuarm64 ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4" | 15 | SRCREV_machine_qemuarm64 ?= "fa6f061d0da0c15c8685e6fad5b8ccc96a2e212c" |
16 | SRCREV_machine_qemumips ?= "dd9de85be86c3af916d5d9fde9cff70896aa72d8" | 16 | SRCREV_machine_qemumips ?= "577fd817ec6c9566277b341ac5911ea657ec5ba4" |
17 | SRCREV_machine_qemuppc ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4" | 17 | SRCREV_machine_qemuppc ?= "fa6f061d0da0c15c8685e6fad5b8ccc96a2e212c" |
18 | SRCREV_machine_qemux86 ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4" | 18 | SRCREV_machine_qemux86 ?= "fa6f061d0da0c15c8685e6fad5b8ccc96a2e212c" |
19 | SRCREV_machine_qemux86-64 ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4" | 19 | SRCREV_machine_qemux86-64 ?= "fa6f061d0da0c15c8685e6fad5b8ccc96a2e212c" |
20 | SRCREV_machine_qemumips64 ?= "4fc49a67d100bf80ac969b7e8889f419628df97b" | 20 | SRCREV_machine_qemumips64 ?= "f9e63bc3f0ee65f03b3f9963a938668e6abf9425" |
21 | SRCREV_machine ?= "f990fd0ce123aa6035042efad09b2ddc3e7d48f4" | 21 | SRCREV_machine ?= "fa6f061d0da0c15c8685e6fad5b8ccc96a2e212c" |
22 | SRCREV_meta ?= "d26eec23cf1057a715c05777a18f395678fcbf38" | 22 | SRCREV_meta ?= "2bc19ce252b1ce753056b32c55f55f515698b42a" |
23 | 23 | ||
24 | # remap qemuarm to qemuarma15 for the 5.0 kernel | 24 | # remap qemuarm to qemuarma15 for the 5.0 kernel |
25 | # KMACHINE_qemuarm ?= "qemuarma15" | 25 | # KMACHINE_qemuarm ?= "qemuarma15" |
@@ -28,7 +28,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
28 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" | 28 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" |
29 | 29 | ||
30 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 30 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
31 | LINUX_VERSION ?= "5.0.13" | 31 | LINUX_VERSION ?= "5.0.17" |
32 | 32 | ||
33 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 33 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
34 | DEPENDS += "openssl-native util-linux-native" | 34 | DEPENDS += "openssl-native util-linux-native" |