Yocto
The WiiPiiDo has support for Yocto by use of an Bitbake BSP Layer, which can be found at .
Warning
The Yocto support is still in its early states, if you are not familiar with Yocto, or want something more stable, we recommend you to use the Armbian image.
Building from Source
Follow the usual steps to setup OpenEmbedded and bitbake, after sourcing oe-init-build-env add the WiiPiiDo BSP Layer with the bitbake-layers
command.
cd poky git clone https://github.com/Globaltronic/meta-wiipiido.git source oe-init-build-env bitbake-layers add-layer ../meta-wiipiido
Then compile a new image with the WiiPiiDo as the new target:
MACHINE=wiipiido bitbake core-image-base
Last update: February 3, 2020 17:52:49