[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3870/8267] wic: add kickstart file for MPC8315



commit b05b1add7aca636501ccdebd0c606ecd050983b2
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Fri Dec 16 19:12:45 2016 +0200

    wic: add kickstart file for MPC8315
    
    Added kickstart file to produce partitioned image for
    MPC8315 reference hardware.
    
    [YOCTO #8719]
    
    (From OE-Core rev: 8c873b4fd92b72adfc49d20bbfab4779857fb6c9)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/lib/wic/canned-wks/mpc8315e-rdb.wks |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
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 0000000..af587b2
--- /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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]