diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-05-28 21:29:17 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-30 12:31:48 +0100 |
commit | 5706788603b38ad4a0987e187a1c11c06f4d4e6c (patch) | |
tree | c764e66cca59d36fd31c1993da52337ac3a38b09 /meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | |
parent | 0123efae31dab8bce15e11fcee0b139a61b67cd6 (diff) | |
download | openembedded-core-contrib-5706788603b38ad4a0987e187a1c11c06f4d4e6c.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.
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-rt_5.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb index 760ded446af..e6366ee36d7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "3d70f110c590b38219843a3a0815a232fd542cec" -SRCREV_meta ?= "2647d22ea8ac2d3af6fe3b0d635cf84ee06f95e3" +SRCREV_meta ?= "6d128007a79cdbecb66c5d8d186c0bbc41496526" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" |