]> code.ossystems Code Review - openembedded-core.git/commit
wic: bootimg-partition: Add do_configure_partition() method
authorKevin Hao <kexin.hao@windriver.com>
Tue, 14 Aug 2018 01:31:23 +0000 (09:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2018 20:45:10 +0000 (21:45 +0100)
commit3203037471c761f635d1f1c512cb623ff6977a41
treee672ce33b90508d1ef4b98e2b1ea296c9e5ad2ef
parent3a85df7bde1e82cd508da8a78b930fa361a0e720
wic: bootimg-partition: Add do_configure_partition() method

We want to add some u-boot specific config file. Before doing this,
we need know what files will be installed into this partition. So
move the codes about parsing the IMAGE_BOOT_FILES into
do_configure_partition(). No function change.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/bootimg-partition.py