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 17:24:13 +0100 |
commit | ad311a1931e4f560c5c15fac82da739a4a7ab117 (patch) | |
tree | e13820857eae367d5a7ce05bb8d9b7e674006004 /meta/recipes-devtools/makedevs/makedevs_1.0.0.bb | |
parent | 49e754aca3a79abfa024472e3528a5dcb7291b41 (diff) | |
download | 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/makedevs/makedevs_1.0.0.bb')
-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() { | |||
19 | install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs | 19 | install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs |
20 | } | 20 | } |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native nativesdk" |