mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1fac14dd8f
commit
b05b1add7a
6
scripts/lib/wic/canned-wks/mpc8315e-rdb.wks
Normal file
6
scripts/lib/wic/canned-wks/mpc8315e-rdb.wks
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user