Re: [PATCH v2 1/4] common: remove !SANDBOX dependency for target tools

2021-10-02 Thread Sascha Hauer
On Fri, Sep 17, 2021 at 07:41:24PM +0200, Ahmad Fatoum wrote:
> d4aa01503348 ("common: add dependency !SANDBOX on target tools") and
> later commits disabled building the target tools with sandbox, because
> the build failed when they were enabled.
> 
> This has been fixed since then. Remove the limitation, so target tools
> can be cross-compiled when using the ARCH=sandbox.
> 
> Signed-off-by: Ahmad Fatoum 
> ---
> v1 -> v2:
>   - no change
> ---
>  common/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)

Applied, thanks

Sascha


-- 
Pengutronix e.K.   | |
Steuerwalder Str. 21   | http://www.pengutronix.de/  |
31137 Hildesheim, Germany  | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


[PATCH v2 1/4] common: remove !SANDBOX dependency for target tools

2021-09-17 Thread Ahmad Fatoum
d4aa01503348 ("common: add dependency !SANDBOX on target tools") and
later commits disabled building the target tools with sandbox, because
the build failed when they were enabled.

This has been fixed since then. Remove the limitation, so target tools
can be cross-compiled when using the ARCH=sandbox.

Signed-off-by: Ahmad Fatoum 
---
v1 -> v2:
  - no change
---
 common/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index a9feae2ae866..222a438ee545 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -740,7 +740,6 @@ config IMD_TARGET
 
 config KERNEL_INSTALL_TARGET
bool
-   depends on !SANDBOX
prompt "Build kernel-install utility for the target"
help
  Enable this to compile the kernel-install script using the cross
@@ -983,7 +982,6 @@ config DEFAULT_ENVIRONMENT_PATH
 
 config BAREBOXENV_TARGET
bool
-   depends on !SANDBOX
prompt "build bareboxenv tool for target"
help
  'bareboxenv' is a tool to access the barebox environment from a 
running Linux
@@ -992,7 +990,6 @@ config BAREBOXENV_TARGET
 config BAREBOXCRC32_TARGET
bool
prompt "build bareboxcrc32 tool for target"
-   depends on !SANDBOX
help
  'bareboxcrc32' is a userspacetool to generate the crc32 checksums the 
same way
  barebox does. Say yes here to build it for the target.
-- 
2.30.2


___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox