Sorry, wrong commit subject line. Please, ignore. On Fri, Dec 16, 2016 at 07:05:14PM +0200, Ed Bartosh wrote: > Added kickstart file to produce partitioned image for > MPC8315 reference hardware. > > [YOCTO #8719] > > Signed-off-by: Ed Bartosh <[email protected]> > --- > 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 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 > -- > 2.1.4 >
-- -- Regards, Ed -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
