Hi,
I'd like to ask you some advice with the errors I've got while I'm building the yocto system in my docker (dockerfile is available below).
Currently following the manual below,
And I've got messages like these....
Summary: 3 tasks failed: /soc/ti/ti-processor-sdk-linux-j7-evm-07_03_00_05/yocto-build/sources/meta-arago/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb:do_compile /soc/ti/ti-processor-sdk-linux-j7-evm-07_03_00_05/yocto-build/sources/meta-psdkla/recipes-core/packagegroups/onnxruntime.bb:do_fetch /soc/ti/ti-processor-sdk-linux-j7-evm-07_03_00_05/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb:do_rootfs Summary: There were 8 WARNING messages shown. Summary: There were 5 ERROR messages shown, returning a non-zero exit code. |
My working settings are...
OS: Ubuntu 18.04
DockerFile:
FROM ubuntu:bionic # Keep the dependency list as short as reasonable ADD commondatastorage.googleapis.com/.../repo /usr/local/bin/ RUN git config --global color.ui false # Improve rebuild performance by enabling compiler cache # some QT-Apps/Gazebo do not show controls without this # Set the locale # setup timezone # install packages RUN python3 -m pip install mako RUN sudo dpkg-reconfigure dash RUN apt-get upgrade -y RUN sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 10 ENV LANG C.UTF-8
|
Top-level make building was successful in the docker. (https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/Overview/Top_Level_Makefile.html#top-level-makefile)
If you interested in the full log message, please refer to the below
Branch 'dunfell' set up to track remote branch 'dunfell' from 'origin'. You are in 'detached HEAD' state. You can look around, make experimental If you want to create a new branch to retain commits you create, you may git checkout -b <new-branch-name> HEAD is now at 80f6984 add layer dependencies and kernel change opt-in
NOTE: Any additional entries to this file will be lost if the ./oe-layertool-setup.sh ################################################################################ By default the number of threads used by the build is set to the number NOTE: You will probably want to change the default MACHINE setting in the ################################################################################ . conf/setenv You can then start building using the bitbake command. You will likely want For example: Common targets are: Build Configuration:
Initialising tasks: 100% |############################################################################################################################################################| Time: 0:00:09 The stack trace of python calls that resulted in this exception/failure was:
Applying patch 0001-maybe-upstream-add-condition-for-googletest-build.patch Applying patch 0001-upstream-add-condition-for-TIDL.patch Applying patch 0001-not-upstream-yocto-run-without-REST.patch The context lines in the patches can be updated with devtool: devtool modify neo-ai-dlr Don't forget to review changes done by devtool! WARNING: neo-ai-dlr-1.8.0-r0_psdkla do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Applying patch CVE-2019-14491.patch The context lines in the patches can be updated with devtool: devtool modify opencv Don't forget to review changes done by devtool! WARNING: opencv-4.1.0-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Applying patch build-Allow-CC-and-prefix-to-be-overriden.patch The context lines in the patches can be updated with devtool: devtool modify linuxptp Don't forget to review changes done by devtool! WARNING: linuxptp-2.0+gitAUTOINC+a06698a12e-r0.arago0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Applying patch psplash-18bpp.patch The context lines in the patches can be updated with devtool: devtool modify psplash Don't forget to review changes done by devtool! WARNING: psplash-0.1+gitAUTOINC+0a902f7cd8-r15.arago4 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Make.config written, edit if needed Make.config:1: *** empty variable name. Stop. ERROR: Logfile of failure stored in: /soc/ti/ti-processor-sdk-linux-j7-evm-07_03_00_05/yocto-build/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/temp/log.do_compile.28630 Summary: 3 tasks failed: |