summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-09-17 19:41:24 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-02 11:12:48 +0200
commit5e83700a7ac021e64c2f90a0ffee3b173d6c12b9 (patch)
tree12927ddb0489cbdaa8f2cc6291628d72c03d9328 /common
parent41023724b2b09ec1c8555bb32c929a82ebc84359 (diff)
downloadbarebox-5e83700a7ac021e64c2f90a0ffee3b173d6c12b9.tar.gz
barebox-5e83700a7ac021e64c2f90a0ffee3b173d6c12b9.tar.xz
common: remove !SANDBOX dependency for target tools
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 <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20210917174127.23345-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Kconfig b/common/Kconfig
index a9feae2ae8..222a438ee5 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.