* Define a bare sysroot with only package management and the feed
  configuration.

Signed-off-by: Jacob Stiffler <j-stiff...@ti.com>
---
 .../packagegroup-arago-toolchain-minimal-target.bb           | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 
meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-minimal-target.bb

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-minimal-target.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-minimal-target.bb
new file mode 100644
index 0000000..c689ecd
--- /dev/null
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-minimal-target.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Target packages for the minimal SDK, intended to be extended 
with opkg"
+PR = "r0"
+LICENSE = "MIT"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit packagegroup
+
+RDEPENDS_${PN} = "\
+   arago-feed-config \
+   opkg-dev \
+"
-- 
2.7.4

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to