[OE-core] [PATCHv2] Add makedevs to nativesdk

David Nyström david.c.nystrom at gmail.com
Mon Sep 23 08:01:28 UTC 2013


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 at 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




More information about the Openembedded-core mailing list