summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-08-27 13:54:01 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-28 07:08:37 +0100
commit1f8c8aff092641b6c6901f221f7383653fce3a2b (patch)
tree3b18a90876407cba54263be73d7a751ec0abd687 /meta/recipes-kernel
parente55b2f6dac8147d40e69cbd8b9297a331e907139 (diff)
downloadpoky-1f8c8aff092641b6c6901f221f7383653fce3a2b.tar.gz
linux-yocto/5.8: disable IKHEADERS in default builds
A patch from 5.4 wasn't propagated to 5.8, and IKHEADERS was renabled in our default builds. This cases reproducibility issues when kernel modules are built. We haven't tracked down the root cause yet, but for now, we still don't want reproducibility failing on builds. There's a dedicated reproducibility feature available for those that want to enable the feature. (From OE-Core rev: ec23ada44fbf5143dd2cc89f3dd882be355358d0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.8.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb
index f8758d2b1c..f956f04d53 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.8.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f" 14SRCREV_machine ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f"
15SRCREV_meta ?= "7ddf21c67d219078d369988270f008bf8d730b1c" 15SRCREV_meta ?= "0a4bef3856894e8bca3c74c97e7924ad262c0dc8"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_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.8;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.8;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
index 53145287bb..ae3b82b86a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "657076afb65e40e322bcc3b2bb8eeca590e20912" 18SRCREV_machine_qemuarm ?= "657076afb65e40e322bcc3b2bb8eeca590e20912"
19SRCREV_machine ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f" 19SRCREV_machine ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f"
20SRCREV_meta ?= "7ddf21c67d219078d369988270f008bf8d730b1c" 20SRCREV_meta ?= "0a4bef3856894e8bca3c74c97e7924ad262c0dc8"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.8.bb b/meta/recipes-kernel/linux/linux-yocto_5.8.bb
index 7b2844699a..0f162f87be 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.8.bb
@@ -21,7 +21,7 @@ SRCREV_machine_qemux86 ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f"
21SRCREV_machine_qemux86-64 ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f" 21SRCREV_machine_qemux86-64 ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f"
22SRCREV_machine_qemumips64 ?= "768aed7c0609f38222ee7672981a9b60c943f4fb" 22SRCREV_machine_qemumips64 ?= "768aed7c0609f38222ee7672981a9b60c943f4fb"
23SRCREV_machine ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f" 23SRCREV_machine ?= "6a095b50f83adc33b07bd1b3dbbcca8bec66849f"
24SRCREV_meta ?= "7ddf21c67d219078d369988270f008bf8d730b1c" 24SRCREV_meta ?= "0a4bef3856894e8bca3c74c97e7924ad262c0dc8"
25 25
26# remap qemuarm to qemuarma15 for the 5.8 kernel 26# remap qemuarm to qemuarma15 for the 5.8 kernel
27# KMACHINE_qemuarm ?= "qemuarma15" 27# KMACHINE_qemuarm ?= "qemuarma15"