All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3] makedevs: add nativesdk to BBCLASSEXTENDS
@ 2013-09-23 16:33 David Nyström
  2013-09-23 16:34 ` [PATCH] shadow: Create recipe nativesdk-shadow David Nyström
  2013-09-23 16:34 ` [PATCHv2] libpam: Avoid host contamination issue w. libprelude David Nyström
  0 siblings, 2 replies; 10+ messages in thread
From: David Nyström @ 2013-09-23 16:33 UTC (permalink / raw)
  To: openembedded-core

This is a first in a series of patches to add items
to the nativesdk toolchain tarball.
Many of which are Yocto specific and needed to create a  
rootfs with pre and post install hooks successfully run, 
using only the toolchain tarball.

End goal is to create a sandbox where _users_ of a Yocto 
based distribution can customize a rootfs from a package feed
with their package manager of choice.

Signed-off-by: David Nyström <david.nystrom@enea.com>
---
 meta/recipes-devtools/makedevs/makedevs_1.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
index 2b9fd37..e6860f0 100644
--- a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
+++ b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
@@ -19,4 +19,4 @@ do_install() {
 	install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
1.8.3.2



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

end of thread, other threads:[~2013-09-25 12:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 16:33 [PATCHv3] makedevs: add nativesdk to BBCLASSEXTENDS David Nyström
2013-09-23 16:34 ` [PATCH] shadow: Create recipe nativesdk-shadow David Nyström
2013-09-23 18:01   ` Mark Hatle
2013-09-23 19:01     ` David Nystrom
2013-09-23 21:14       ` Richard Purdie
2013-09-24  8:25         ` Richard Purdie
2013-09-24 14:30           ` David Nyström
2013-09-25 10:03             ` Richard Purdie
2013-09-25 12:24               ` David Nyström
2013-09-23 16:34 ` [PATCHv2] libpam: Avoid host contamination issue w. libprelude David Nyström

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.