summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/wic/sdimage-bootpart-uuid.wks
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-03-13 09:31:18 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-03-13 09:31:18 +0000
commitf76255eb84830a981c2539b2706d8c4ec9134939 (patch)
tree286cb3431819aae82f7c840c865c446acad95c16 /meta-agl-bsp/wic/sdimage-bootpart-uuid.wks
parent29662624a68a3c82d649cb12b9726877d3e7407f (diff)
parentc3ee35ba9daf8c0f43f787a63cfb10925612842d (diff)
Merge "dra7xx-evm, beaglebone: Switch to sdimage-bootpart-uuid for wic"
Diffstat (limited to 'meta-agl-bsp/wic/sdimage-bootpart-uuid.wks')
-rw-r--r--meta-agl-bsp/wic/sdimage-bootpart-uuid.wks6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-agl-bsp/wic/sdimage-bootpart-uuid.wks b/meta-agl-bsp/wic/sdimage-bootpart-uuid.wks
new file mode 100644
index 000000000..1f51a0bd4
--- /dev/null
+++ b/meta-agl-bsp/wic/sdimage-bootpart-uuid.wks
@@ -0,0 +1,6 @@
+# short-description: Create SD card image with a boot partition
+# long-description: Creates a partitioned SD card image. Boot files
+# are located in the first vfat partition.
+
+part /boot --source bootimg-partition --fstype=vfat --label boot --use-uuid --active --align 4 --size 16
+part / --source rootfs --fstype=ext4 --label root --align 4 --use-uuid
{ color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
yaml
jinja2