]> code.ossystems Code Review - openembedded-core.git/commit
devtool: standard: Handle exporting generated config fragments
authorNathan Rossi <nathan@nathanrossi.com>
Wed, 3 Apr 2019 05:37:02 +0000 (05:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Apr 2019 16:33:01 +0000 (17:33 +0100)
commit7a1fabe4a24552ce8a50c8d6009969ca52a5fd27
tree1fef9fdb0f45c901d706e60ace64f951ce1c85de
parent091c46a8ecba6b6b7c44078ae2b567a2ef6e72e9
devtool: standard: Handle exporting generated config fragments

The cml1 and ccmake bbclasses generate configuration fragment source
files that must be exported from the WORKDIR as a source file to be
preserved across builds. This change adds detection of the current
recipes inherited classes and for cml1 and ccmake classes checks for the
specific generated configuration fragment files. These files are then
exported by devtool and included as SRC_URI files from within the target
layer.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py