summaryrefslogtreecommitdiff
path: root/distribution/yocto-advanced/meta-schulung-extended/scripts
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2017-12-19 11:16:28 +0100
committerJohn Ogness <john.ogness@linutronix.de>2017-12-19 11:16:28 +0100
commit6e7e1b7172813fc4ecb60597f903dd21a4616159 (patch)
treedbfe0b8f1a3d51c275722ba86d4ffe109ee88aef /distribution/yocto-advanced/meta-schulung-extended/scripts
parent270520b4a2eac8725c8575c3180964289722e191 (diff)
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 <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-advanced/meta-schulung-extended/scripts')
-rw-r--r--distribution/yocto-advanced/meta-schulung-extended/scripts/lib/wic/canned-wks/vexpress.wks8
1 files changed, 8 insertions, 0 deletions
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