From 4830c5375683e8a88cb3e8a887dd91e5d4274e07 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Sep 2016 10:52:49 +0200 Subject: genimage: add better support --- target/config/Config.in.tools | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'target/config/Config.in.tools') diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 36c3f6dbf..5f8f7002e 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -27,10 +27,6 @@ config ADK_HOST_BUILD_FLEX bool default y -config ADK_HOST_BUILD_GENIMAGE - bool - default y - config ADK_HOST_BUILD_M4 bool default y @@ -112,6 +108,31 @@ config ADK_HOST_BUILD_XZ default n # optional, but can be provided by host +config ADK_HOST_BUILD_DOSFSTOOLS + bool + default n + +config ADK_HOST_BUILD_E2FSPROGS + bool + default n + +config ADK_HOST_BUILD_MKE2IMG + bool + default n + +config ADK_HOST_BUILD_MTOOLS + bool + default n + +config ADK_HOST_BUILD_GENIMAGE + bool + select ADK_HOST_BUILD_MKE2IMG + select ADK_HOST_BUILD_MTOOLS + select ADK_HOST_BUILD_GENEXT2FS + select ADK_HOST_BUILD_E2FSPROGS + select ADK_HOST_BUILD_DOSFSTOOLS + default n + config ADK_HOST_NEED_CCACHE bool default n -- cgit v1.2.3