diff options
author | Jörg Hofrichter <joerg.hofrichter@ni.com> | 2019-02-27 20:49:06 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-02-27 12:18:47 -0800 |
commit | 48beca4e0359d615b2edb117ef5954d02b93978a (patch) | |
tree | adae46a0eb089814d41edc294707bebaa5eb267d /host/docs/usrp_n3xx.dox | |
parent | 5f14433d63831b7f6c6b5b0c71ed6f3e96f171a7 (diff) | |
download | uhd-48beca4e0359d615b2edb117ef5954d02b93978a.tar.gz uhd-48beca4e0359d615b2edb117ef5954d02b93978a.tar.bz2 uhd-48beca4e0359d615b2edb117ef5954d02b93978a.zip |
doc: n3xx: fixed typo in image name (SD card build)
Image name to be provided to bitbake command are named 'developer-image' and 'deployment-image'
i.e. with dash, not with underscore
Diffstat (limited to 'host/docs/usrp_n3xx.dox')
-rw-r--r-- | host/docs/usrp_n3xx.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox index d3e3c8a9c..5630cff40 100644 --- a/host/docs/usrp_n3xx.dox +++ b/host/docs/usrp_n3xx.dox @@ -771,7 +771,7 @@ Then, you can invoke bitbake to build the image: $ bitbake $image_name -where `$image_name` could be `developer_image` or `deployment_image`. If you +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, |