]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipeutils: bbappend_recipe: add a way to specify the name of the file to add
authorJulien Stephan <jstephan@baylibre.com>
Tue, 5 Dec 2023 14:56:30 +0000 (15:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Dec 2023 22:55:46 +0000 (22:55 +0000)
commite7bc09e5c9d7a0f4f8f4eba40730b68857b00677
treecd2268442424b6b481e45474fef99b1d3c04f899
parent302dccaef46418d0e0731870a882b54a525739ed
recipeutils: bbappend_recipe: add a way to specify the name of the file to add

bbappend_recipe can take a dict of source files to add to SRC_URI where
the key is the full path to the file to be added and the value is a dict

Add a new optionnal entry "newname" to specify the name of the newly added file

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py