diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-01-09 22:56:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:08:20 +0000 |
commit | 62591d97221714678a3a02c5c42fffe9e538f5f9 (patch) | |
tree | cbc467e28c14ddfde824597fce8c06028c16b57e /meta-yocto-bsp/wic | |
parent | ca4901d8340e194d6b9c7b88ea43550aa44059ad (diff) | |
download | poky-62591d97221714678a3a02c5c42fffe9e538f5f9.tar.gz |
mpc8315e-rdb: move wks file to wic/ directory
Moved mpc8315e-rdb.wks from scripts/lib/wic/canned-wks/ to
layer wic/ directory to gather all wks files for reference
BSPs in one place.
(From meta-yocto rev: 73337565a4489225a9a204aaf24b8fa82fdb821e)
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 'meta-yocto-bsp/wic')
-rw-r--r-- | meta-yocto-bsp/wic/mpc8315e-rdb.wks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto-bsp/wic/mpc8315e-rdb.wks b/meta-yocto-bsp/wic/mpc8315e-rdb.wks new file mode 100644 index 0000000000..d0cb607ffc --- /dev/null +++ b/meta-yocto-bsp/wic/mpc8315e-rdb.wks | |||
@@ -0,0 +1,4 @@ | |||
1 | # short-description: Create SD card image for MPC8315E-RDB | ||
2 | # long-description: Create a partitioned SD card image for Freescale MPC8315E-RDB reference hardware. | ||
3 | part /boot --source bootimg-partition --ondisk sdb --fstype=ext3 --label boot | ||
4 | part / --source rootfs --ondisk sdb --fstype=ext3 --label root | ||