diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-08-22 03:27:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-22 19:52:02 +0100 |
commit | 8a9d72abcf484fbe8001a08623910c5af1be07a0 (patch) | |
tree | df108d3ab1917e9732385ff42442f2ed87718db9 /meta-poky | |
parent | ecde92624c27ebe511696b5bcfc83b21efec17d0 (diff) | |
download | openembedded-core-contrib-8a9d72abcf484fbe8001a08623910c5af1be07a0.tar.gz |
conf-notes.txt: add shell environment header
The header text has been moved to meta/conf/conf-notes.txt by:
[ meta: move some text from oe-setup-builddir to conf-notes.txt ]
Need do the same to meta-poky/conf/conf-notes.txt.
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/conf-notes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-poky/conf/conf-notes.txt b/meta-poky/conf/conf-notes.txt index 2f2932ba1f6..f1a4f4da143 100644 --- a/meta-poky/conf/conf-notes.txt +++ b/meta-poky/conf/conf-notes.txt @@ -1,3 +1,8 @@ + +### Shell environment set up for builds. ### + +You can now run 'bitbake <target>' + Common targets are: core-image-minimal core-image-sato |