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 bec4931012..5a185ffa0c 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 ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 14 | SRCREV_machine ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
15 | SRCREV_meta ?= "122f60c86239e6b181f4c59a444140138ec074b6" | 15 | SRCREV_meta ?= "0c703cb02387003c85fe28cff228cc5c8eda45c4" |
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" | 20 | LINUX_VERSION ?= "5.0.3" |
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 760a1fbc56..cb6b2bf157 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" | 9 | LINUX_VERSION ?= "5.0.3" |
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 ?= "2260c031075188dce4d30223527dda68e3940574" | 18 | SRCREV_machine_qemuarm ?= "b0477279877bb2b5cca6ec49c64e931901ff2022" |
19 | SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 19 | SRCREV_machine ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
20 | SRCREV_meta ?= "122f60c86239e6b181f4c59a444140138ec074b6" | 20 | SRCREV_meta ?= "0c703cb02387003c85fe28cff228cc5c8eda45c4" |
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 bba6829571..e42ead01e6 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 ?= "23b538073fdc803b0a749de77677508671e246af" | 14 | SRCREV_machine_qemuarm ?= "18a5ffa0e90184c8503ff1df45e4e5e501b1bab3" |
15 | SRCREV_machine_qemuarm64 ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 15 | SRCREV_machine_qemuarm64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
16 | SRCREV_machine_qemumips ?= "50b5b709ac6b1d14ac815f9a002c50a196306b02" | 16 | SRCREV_machine_qemumips ?= "c4d3cd6437329407e2cc7e3e4615769452d426b1" |
17 | SRCREV_machine_qemuppc ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 17 | SRCREV_machine_qemuppc ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
18 | SRCREV_machine_qemux86 ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 18 | SRCREV_machine_qemux86 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
19 | SRCREV_machine_qemux86-64 ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 19 | SRCREV_machine_qemux86-64 ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
20 | SRCREV_machine_qemumips64 ?= "8322515ba7a858c47386b95c6e7201c8a3a41175" | 20 | SRCREV_machine_qemumips64 ?= "2468c20c15477ebe5ecd73c0e0162d7432149318" |
21 | SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 21 | SRCREV_machine ?= "3df4aae6074e94e794e27fe7f17451d9353cdf3d" |
22 | SRCREV_meta ?= "122f60c86239e6b181f4c59a444140138ec074b6" | 22 | SRCREV_meta ?= "0c703cb02387003c85fe28cff228cc5c8eda45c4" |
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" | 31 | LINUX_VERSION ?= "5.0.3" |
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" |