[linux-yocto] [PATCH] meta: bsp/axxia: move back features from meta-axxia

Cristian Bercaru cristian.bercaru at windriver.com
Wed Dec 2 03:13:13 PST 2015


Signed-off-by: Cristian Bercaru <cristian.bercaru at windriver.com>
---
 meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.scc    |    4 ++++
 .../kernel-cache/bsp/axxiapowerpc/axxiapowerpc.scc |    4 ++++
 2 files changed, 8 insertions(+)

diff --git a/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.scc b/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.scc
index 55a516f..dccecbf 100644
--- a/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.scc
+++ b/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.scc
@@ -1,6 +1,10 @@
 # Core arm configuation settings
 include arch/arm/arm.scc nopatch
 
+include features/usb/ehci-hcd.scc
+include cfg/usb-mass-storage.scc
+include cfg/virtio.scc
+
 include rapidio.scc
 include edac.scc
 include kvm.scc
diff --git a/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.scc b/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.scc
index 4393391..6dd5be6 100644
--- a/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.scc
+++ b/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.scc
@@ -1,3 +1,7 @@
+include features/usb/ehci-hcd.scc
+include features/scsi/disk.scc
+include cfg/usb-mass-storage.scc
+
 include rapidio.scc
 
 kconf hardware axxiapowerpc.cfg
-- 
1.7.9.5



More information about the linux-yocto mailing list