Example distro layer designed specifically for the UDOO bolt (AMD Ryzen™ Embedded V1000 SoC). Useful notes can be found on the wiki page.
- URI: https://git.openembedded.org/openembedded-core
- branch: master
- revision: HEAD
- URI: https://git.openembedded.org/bitbake
- branch: master
- revision: HEAD
- URI: https://github.com/under-view/meta-amd-embed
- branch: master
- revision: HEAD
Recommend using an underview yocto project container.
With Container
$ setup-oe-env liveusb
# Liveusb will build emmc-wic and place into images partition
$ bitbake liveusb-wic$ setup-oe-env emmc
# Emmc wic may be built standalone
$ bitbake emmc-wicWithout Container
$ bitbake-layers add-layer ../meta-amd-embed
$ bitbake-layers add-layer ../meta-udoo-bolt
# Emmc wic may be built standalone
$ MACHINE="udoo-bolt-emmc" bitbake emmc-wic
# Liveusb will build emmc-wic and place into images partition
$ MACHINE="udoo-bolt-live-usb" bitbake liveusb-wicUSB Drive
$ sudo bmaptool copy --bmap tmp/deploy/images/udoo-bolt-live-usb/liveusb-wic-udoo-bolt-live-usb.rootfs.wic.bmap tmp/deploy/images/udoo-bolt-live-usb/liveusb-wic-udoo-bolt-live-usb.rootfs.wic.gz <block device>