From: Alexander Aring <alex.aring@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 2/2] common: add dependency !SANDBOX on target tools
Date: Tue, 19 Nov 2013 02:08:13 +0100 [thread overview]
Message-ID: <1384823293-11830-2-git-send-email-alex.aring@gmail.com> (raw)
In-Reply-To: <1384823293-11830-1-git-send-email-alex.aring@gmail.com>
The build of target tools fails on sandbox architecture.
We don't need any target tools in this case, so add a dependency.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
common/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/common/Kconfig b/common/Kconfig
index ccfbc80..06edbc2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -453,6 +453,7 @@ config BLSPEC
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
@@ -610,6 +611,7 @@ 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
--
1.8.4.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2013-11-19 1:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-19 1:08 [PATCH 1/2] scripts: fix kernel-install-target config Alexander Aring
2013-11-19 1:08 ` Alexander Aring [this message]
2013-11-19 2:45 ` Alexander Aring
2013-11-20 6:22 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384823293-11830-2-git-send-email-alex.aring@gmail.com \
--to=alex.aring@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.