All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] images: Add new arago-glsdk-console-image
@ 2013-07-01 15:48 Siddharth Heroor
  2013-07-01 16:00 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Siddharth Heroor @ 2013-07-01 15:48 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Siddharth Heroor <heroor@ti.com>
Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
---
 .../images/arago-glsdk-console-image.bb            |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb

diff --git a/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb b/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
new file mode 100644
index 0000000..8ce905c
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/arago-glsdk-console-image.bb
@@ -0,0 +1,16 @@
+# GLSDK console image
+# gives you an image with basic media libraries
+
+require arago-image.inc
+
+COMPATIBLE_MACHINE = "(?!omap-a15)"
+
+# The size of the uncompressed ramdisk is 32MB
+ROOTFS_SIZE = "32768"
+
+IMAGE_INSTALL += "\
+    packagegroup-arago-base \
+    packagegroup-arago-console \
+    packagegroup-arago-glsdk-console \
+    "
+export IMAGE_BASENAME = "arago-glsdk-console-image"
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-01 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 15:48 [PATCH 2/2] images: Add new arago-glsdk-console-image Siddharth Heroor
2013-07-01 16:00 ` Denys Dmytriyenko
2013-07-01 16:03   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.