Yocto poky distribution sato image repo setup for A10 Olinuxino Lime development board. (Sato image contains an X11 environment with a file browser, terminal, media player, ...) The sato image is provided by the poky distirbution, this repo just sets everything up to be able to build it.
Dependencies are the poky layer, openembedded layer and the sunxi layer,
Use yocto dunfell branches, kirkland has errors.
-
Activate env:
source poky/oe-init-build-env build
-
Add layers:
cd build
bitbake-layers add-layer ../meta-openembedded/meta-oe
bitbake-layers add-layer ../meta-sunxi
-
Verify layers:
bitbake-layers show-layers
-
Menuconfig:
bitbake -c menuconfig virtual/kernel
bitbake -c menuconfig busybox
# tooling -
Basic X11 terminal image:
bitbake core-image-x11
-
Burn to sd
build/tmp/deploy/images/olinuxino-a10lime/core-image-x11-olinuxino-a10lime.sunxi-sdimg
-
Basic desktop image:
bitbake core-image-sato
-
Burn to sd
build/tmp/deploy/images/olinuxino-a10lime/core-image-sato-olinuxino-a10lime.sunxi-sdimg
-
Other commands:
bitbake -e | grep SOME_VARIABLE