aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-12-16 22:38:18 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-18 16:19:29 +0000
commitd88ce948ff2c910e796b78be388bec9578f6eb9c (patch)
treebdb3b075c9bf340ef711ad69487b8e9719b5af54 /meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
parentbd066bf4aa47b6ca37fbeb4ac4909d75a8a1e285 (diff)
downloadopenembedded-core-contrib-d88ce948ff2c910e796b78be388bec9578f6eb9c.tar.gz
linux-yocto/4.18: bug fixes and configuration tweaks
Integrating the following commits: 2ba9a28434f8 netfilter: use kvmalloc_array to allocate memory for hashtable 6e1fae5d233a ipv4: net namespace does not inherit network configurations As well as the following configuration changes: ed1978c99214 features/module-signing: add new feature a28fd4843381 edac: Drop CONFIG_EDAC_MM_EDAC and add dependency 8ae63963256e xfs: add xfs support Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
index 968b94c207..145992e5d7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "33859b3077c83d8a024946ba06a59990546fcbc7"
-SRCREV_machine ?= "33859b3077c83d8a024946ba06a59990546fcbc7"
-SRCREV_meta ?= "e39413ec2bdda10cdfb7e7e4df228be8d39e6639"
+SRCREV_machine_qemuarm ?= "fad657599d15977f1ecb5cdf1719526dacf5f529"
+SRCREV_machine ?= "2ba9a28434f83c917ad3cfb8b4f7db6066c26a99"
+SRCREV_meta ?= "ed1978c99214b03740a8989d46f175252435ddc2"
PV = "${LINUX_VERSION}+git${SRCPV}"