From 8c873b4fd92b72adfc49d20bbfab4779857fb6c9 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Fri, 16 Dec 2016 19:12:45 +0200 Subject: wic: add kickstart file for MPC8315 Added kickstart file to produce partitioned image for MPC8315 reference hardware. [YOCTO #8719] Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton --- scripts/lib/wic/canned-wks/mpc8315e-rdb.wks | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/lib/wic/canned-wks/mpc8315e-rdb.wks diff --git a/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks b/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks new file mode 100644 index 0000000000..af587b2827 --- /dev/null +++ b/scripts/lib/wic/canned-wks/mpc8315e-rdb.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 partition. + +part /boot --source bootimg-partition --ondisk sdb --fstype=ext3 --label boot +part / --source rootfs --ondisk sdb --fstype=ext3 --label root -- cgit 1.2.3-korg