]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add package plugin that lets you create package via devtool
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 8 Sep 2015 10:39:14 +0000 (11:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Sep 2015 13:25:07 +0000 (14:25 +0100)
commit6dc0269bca3e874582d61b40dbf0d495331fb96a
tree541f6aa31cc4d355be99bdec8a36e31f43a0b339
parent4801b64243e57e554a593f0857dd53621d8f52e5
devtool: add package plugin that lets you create package via devtool

Enables creating packages using devtool within the extensible SDK. (This
is only enabled within the extensible SDK because it provides no
advantage over just running bitbake directly there).

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/package.py [new file with mode: 0644]