<Saur[m]>
DvorkinDmitry: You can use embedded Python in a shell script, but be aware that it is evaluated before the resulting script is sent to the shell. I.e., what you do in the shell script cannot affect the Python code.
florian_kc has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
Tokamak has joined #yocto
Tokamak_ has quit [Ping timeout: 256 seconds]
sakoman has quit [Quit: Leaving.]
Tokamak has quit [Ping timeout: 248 seconds]
Tokamak has joined #yocto
qschulz has quit [Remote host closed the connection]
<Guest33>
Hello! I have some questions regarding running unit tests for a custom application in a CI environment.
<Guest33>
I can build the application and the unit tests for target using the generated SDK. But I would also like to build the unit tests for x86 so they can run directly in the CI environment.
<Guest33>
The problem is getting all the dependencies setup correctly with the same versions and configurations as on the target.
<Guest33>
I tried to do it manuallt, but I was thinking bitbake could help with this
creich_ has quit [Quit: Leaving]
creich has joined #yocto
Payam has quit [Quit: Leaving]
xmn has quit [Ping timeout: 256 seconds]
Guest33 has quit [Ping timeout: 260 seconds]
manuel_ has joined #yocto
<Saur[m]>
DvorkinDmitry: Well, Posix shell has no support for arrays, much less two-dimensional arrays, so you will have to solve it some other way. It all depends on the data you have, and what your needs are for accessing it.
tor has joined #yocto
tor has quit [Quit: Leaving]
manuel_ has quit [Ping timeout: 256 seconds]
kris has quit [Ping timeout: 256 seconds]
kris has joined #yocto
chep` has joined #yocto
chep has quit [Read error: Connection reset by peer]
chep` is now known as chep
chep` has joined #yocto
chep has quit [Read error: Connection reset by peer]
chep` is now known as chep
tor has joined #yocto
Guest33 has joined #yocto
florian_kc has joined #yocto
florian_kc has quit [Ping timeout: 260 seconds]
ptsneves has joined #yocto
nerdboy has quit [Read error: Connection reset by peer]
Guest33 has quit [Ping timeout: 260 seconds]
Guest33 has joined #yocto
ptsneves has quit [Ping timeout: 248 seconds]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
Guest33 has quit [Ping timeout: 260 seconds]
nemik has quit [Ping timeout: 268 seconds]
florian_kc has joined #yocto
nemik has joined #yocto
GNUmoon has quit [Remote host closed the connection]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
sakoman has quit [Quit: Leaving.]
xmn has joined #yocto
Tokamak has joined #yocto
Tokamak_ has quit [Ping timeout: 252 seconds]
<DvorkinDmitry>
I need a custom tool to be installed to use in my IMAGE_CMD_my(). How to setup dependency correctly? I made "do_image_my[depends] = "mytool-native:do_populate_sysroot", it builds the tool, but do not installs into IMAGDEPLOYDIR/...
florian_kc has joined #yocto
<RP>
DvorkinDmitry: it would be in RECIPE_SYSROOT_NATIVE