summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@gmail.com>2021-01-04 12:37:41 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-05 13:48:41 +0000
commit4434d5fa8e80a68935343787f75fc413678fa380 (patch)
tree10272fbdbf8dd1b2689ede65e9db5cfa9989ba3c /meta-yocto-bsp
parentfb2fcf239e35874efee7caa2892bd53677ae955f (diff)
downloadpoky-4434d5fa8e80a68935343787f75fc413678fa380.tar.gz
meta-yocto-bsp: use mmcblk0 for root partition
As for the boot partition, use mmcblk0 for --ondisk, not mmcblk. (From meta-yocto rev: c86263d650058d85d78ad2b8497eb1104e7b83d0) Signed-off-by: Vivien Didelot <vdidelot@pbsc.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.wks2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/wic/beaglebone-yocto.wks b/meta-yocto-bsp/wic/beaglebone-yocto.wks
index 97bd480a08..701ae0b3d4 100644
--- a/meta-yocto-bsp/wic/beaglebone-yocto.wks
+++ b/meta-yocto-bsp/wic/beaglebone-yocto.wks
@@ -3,5 +3,5 @@
3# Boot files are located in the first vfat partition. 3# Boot files are located in the first vfat partition.
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 mmcblk0 --fstype=ext4 --label root --align 4 --use-uuid
7bootloader --append="console=ttyS0,115200" 7bootloader --append="console=ttyS0,115200"