* [wic][PATCH] meta-yocto-bsp: add kickstart file for MPC8315
@ 2016-12-16 17:05 Ed Bartosh
2016-12-16 17:14 ` Ed Bartosh
0 siblings, 1 reply; 2+ messages in thread
From: Ed Bartosh @ 2016-12-16 17:05 UTC (permalink / raw)
To: openembedded-core
Added kickstart file to produce partitioned image for
MPC8315 reference hardware.
[YOCTO #8719]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [wic][PATCH] meta-yocto-bsp: add kickstart file for MPC8315
2016-12-16 17:05 [wic][PATCH] meta-yocto-bsp: add kickstart file for MPC8315 Ed Bartosh
@ 2016-12-16 17:14 ` Ed Bartosh
0 siblings, 0 replies; 2+ messages in thread
From: Ed Bartosh @ 2016-12-16 17:14 UTC (permalink / raw)
To: openembedded-core
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 <ed.bartosh@linux.intel.com>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-16 17:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16 17:05 [wic][PATCH] meta-yocto-bsp: add kickstart file for MPC8315 Ed Bartosh
2016-12-16 17:14 ` Ed Bartosh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.