summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-12-16 19:12:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-22 08:50:17 +0000
commitb05b1add7aca636501ccdebd0c606ecd050983b2 (patch)
tree875b628fdfe0484409fba34a7a9a0d9aceb52c4d /scripts
parent1fac14dd8fd8420daf7071d5bcee073ee62990d1 (diff)
downloadpoky-b05b1add7aca636501ccdebd0c606ecd050983b2.tar.gz
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/wic/canned-wks/mpc8315e-rdb.wks6
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 0000000000..af587b2827
--- /dev/null
+++ b/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks
@@ -0,0 +1,6 @@
1# short-description: Create SD card image with a boot partition
2# long-description: Creates a partitioned SD card image. Boot files
3# are located in the first partition.
4
5part /boot --source bootimg-partition --ondisk sdb --fstype=ext3 --label boot
6part / --source rootfs --ondisk sdb --fstype=ext3 --label root