[linux-yocto] [PATCH 3/5] routerstationpro: specify chosen filesystems in audit input.

Paul Gortmaker paul.gortmaker at windriver.com
Fri Jul 27 09:24:58 PDT 2012


Call out the two filesystems used by this specific BSP in
the hardware list.  While filesystems aren't generally
hardware items, boards with MTD devices will need certain
specific filesystems, so there is a hardware linkage.

Regardless, the point of the audit is to inform people in
a way that lets them think about their choices.  We've
done that here, and know we need these.

Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
---
 meta/cfg/kernel-cache/bsp/routerstationpro/hardware.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/cfg/kernel-cache/bsp/routerstationpro/hardware.cfg b/meta/cfg/kernel-cache/bsp/routerstationpro/hardware.cfg
index 492b9e2..6b17faa 100644
--- a/meta/cfg/kernel-cache/bsp/routerstationpro/hardware.cfg
+++ b/meta/cfg/kernel-cache/bsp/routerstationpro/hardware.cfg
@@ -1 +1,3 @@
 CONFIG_ETHERNET_PACKET_MANGLE
+CONFIG_JFFS2_FS
+CONFIG_SQUASHFS
-- 
1.7.11.1




More information about the linux-yocto mailing list