[poky] [PATCH 0/6] wic: bootimg-partition: Create the u-boot specific boot config

Kevin Hao kexin.hao at windriver.com
Mon Aug 13 18:31:20 PDT 2018


Hi,

So far, we still have to manually setup the correct boot command for the
u-boot before booting the wic image. This patch series tries to leverage
the distro boot command in u-boot and compose the corresponding
extlinux.conf when creating the wic image. Then the wic image could boot
automatically without any manual setting up.

Kevin Hao (6):
  wic: Remove the unused variable Partition.sourceparams_dict
  wic: bootimg-partition: Use the relative path in the install_task
  wic: bootimg-partition: Add do_configure_partition() method
  wic: bootimg-partition: Add support to create the u-boot boot config
    file
  meta-yocto-bsp: beaglebone: Add the u-boot boot config file for the
    wic image
  meta-yocto-bsp: beaglebone: Use the uuid for the block device naming
    in wic image

 meta-yocto-bsp/conf/machine/beaglebone-yocto.conf  |   2 +-
 meta-yocto-bsp/wic/beaglebone-yocto.wks            |   4 +-
 scripts/lib/wic/partition.py                       |   1 -
 .../lib/wic/plugins/source/bootimg-partition.py    | 102 ++++++++++++++++-----
 4 files changed, 82 insertions(+), 27 deletions(-)

-- 
2.14.4



More information about the poky mailing list