mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
Rename poky-init-build-env to oe-init-build-env
(From OE-Core rev: fa6176219b741eed346b21a3d923e9abc9b5442a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ setup_tmpdir() {
|
||||
type -P bitbake &>/dev/null || {
|
||||
echo "In order for this script to dynamically infer paths";
|
||||
echo "to kernels or filesystem images, you either need";
|
||||
echo "bitbake in your PATH or to source poky-init-build-env";
|
||||
echo "bitbake in your PATH or to source oe-init-build-env";
|
||||
echo "before running this script" >&2;
|
||||
exit 1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user