[OE-core] [wic][PATCH] wic: add beaglebone.wks

Maciej Borzęcki maciej.borzecki at rndity.com
Wed Sep 21 16:34:33 UTC 2016


On Wed, Sep 21, 2016 at 5:18 PM, Ed Bartosh <ed.bartosh at linux.intel.com> wrote:
> Added wks to make an image for Beaglebone board.
>
> Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
> ---
>  scripts/lib/wic/canned-wks/beaglebone.wks | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 scripts/lib/wic/canned-wks/beaglebone.wks
>
> 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
> +

Should be basically the same as sdimage-bootpart.wks as I used BBB
back when I posted it along with some wic fixes. It also used to be
possible to build a usable RaspberryPI image with the same kickstart
file, though I have not tried that lately.

-- 
Maciej Borzecki
RnDity



More information about the Openembedded-core mailing list