[oe-commits] =?UTF-8?Q?David=20Nystr=C3=B6m=20?=: makedevs: add nativesdk to BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Tue Sep 24 16:11:44 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: e70019bcdce83ae2a202338518f8725775abaa32
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e70019bcdce83ae2a202338518f8725775abaa32

Author: David Nyström <david.c.nystrom at gmail.com>
Date:   Mon Sep 23 16:33:59 2013 +0000

makedevs: add nativesdk to BBCLASSEXTEND

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_ 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>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/makedevs/makedevs_1.0.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"



More information about the Openembedded-commits mailing list