From 6e7e1b7172813fc4ecb60597f903dd21a4616159 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Tue, 19 Dec 2017 11:16:28 +0100 Subject: update yocto-advanced: sync to devel/manut/yocto The devel/manut/yocto heavily diverted from master. Sync with latest version 8cd4956a9b48a316eab6dc6d1b1f6cd51362fecf. Signed-off-by: John Ogness --- .../scripts/lib/wic/canned-wks/vexpress.wks | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 distribution/yocto-advanced/meta-schulung-extended/scripts/lib/wic/canned-wks/vexpress.wks (limited to 'distribution/yocto-advanced/meta-schulung-extended/scripts/lib/wic') diff --git a/distribution/yocto-advanced/meta-schulung-extended/scripts/lib/wic/canned-wks/vexpress.wks b/distribution/yocto-advanced/meta-schulung-extended/scripts/lib/wic/canned-wks/vexpress.wks new file mode 100644 index 0000000..89ef56b --- /dev/null +++ b/distribution/yocto-advanced/meta-schulung-extended/scripts/lib/wic/canned-wks/vexpress.wks @@ -0,0 +1,8 @@ +# short-description: Create a Phytec AM335x disk image (SD card) +# long-description: Creates a partitioned disk image for Phytec AM335x BSPs +# boards that the user can directly dd to an SD card and boot. + +part /boot --source bootimg-partition --fstype=vfat --label boot --ondisk mmc --active --align 4096 --size 20 +part / --source rootfs --fstype=ext2 --label root --ondisk mmc --align 1024 --use-uuid + +bootloader --timeout=0 -- cgit v1.2.3