您好!
在此之后作为参考(e2e.ti.com/.../2361809)、我想将 SDK 内部版本中的 QT 版本从5.7更新为5.8或5.9。
我正在执行 Kemal 概述的步骤、但我不确定 processor-sdk-04.01.00.06-config.txt 文件中 meta-qt5行需要的确切更改。 如果这是正确的做法,我希望澄清这一变化。
谢谢、
Vishal
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
在此之后作为参考(e2e.ti.com/.../2361809)、我想将 SDK 内部版本中的 QT 版本从5.7更新为5.8或5.9。
我正在执行 Kemal 概述的步骤、但我不确定 processor-sdk-04.01.00.06-config.txt 文件中 meta-qt5行需要的确切更改。 如果这是正确的做法,我希望澄清这一变化。
谢谢、
Vishal
你好,Vishal,
对于 Qt 5.9.3、请使用以下行:meta-qt5、git://github.com/meta-qt5/meta-qt5.git、Rocko-next、cc53be36efbe2c358b1c3049159d0c31f0d48042、lag层=
它是您目前可以拥有的最新 Qt 版本。 此更新至 5.9.3已在5小时前完成。
此致、
Kemal
您好、Kemal、
感谢您的回复。
我在 Yocto 构建开始时一直收到错误:
错误:ParseError at /home/vishal/Yocto/tisdk/sources/meta-browser/recipes-browser/chromium/chromium-gn.inc:3:Could not include required file gn-utils.inc
我正在关注此脚本:
Git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk cd tisdk/configs/processor-SDK nano processor-sdk-04.01.00.06-config.txt cd ../../.. oe-layertool-setup.sh source_pkg_list.txt -f configs/processor-sdk/processor-sdk-04.01.00.06-config.txt mkdir 下载 CD 下载#假设 src 文件下载到$home/Downloads tar xvf $home/Downloads/am57xx-EVM-Linux-SDK-Arago-src-04.01.00.06.tar.xz am57xx-EVM-Linux-SDK-src-04.5700.06EVM-01.00.0VM-01.44-0xsdk-01.00.02-arxx/am1.44-01-get_build_sources.sh 。 CD 版本 。 CONF/setenv 导出路径=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$path machine=am57xx-EVM bitbake Arago-core-tisdk-image
我出了什么问题? 我之前可能有一个不完整的构建、不确定这是不是导致错误的原因。 无论 meta-qt5行是否发生更改、都会发生错误。
谢谢、
Vishal
您好、Kemal、
构建现在运行、但我收到一个在 meta-qt5更改之前未出现的错误:
错误:/home/vishal/Yocto/tisdk/sources/oe-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb:在中执行 python 函数时出错:
阅读以下内容:
0009:# GStreamer Qt5插件需要桌面 OpenGL 或 OpenGL ES 才能工作、因此请确保已启用它
0010:"python ()"{
0011:CUR_packageconfig = d.getVar ('PACKAGECONFIG').split()
*** 0012:如果 cur_packageconfig 中的"qt5"不是(cur_packageconfig 中的"OpenGL"或 cur_packageconfig 中的"gles2"):
0013:gL_packageconfig = d.getVar ('PACKAGECONFIG_GL')
0014:D.appendVar ('PACKAGECONFIG'、'+ gl_packageconfig)
0015:}
异常:TypeError:getVar()缺少1个必需的位置参数:'expand'