summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/wic
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp/wic')
-rw-r--r--meta-yocto-bsp/wic/beaglebone.wks6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-yocto-bsp/wic/beaglebone.wks b/meta-yocto-bsp/wic/beaglebone.wks
new file mode 100644
index 0000000000..0c09a9547b
--- /dev/null
+++ b/meta-yocto-bsp/wic/beaglebone.wks
@@ -0,0 +1,6 @@
+# short-description: Create SD card image for Beaglebone
+# 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 / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4