[poky] [PATCH] meta-yocto-bsp: beaglebone: Remove the useless parameter in wks file
Kevin Hao
kexin.hao at windriver.com
Mon Aug 20 03:38:31 PDT 2018
With the commit b713626dda68 ("meta-yocto-bsp: beaglebone: Use the uuid
for the block device naming in wic image"), the '--ondisk' parameter
in beaglebone-yocto.wks becomes useless and may cause confusion.
So drop it.
Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
---
meta-yocto-bsp/wic/beaglebone-yocto.wks | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-yocto-bsp/wic/beaglebone-yocto.wks b/meta-yocto-bsp/wic/beaglebone-yocto.wks
index b75f238df937..59d799bc972d 100644
--- a/meta-yocto-bsp/wic/beaglebone-yocto.wks
+++ b/meta-yocto-bsp/wic/beaglebone-yocto.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 mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid
-part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 --use-uuid
+part /boot --source bootimg-partition --fstype=vfat --label boot --active --align 4 --size 16 --sourceparams="loader=u-boot" --use-uuid
+part / --source rootfs --fstype=ext4 --label root --align 4 --use-uuid
--
2.14.4
More information about the poky
mailing list