diff options
| author | Drew Moseley <drew.moseley@northern.tech> | 2018-03-06 08:01:46 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-19 15:56:17 +0000 |
| commit | 1648bcafa3d0e46acee61a34d0a07fabb85b1f8d (patch) | |
| tree | 2ba9e4182cccc02b698b793a77026979d27d64f9 /meta-yocto-bsp | |
| parent | 91870e9277a319c0aedadd511653349ca2412685 (diff) | |
| download | poky-1648bcafa3d0e46acee61a34d0a07fabb85b1f8d.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.
(From meta-yocto rev: f97e0e8beef8ce115ecaf40971def8ff3a0cfecd)
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
| -rw-r--r-- | meta-yocto-bsp/wic/beaglebone.wks | 2 |
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 @@ | |||
| 2 | # long-description: Creates a partitioned SD card image for Beaglebone. | 2 | # long-description: Creates a partitioned SD card image for Beaglebone. |
| 3 | # Boot files are located in the first vfat partition. | 3 | # Boot files are located in the first vfat partition. |
| 4 | 4 | ||
| 5 | part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 | 5 | part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 |
| 6 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 | 6 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 |
