diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-01-09 23:01:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:01:54 +0000 |
commit | efa7639b31c51e2874ba61fd68f9e2cb51145eaf (patch) | |
tree | 487615dab237a4317c6be8f72e0dcd400f062e30 /scripts/lib | |
parent | 7267b1f6fa25e290eac070263355aa7f30b2ebcb (diff) | |
download | openembedded-core-efa7639b31c51e2874ba61fd68f9e2cb51145eaf.tar.gz openembedded-core-efa7639b31c51e2874ba61fd68f9e2cb51145eaf.tar.bz2 openembedded-core-efa7639b31c51e2874ba61fd68f9e2cb51145eaf.zip |
canned-wks: remove mpc8315e-rdb.wks
This file has been moved to meta-yocto-bsp/wic/
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/wic/canned-wks/mpc8315e-rdb.wks | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks b/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks deleted file mode 100644 index af587b2827..0000000000 --- a/scripts/lib/wic/canned-wks/mpc8315e-rdb.wks +++ /dev/null @@ -1,6 +0,0 @@ -# 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 |