From 46d0cc3dc88307d69a7884c0e5c79e0c8d5e4dc7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 15:59:04 +0100 Subject: Rename poky-init-build-env to oe-init-build-env (From OE-Core rev: fa6176219b741eed346b21a3d923e9abc9b5442a) Signed-off-by: Richard Purdie --- scripts/poky-setup-builddir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-setup-builddir') diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir index 64240e1e5d..d6e5353621 100755 --- a/scripts/poky-setup-builddir +++ b/scripts/poky-setup-builddir @@ -31,7 +31,7 @@ if ! (test -d "$BUILDDIR"); then fi if ! (test -w "$BUILDDIR"); then - echo >&2 "Error: Cannot write to $BUILDDIR, perhaps try sourcing with a writable path? i.e. . poky-init-build-env ~/my-build" + echo >&2 "Error: Cannot write to $BUILDDIR, perhaps try sourcing with a writable path? i.e. . oe-init-build-env ~/my-build" exit 1 fi -- cgit v1.2.3-54-g00ecf