diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-09-23 16:33:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-24 11:55:26 +0100 |
commit | e70019bcdce83ae2a202338518f8725775abaa32 (patch) | |
tree | 363aaf4630720707862d16e3b4c667c2bcaebb94 /meta/recipes-devtools/makedevs | |
parent | 367a19aaf31bcf997f10d045e7954cc800189052 (diff) | |
download | openembedded-core-e70019bcdce83ae2a202338518f8725775abaa32.tar.gz openembedded-core-e70019bcdce83ae2a202338518f8725775abaa32.tar.bz2 openembedded-core-e70019bcdce83ae2a202338518f8725775abaa32.zip |
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@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/makedevs')
-rw-r--r-- | 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 2b9fd37eb9..e6860f0c13 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" |