[poky] [PATCH] beaglebone: Find /boot partition on mmcblk0

Ed Bartosh ed.bartosh at linux.intel.com
Tue Oct 10 00:36:38 PDT 2017


Hi Drew,

Thank you for the patch!

+1

On Mon, Oct 09, 2017 at 09:59:08PM -0400, drew.moseley at northern.tech wrote:
> From: Drew Moseley <drew.moseley at northern.tech>
> 
> 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 at northern.tech>
> ---
>  meta-yocto-bsp/wic/beaglebone.wks | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-yocto-bsp/wic/beaglebone.wks b/meta-yocto-bsp/wic/beaglebone.wks
> index 0c09a95..967cad7 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
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

-- 
--
Regards,
Ed


More information about the poky mailing list