alperak has quit [Quit: Connection closed for inactivity]
nerdboy has quit [Ping timeout: 252 seconds]
frgo_ has quit [Read error: Connection reset by peer]
frgo has joined #yocto
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
vthor has quit [Ping timeout: 260 seconds]
tammranil has quit [Remote host closed the connection]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
tammranil has joined #yocto
SandeepRaju has quit [Quit: Client closed]
arisut has left #yocto [Leaving]
mckoan|away is now known as mckoan
thomas_34 has joined #yocto
zeemate has joined #yocto
rfuentess has joined #yocto
leaf_it_out has quit [Quit: leaf_it_out]
pilonsi has joined #yocto
pilonsi_ has quit [Ping timeout: 276 seconds]
florian has joined #yocto
pilonsi has quit [Ping timeout: 260 seconds]
pilonsi has joined #yocto
MarcWeDLM has joined #yocto
pilonsi_ has joined #yocto
pilonsi has quit [Ping timeout: 260 seconds]
wmills_ has quit [Remote host closed the connection]
pilonsi_ has quit [Ping timeout: 260 seconds]
pilonsi has joined #yocto
savolla has joined #yocto
alperak has joined #yocto
leon-anavi has joined #yocto
leaf_it_out has joined #yocto
florian has quit [Ping timeout: 248 seconds]
vthor_ has joined #yocto
vthor has quit [Ping timeout: 272 seconds]
florian has joined #yocto
pilonsi has quit [Ping timeout: 245 seconds]
florian has quit [Ping timeout: 260 seconds]
jclsn has quit [Quit: WeeChat 4.6.3]
florian has joined #yocto
savolla has quit [Read error: Connection reset by peer]
savolla has joined #yocto
florian_kc has joined #yocto
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 268 seconds]
frgo_ has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
frgo has joined #yocto
frgo_ has quit [Read error: Connection reset by peer]
jclsn has joined #yocto
jclsn has quit [Quit: WeeChat 4.6.3]
jclsn has joined #yocto
vthor_ has quit [Excess Flood]
vthor_ has joined #yocto
jclsn has quit [Quit: WeeChat 4.6.3]
jclsn has joined #yocto
wmills_ has joined #yocto
kanavin has quit [Remote host closed the connection]
kanavin has joined #yocto
tlwoerner has quit [Ping timeout: 252 seconds]
tlwoerner has joined #yocto
ablu has quit [Ping timeout: 260 seconds]
ablu has joined #yocto
<patersonc>
Hi khem: A few weeks ago I was talking to you about an issue I was seeing with meta-oe and yocto-layer-check. I submitted some patches to the ML for review but haven't had any replies on the ML yet. Is there another step to the process I've missed?
<RP>
qschulz: FWIW my toolchain selection email contains an interesting variable assignment challenge. I'm curious if I'm missing something obvious/better
Guest16 has joined #yocto
<Guest16>
I was trying to add systemd to core-image-base and I got this warning -> WARNING: systemd-1_257.5-r0 do_install: Using /home/root as root user's home directory is not fully supported by systemd.
<Guest16>
I don't understand exactly what happened.
<zeemate>
whatever I do, if I point S to S/to/subdir or let oe_runmake pick the right Makefile, the headers and libraries are not found while it's getting build
<rburton>
zeemate: sounds like the makefiles are just broken
<zeemate>
the Makefile breaks already because it cannot find a proper nl lib
<zeemate>
rburton, but if I evoke it on my debian system, it works
<zeemate>
and even if I edit the Makefile to choose one certain libnl version, (which is installed in recipe_sysroot/usr/lib) it complains about lacking header files
<rburton>
you need to forcibly pass CFLAGS and LDFLAGS but also not overwrite the assignments to CFLAGS that the makefile does. something CFLAGS="${CFLAGS} -DCONFIG_LIBNL30" in the oe_runmake call might work
<rburton>
people shouldn't write makefiles by hand, its a lot harder than it appears
bjdooks_ has quit [Client Quit]
lexano has quit [Remote host closed the connection]
<rburton>
zeemate: oh and inherit pkgconfig
<rburton>
| NOTE: make -j32 --shuffle -C /work/ross/build/tmp/work/cortexa57-poky-linux/openwifi/1.0/git/user_space/sdrctl_src
<rburton>
| /bin/sh: 1: pkg-config: not found
<rburton>
that's the first error to fix
ptsneves has joined #yocto
thomas_34 has quit [Ping timeout: 272 seconds]
lexano has joined #yocto
<rburton>
zeemate: is it a bad sign that the install target cannot work?
<rburton>
in the six years since it was implemented, nobody has used it