diff --git a/docs/devguide.rst b/docs/devguide.rst index 4e5e8c5..d254cbe 100644 --- a/docs/devguide.rst +++ b/docs/devguide.rst @@ -16,13 +16,18 @@ able to call it from anywhere. Docker image build ------------------ -Just run:: +For the Yocto/OE build image, just run:: - $ docker build -t . + $ docker build -t . + +For the Yocto/OE build image, use:: + + $ docker build --target kas-isar -t . When you need a proxy to access the internet, add:: - --build-arg http_proxy= --build-arg https_proxy= --build-arg ftp_proxy= --build-arg no_proxy= + --build-arg http_proxy= --build-arg https_proxy= + --build-arg ftp_proxy= --build-arg no_proxy= to the call.