ehussain has quit [Remote host closed the connection]
ehussain has joined #yocto
xmn has quit [Ping timeout: 268 seconds]
sakman has joined #yocto
Omax has quit [Remote host closed the connection]
ehussain has quit [Remote host closed the connection]
ehussain has joined #yocto
alessioigor has joined #yocto
jmd has joined #yocto
Omax has joined #yocto
Omax has quit [Remote host closed the connection]
Omax has joined #yocto
Guest52 has quit [Ping timeout: 250 seconds]
Guest52 has joined #yocto
jmd has quit [Remote host closed the connection]
rob_w has joined #yocto
goliath has joined #yocto
thomas_34 has joined #yocto
prabhakar has quit [Ping timeout: 255 seconds]
olani- has joined #yocto
leon-anavi has joined #yocto
mckoan|away is now known as mckoan
<mckoan>
good morning
vladest has quit [Ping timeout: 255 seconds]
Kubu_work has joined #yocto
rfuentess has joined #yocto
rfuentess has quit [Remote host closed the connection]
zpfvo has joined #yocto
florian has joined #yocto
manuel1985 has joined #yocto
vladest has joined #yocto
<thomas_34>
good morning
<mckoan>
good morning
enok has joined #yocto
tgamblin has joined #yocto
manuel1985 has quit [Remote host closed the connection]
mvlad has joined #yocto
khem has quit [Quit: Connection closed for inactivity]
enok has quit [Ping timeout: 255 seconds]
enok has joined #yocto
amitk_ has quit [Ping timeout: 264 seconds]
Guest52 has quit [Ping timeout: 250 seconds]
Guest52 has joined #yocto
alperak has joined #yocto
rob_w has quit [Remote host closed the connection]
ehussain has quit [Remote host closed the connection]
ehussain has joined #yocto
Saur_Home has quit [Quit: Client closed]
enok has quit [Ping timeout: 255 seconds]
Saur_Home has joined #yocto
enok has joined #yocto
schtobia has quit [Quit: Bye!]
schtobia has joined #yocto
tgamblin has quit [Ping timeout: 255 seconds]
enok has quit [Ping timeout: 268 seconds]
enok has joined #yocto
mbulut has joined #yocto
enok has quit [Ping timeout: 264 seconds]
jmiehe has joined #yocto
thomas_34 has quit [Quit: Client closed]
Haxxa has quit [Ping timeout: 256 seconds]
Haxxa has joined #yocto
alperak8 has joined #yocto
alperak has quit [Ping timeout: 250 seconds]
tgamblin has joined #yocto
mckoan is now known as mckoan|away
alperak has joined #yocto
alperak8 has quit [Ping timeout: 250 seconds]
enok has joined #yocto
olani- has quit [Ping timeout: 264 seconds]
alperak35 has joined #yocto
alperak has quit [Ping timeout: 250 seconds]
rm5248 has joined #yocto
xmn has joined #yocto
kanavin has joined #yocto
florian_kc has joined #yocto
Guest52 has quit [Ping timeout: 250 seconds]
xantoz has joined #yocto
Michael_Guest has joined #yocto
Michael_Guest has quit [Client Quit]
alperak35 has quit [Ping timeout: 250 seconds]
alperak has joined #yocto
afong_ has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
sev99 has joined #yocto
tgamblin has quit [Ping timeout: 240 seconds]
tgamblin has joined #yocto
Vonter has quit [Ping timeout: 264 seconds]
Vonter has joined #yocto
alperak has quit [Quit: Client closed]
Vonter has quit [Ping timeout: 268 seconds]
Vonter has joined #yocto
jmiehe has quit [Quit: jmiehe]
mattsm has quit [Ping timeout: 255 seconds]
JPEW has quit [Ping timeout: 240 seconds]
amitk has joined #yocto
JPEW has joined #yocto
mbulut has quit [Ping timeout: 264 seconds]
<rm5248>
I'm trying to make a recipe that adds only a script to the environment-setup.d folder so that when you start the SDK up it sets up some other stuff in your environment. I've followed this SO post: https://stackoverflow.com/questions/70104022/add-a-variable-to-yocto-sdk-environment-setup-script but my script is always put in the wrong directory. Any ideas what the problem might be?
enok has quit [Ping timeout: 272 seconds]
starblue has quit [Ping timeout: 260 seconds]
starblue has joined #yocto
<rburton>
rm5248: the cmake and meson recipes do this, use those as examples
vladest has quit [Ping timeout: 260 seconds]
<sev99>
Hi JPEW! These patches worked for me: https://git.yoctoproject.org/poky-contrib/log/?h=jpew/hashserv-creds . Sorry for taking so long to confirm these but to get some of my layers updated in order for those to apply cleanly.
<sev99>
Thanks for the help!
<rburton>
JPEW: speaking of those patches, our CI exploded as it turns out kas has been writing malformed netrc files :)
<JPEW>
rburton: Ah, interesting. Probably should handle that better. What is the exception raies?
<JPEW>
*raised
<rburton>
netrc.NetrcParseError: bad toplevel token 'appended'
<rburton>
it puts "# appended by kas" in the file
<JPEW>
rburton: Cool
<JPEW>
I'll add that
<rburton>
thanks
<rburton>
a colleage already sent a PR to stop kas writing netrc files like that
tgamblin has quit [Remote host closed the connection]
<rm5248>
rburton: I've done everything the same as the cmake recipe(as far as I can tell), but it's still not being picked up. My script is going to ./sysroots/x86_64-pokysdk-linux/environment-setup.d/, while the cmake.sh is going to ./tmp/sysroots-components/x86_64/cmake-native/environment-setup.d/ and ./tmp/sysroots/x86_64/environment-setup.d/
<rburton>
very hard to comment without seeing what you've done
<rburton>
are you building the nativesdk version of your recipe?