Details
-
Sub-task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Fix the ARCH specific variables in the shared env file.
/opt/poky-agl/5.99.3+snapshot/sysroots/x86_64-aglsdk-linux/usr/bin/qt5/qt.conf (this is shared by multiple SDK installations - aka multi architectures):
HostPrefix = /opt/poky-agl/5.99.3+snapshot/sysroots/x86_64-aglsdk-linux HostData = /opt/poky-agl/5.99.3+snapshot/sysroots/aarch64-agl-linux/usr/lib/qt5 <----- EEK HostBinaries = /opt/poky-agl/5.99.3+snapshot/sysroots/x86_64-aglsdk-linux/usr/bin/qt5 HostLibraries = /opt/poky-agl/5.99.3+snapshot/sysroots/x86_64-aglsdk-linux/usr/lib Sysroot = /opt/poky-agl/5.99.3+snapshot/sysroots/aarch64-agl-linux <----- EEK
TLDR: the bsp installed last will win and all previously installed bsp's will be dysfunctional.