Hello,
i am very new to the balena-os build an i am trying to build my own custom generic balena x86_64 image with the help of this page:
my steps are:
git clone https://github.com/balena-os/balena-generic
cd balena-generic/
git submodule update --init --recursive
and then running
./balena-yocto-scripts/build/barys -m genericx86-64-ext
after some time i get the following error:
ERROR: libpcre-8.44-r0 do_package_qa: QA Issue: libpcre: The install log indicates that host include and/or library paths were used.
Please check the log ‘/workspaces/yocto/2/balena-generic/build/tmp/work/core2-64-poky-linux/libpcre/8.44-r0/temp/log.do_install’ for more information. [install-host-path]
ERROR: libpcre-8.44-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
ERROR: Logfile of failure stored in: /workspaces/yocto/2/balena-generic/build/tmp/work/core2-64-poky-linux/libpcre/8.44-r0/temp/log.do_package_qa.3485810
ERROR: Task (/workspaces/yocto/2/balena-generic/build/…/layers/poky/meta/recipes-support/libpcre/libpcre_8.44.bb:do_package_qa) failed with exit code ‘1’
Summary: 1 task failed:
/workspaces/yocto/2/balena-generic/build/…/layers/poky/meta/recipes-support/libpcre/libpcre_8.44.bb:do_package_qa
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
so i can’t even get the normal balena-generic image building process working.
What is the Problem? Am i something missing? How can this be resolved?
Thanks