From 172eed3d5402a26b9c417248a03b5bbe2e4230e1 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Wed, 24 Jan 2018 19:25:31 -0200 Subject: wic: add wks for raspberrypi-based devices This WKS file can be used by OE to generate generic WIC images for Raspberry Pi-based devices. Signed-off-by: Ricardo Salveti --- wic/raspberrypi.wks | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wic/raspberrypi.wks (limited to 'wic') diff --git a/wic/raspberrypi.wks b/wic/raspberrypi.wks new file mode 100644 index 0000000..e9323da --- /dev/null +++ b/wic/raspberrypi.wks @@ -0,0 +1,6 @@ +# short-description: Create SD card image for Raspberry Pi +# long-description: Creates a partitioned SD card image for Raspberry Pi. +# Boot files are located in the first vfat partition. + +part --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 40 --use-uuid +part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --use-uuid -- cgit v1.2.3