diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 15:59:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:29 +0100 |
commit | 46d0cc3dc88307d69a7884c0e5c79e0c8d5e4dc7 (patch) | |
tree | a5ec6b373a47da71cd2e474aac453ce022579179 /scripts/poky-setup-rpmrepo | |
parent | 211ae3b4dfe5e55b8fa18cfb9c71fa37f06c9748 (diff) | |
download | poky-46d0cc3dc88307d69a7884c0e5c79e0c8d5e4dc7.tar.gz |
Rename poky-init-build-env to oe-init-build-env
(From OE-Core rev: fa6176219b741eed346b21a3d923e9abc9b5442a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/poky-setup-rpmrepo')
-rwxr-xr-x | scripts/poky-setup-rpmrepo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-setup-rpmrepo b/scripts/poky-setup-rpmrepo index 42a9b6aedf..0e84ca9ee5 100755 --- a/scripts/poky-setup-rpmrepo +++ b/scripts/poky-setup-rpmrepo | |||
@@ -34,7 +34,7 @@ setup_tmpdir() { | |||
34 | type -P bitbake &>/dev/null || { | 34 | type -P bitbake &>/dev/null || { |
35 | echo "In order for this script to dynamically infer paths"; | 35 | echo "In order for this script to dynamically infer paths"; |
36 | echo "to kernels or filesystem images, you either need"; | 36 | echo "to kernels or filesystem images, you either need"; |
37 | echo "bitbake in your PATH or to source poky-init-build-env"; | 37 | echo "bitbake in your PATH or to source oe-init-build-env"; |
38 | echo "before running this script" >&2; | 38 | echo "before running this script" >&2; |
39 | exit 1; } | 39 | exit 1; } |
40 | 40 | ||