Skip to content
Snippets Groups Projects
Commit 209dc3e6 authored by Wojciech Zmuda's avatar Wojciech Zmuda
Browse files

zephyr: remove superfluous DEPLOY_DIR_IMAGE


Explicitly setting `DEPLOY_DIR_IMAGE` is not needed, since we have
`TEMPLATECONF`.
Setting `TEMPLATECONF` on the `source` step makes both `bitbake` and
`runqemu` steps share the same `DISTRO` setting, which sets
`DEPLOY_DIR_IMAGE` properly. Remove it from readme and conf-notes shown
after sourcing the env.

Signed-off-by: default avatarWojciech Zmuda <wojciech.zmuda@huawei.com>
parent da4c3f17
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ Example: ...@@ -118,7 +118,7 @@ Example:
You can test the image built for the qemu-x86 target by issuing: You can test the image built for the qemu-x86 target by issuing:
$ DEPLOY_DIR_IMAGE=tmp-newlib/deploy/images/qemu-x86 runqemu qemu-x86 $ runqemu qemu-x86
After successful bootup, you should see following: After successful bootup, you should see following:
......
...@@ -14,5 +14,5 @@ or via command line, e.g.: ...@@ -14,5 +14,5 @@ or via command line, e.g.:
You can also run generated qemu images with a command: You can also run generated qemu images with a command:
$ DEPLOY_DIR_IMAGE=tmp-newlib/deploy/images/qemu-x86 runqemu qemux86 $ runqemu qemux86
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment