[linux-yocto] [PATCH 5/5] fri2: Add fri2-tiny support

Darren Hart dvhart at linux.intel.com
Mon Oct 22 15:28:54 PDT 2012


Add support for the tiny ktype for fri2. This config does not support
graphics, but the rest of the hardware is supported.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/fri2/fri2-tiny.scc |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/bsp/fri2/fri2-tiny.scc

diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2-tiny.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2-tiny.scc
new file mode 100644
index 0000000..759d853
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2-tiny.scc
@@ -0,0 +1,8 @@
+define KMACHINE fri2
+define KTYPE tiny
+define KARCH i386
+
+include ktypes/tiny
+branch fri2
+
+include fri2.scc
-- 
1.7.5.4




More information about the linux-yocto mailing list