meta-yocto-bsp: beaglebone: Add the u-boot boot config file for the wic image

(From meta-yocto rev: 800fc3ea87add6a7205ecfa3b088701ed635082f)

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kevin Hao
2018-08-14 09:31:25 +08:00
committed by Richard Purdie
parent 331463011f
commit 21a2aec457
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
# long-description: Creates a partitioned SD card image for Beaglebone.
# Boot files are located in the first vfat partition.
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot"
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4