我从OE -Classic复制了squidguard食谱,并将文件复制到新的图层元演示中。已创建layer.conf文件。当我尝试使用bitbakcommand构建镜像时,我得到了以下错误:
ERROR: squidguard-1.4-r2 do_populate_lic: Fatal QA errors found, failing task.
ERROR: squidguard-1.4-r2 do_populate_lic: Function failed: populate_lic_qa_checksum
ERROR: Logfile of failure stored in: /home/babu/oe-core/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/squidguard/1.4-r2/temp/log.do_populate_lic.18910
NOTE: recipe squidguard-1.4-r2: task do_populate_lic: Failed
ERROR: Task (/home/babu/oe-core/build/../layers/meta-openembedded/meta-demo/recipes-demo/squidGuard/squidguard_1.4.bb:do_populate_lic) failed with exit code '1'
ERROR: squidguard-1.4-r2 do_configure: Function failed: do_configure (log file is located at /home/babu/oe-core/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/squidguard/1.4-r2/temp/log.do_configure.18909)
NOTE: recipe squidguard-1.4-r2: task do_configure: Failed
ERROR: Task (/home/babu/oe-core/build/../layers/meta-openembedded/meta-demo/recipes-demo/squidGuard/squidguard_1.4.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4062 tasks of which 4060 didn't need to be rerun and 2 failed.我是一个全新的open embedded新手,我想知道如何添加不在open embedded中的食谱,比如MySQL5,barnyard2等。
发布于 2017-11-21 03:52:16
我怀疑错误实际上不止于此,你粘贴的只是写着“有错误”的行,而不是有错误的行。
https://stackoverflow.com/questions/47393618
复制相似问题