I’m having a trouble building rootfs. The command sequence is:
cd ~/ambuild/
git clone git://arago-project.org/git/projects/oe-layersetup.git
cd oe-layersetup/
./oe-layertool-setup.sh -f configs/amsdk/amsdk-06.00.00.00-config.txt
source conf/setenv
export PATH=$HOME/ambuild/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin:$PATH
MACHINE=am335x-evm bitbake tisdk-rootfs-image
It runs into problem when packaging gettext:
ERROR: QA Issue: libgettextsrc rdepends on external-linaro-toolchain-dev
ERROR: QA Issue: gettext rdepends on external-linaro-toolchain-dev
ERROR: QA run found fatal errors. Please consider fixing them.
ERROR: Function failed: do_package_qa
ERROR: Logfile of failure stored in: /home/dev3/ambuild/oe-layersetup/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-3.2-oe-linux-gnueabi/gettext-0.16.1-r6-arago0/temp/log.do_package.25104
ERROR: Task 745 (/home/dev3/ambuild/oe-layersetup/sources/oe-core/meta/recipes-core/gettext/gettext_0.16.1.bb, do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 502 tasks of which 181 didn't need to be rerun and 1 failed.
No currently running tasks (502 of 4354)
Summary: 1 task failed:
/home/dev3/ambuild/oe-layersetup/sources/oe-core/meta/recipes-core/gettext/gettext_0.16.1.bb, do_package
Summary: There were 386 WARNING messages shown.
Summary: There were 4 ERROR messages shown, returning a non-zero exit code.
Any idea how to solve or skip this?