]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:58 +0000 (21:45 +0100)
commitbce531d503c1f7944671021704e39bcd13d67790
treebeed545fa5f2f5106195fc53f89a8d5c7444480b
parentcb78ff423ee89835c55c0e33be840503be861fe5
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.

(From OE-Core rev: bdf8ae540af12ecc9ad60efd3651b0f71d12d3bd)

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