LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
tgamblin has quit [Ping timeout: 248 seconds]
tgamblin has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
tgamblin has quit [Ping timeout: 260 seconds]
zkrx has quit [Server closed connection]
zkrx has joined #yocto
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
vthor has quit [Quit: kill -9 $pid]
Daanct12 has joined #yocto
davidinux has joined #yocto
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
_whitelogger has joined #yocto
Xagen has joined #yocto
goliath has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rfuentess has joined #yocto
rfuentess has quit [Quit: Leaving]
mckoan|away is now known as mckoan
leon-anavi has joined #yocto
ptsneves has quit [Ping timeout: 276 seconds]
rob_w has joined #yocto
rfuentess has joined #yocto
jmiehe has joined #yocto
ptsneves has joined #yocto
zeemate has joined #yocto
_lore_ has quit [Ping timeout: 252 seconds]
_lore_ has joined #yocto
__lore__ has joined #yocto
_lore_ has quit [Ping timeout: 252 seconds]
jmiehe has quit [Quit: jmiehe]
berton has joined #yocto
Fanfwe has quit [Server closed connection]
Fanfwe has joined #yocto
rob_w has quit [Remote host closed the connection]
florian has joined #yocto
ptsneves has quit [Read error: Connection reset by peer]
rob_w has joined #yocto
luna-_ has joined #yocto
ptsneves has joined #yocto
Tyaku has joined #yocto
<Tyaku> Hello, We have some issue with the new RZG2UL BSP from renesas (not officialy out). I come here to see if there is an easy way to bypass the problem without modifing their sources.
<Tyaku> What happens:
<Tyaku> - In their new BSP, they change how they treat the machines specific customisation.
<Tyaku> - Now they have things like this in many receipe: "include xxxx/xxx-${MACHINE}-xxx.yyy"
<Tyaku> The problem:
<Tyaku> - In our side the MACHINE names are not the same and there is no "xxx-${MACHINE}-xxx.yyy" files that match our machine in their directories
<Tyaku> - If we put the file "xxx-${MACHINE}-xxx.yyy" in our layer, during the build it's not going to check for the file in our layer. It only check if the file exist in their layers
<Tyaku> Do you have any ideas ?
<Tyaku> -> My first idea was: Add a BBMASK in local.conf to "mask" their "linux-renesas.bbappend" that only do "include xxx-${MACHINE}-xxx.yyy". But as they use this mecanism in many .bbappend now, it's not viable.
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
prabhakalad has quit [Read error: Connection reset by peer]
prabhakalad has joined #yocto
luna-_ has left #yocto [#yocto]
alperak has joined #yocto
mdb977 has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
druppy has joined #yocto
Flow has joined #yocto
savolla has joined #yocto
druppy has quit [Ping timeout: 268 seconds]
ablu has quit [Ping timeout: 252 seconds]
ablu has joined #yocto
Ch^W has quit [Server closed connection]
Ch^W has joined #yocto
_whitelogger has joined #yocto
tgamblin has joined #yocto
Vonter has quit [Quit: WeeChat 4.6.3]
Vonter has joined #yocto
belsirk has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
rfuentess has quit [Ping timeout: 276 seconds]
rfuentess has joined #yocto
belsirk has quit [Ping timeout: 248 seconds]
belsirk has joined #yocto
pidge has quit [Ping timeout: 268 seconds]
rfuentess has quit [Ping timeout: 260 seconds]
belsirk is now known as rfuentess
cyxae has joined #yocto
jmd has joined #yocto
rob_w has quit [Remote host closed the connection]
Daanct12 has quit [Quit: WeeChat 4.6.3]
<fullstop> If I have a package which relies on yaml-cpp, is there any reason why yaml-cpp-dev wouldn't be included in the generated sdk?
GNUmoon has quit [Remote host closed the connection]
tgamblin has quit [Quit: WeeChat 4.6.3]
GNUmoon has joined #yocto
Xagen has joined #yocto
Xagen has quit [Client Quit]
<rburton> fullstop: if its actually in your image that the sdk is generated from, and the -dev package actually exists, no
<fullstop> Is it super-duper smart and can tell that I am not actually linking to yaml-cpp yet?
Xagen has joined #yocto
goliath has quit [Quit: SIGSEGV]
mdb977 has quit [Quit: Leaving]
tgamblin has joined #yocto
prabhakalad has quit [Ping timeout: 276 seconds]
prabhakalad has joined #yocto
prabhakalad has quit [Ping timeout: 260 seconds]
prabhakalad has joined #yocto
<vmeson> khem: RP thinks that this issue has been resolved, do you agree? https://bugzilla.yoctoproject.org/show_bug.cgi?id=15831
mathieudb has quit [Quit: leaving]
mathieu has joined #yocto
mathieu has quit [Client Quit]
cyxae has quit [Quit: cyxae]
mathieu has joined #yocto
mathieu is now known as mathieudb
cyxae has joined #yocto
cyxae has quit [Quit: cyxae]
pidge has joined #yocto
florian has quit [Quit: Ex-Chat]
__lore__ is now known as _lore_
<rfs613> i'm trying to debug the do_configure step of kernel build. Locally it behaves as I expect, but in CI am getting a different result. Would like to see log.do_configure from the CI build, but unfortuantely it gets wiped out immediately. Is there a way to get bitbake to write log.do_configure to stdout (for a specific recipe) so that it gets captured in the CI build log?
<rburton> rfs613: why don't you get CI to preserve the logs?
<rfs613> rburton: because i have no idea how to make changes to the CI ... ;-)
<rburton> lol
<rburton> use bbplain to debug and you'll get output on the console instead of buried in the logs
<rburton> eg bbplain HELLO will appear in the terminal (or CI log) where bitbake was running
<rburton> (see also, bbwarn bbdebug bberror bbfatal)
rfuentess has quit [Remote host closed the connection]
<rfs613> yep, i guess i'll have to cook somethign up
* rfs613 decides go have lunch first...
florian has joined #yocto
vquicksilver has quit [Quit: WeeChat 4.5.2]
<agodard> I'm unclear about the PREFERRED_TOOLCHAIN* variables. For now, only PREFERRED_TOOLCHAIN_TARGET can be changed to 'clang', right?
mckoan is now known as mckoan|away
leon-anavi has quit [Remote host closed the connection]
<rfs613> rburton: this seems to do the trick, thanks.... do_configure:append() { cat ../temp/log.do_configure | while read line ; do bbplain "$line"; done }
<rfs613> and I found the configuration problem. Yay!
zeemate has quit [Ping timeout: 272 seconds]
<khem> vmeson: I think yes,I have not seen this failures on CI systems for some weeks now
<khem> agodard: only TOOLCHAIN and TOOLCHAIN_NATIVE should be tweaked by user ideally
<khem> distro folks can tweak PREFERRED_TOOLCHAIN_TARGET PREFERRED_TOOLCHAIN_NATIVE and PREFERRED_TOOLCHAIN_SDK
<khem> defaults are all set to 'gcc'
berton has quit [Quit: Connection closed for inactivity]
<vmeson> khem: super. resolved -> works for me.
dkl has quit [Quit: %quit%]
dkl has joined #yocto
goliath has joined #yocto
ptsneves has joined #yocto
druppy has joined #yocto
geoff_ has joined #yocto
savolla has quit [Quit: WeeChat 4.6.3]
geoffhp has quit [Ping timeout: 260 seconds]
jmd has quit [Remote host closed the connection]
druppy has quit [Ping timeout: 268 seconds]
druppy has joined #yocto
geoff_ has quit [Ping timeout: 260 seconds]
goliath has quit [Quit: SIGSEGV]
dlan has quit [Server closed connection]
dlan has joined #yocto
zeemate has joined #yocto
davidinux has quit [Ping timeout: 252 seconds]
vmeson has quit [Quit: Konversation terminated!]
ptsneves has quit [Ping timeout: 260 seconds]
bjdooks has quit [Server closed connection]
bjdooks has joined #yocto
tgamblin has quit [Quit: WeeChat 4.6.3]
gvmeson has joined #yocto
gvmeson is now known as vmeson
druppy has quit [Ping timeout: 268 seconds]
LocutusOfBorg has quit [Quit: ⏳]
LocutusOfBorg has joined #yocto
mramadany has joined #yocto
dkl has quit [Quit: %quit%]
dkl has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zeemate has quit [Ping timeout: 272 seconds]
geoff_ has joined #yocto
geoff_ has quit [Remote host closed the connection]
geoffhp has joined #yocto
florian has quit [Ping timeout: 265 seconds]
alperak has quit [Quit: Connection closed for inactivity]