]> code.ossystems Code Review - openembedded-core.git/commit
wic: add globbing support in IMAGE_BOOT_FILES entries
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>
Wed, 10 Dec 2014 11:45:57 +0000 (12:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Dec 2014 17:54:16 +0000 (17:54 +0000)
commit2c9635bdb97ddc80750c11d356e153a99d61cf09
tree5fa24cedd9b37c0d3a896f6b038835c352544426
parente56072aaaad6cfa222853a4e9e68dd8aa861de18
wic: add globbing support in IMAGE_BOOT_FILES entries

Adding glob support for entries in IMAGE_BOOT_FILES. Files picked up by
glob are by default installed under their basename, as this is likely
most common use case. Target name for globbed entries specifies the
name of directory in which files will be installed withing the partition.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/plugins/source/bootimg-partition.py