I am trying to build EWAOL image for TDA4VM using distro as EWAOL, but it is giving me override errors like, "Overrides could not be expanded into a stable state after 5 iterations, overrides must be being referenced by other overridden variables in some recursive fashion. Please provide your configuration to bitbake-devel so we can laugh". When I use distro as arago, the image is generated but device is not booting. Can you provide me some insights on this? Can I build a Yocto image using meta-ti without distro as arago?
To build the image with kas I had created a kas file
header:
version: 10
repos:
meta-ti:
url: git://git.yoctoproject.org/meta-ti
path: layers/meta-ti
refspec: kirkstone
layers:
meta-ti-bsp:
meta-ti-extras:
meta-arm:
url: https://git.yoctoproject.org/git/meta-arm
path: layers/meta-arm
refspec: kirkstone
layers:
meta-arm: included
meta-arm-bsp: included
meta-arm-toolchain: included
meta-openembedded:
url: https://github.com/openembedded/meta-openembedded.git
path: layers/meta-openembedded
refspec: kirkstone
layers:
meta-oe: included
meta-networking: included
meta-python: included
meta-arago:
url: git://git.yoctoproject.org/meta-arago
refspec: kirkstone
path: layers/meta-arago
layers:
meta-arago-distro:
meta-arago-extras:
meta-qt5:
url: https://github.com/meta-qt5/meta-qt5.git
refspec: kirkstone
path: layers/meta-qt5
layers:
.:
machine: j721e-evm
distro: ewaol
local_conf_header:
meta-custom: |
and integrated it with meta-ewaol-machine, but it is giving me error as stated above.
I am looking to get the image develop and working on my ti-TDA4VM board.