summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorDavid Nyström <david.c.nystrom@gmail.com>2013-09-23 16:33:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-24 17:24:13 +0100
commitad311a1931e4f560c5c15fac82da739a4a7ab117 (patch)
treee13820857eae367d5a7ce05bb8d9b7e674006004 /meta/recipes-devtools
parent49e754aca3a79abfa024472e3528a5dcb7291b41 (diff)
downloadast2050-yocto-poky-ad311a1931e4f560c5c15fac82da739a4a7ab117.zip
ast2050-yocto-poky-ad311a1931e4f560c5c15fac82da739a4a7ab117.tar.gz
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. (From OE-Core rev: e70019bcdce83ae2a202338518f8725775abaa32) Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/makedevs/makedevs_1.0.0.bb2
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"
OpenPOWER on IntegriCloud