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
vladest has quit [Quit: vladest]
vladest has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
<khem> Guest98: does the cpp file has #include <cstring> somewhere ?
sakoman has quit [Quit: Leaving.]
Wenqing has quit [Ping timeout: 250 seconds]
Wenqing has joined #yocto
amsobr has quit [Quit: Konversation terminated!]
mrnuke has quit [Quit: ZNC 1.8.2 - https://znc.in]
OnkelUlla has quit [Remote host closed the connection]
mrnuke has joined #yocto
OnkelUlla has joined #yocto
hnez has quit [Quit: No Ping reply in 180 seconds.]
hnez has joined #yocto
marex has quit [Ping timeout: 246 seconds]
davidinux has joined #yocto
marex has joined #yocto
dgriego has joined #yocto
dgriego has quit [Ping timeout: 272 seconds]
goliath has quit [Quit: SIGSEGV]
dgriego has joined #yocto
dgriego has quit [Ping timeout: 250 seconds]
dgriego has joined #yocto
sakoman has joined #yocto
dgriego has quit [Read error: Connection reset by peer]
dgriego has joined #yocto
jclsn has quit [Ping timeout: 264 seconds]
jclsn has joined #yocto
CapEnt has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
amitk has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
lolock has quit [Ping timeout: 260 seconds]
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
Peter[m]1234 is now known as Peter[m]12341
florian has joined #yocto
rob_w has joined #yocto
alessioigor has joined #yocto
lukma has quit [Ping timeout: 245 seconds]
alessioigor has quit [Client Quit]
alessioigor has joined #yocto
Guest98 has quit [Quit: Client closed]
xmn has quit [Quit: ZZZzzz…]
catch22 has joined #yocto
goliath has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
rob_w has quit [Ping timeout: 252 seconds]
amitk_ has joined #yocto
rob_w has joined #yocto
<LetoThe2nd> yo dudX
<tomzy_0[m]> morning
<alessioigor> to all
<jclsn> Greetings
amitk_ has quit [Ping timeout: 272 seconds]
gsalazar has joined #yocto
leon-anavi has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
paulbarker has joined #yocto
amitk_ has joined #yocto
yssh has joined #yocto
catch22 has quit [Quit: Leaving]
Omax has quit [Remote host closed the connection]
Omax has joined #yocto
yssh has quit [Client Quit]
Kubu_work has quit [Quit: Leaving.]
Guest87 has joined #yocto
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
ptsneves has joined #yocto
<Guest87> khem "include <cstring>" is not used in my project.
florian_kc has joined #yocto
jetm- has quit [Quit: ZNC 1.7.2 - https://znc.in]
philmd- has quit [Quit: ZNC 1.7.2 - https://znc.in]
<rburton> Guest87: sounds like your code needs updating for more pedantic c++ stdlib
<Guest87> rburton i was also able to use memcpy with <string.h> in kirkstone, dunfell, zeus. then it seems that it will be sufficient to include <cstring> in my code where these operations are performed. i guess it's because of the compiler update, isn't it?
<rburton> yes
<rburton> newer compilers are more pedantic/strict
florian_kc has quit [Ping timeout: 272 seconds]
<Guest87> if i need to use both string.h and cstring in the same class, will it be a problem? does the compiler set the priority itself? i can find out by trying. it like, i want some ready answer :D
<Guest87> rburton even these informations enough, thank you.
Schlumpf has joined #yocto
vladest has quit [Quit: vladest]
vladest has joined #yocto
pidge has quit [Ping timeout: 240 seconds]
pidge_ has joined #yocto
DvorkinDmitry has joined #yocto
<DvorkinDmitry> my image build fails with "Postinstall scriptlets of ['oac-php'] have failed. If the intention is to defer them to first boot,
<DvorkinDmitry> then please place them into pkg_postinst_ontarget_${PN} ()". I'm using simple do_install() {} in my .bb file. log.do_rootfs says: re.error: invalid group reference 19 at position 1. what may be wrong?
kpo_ has joined #yocto
chep has quit [Quit: ZNC 1.8.2 - https://znc.in]
chep has joined #yocto
rob_w has quit [Remote host closed the connection]
LocutusOfBorg has quit [Ping timeout: 245 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
kpo_ has quit [Ping timeout: 245 seconds]
kpo_ has joined #yocto
Schlumpf has quit [Quit: Client closed]
<rburton> DvorkinDmitry: can you share the recipe
tokamak has joined #yocto
tokamak has quit [Client Quit]
<DvorkinDmitry> rburton, https://pastebin.com/Dv9gpxSU
<rburton> i wonder if the @ is upsetting the regex matching
pabigot has quit [Ping timeout: 245 seconds]
<kayterina[m]> Hello, I have a recipe and its debug package does not have an ELF interpreter set. I have to set it manually with patchelf. The package is in "/packages-split/<recipe>-dbg/usr/bin/.debug/"
<kayterina[m]> Has anyone seen this before? Am I looking into something yocto-specific or something in the cmake files of the recipe?
<rburton> kayterina[m]: almost definitely the cmake files
tokamak has joined #yocto
<rburton> but .debug/ files are not meant to be ran, they're just the debug segments
pabigot has joined #yocto
<kayterina[m]> Hm, I would swear it run when I put the interpreter there. Then where should the debug files be built?
<rburton> oh you can never run anything in .debug/
<rburton> its literally just the debug symbols
<rburton> what do you mean by "debug files"?
<kayterina[m]> the non stripped executable
<rburton> there is no non-stripped executable. install the -dbg package and gdb will load the .debug/ file to get the symbols.
<DvorkinDmitry> rburton, what would you recommed? before it was working good
<rburton> DvorkinDmitry: figure out where the bad regex group is coming from
tokamak has quit [Client Quit]
tokamak has joined #yocto
<DvorkinDmitry> rburton, it comes from systemd https://pastebin.com/7m3Xcapp
<DvorkinDmitry> if I write like this, SYSTEMD_SERVICE:${PN} = "php-fpm\@9000.service", it says it can't find the file
<rburton> i'd try with master if you can, because there were fixes to the regex
<rburton> if you look at the git log for that class you can probably apply them locally to test
<DvorkinDmitry> rburton, I['ve been using dunfell for a long time before and it was working...
<DvorkinDmitry> it has been corrupted in 2aa82324d43467e7c8bfbbb59570ee3306264b75 commit
<rburton> DvorkinDmitry: please file abug or ideally a patch, and for even more bonus points a test for oe-selftest :)
amitk__ has joined #yocto
amitk has quit [Ping timeout: 245 seconds]
grma has quit [Ping timeout: 252 seconds]
xmn has joined #yocto
<vvn> I see that some bsp layers try not to define too much machines and let the use customize base configs. Would you guys recommend the end user to define their own machines to describe their products, or is it better to have machine tweaks in their distros?
<rburton> inheriting a reference machine and customising it makes sense
<vvn> taking the example of the beaglebone or raspberry pi, what I'm not comfortable with is having to rebuild a few (machine-) packages like the kernel while in fact the machine-specific bits didn't really change (for example the machine config only chooses a specific dtb)
<vvn> but I guess this is something that can be improved at the package level? (fine tuning it more specifically than MACHINE_ARCH?)
Xagen has joined #yocto
camus has quit [Quit: camus]
sakoman has joined #yocto
kpo_ has quit [Ping timeout: 272 seconds]
amitk_ has quit [Ping timeout: 245 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
<LetoThe2nd> jonmason: i'm obviously too stupid to figure a bit of kas out. the docs say you can set a layer-path to direct to a sublayer in a nested directory structure. you don't happen to have an example of that set up somewhere?
amitk has joined #yocto
amitk has quit [Ping timeout: 250 seconds]
<derRichard> LetoThe2nd: you mean pointing kas to a layer at a given path instead a git/svn/hg repo?
<LetoThe2nd> derRichard: no.... pointing to a local layer in the repository that also holds the kas.ymls is common. but all layers that i've ever used it with are at the top level. now i need a blablah/meta-blah, essentiall.y
<jonmason> LetoThe2nd: we're lazy and just use the local reference, but it should just work
<jonmason> let me try something out to verify
<LetoThe2nd> jonmason: gah, i just tried the obvious and it seems to work.
<jonmason> LetoThe2nd: ok, so you are good now?
<LetoThe2nd> jonmason: yup. sorry for the noise.
<jonmason> np, always happy to help
<rburton> RP: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5597 is my latest next branch that should actually be green this time
<rburton> whilst that runs i'll finish cleaning up mut and locally test
florian has quit [Ping timeout: 246 seconds]
<RP> rburton: I did manage a green ish test branch myself (one out of space and one patch conflict in meta-agl)
dmoseley_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
florian has joined #yocto
goliath has quit [Quit: SIGSEGV]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
tokamak has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
tokamak has joined #yocto
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
dmoseley has quit [Client Quit]
amsobr has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
dmoseley has joined #yocto
florian has quit [Quit: Ex-Chat]
kpo_ has joined #yocto
ptsneves has quit [Ping timeout: 272 seconds]
GillesM has quit [Quit: Leaving]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
LocutusOfBorg has joined #yocto
kpo_ has quit [Ping timeout: 246 seconds]
gsalazar has quit [Ping timeout: 245 seconds]
mborzecki has joined #yocto
leon-anavi has quit [Remote host closed the connection]
florian_kc has joined #yocto
otavio has joined #yocto
florian_kc has quit [Ping timeout: 272 seconds]
<tlwoerner> anyone else seeing this when doing "bitbake -c menuconfig linux-yocto"?
<tlwoerner> scripts/Kconfig.include:50: Sorry, this assembler is not supported.
<khem> Guest87: so please include <cstring> instead of string.h
<rburton> tlwoerner: jonmason said that happened
<rburton> clearly we need to somehow selftest menuconfig
<rburton> zeddii: ^^^
<jonmason> It was working yesterday, but not on zeddii's kernel branch
<jonmason> it could've been my env, so I didn't complain at the time
marc1 has quit [Ping timeout: 246 seconds]
marc1 has joined #yocto
zelgomer has joined #yocto
<zelgomer> VAR:override:append versus VAR:append:override, is there any good reason to prefer one over the other?
goliath has joined #yocto
sakoman has quit [Quit: Leaving.]
amitk__ has quit [Ping timeout: 245 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
<JaMa> zelgomer: yes, they work very differently and in most cases you want VAR:append:override, try it and look at bitbake-getvar output to understand the difference
goliath has quit [Quit: SIGSEGV]
DvorkinDmitry has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
florian_kc has joined #yocto
nemik has quit [Ping timeout: 245 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
dgriego has quit [Ping timeout: 272 seconds]
alessioigor has quit [Quit: alessioigor]
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
sakoman has joined #yocto
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
dgriego has joined #yocto
dgriego has quit [Ping timeout: 272 seconds]
goliath has joined #yocto
dgriego has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
florian_kc has quit [Ping timeout: 272 seconds]
goliath has quit [Quit: SIGSEGV]