diff --git a/automation/prepare-and-start.sh b/automation/prepare-and-start.sh index 5377aa6f4..924f41123 100755 --- a/automation/prepare-and-start.sh +++ b/automation/prepare-and-start.sh @@ -75,7 +75,7 @@ sudo -H -u builder git config --get user.email # Start barys with all the arguments requested echo "[INFO] Running build as builder user..." -sudo -H -u builder /yocto/resin-board/resin-yocto-scripts/build/barys $@ & +sudo -H -u builder /yocto/resin-board/balena-yocto-scripts/build/barys $@ & barys_pid=$! wait $barys_pid || true diff --git a/build/package.json b/build/package.json index fc1bf59d6..a822b8238 100644 --- a/build/package.json +++ b/build/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/resin-os/resin-yocto-scripts" + "url": "https://github.com/balena-os/balena-yocto-scripts" }, "author": "Resin.io ", "license": "Apache-2.0",