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>
This commit is contained in:
David Nyström 2013-09-23 16:33:59 +00:00 committed by Richard Purdie
parent 49e754aca3
commit ad311a1931
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ do_install() {
install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"