summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-05-28 21:29:17 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-30 12:32:48 +0100
commite41df380118ad9231a19ea6b4c2a1732410cae83 (patch)
tree1a5c15f246285ff7224729ab3aa2e822bcd8ba69 /meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
parent331ec8a8454232a8f252bbfce5be6dac246ca7ec (diff)
downloadpoky-e41df380118ad9231a19ea6b4c2a1732410cae83.tar.gz
linux-yocto/5.4: temporarily revert IKHEADERS in standard kernels
We had a commit that enabled IKHEADERS, since bpf requires them on target. This is still causing incremental reproducibility errors during the module compilation phase of the build. We are temporarily turning this off, so we can integrate -stable and other related changes. A replacement feature "reproducibility" is also being added to this can be conditionally enabled while we debug. (From OE-Core rev: 5706788603b38ad4a0987e187a1c11c06f4d4e6c) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index 1645906034..4a37c758b2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "80606f0432a35225e7bff188a890b836018bae61" 18SRCREV_machine_qemuarm ?= "80606f0432a35225e7bff188a890b836018bae61"
19SRCREV_machine ?= "1ef0d05b4662a4e5a075db47e7e368e9a12c4877" 19SRCREV_machine ?= "1ef0d05b4662a4e5a075db47e7e368e9a12c4877"
20SRCREV_meta ?= "2647d22ea8ac2d3af6fe3b0d635cf84ee06f95e3" 20SRCREV_meta ?= "6d128007a79cdbecb66c5d8d186c0bbc41496526"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23