From def8b3346fe36742a1e52144c5426c6c116cad57 Mon Sep 17 00:00:00 2001 From: Marcus Müller Date: Sun, 10 Feb 2019 10:41:39 +0100 Subject: docs: N3xx page shell formatting and bb image --- host/docs/usrp_n3xx.dox | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index 517a3d443..c3f17a5c4 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -751,7 +751,7 @@ Then, navigate to a location with enough disk space: Create a world-writable directory called 'build': - $ mkdir build && chmod 777 build + $ mkdir build && chmod 777 build Then run the Docker container: @@ -764,12 +764,15 @@ Note the order of the naming above might vary by docker version, sometimes it mi After running the previous command, you will be inside the container. First, configure your build environment: - $ TEMPLATECONF=`pwd`/meta-ettus/conf/sulfur source ./oe-core/oe-init-build-env ./build ./bitbake + $ TEMPLATECONF=$(pwd)/meta-ettus/conf/sulfur source ./oe-core/oe-init-build-env ./build ./bitbake Then, you can invoke bitbake to build the image: $ bitbake $image_name +where `$image_name` could be `developer_image` or `deployment_image`. If you +want to build the SDK, append `-cpopulate_sdk` to the above line. + If you keep the build directory, bitbake will reuse it on consecutive runs, which will speed up builds significantly between runs. -- cgit v1.2.3