diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2019-04-02 15:36:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-03 14:50:35 +0100 |
commit | ac01686d919addab17e5a9d60cc532e82943cd9b (patch) | |
tree | ec6fc1651b81c310aa44b502596d449f8119de70 /meta-yocto-bsp/wic | |
parent | ab05f409bef45a756ee4d1034f33d6985fec9f93 (diff) | |
download | poky-ac01686d919addab17e5a9d60cc532e82943cd9b.tar.gz |
meta-yocto-bsp: beaglebone: Enable the serial console for the WIC image
(From meta-yocto rev: 476f2fd598c12bfee7d2aeddbe72a360826f249c)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/wic')
-rw-r--r-- | meta-yocto-bsp/wic/beaglebone-yocto.wks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto-bsp/wic/beaglebone-yocto.wks b/meta-yocto-bsp/wic/beaglebone-yocto.wks index b75f238df9..97bd480a08 100644 --- a/meta-yocto-bsp/wic/beaglebone-yocto.wks +++ b/meta-yocto-bsp/wic/beaglebone-yocto.wks | |||
@@ -4,3 +4,4 @@ | |||
4 | 4 | ||
5 | part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid | 5 | part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid |
6 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 --use-uuid | 6 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 --use-uuid |
7 | bootloader --append="console=ttyS0,115200" | ||