[oe-commits] [openembedded-core] 02/11: wic: add beaglebone.wks

git at git.openembedded.org git at git.openembedded.org
Wed Sep 21 21:10:54 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 25621848524883ee2c66fd34ad67d9d916778c61
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Wed Sep 21 18:18:12 2016 +0300

    wic: add beaglebone.wks
    
    Added wks to make an image for Beaglebone board.
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/lib/wic/canned-wks/beaglebone.wks | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/scripts/lib/wic/canned-wks/beaglebone.wks b/scripts/lib/wic/canned-wks/beaglebone.wks
new file mode 100644
index 0000000..753418e
--- /dev/null
+++ b/scripts/lib/wic/canned-wks/beaglebone.wks
@@ -0,0 +1,7 @@
+# short-description: Create Beaglebone disk image
+# long-description: Creates a partitioned disk image for Beaglebone board
+# which can be directly copied to SD card.
+
+part /boot --ondisk mmcblk0 --label boot --fstype vfat --source bootimg-partition --align 1024 --active
+part /     --ondisk mmcblk0 --label root --fstype ext4 --source rootfs --align 1024
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list