summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew Moseley <drew.moseley@northern.tech>2017-10-09 21:59:08 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-10 15:50:45 +0100
commit11dbb98836768b71945817881709c5437d6eec6b (patch)
tree5a92f5958cae96d44d555448a90e15f79b4bb796
parent2d8a572df7498ce8eb3a78f05384f0f7dd5ecb91 (diff)
downloadopenembedded-core-contrib-11dbb98836768b71945817881709c5437d6eec6b.tar.gz
beaglebone: Find /boot partition on mmcblk0
After commit edcf39820f94c84b29c95a0d7b16b8d36857e87b the beaglebone builds fail to mount the boot partition as it is specified in /etc/fstab with the device node /dev/mmcblkp1. With systemd in particular this is considered an error and the system drops into emergency mode. Signed-off-by: Drew Moseley <drew.moseley@northern.tech> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/wic/beaglebone.wks2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/wic/beaglebone.wks b/meta-yocto-bsp/wic/beaglebone.wks
index 0c09a9547b..967cad78b8 100644
--- a/meta-yocto-bsp/wic/beaglebone.wks
+++ b/meta-yocto-bsp/wic/beaglebone.wks
@@ -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 mmcblk --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
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4