generic-poky/meta-selftest/recipes-test/recipetool/files
Paul Eggleton fbfc06a969 recipetool: add appendfile subcommand
Locating which recipe provides a file in an image that you want to
modify and then figuring out how to bbappend the recipe in order to
replace it can be a tedious process. Thus, add a new appendfile
subcommand to recipetool, providing the ability to create a bbappend
file to add/replace any file in the target system. Without the -r
option, it will search for the recipe packaging the specified file
(using pkgdata from previously built recipes). The bbappend will be
created at the appropriate path within the specified layer directory
(which may or may not be in your bblayers.conf) or if one already exists
it will be updated appropriately.

Fairly extensive oe-selftest tests are also provided.

Implements [YOCTO #6447].

(From OE-Core rev: dd2aa93b3c13d2c6464ef0fda59620c7dba450bb)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-20 21:41:04 +01:00
..
subdir recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
add-file.patch recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
file1 recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
installscript.sh recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
selftest-replaceme-inst-func recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
selftest-replaceme-inst-globfile recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
selftest-replaceme-inst-todir-globfile recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
selftest-replaceme-orig recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
selftest-replaceme-src-globfile recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00
selftest-replaceme-todir recipetool: add appendfile subcommand 2015-05-20 21:41:04 +01:00