diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-18 12:33:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-18 12:42:26 +0100 |
commit | 0f2e55596fdd681cff05b6d28e9729fb4664d407 (patch) | |
tree | f01081ab83e9623b6feb0b4b6c7b67ff51e1da53 /scripts/oe-buildenv-internal | |
parent | 025821a39629ebaa0a1ffab6d538c240ed551b72 (diff) | |
download | poky-0f2e55596fdd681cff05b6d28e9729fb4664d407.tar.gz |
scripts/oe-buildenv-internal: Improve message when bitbake is missing
(From OE-Core rev: b4391b6b8c14a9779b44c9909e6a7cac1ee351e6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-buildenv-internal')
-rwxr-xr-x | scripts/oe-buildenv-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal index 54430a026b..558d9c87cd 100755 --- a/scripts/oe-buildenv-internal +++ b/scripts/oe-buildenv-internal | |||
@@ -44,7 +44,7 @@ BITBAKEDIR=`readlink -f "$BITBAKEDIR"` | |||
44 | BUILDDIR=`readlink -f "$BUILDDIR"` | 44 | BUILDDIR=`readlink -f "$BUILDDIR"` |
45 | 45 | ||
46 | if ! (test -d "$BITBAKEDIR"); then | 46 | if ! (test -d "$BITBAKEDIR"); then |
47 | echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Did you source the script in the correct directory?" | 47 | echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Please ensure a copy of bitbake exists at this location" |
48 | return | 48 | return |
49 | fi | 49 | fi |
50 | 50 | ||