[oe-commits] Jason Wessel : genext2fs.inc: Add nativesdk build capability

git at git.openembedded.org git at git.openembedded.org
Fri Feb 22 14:09:20 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b9eac9683baaeb458d70a5089cbb5e2b8149eb26
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b9eac9683baaeb458d70a5089cbb5e2b8149eb26

Author: Jason Wessel <jason.wessel at windriver.com>
Date:   Wed Feb 20 05:11:12 2013 -0600

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/genext2fs/genext2fs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/genext2fs/genext2fs.inc b/meta/recipes-devtools/genext2fs/genext2fs.inc
index 8bf2fce..0e39068 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"





More information about the Openembedded-commits mailing list