aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/genext2fs
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2013-02-20 05:11:12 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-22 06:09:14 -0800
commitb9eac9683baaeb458d70a5089cbb5e2b8149eb26 (patch)
treebf4b4f8f78788a4a25b03acbbfa681da4a46ba48 /meta/recipes-devtools/genext2fs
parent61b60906b2825d4f9ea1f5ae11e1f9fcc77ac4e7 (diff)
downloadopenembedded-core-b9eac9683baaeb458d70a5089cbb5e2b8149eb26.tar.gz
genext2fs.inc: Add nativesdk build capability
In order to generate new disk images for ext(2,3,4) which contain root file systems we do not want to rely on the host's genext2fs which may have different arguments and features, so allow the nativesdk genext2fs binary to be built. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/genext2fs')
-rw-r--r--meta/recipes-devtools/genext2fs/genext2fs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/genext2fs/genext2fs.inc b/meta/recipes-devtools/genext2fs/genext2fs.inc
index 8bf2fce59b..0e3906846b 100644
--- a/meta/recipes-devtools/genext2fs/genext2fs.inc
+++ b/meta/recipes-devtools/genext2fs/genext2fs.inc
@@ -13,4 +13,4 @@ S = "${WORKDIR}/genext2fs-${PV}"
inherit autotools
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"