]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: add 'newappend' sub-command
authorChristopher Larson <kergoth@gmail.com>
Wed, 16 Sep 2015 17:03:32 +0000 (10:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Sep 2015 21:15:37 +0000 (22:15 +0100)
commitac053163c7823e482ca1af2962342e64a54bfb52
treed416d1013644549375c0b0a88de4bb8fb89c3d8c
parente55b3d88e7a9138f518301a7217f74ba98e979aa
recipetool: add 'newappend' sub-command

This sub-command creates a bbappend for the specified target and prints the
path to the bbappend. The -w argument, as with some of the other recipetool
commands, will make a version-independent bbappend.

Example usage: recipetool newappend meta-mylayer virtual/kernel

[YOCTO #7964]

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/newappend.py [new file with mode: 0644]