Openembedded Core Discussions
 help / color / mirror / Atom feed
* [yocto-docs][PATCH] ref-manual: Added description of sdk-pms DISTRO_FEATURE
@ 2013-10-23 15:35 David Nyström
  2013-10-23 15:35 ` [PATCHv2] nativesdk-packagegroup-sdk-host: Add new DISTRO_FEATURE, sdk-pms David Nyström
  0 siblings, 1 reply; 2+ messages in thread
From: David Nyström @ 2013-10-23 15:35 UTC (permalink / raw)
  To: openembedded-core, yocto

Added description of DISTRO_FEATURE sdk-pms in the Yocto reference manual.

Signed-off-by: David Nyström <david.nystrom@enea.com>
---
 documentation/ref-manual/ref-features.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index 92c5e8a..f042bba 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -115,6 +115,10 @@
                     supports it.</para></listitem>
                 <listitem><para><emphasis>wifi:</emphasis> Include WiFi support
                     (integrated only).</para></listitem>
+		<listitem><para><emphasis>sdk-pms:</emphasis> Include Package 
+		    Management Tools in the nativesdk toolchain tarball,
+                    This to allow easy sandboxing of rootfs creation when using 
+		    the SDK tarball.</para></listitem>
             </itemizedlist>
         </para>
     </section>
-- 
1.8.3.2



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

* [PATCHv2] nativesdk-packagegroup-sdk-host: Add new DISTRO_FEATURE, sdk-pms
  2013-10-23 15:35 [yocto-docs][PATCH] ref-manual: Added description of sdk-pms DISTRO_FEATURE David Nyström
@ 2013-10-23 15:35 ` David Nyström
  0 siblings, 0 replies; 2+ messages in thread
From: David Nyström @ 2013-10-23 15:35 UTC (permalink / raw)
  To: openembedded-core, yocto

Added a new distro feature called sdk-pms, since smartpm rdepends
on the python runtime.
This to avoid bloating the SDK tarball for those who does not
want it.

Signed-off-by: David Nyström <david.nystrom@enea.com>
---
 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index e298ff4..1f45c4c 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -16,7 +16,8 @@ RDEPENDS_${PN} = "\
     nativesdk-qemu-helper \
     nativesdk-pseudo \
     nativesdk-unfs-server \
-    nativesdk-opkg \
+    ${@base_contains('DISTRO_FEATURES', 'sdk-pms', 'nativesdk-opkg','', d)} \
+    ${@base_contains('DISTRO_FEATURES', 'sdk-pms', 'nativesdk-smartpm','', d)} \
     nativesdk-libtool \
     nativesdk-autoconf \
     nativesdk-automake \
-- 
1.8.3.2



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

end of thread, other threads:[~2013-10-23 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 15:35 [yocto-docs][PATCH] ref-manual: Added description of sdk-pms DISTRO_FEATURE David Nyström
2013-10-23 15:35 ` [PATCHv2] nativesdk-packagegroup-sdk-host: Add new DISTRO_FEATURE, sdk-pms David Nyström

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox