Private/Public layer of VIX (https://vixtechnology.com/) sp7021-based project.
https://github.com/tibbotech/meta-tibbo tibbo
https://git.openembedded.org/openembedded-core Core networking-layer multimedia-layer webserver
Layer contains private apps, DTSes and image definition for sp7021-based board.
curl https://raw.githubusercontent.com/tibbotech/repo-manifests/master/clone.sh > ./clone.sh && chmod 0755 ./clone.sh && ./clone.sh
repo3 sync
TEMPLATECONF=`pwd`/layers/meta-tibbo/conf/templates/tppg2 . layers/openembedded-core/oe-init-build-env ./build.tppg2
install -m 0644 ../layers/meta-tibbo/conf/templates/site.conf conf/
git clone git@github.com:tibbotech/meta-vix.git ../layers/meta-vix
MACHINE=tppg2 bitbake-layers add-layer ../layers/meta-vix
- nothing -
MACHINE=tppg2-vix bitbake mc:tppg2-vix:img-tps-vix
ISPBOOOT.BIN will be placed at BUILDDIR/deploy/images/tppg2/emmc0/
For Yocto >= Nanbield 5.10 is required due to SSL 3.0. Fix it.
- Dvorkin Dmitry
<dvorkin at tibbo.com>
Read HOWTO.md description to see how to adopt it.