diff options
author | Chris Larson <chris_larson@mentor.com> | 2011-03-16 07:46:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:43:50 +0000 |
commit | 99aaf155ef8043b87f724a71216b211a30739af8 (patch) | |
tree | 9030b917eba2ca981b736eb996a6f66beeec7b87 /scripts/bitbake | |
parent | bfd7283a6b05ed9b730199c9cc19c4bab42ae173 (diff) | |
download | poky-99aaf155ef8043b87f724a71216b211a30739af8.tar.gz |
scripts/bitbake: add -g/--graphviz to NO_BUILD_OPTS
(From OE-Core rev: 568888e38ea5a66371b9fc679df89714807f3cc8)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/bitbake')
-rwxr-xr-x | scripts/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bitbake b/scripts/bitbake index 29e7bcd8fe..437d84ee8e 100755 --- a/scripts/bitbake +++ b/scripts/bitbake | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | NO_BUILD_OPTS="--version -h --help -p --parse-only -s --show-versions -e --environment" | 2 | NO_BUILD_OPTS="--version -h --help -p --parse-only -s --show-versions -e --environment -g --graphviz" |
3 | needpseudo="1" | 3 | needpseudo="1" |
4 | for opt in $@; do | 4 | for opt in $@; do |
5 | for key in $NO_BUILD_OPTS; do | 5 | for key in $NO_BUILD_OPTS; do |