From patchwork Wed Feb 20 11:11:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: genext2fs.inc: Add nativesdk build capability Date: Wed, 20 Feb 2013 11:11:12 -0000 From: Jason Wessel X-Patchwork-Id: 44921 Message-Id: <1361358672-65311-1-git-send-email-jason.wessel@windriver.com> To: 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 --- 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"