]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
copy_buildsystem: make sure bitbake directory is copied
authorChen Qi <Qi.Chen@windriver.com>
Tue, 5 May 2015 06:51:19 +0000 (14:51 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Thu, 20 Aug 2015 07:04:03 +0000 (15:04 +0800)
commitfeb9a0850e4a24335e9e0295ccab1818c43ba917
tree49621a13a197ecf9ad5374882606b5618d2ed32f
parentc38acd720b3f6ffbeb544063692eb471dada8593
copy_buildsystem: make sure bitbake directory is copied

The previous code assumes that bitbake/ directory is under the core layer.
This is the case for Yocto project. But users might clone oe-core and bitbake
separately. So we use bb.__file__ to locate the bitbake directory to make sure
it's copied into the extensible SDK.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/lib/oe/copy_buildsystem.py