diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-12-16 19:12:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-22 08:50:17 +0000 |
commit | b05b1add7aca636501ccdebd0c606ecd050983b2 (patch) | |
tree | 875b628fdfe0484409fba34a7a9a0d9aceb52c4d /scripts | |
parent | 1fac14dd8fd8420daf7071d5bcee073ee62990d1 (diff) | |
download | poky-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.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 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 | |||
5 | part /boot --source bootimg-partition --ondisk sdb --fstype=ext3 --label boot | ||
6 | part / --source rootfs --ondisk sdb --fstype=ext3 --label root | ||