diff options
author | Jörg Hofrichter <joerg.hofrichter@ni.com> | 2019-02-27 20:49:06 +0100 |
---|---|---|
committer | Michael West <michael.west@ettus.com> | 2019-03-05 10:31:05 -0800 |
commit | 521ef15a5ef91cfa7fe04264a47b34855ba6bf89 (patch) | |
tree | 0b6ec5de5a33ca74c5db1acf60156ca0bfd3bc27 /host/docs | |
parent | c287e23027bcb3f75a3098101e58ae415b4d273b (diff) | |
download | uhd-521ef15a5ef91cfa7fe04264a47b34855ba6bf89.tar.gz uhd-521ef15a5ef91cfa7fe04264a47b34855ba6bf89.tar.bz2 uhd-521ef15a5ef91cfa7fe04264a47b34855ba6bf89.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')
-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, |