From f3fe7efb1fe997f8fd00062c83a4a7cbf1bb19c6 Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Wed, 20 Feb 2013 05:11:12 -0600 Subject: 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. (From OE-Core rev: b9eac9683baaeb458d70a5089cbb5e2b8149eb26) Signed-off-by: Jason Wessel Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/genext2fs/genext2fs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf