]> code.ossystems Code Review - openembedded-core.git/commit
wic: bootimg-partition: Add support to create the u-boot boot config file
authorKevin Hao <kexin.hao@windriver.com>
Tue, 14 Aug 2018 01:31:24 +0000 (09:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Aug 2018 20:45:10 +0000 (21:45 +0100)
commitbdf8ae540af12ecc9ad60efd3651b0f71d12d3bd
tree164004351479975356cbc78fd7715bfc7afe818b
parent3203037471c761f635d1f1c512cb623ff6977a41
wic: bootimg-partition: Add support to create the u-boot boot config file

By leveraging the distro boot command feature in the u-boot, we can
compose the corresponding extlinux.conf when creating the wic image,
and let u-boot boot the kernel automatically. For more detail about
the u-boot distro boot command feature, please see doc/README.distro
in u-boot source files.

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