diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2017-11-09 14:59:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-11 12:14:55 +0000 |
commit | 87df4e002f6e5ad5499bbeaf22877bbfc08efdd7 (patch) | |
tree | e18f5e6b729850d4674e27c13f373722bba94feb /meta-yocto-bsp/wic/beaglebone-yocto.wks | |
parent | 0cff8d3c5bd2cddc9a0962257d64eba1efb4b17c (diff) | |
download | poky-87df4e002f6e5ad5499bbeaf22877bbfc08efdd7.tar.gz |
beaglebone-yocto: rename beaglebone machine to beaglebone-yocto
The beaglebone BSP provided in this layer is a reference implementation
usingonly mainline components available in core Yocto Project layers,
whereas Texas Instruments maintain a full-featured BSP in the meta-ti
layer.
Rename the reference machine to prevent namespace collisions with the
version maintained by the SoC vendor.
[YOCTO #12326]
(From meta-yocto rev: e32882938eca7f50548deab84dab78b4aef31b95)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/wic/beaglebone-yocto.wks')
-rw-r--r-- | meta-yocto-bsp/wic/beaglebone-yocto.wks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-yocto-bsp/wic/beaglebone-yocto.wks b/meta-yocto-bsp/wic/beaglebone-yocto.wks new file mode 100644 index 0000000000..967cad78b8 --- /dev/null +++ b/meta-yocto-bsp/wic/beaglebone-yocto.wks | |||
@@ -0,0 +1,6 @@ | |||
1 | # short-description: Create SD card image for Beaglebone | ||
2 | # long-description: Creates a partitioned SD card image for Beaglebone. | ||
3 | # Boot files are located in the first vfat partition. | ||
4 | |||
5 | part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16 | ||
6 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 | ||