From 0f2e55596fdd681cff05b6d28e9729fb4664d407 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 18 May 2011 12:33:27 +0100 Subject: [PATCH] scripts/oe-buildenv-internal: Improve message when bitbake is missing (From OE-Core rev: b4391b6b8c14a9779b44c9909e6a7cac1ee351e6) Signed-off-by: Richard Purdie Signed-off-by: Richard Purdie --- scripts/oe-buildenv-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` BUILDDIR=`readlink -f "$BUILDDIR"` if ! (test -d "$BITBAKEDIR"); then - echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Did you source the script in the correct directory?" + echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Please ensure a copy of bitbake exists at this location" return fi