reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
qschulz has quit [Read error: Connection reset by peer]
qschulz has joined #yocto
mbulut has joined #yocto
Jones42_ has joined #yocto
Jones42 has quit [Ping timeout: 252 seconds]
jclsn has quit [Ping timeout: 248 seconds]
jclsn has joined #yocto
Jones42 has joined #yocto
Jones42_ has quit [Ping timeout: 252 seconds]
mbulut has quit [Ping timeout: 252 seconds]
KanjiMonster_ has joined #yocto
KanjiMonster has quit [Ping timeout: 252 seconds]
KanjiMonster_ is now known as KanjiMonster
sakman_ is now known as sakman
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
ablu has quit [Ping timeout: 245 seconds]
ablu has joined #yocto
enok has quit [Ping timeout: 260 seconds]
Alonesoul has joined #yocto
Alonesoul has quit [Ping timeout: 252 seconds]
enok has joined #yocto
dmoseley has quit [Ping timeout: 248 seconds]
dmoseley has joined #yocto
florian__ has joined #yocto
florian__ has quit [Ping timeout: 260 seconds]
enok has quit [Ping timeout: 260 seconds]
florian__ has joined #yocto
GNUmoon has quit [Ping timeout: 260 seconds]
florian__ has quit [Ping timeout: 245 seconds]
GNUmoon has joined #yocto
goliath has joined #yocto
<jdiez>
I have a recipe that installs files to `/opt/ros/humble/...`. I modified the recipe to install these files to (e.g.) /foo/opt/ros/humble. building the recipe works, its work/arch/pkg/sysroot-destdir gets populated with the `foo/opt/...` files as expected.
<jdiez>
however, I have another recipe that depends on this one, and it seems the `tmp/work/arch/otherpkg/recipe-sysroot` doesn't get populated with the expected (/foo/opt/ros/...) contents. /foo is in SYSROOT_DIRS.
<jdiez>
I've cleanall'd both packages, no luck. I've also noticed that the tmp/sysroot-components/arch/pkg doesn't contain foo/opt/ros/... Why might this be?
sakoman has quit [Ping timeout: 260 seconds]
<jdiez>
solved it; I was overriding the recipe's prefix without adding ${base_prefix}