Skip to content

Commit f7c4991

Browse files
committed
Pull new kirkstone meta-trik
1 parent 8d0b016 commit f7c4991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -xueo pipefail
33
pushd $(dirname $(realpath "$BASH_SOURCE"))
44
docker build --build-arg "host_uid=$(id -u)" --build-arg "host_gid=$(id -g)" -t oe-builder .
5-
docker run -ti -v $PWD/..:/sandbox:rw -w /sandbox oe-builder bash -lc "\
5+
docker run --network=host -ti -v $PWD/..:/sandbox:rw -w /sandbox oe-builder bash -lc "\
66
set -xeo pipefail; \
77
pwd; \
88
if [ ! -d 'poky' ]; then git clone --depth 1 -b kirkstone git://git.yoctoproject.org/poky; fi && cd poky && source oe-init-build-env ..; \

0 commit comments

Comments
 (0)