seninha has quit [Remote host closed the connection]
bb74 has quit [Ping timeout: 245 seconds]
kergoth has quit [Server closed connection]
kergoth has joined #yocto
Thorn has quit [Ping timeout: 260 seconds]
nemik has quit [Ping timeout: 240 seconds]
wooosaiiii has joined #yocto
nemik has joined #yocto
jjmcdn has quit [Server closed connection]
jjmcdn has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
amitk has joined #yocto
landgraf has quit [Server closed connection]
landgraf has joined #yocto
wooosaiiii has quit [Quit: wooosaiiii]
wooosaiiii has joined #yocto
goliath has joined #yocto
amitk_ has joined #yocto
alessioigor has joined #yocto
Amynka has quit [Server closed connection]
Amynka has joined #yocto
louis_ has joined #yocto
rfuentess has joined #yocto
davidinux has joined #yocto
rob_w has joined #yocto
bps has joined #yocto
bps has quit [Changing host]
bps has joined #yocto
mckoan_ is now known as mckoan
<mckoan>
good morning
<landgraf>
(^_^)/
<LetoThe2nd>
yo dudX
PobodysNerfect has joined #yocto
gsalazar has joined #yocto
Thorn has joined #yocto
schtobia has quit [Quit: Bye!]
schtobia has joined #yocto
schtobia has quit [Client Quit]
schtobia has joined #yocto
iokill_ has quit [Server closed connection]
iokill has joined #yocto
florian has joined #yocto
camus has quit [Read error: Connection reset by peer]
camus1 has joined #yocto
florian has quit [Ping timeout: 250 seconds]
ptsneves has joined #yocto
camus1 is now known as camus
florian has joined #yocto
leon-anavi has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
ptsneves has quit [Ping timeout: 246 seconds]
amitk_ has quit [Ping timeout: 255 seconds]
Guest98 has joined #yocto
<kayterina[m]>
Hello, how can tell bitbake not to build the doc for a recipe? Problem is, it can't find soelim when building doc, so it seems easier to just not build doc
camus has quit [Read error: Connection reset by peer]
camus1 has joined #yocto
camus1 is now known as camus
<Guest98>
hello everyone, im trying to combine 2 bsp into 1 project. im thinking of making a structure that i will share. i wonder, what are the pros and cons? im not sure is it good or not. im curious about your ideas.
<mckoan>
Guest98: personally I prefer to keep direcory structures sparate when I have different architectures
<mckoan>
Guest98: in order to have atomic build enviroments
ptsneves has joined #yocto
tnovotny has quit [Ping timeout: 260 seconds]
nemik has quit [Ping timeout: 265 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
<jclsn>
Hi, I am still having issues witht he compile_commands.json generated in the work directory of the kernel. The database seems to be broken. I never had issues when doing this for a manual build fo the kernel. Does anyone use this compilation database as well and has succeeded in using it for the kernel?
tnovotny has joined #yocto
<jclsn>
Maybe it doesn't work because there are only object files in the work directory
<RP>
jclsn: You'd need both tools to handle the LD_PRELOAD correctly, I suspect one is cancelling out the other
xmn has quit [Quit: ZZZzzz…]
<jclsn>
RP: No idea how I would do that. Would really be great if Bitbake provided a function for that. If I create the compilation database in the work directory, it doesn't work for using it in the workspace and compiling the kernel by hand in the workspace doesn't work either
Piraty has quit [Quit: -]
Piraty has joined #yocto
<RP>
jclsn: it isn't a bitbake issue, it would be something the compile util needs to handle or potentially a bug in pseudo
tnovotny has quit [Ping timeout: 260 seconds]
<jclsn>
Is there a way I can compile the build directly in the workspace with Bitbake then?
Guest98 has quit [Ping timeout: 245 seconds]
<RP>
jclsn: I really don't know what you're doing exactly so I can't really answer that
<jclsn>
Guess that wouldn't work either, because the libraries would not be in the same place, since the one's used by Vim are in the toolchain
<jclsn>
This database can be generated by cmake. The kernel provides its own script to run after make.
<RP>
I don't see why that shouldn't work or why the stack overflow post applies
<jclsn>
I want to edit my files in the workspace I checked out with devtool. I can't compile the kernel there though. I assume because the config files are spread of the bsp layer. So since I can't compile the kernel, I can also not create a compilation database for it.
<RP>
All bitbake does is run standard kernel build commands via make. It does use a split between the sources and binaries but that is an upstream kernel supported thing
xmn has joined #yocto
<RP>
can devtool compile the kernel there?
<jclsn>
Yeah but it spreads the source and object files in several folders in the tmp/work/arch/package directory. I guess clangd can't find those
<jclsn>
I check out with devtool and compile with bitbake usually
<RP>
Find out what command devtool uses?
<RP>
There clearly is a way to do it, and if you use that to generate the compilation database you should be good?
PhoenixMage has quit [Ping timeout: 240 seconds]
PhoenixMage has joined #yocto
kscherer has joined #yocto
* JaMa
proud to be pedantic 4-space freak :)
ptsneves has quit [Ping timeout: 268 seconds]
seninha has quit [Quit: Leaving]
beroset has joined #yocto
prabhakarlad has joined #yocto
<LetoThe2nd>
any pointer how to test weston/wayland on core-image-weston easily?
<rburton>
if weston starts on boot, it works
<jclsn>
RP: What command devtool uses to build the package? I have looked at oe-core/scripts/lib/devtool/build.py, but it is not really clear to me. I would assume that it just uses Bitbake and Bitbake builds the modified source code in build/tmp/work/<arch>/<package>
<LetoThe2nd>
rburton: starts... well journalctl says its starting, but display is black.
ptsneves has joined #yocto
Xagen has joined #yocto
mrnuke has joined #yocto
Patrick22 has quit [Quit: Client closed]
olof has quit [Server closed connection]
olof has joined #yocto
Xagen has quit [Client Quit]
npcomp has quit [Server closed connection]
npcomp has joined #yocto
Guest98 has joined #yocto
<Guest98>
hello everyone. there is the file "meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc". can i override this file from my own layer?
Xagen has joined #yocto
rob_w has quit [Quit: Leaving]
<LetoThe2nd>
Guest98: not directly, you can append to the file that pulls the includ in, though.
\dev\ice has quit [Server closed connection]
\dev\ice has joined #yocto
\dev\ice has joined #yocto
\dev\ice has quit [Changing host]
sakoman has joined #yocto
<Guest98>
LetoThe2nd "bootfiles.bb" using "raspberrypi-firmware.inc". so, i created "bootfiles.bbappend" and added "include recipes-bsp/common/raspberrypi-firmware.inc" from my-layer. im getting error like that:
<Guest98>
WARNING: sources/meta-raspberrypi/recipes-bsp/bootfiles/bootfiles.bb: Duplicate inclusion for sources/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc in sources/meta-my-layer/recipes-bsp/bootfiles/bootfiles.bbappend
<LetoThe2nd>
Guest98: yeah. you can't take the include away, but you can override its content.
<Guest98>
how can i override?
<RP>
jclsn: the scripts in WORKDIR/tmp/run.do_XXX should give an idea of what it runs
<Guest98>
LetoThe2nd if i created raspberrypi-firmware-my.inc and using in bootfiles.bbappend, it's working but idk it is dangerous or wrong move.
<LetoThe2nd>
Guest98: its somewhat okay - its doing exactly what I said.
<jclsn>
RP: Pretty long command. Can't just paste it into bash it seems. Will see how I can work through this. If I find a way to get this to work and automate it, I could try to implement it into devtool
Crofton has quit [Server closed connection]
Crofton has joined #yocto
<jclsn>
But it is also pointing to the libraries in WORDIR and not the one in the workspace
bps has quit [Ping timeout: 260 seconds]
bps has joined #yocto
bps has joined #yocto
seninha has joined #yocto
leon-anavi has quit [Quit: Leaving]
<rburton>
RP: my meta-clang patches for -helper are unmerged, if you're looking for something to review :)
florian_kc has quit [Ping timeout: 255 seconds]
mdp has quit [Server closed connection]
mdp has joined #yocto
florian has quit [Quit: Ex-Chat]
kpo has quit [Ping timeout: 260 seconds]
goliath has joined #yocto
<JaMa>
rburton: as you're touching gobject-introspection again isn't the dbusmock still broken without gobject-introspection-data?
<rburton>
JaMa: literally cleaning up that commit now that i failed to post
<JaMa>
ty
<rburton>
also got one to stop g-i from "building" in target builds with g-i disabled
<rburton>
was undecided about that, as it can build the libraries on their own, but without any of the typelibs they're pretty useless
<JaMa>
also got one failure in meta-virt with your autoconf-archive changes, will send it shortly
<JaMa>
no strong opinion either way, I'm interested only in not seeing build failures in world build and if it builds it's PERFECT :0
<rburton>
lol
vladest has quit [Ping timeout: 260 seconds]
ptsneves has quit [Ping timeout: 268 seconds]
vladest has joined #yocto
ptsneves has joined #yocto
rfuentess has quit [Remote host closed the connection]
dgriego has quit [Ping timeout: 250 seconds]
dgriego has joined #yocto
mckoan is now known as mckoan|away
vladest has quit [Ping timeout: 260 seconds]
ptsneves has quit [Ping timeout: 255 seconds]
PobodysNerfect has quit [Quit: Textual IRC Client]
beroset has quit [Quit: Client closed]
Notgnoshi has quit [Ping timeout: 255 seconds]
Notgnoshi has joined #yocto
ptsneves has joined #yocto
neverpanic has quit [Server closed connection]
neverpanic has joined #yocto
beroset has joined #yocto
kpo has joined #yocto
Thorn has quit [Ping timeout: 265 seconds]
xantoz has quit [Server closed connection]
xantoz has joined #yocto
xmn has quit [Ping timeout: 255 seconds]
bps has quit [Ping timeout: 240 seconds]
xmn has joined #yocto
PhoenixMage has quit [Ping timeout: 240 seconds]
PhoenixMage has joined #yocto
florian_kc has joined #yocto
Notgnoshi has quit [Quit: No Ping reply in 180 seconds.]
Notgnoshi has joined #yocto
seninha has quit [Ping timeout: 255 seconds]
Thorn has joined #yocto
arisut has quit [Server closed connection]
arisut has joined #yocto
prabhakarlad has quit [Quit: Client closed]
kpo has quit [Ping timeout: 265 seconds]
vladest has joined #yocto
gsalazar has quit [Ping timeout: 255 seconds]
kpo has joined #yocto
ptsneves has quit [Ping timeout: 265 seconds]
beroset has quit [Quit: Client closed]
amitk has quit [Ping timeout: 260 seconds]
xmn has quit [Remote host closed the connection]
rfs613 has quit [Server closed connection]
rfs613 has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
beroset has joined #yocto
Thorn_ has joined #yocto
Thorn has quit [Ping timeout: 260 seconds]
Thorn_ has quit [Ping timeout: 260 seconds]
seninha has joined #yocto
xmn has joined #yocto
schtobia has quit [Quit: Bye!]
schtobia has joined #yocto
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
Thorn has joined #yocto
prabhakar has quit [Server closed connection]
astlep55047 has quit [Server closed connection]
astlep55047 has joined #yocto
hrberg has quit [Ping timeout: 268 seconds]
Algotech has quit [Server closed connection]
Algotech has joined #yocto
florian_kc has quit [Ping timeout: 255 seconds]
kpo has quit [Ping timeout: 260 seconds]
beroset has quit [Quit: Client closed]
bps has joined #yocto
bps has joined #yocto
kscherer has quit [Quit: Konversation terminated!]
olani_ has quit [Server closed connection]
goliath has quit [Quit: SIGSEGV]
seninha has quit [Ping timeout: 260 seconds]
seninha has joined #yocto
seninha has quit [Remote host closed the connection]