All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 1/2] packagegroup-arago-toolchain-minimal-target: bare target sysroot
@ 2020-02-07 18:46 Jacob Stiffler
  2020-02-07 18:46 ` [RFC][PATCH 2/2] meta-toolchain-arago-minimal: define minimal devkit/sdk Jacob Stiffler
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Stiffler @ 2020-02-07 18:46 UTC (permalink / raw)
  To: meta-arago

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

Signed-off-by: Jacob Stiffler <j-stiffler@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



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

end of thread, other threads:[~2020-02-07 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-07 18:46 [RFC][PATCH 1/2] packagegroup-arago-toolchain-minimal-target: bare target sysroot Jacob Stiffler
2020-02-07 18:46 ` [RFC][PATCH 2/2] meta-toolchain-arago-minimal: define minimal devkit/sdk Jacob Stiffler
2020-02-07 19:26   ` 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.