]> code.ossystems Code Review - openembedded-core.git/commit
devtool: Create a single file for the build devtool feature
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Tue, 8 Sep 2015 10:39:10 +0000 (11:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Sep 2015 13:25:05 +0000 (14:25 +0100)
commit61bb1759f7ecb8b404f7d97573c61aef31f2f109
tree196799ad01830c992556ee4db0e0f17b109230c8
parent4020f5d91b3e4d011150d5081d36215f8eab732e
devtool: Create a single file for the build devtool feature

The intention is to have a single file for each devtool feature
so devtool can grow in a modular way. In this direction, this patch creates
build.py, moving all related build features from standard.py to build.py.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/build.py [new file with mode: 0644]
scripts/lib/devtool/standard.py