Re: [yocto] THISDIR variable in another meta-layer

2018-12-14 Thread Tomasz Michalski
One additional thing, in fact I define do_install in .inc file in meta-layer-B/recipes-X/componentB and meta-layer-A/recipes-X/componentB directory. Those inc files are appended to corresponding .bb and .bbappend files. I will try to debug how THISDIR behaves. pt., 14 gru 2018 o 10:26 Tomasz

[yocto] THISDIR variable in another meta-layer

2018-12-14 Thread Tomasz Michalski
Hi I have structure of files: meta-layer-A recipes-X componentB default script.sh componentB.bb meta-layer-B recipes-X componentB files script.sh componentB.bbappend In componentB.bb I

Re: [yocto] overwriting do_install causes cmake install not executed

2018-12-07 Thread Tomasz Michalski
Thank you for the clarification. czw., 6 gru 2018 o 17:06 Burton, Ross napisaƂ(a): > On Thu, 6 Dec 2018 at 16:03, Tomasz Michalski > wrote: > > I have recipe componentX.bb which refer to some C++ repository. In C++ > repository I have in main CMakeList.txt: > > > >

[yocto] overwriting do_install causes cmake install not executed

2018-12-06 Thread Tomasz Michalski
Hi I have recipe componentX.bb which refer to some C++ repository. In C++ repository I have in main CMakeList.txt: install(PROGRAMS ./script/start.sh DESTINATION ${CMAKE_INSTALL_COMPONENTXDIR}/init.d) install(PROGRAMS ./script/functions.sh DESTINATION ${CMAKE_INSTALL_BINDIR}) When I add to

Re: [yocto] require/include recipe.bb

2018-08-23 Thread Tomasz Michalski
hich is supposed to get included into > the `.inc` file? > To be fair, I have not seen any case of `include` or `require` statement > with a recipe (.bb) file > rather than with the (`.inc`) file. Did you? > > On 22.08.2018 15:34, Tomasz Michalski wrote: > > Hi > I

[yocto] require/include recipe.bb

2018-08-22 Thread Tomasz Michalski
Hi I have recipes: recipe_1.0.0.bb recipe_1.0.1.bb ... recipe_3.4.0.bb If in some meta-layer I want to write some bbappend file to the latest fresh version I create file recipe_%.bbappend. I have file otherRecipe.bb which is not versioned and inherit to auto_package_version. In definition of

[yocto] issue with clang-native when building with bitbake

2017-12-20 Thread Tomasz Michalski
Hi When I build image I get such error and build stops: ERROR: Nothing PROVIDES 'clang-native'. Close matches: NOTE: Runtime target 'lib32-ty' is unbuildable, removing... Missing or unbuildable dependency chain was: ['lib32-ty', 'clang-native'] NOTE: Runtime target 'lib32-duma' is