All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
@ 2012-10-12  6:06 Franklin S. Cooper Jr
  2012-10-12 13:58 ` Maupin, Chase
  0 siblings, 1 reply; 5+ messages in thread
From: Franklin S. Cooper Jr @ 2012-10-12  6:06 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-core/images/arago-tisdk-image.bb       |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/images/arago-tisdk-image.bb

diff --git a/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
new file mode 100644
index 0000000..e9e6781
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
@@ -0,0 +1,21 @@
+# Arago TI SDK base image
+# gives you an image with Qt/E and other common packages shared by all TI SDKs.
+
+require arago-image.inc
+PR_append = "-arago0"
+COMPATIBLE_MACHINE = "omap3|omapl138|ti33x"
+
+IMAGE_INSTALL += "\
+    task-arago-base \
+    task-arago-base-tisdk \
+    task-arago-console \
+    task-arago-tisdk-graphics \
+    task-arago-qte \
+    task-arago-tisdk-addons \
+    task-arago-tisdk-connectivity \
+    task-arago-tisdk-crypto \
+    task-arago-tisdk-matrix \
+    task-arago-tisdk-multimedia \
+"
+
+export IMAGE_BASENAME = "tisdk-rootfs"
-- 
1.7.0.4



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

end of thread, other threads:[~2012-10-18 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12  6:06 [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem Franklin S. Cooper Jr
2012-10-12 13:58 ` Maupin, Chase
2012-10-18  3:16   ` Cooper Jr., Franklin
2012-10-18 15:18     ` Denys Dmytriyenko
2012-10-18 15:51       ` Cooper Jr., Franklin

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.