]> 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)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 Mar 2015 04:08:55 +0000 (01:08 -0300)
commitf42c57b5a7b42f5a2e3bbfdc79de4adb937c6e5b
treeff3626240313aa8f213e404773b9f27373966ec3
parente848484989307ae6826ba0f5217f7702322181e3
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.

Change-Id: Ib257604997139436b48e6b4209e673f4cf22be7a
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
scripts/lib/wic/plugins/source/bootimg-partition.py