summaryrefslogtreecommitdiffstats
path: root/scripts/poky-setup-rpmrepo
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-setup-rpmrepo')
-rwxr-xr-xscripts/poky-setup-rpmrepo2
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