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:18 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-30 12:32:48 +0100
commit354f9622d50faa00fecfa8e4cb668e6b7e5e178e (patch)
tree0a7013ffcb8c5291080cc4c6af2a3d248c79a1a9 /meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
parente41df380118ad9231a19ea6b4c2a1732410cae83 (diff)
downloadpoky-354f9622d50faa00fecfa8e4cb668e6b7e5e178e.tar.gz
linux-yocto: gather reproducibility configs into a fragment
Updating the meta SRCREV to pickup the following fix: commit 9e68afb48b16a447dcd3996ffa350f3e79e44257 (HEAD -> master) Author: Bruce Ashfield <bruce.ashfield@gmail.com> Date: Thu May 28 11:22:22 2020 -0400 features: add reproducibility fragement Creating an initial feature fragment that can be included when a reproducible kernel build is desired. This is currently only one option, but will have more in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> (From OE-Core rev: eaa34c96b60e703c96495e60650adc6d149603f1) 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 4a37c758b2..db2e82efe4 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 ?= "6d128007a79cdbecb66c5d8d186c0bbc41496526" 20SRCREV_meta ?= "d62979d9e2d30640c777438bebb40d98e03c331a"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23