BSP VERSION: BSP38
HW VERSION: S32G399ARDB3
In the yocto build environment, I want to change the ld-linux-x86-64.so.2 dynamic library used in the tool chain to the dynamic library under the system: /lib64/ld-linux-x86-64.so.2, How should it be modified?Thank you.
Solved! Go to Solution.
Hello, @learnx
Thanks for the question.
Seems it is a not a NXP specific issue, but commonly with Yocto functionality.
I have the following steps for your reference:
Open the file: sources/poky/meta-poky/conf/distro/poky.conf under yocto directory.
Comment out the following two lines:
require conf/distro/include/yocto-uninative.inc
INHERIT += "uninative"
Then rebuild the yocto to have a try.
Hope it helps.
Best Regards
Chenyin
Hello, @learnx
Thanks for the question.
Seems it is a not a NXP specific issue, but commonly with Yocto functionality.
I have the following steps for your reference:
Open the file: sources/poky/meta-poky/conf/distro/poky.conf under yocto directory.
Comment out the following two lines:
require conf/distro/include/yocto-uninative.inc
INHERIT += "uninative"
Then rebuild the yocto to have a try.
Hope it helps.
Best Regards
Chenyin
Thank you very much.
Can anyone give an answer?