summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/wic/agl-ic-container-rockchip-demo.wks
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-ic-container/wic/agl-ic-container-rockchip-demo.wks')
-rw-r--r--meta-agl-ic-container/wic/agl-ic-container-rockchip-demo.wks13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-agl-ic-container/wic/agl-ic-container-rockchip-demo.wks b/meta-agl-ic-container/wic/agl-ic-container-rockchip-demo.wks
new file mode 100644
index 00000000..6339a876
--- /dev/null
+++ b/meta-agl-ic-container/wic/agl-ic-container-rockchip-demo.wks
@@ -0,0 +1,13 @@
+# short-description: Single partition rootfs with UUID and no bootloader
+# long-description: Creates a partitioned image with a single partition in
+# use and does not contain a bootloader.
+
+bootloader --ptable gpt
+part --source rawcopy --sourceparams="file=idblock.img" --align 32 --no-table
+part --source rawcopy --sourceparams="file=uboot.img" --part-name uboot --align 8192
+part --source rawcopy --sourceparams="file=boot.img" --part-name boot
+part / --source rootfs --fstype=ext4 --label host --align 4096 --size 1024
+part --source rawcopy --sourceparams="file=guest-image-cluster-demo.ext4"
+part --source rawcopy --sourceparams="file=guest-image-ivi-demo.ext4"
+part --source rawcopy --sourceparams="file=agl-ivi-demo-qt.ext4"
+part --source rawcopy --sourceparams="file=agl-ivi-demo-flutter.ext4"