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
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
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