All of lore.kernel.org
 help / color / mirror / Atom feed
* [for comments][PATCH] packagegroup-arago-base: Create new tisdk package
@ 2013-09-17 21:28 Franklin S. Cooper Jr
  2013-09-17 21:19 ` Cooper Jr., Franklin
  0 siblings, 1 reply; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2013-09-17 21:28 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Consolidate packagegroups by creating a new package that will contain packages
  specific to the tisdk.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroups/packagegroup-arago-base-tisdk.bb |   20 --------------------
 .../packagegroups/packagegroup-arago-base.bb       |   18 +++++++++++++++++-
 2 files changed, 17 insertions(+), 21 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
deleted file mode 100644
index 16b5df1..0000000
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs"
-LICENSE = "MIT"
-PR = "r13"
-
-inherit packagegroup
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-RDEPENDS_${PN} = "\
-    dbus \
-    expat \
-    glib-2.0 \
-    libxml2 \
-    libpcre \
-    iptables \
-    iperf \
-    psplash \
-    arago-gpl-notice \
-    nfs-utils-client \
-    "
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
index fd9cd15..02242c7 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Basic task to get a device booting"
 LICENSE = "MIT"
-PR = "r3"
+PR = "r4"
 
 inherit packagegroup
 
@@ -23,9 +23,25 @@ ARAGO_EXTRA = "\
     tcpdump \
     "
 
+PACKAGES += "${PN}-tisdk"
+
 # minimal set of packages - needed to boot
 RDEPENDS_${PN} = "\
     ${ARAGO_ALSA_BASE} \
     ${ARAGO_BASE} \
     ${ARAGO_EXTRA} \
     "
+
+RDEPENDS_${PN}-tisdk = "\
+    ${PN} \
+    dbus \
+    expat \
+    glib-2.0 \
+    libxml2 \
+    libpcre \
+    iptables \
+    iperf \
+    psplash \
+    arago-gpl-notice \
+    nfs-utils-client \
+    "
-- 
1.7.0.4



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

end of thread, other threads:[~2013-09-19 16:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17 21:28 [for comments][PATCH] packagegroup-arago-base: Create new tisdk package Franklin S. Cooper Jr
2013-09-17 21:19 ` Cooper Jr., Franklin
2013-09-18 15:14   ` Maupin, Chase
2013-09-19  0:13     ` Denys Dmytriyenko
2013-09-19 15:14       ` Cooper Jr., Franklin
2013-09-19 15:31         ` Maupin, Chase
2013-09-19 16:09         ` 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.