Re: [yocto] Using the SDK and CMAKE GNUInstallDirs for multilib target

2019-05-29 Thread Måns Zigher
Hi, I found in cmake.bbclass cmake \ ${OECMAKE_GENERATOR_ARGS} \ $oecmake_sitefile \ ${OECMAKE_SOURCEPATH} \ -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \ -DCMAKE_INSTALL_BINDIR:PATH=${@os.path.relpath(d.getVar('bindir'), d.getVar('prefix'))} \ -DCMAKE_INSTALL_SBINDI

[yocto] Using the SDK and CMAKE GNUInstallDirs for multilib target

2019-05-28 Thread Måns Zigher
Hi, Not really a Yocto question but I am trying to build an application using our SDK. We are using CMake to build and are using GNUInstallDIrs for managing our install paths. I thought GNUInstallDirs should have the detected that the SDK was a multilib which it dose in regards to finding packages