summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2019-04-02 15:36:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-03 14:50:35 +0100
commitac01686d919addab17e5a9d60cc532e82943cd9b (patch)
treeec6fc1651b81c310aa44b502596d449f8119de70 /meta-yocto-bsp
parentab05f409bef45a756ee4d1034f33d6985fec9f93 (diff)
downloadpoky-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')
-rw-r--r--meta-yocto-bsp/wic/beaglebone-yocto.wks1
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
5part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid 5part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid
6part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 --use-uuid 6part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 --use-uuid
7bootloader --append="console=ttyS0,115200"