Re: [OE-core] [PATCH 5/5] linux-yocto: make aufs4 optional

2016-04-15 Thread Bruce Ashfield
On 2016-04-15 2:19 AM, Robert Yang wrote: Hi Bruce, I got do_patch error when add features/aufs/aufs.scc: That's expected. aufs is integrated into the branches already, that feature actually applies patches, so you are trying to apply everything twice. aufs-enable.scc is the one that only do

Re: [OE-core] [PATCH 5/5] linux-yocto: make aufs4 optional

2016-04-14 Thread Robert Yang
Hi Bruce, I got do_patch error when add features/aufs/aufs.scc: KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/aufs/aufs.scc" MACHINE = "qemux86-64" $ bitbake virtual/kernel -ccleansstate && bitbake bitbake virtual/kernel |mark --> aufs.scc | patch aufs-kbu

[OE-core] [PATCH 5/5] linux-yocto: make aufs4 optional

2016-04-13 Thread Bruce Ashfield
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. Signe