Hi, I built an eSDK. Now I'm using devtool add to create a hello world recipe. Once the recipe was in place, I added some cmake optoins via EXTRA_OECMAKE in htis way: EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH_MODE=BOTH \ -CMAKE_FIND_ROOT_PATH=/home/user/SDK/sysroots/x86_64-pokysdk-linux \ "
Now, the problem is that after running devtool build test-hello (where test-hello is my recipe as you might have assumed), these variables are overwritten with other values. How can I successfully pass the correct cmake options via EXTRA_OECMAKE on the recipe?
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48736): https://lists.yoctoproject.org/g/yocto/message/48736 Mute This Topic: https://lists.yoctoproject.org/mt/71876402/21656 Mute #sdk: https://lists.yoctoproject.org/mk?hashtag=sdk&subid=6691583 Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=6691583 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
