mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
linux-yocto: make aufs4 optional
An always on configuration of aufs4 crept into the default kernel configuration blocks. With this change, aufs-enable.scc can be used to turn on aufs via a KERNEL_FEATURES entry. We can now have co-existing unionfs solutions and can update them without breaking builds that haven't opted-in. (From OE-Core rev: 5d3d6224ec2abbbeb5b9a292d208040b89cc4b98) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d75d2be934
commit
aab3c8d56d
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.4.3"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "db28bb1e7a682362f58cc42fbb679022df9657a7"
|
||||
SRCREV_meta ?= "ab0d998117cca8c55f7ca49ec98b843782bdd25b"
|
||||
SRCREV_machine ?= "1a72cec834de2c80b5563f8afbeea7664fd5ee05"
|
||||
SRCREV_meta ?= "bcc65090840f51a6ac937297be5c22fe268d01ab"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user