diff options
author | Marcus Müller <marcus.mueller@ettus.com> | 2019-02-10 10:41:39 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-02-11 17:14:46 -0800 |
commit | def8b3346fe36742a1e52144c5426c6c116cad57 (patch) | |
tree | 52796dfdcf535751da5aa015773b79d9ce5aa0da /host | |
parent | 6bc92ce1e20a1f788b5a850c3dfaa345de645bcc (diff) | |
download | uhd-def8b3346fe36742a1e52144c5426c6c116cad57.tar.gz uhd-def8b3346fe36742a1e52144c5426c6c116cad57.tar.bz2 uhd-def8b3346fe36742a1e52144c5426c6c116cad57.zip |
docs: N3xx page shell formatting and bb image
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/usrp_n3xx.dox | 7 |
1 files 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. |