[linux-yocto] [PATCH 1/1] preempt-rt: remove entry for aufs

Anuj Mittal anuj.mittal at intel.com
Wed Sep 5 00:08:05 PDT 2018


The preempt-rt config explicitly disables aufs which can result in
config warnings for kernels where the aufs patches aren't applied.

Since default state of aufs is 'n', there's no need to disable it
explicitly here.

For BSPs relying on aufs, they should enable it by including
features/aufs/aufs-enable.scc.

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 ktypes/preempt-rt/preempt-rt.scc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ktypes/preempt-rt/preempt-rt.scc b/ktypes/preempt-rt/preempt-rt.scc
index db218fc3..a2c0bac6 100644
--- a/ktypes/preempt-rt/preempt-rt.scc
+++ b/ktypes/preempt-rt/preempt-rt.scc
@@ -1,9 +1,6 @@
 include ktypes/developer/developer.scc nocfg
 branch preempt-rt
 
-# aufs doesn't even build with preempt-rt kernels
-include features/aufs/aufs-disable.scc
-
 # feature block
 include features/blktrace/blktrace.scc
 include arch/arm/arm.scc nopatch
-- 
2.17.1



More information about the linux-yocto mailing list