tammranil has quit [Remote host closed the connection]
tammranil has joined #yocto
jmiehe1 has joined #yocto
jmiehe has quit [Ping timeout: 265 seconds]
jmiehe1 is now known as jmiehe
Saur_Home73 has quit [Quit: Client closed]
Saur_Home73 has joined #yocto
Guest64 has joined #yocto
Daanct12 has quit [Ping timeout: 252 seconds]
Guest64 has quit [Client Quit]
tgamblin_ has joined #yocto
tgamblin has quit [Ping timeout: 244 seconds]
Daanct12 has joined #yocto
jmiehe has quit [Quit: jmiehe]
jmiehe has joined #yocto
jmiehe has quit [Quit: jmiehe]
jmd has joined #yocto
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
Chaser has joined #yocto
Jones42_ has quit [Ping timeout: 246 seconds]
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
ehussain has joined #yocto
CrazyGecko has joined #yocto
dmoseley has joined #yocto
dmoseley_ has quit [Ping timeout: 276 seconds]
ycoto has joined #yocto
<ycoto>
Hi, I am new to xfce desktop I want to integrate xfce desktop with kirkstone. what should I refer for approach?
rfuentess has joined #yocto
goliath has joined #yocto
belsirk has joined #yocto
albeu has joined #yocto
rfuentess has quit [Ping timeout: 246 seconds]
belsirk is now known as rfuentess
goliath has quit [Quit: SIGSEGV]
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
ycoto has quit [Quit: Client closed]
Granjow has joined #yocto
<Granjow>
I have a recipe which copies a file to /etc, but it does not end up in the image. Why can that be? I check in do_install:append() with `ls` whether it is copied to ${D}${sysconfdir}, and it is there. It is also in FILES:${PN}. But it is not there in the image.
olani- has joined #yocto
piie has joined #yocto
<piie>
hello, I just saw, that busybox was updated to 1.37 last week. Has anyone experienced any issues with that?
florian has joined #yocto
aduskett has joined #yocto
Kubu_work has joined #yocto
zpfvo has joined #yocto
goliath has joined #yocto
<Granjow>
Ok, problem solved, I did not have the package in RDEPENDS, but it was compiled nontheless because of dependencies
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
xmn has quit [Ping timeout: 244 seconds]
Chaser has joined #yocto
leon-anavi has joined #yocto
Jones42_ has joined #yocto
Jones42 has joined #yocto
Jones42_ has quit [Ping timeout: 252 seconds]
mckoan|away is now known as mckoan
Daanct12 has quit [Ping timeout: 252 seconds]
Jones42_ has joined #yocto
Daanct12 has joined #yocto
Jones42 has quit [Ping timeout: 260 seconds]
lowfi has joined #yocto
kanavin has joined #yocto
Jones42_ has quit [Remote host closed the connection]
Jones42_ has joined #yocto
<rfuentess>
Hi, I'm getting some problem testing if my changes in a recipe are well or not
<rfuentess>
I want to add an extra service file on the recipe that will be enabled by default. I have `SYSTEMD_SERVICE:{PN}:append = " new_service.service"`
<rfuentess>
but not sure if the line SYSTEMD_AUTO_ENABLE:${PN} = enable` doesn't need any change or I should add something else
<Jones42_>
you can always check the resulting rootfs and see if your systemd service files look right
<Jones42_>
or have a look at other recipes and try to spot what they are doing differently
<rfuentess>
Jones42_: thanks, one extra question just to be sure. If the main .bb file has already the `inherit systemd` the .bbappend where I'm tying to add the second service should also include the directive?
<qschulz>
rfuentess: nope
<rfuentess>
thanks, I just wanted to confirm :)
<Jones42_>
rfuentess: I also found it helpful to read the systemd.bbclass file to get a closer understanding what is happening
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
<rfuentess>
Jones42_: thanks , I think I'll do that to try to understand my issue
aduskett has quit [Read error: Connection reset by peer]
<basilh>
Hi, my builds hang today, and I get this warning: WARNING: BB_HASHSERVE_UPSTREAM is not valid, unable to connect hash equivalence server at 'hashserv.yocto.io:8687': TimeoutError('timed out'). Is the Hash Equivalence Server down or is the problem on my end?
<rburton>
if you've a recent release, switch to BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws"
rob_w has quit [Quit: Leaving]
<basilh>
thank you! I will try
<basilh>
That fixed it, thank you!
ehussain has quit [Remote host closed the connection]
cyxae has joined #yocto
tgamblin_ is now known as tgamblin
Granjow has quit [Quit: Client closed]
jmd has left #yocto [ERC 5.4 (IRC client for GNU Emacs 28.2)]
Xagen has joined #yocto
Daanct12 has quit [Quit: WeeChat 4.4.2]
Jones42 has joined #yocto
olani- has quit [Ping timeout: 264 seconds]
Jones42_ has quit [Ping timeout: 276 seconds]
Saur has quit [Ping timeout: 264 seconds]
Saur has joined #yocto
Minvera has joined #yocto
<tlwoerner>
the new libgpiod 2.2 will build with poky, but won't with oe nodistro
<tlwoerner>
any idea what nodistro is missing to make this work?
<tlwoerner>
(libgpiod is meta-openembedded/meta-oe)
<rburton>
check if the configure has a --disable-introspection, as that should just work and turn it off.
pidge has joined #yocto
<rburton>
RP: DISTRO=nodistro bitbake-getvar DISTRO_FEATURES <-- no backfill features...
<rburton>
i swear i wrote a selftest for the backfill logic
<tlwoerner>
yes, there is an option to disable introspection
<tlwoerner>
in libgpiod's ./configure
<rburton>
the class should be passing the option
basilh has quit [Quit: Client closed]
<hnez>
We've also seen the same libgpiod build errors for master builds in the meta-labgrid CI https://github.com/labgrid-project/meta-labgrid/actions (the two failed builds). But did not get around to investigating it yet …
<rburton>
i fear that something sneaked into master
aduskett has quit [Quit: Konversation terminated!]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<rburton>
hm fun, bitbake-getvar doesn't actually evaluate enough to show backfills
<RP>
rburton: I see DISTRO_FEATURES="acl alsa bluetooth debuginfod ext2 ipv4 ipv6 pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp" which looks backfilled?
rfuentess has quit [Remote host closed the connection]
gspbirel56 has quit [Ping timeout: 252 seconds]
<vmeson>
Is ChatGPT suitable and trustworthy for mentoring some newbies? ChatGPT's response: yeah, i can walk you through bitbake basics and yocto layers, recipes, etc. planning on deep-diving or just need an overview?
<rburton>
i wouldn't trust it at all
<vmeson>
rburton: I assume that most people know that ChatGPT's output needs to be verified. There's even a custom GPT called Yocto Project Expert. I have no idea is this would really be useful.
<rburton>
last time i asked it questions it made up some variable names
<khem>
having locally trained model on YP content might be better than a general LLM
olani- has joined #yocto
Saur_Home58 has joined #yocto
Saur_Home73 has quit [Ping timeout: 256 seconds]
* Ch^W
has some timezone confusion...
<Ch^W>
The 2024.12 virtual summit is showing up as noon-6pm each day, but I am having trouble convincing myself what timezone that refers to.
<Ch^W>
Mostly because 6pm in Seattle is going to be 0200 UTC, which seems weird to me.
<rburton>
in the past its been 12-18 UTC
<rburton>
(for maximum overlap between europe and america)
<Ch^W>
That would make a lot more sense.
<Ch^W>
Other than the part about being online at 0500 for something other than an emergency.
jmiehe has quit [Quit: jmiehe]
PhoenixMage has quit [Ping timeout: 276 seconds]
PhoenixMage has joined #yocto
gspbirel56 has joined #yocto
goliath has joined #yocto
PhoenixMage has quit [Ping timeout: 252 seconds]
<Ch^W>
The calendar links get added to my calendar from 12-6pm Pacific Time. That has to be wrong.
* Ch^W
sends some emails...
PhoenixMage has joined #yocto
gspbirel56 has quit [Ping timeout: 252 seconds]
<khem>
Ch^W:default on pretalx is UTC and IIRC you can choose your local TZ then the times are more understandable perhaps those are UTC times
zpfvo has quit [Remote host closed the connection]
jmiehe has joined #yocto
frieder has quit [Remote host closed the connection]
mckoan is now known as mckoan|away
<RP>
vmeson: chatgpt is not appropriate at all
<RP>
vmeson: the bitbake related output I've seen from it was seemingly plausible but entirely wrong too
jmiehe has quit [Quit: jmiehe]
albeu has quit [Quit: albeu]
<landgraf>
at least not for newbies... sometimes it generates garbage from random snippets and we don't want to answer "why this chatgps's `stuff` doesn't work?" here I think.
florian_kc has joined #yocto
Saur_Home73 has joined #yocto
Chaser_ has joined #yocto
Saur_Home58 has quit [Ping timeout: 256 seconds]
Chaser has quit [Ping timeout: 255 seconds]
leon-anavi has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
Saur_Home70 has joined #yocto
Saur_Home73 has quit [Ping timeout: 256 seconds]
PhoenixMage has quit [Ping timeout: 265 seconds]
PhoenixMage has joined #yocto
mbulut has quit [Ping timeout: 252 seconds]
Saur_Home47 has joined #yocto
Saur_Home70 has quit [Ping timeout: 256 seconds]
florian_kc has quit [Ping timeout: 252 seconds]
davidinux1 has joined #yocto
Saur_Home56 has joined #yocto
davidinux1 has quit [Client Quit]
goliath has joined #yocto
Saur_Home47 has quit [Ping timeout: 256 seconds]
xmn has joined #yocto
Chaser_ has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
<nerdboy>
hmm, anybody working with orin NX and antmicro layers? their orin baseboard demo build is missing the 8GB orin NX machine yet meta-tegra is on master
gspbirel56 has joined #yocto
<nerdboy>
which must be old i guess...
florian_kc has joined #yocto
gspbirel56 has quit [Remote host closed the connection]
gspbirel56 has joined #yocto
gspbirel56 has quit [Remote host closed the connection]
Chaser has joined #yocto
<sarahn>
nerdboy: I would try the meta-tegra gitter if you haven't already
gspbirel56 has joined #yocto
gspbirel56 has quit [Remote host closed the connection]
davidinux1 has joined #yocto
davidinux1 has quit [Client Quit]
davidinux1 has joined #yocto
pbiel has joined #yocto
<pbiel>
Hi, some time ago I added missing trigger support for one of the iio/accel device I needed and I just realized that there is a driver that supports this functionality but it's quite old (2009) and designed as drivers/input. Moreover these two drivrs are mutual exclusive meaning I cannot use iio driver and input driver (with trigger functionality) at the same time. Does it make sense to try to upstream updated iio version of the driver?
<pbiel>
not this channel, sorry
Chaser has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
amitk_ has joined #yocto
amitk has quit [Ping timeout: 252 seconds]
cyxae has quit [Quit: cyxae]
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
davidinux1 has quit [Ping timeout: 276 seconds]
gspbirel56 has joined #yocto
Xagen has joined #yocto
druppy has joined #yocto
Saur_Home56 has quit [Quit: Client closed]
Saur_Home56 has joined #yocto
Kubu_work has quit [Quit: Leaving.]
<tlwoerner>
rburton: it looks like the 'ptest' DISTRO_FEATURE is the key
<tlwoerner>
rburton: by default there are 5 "extra" features in poky that aren't in nodistro: multiarch, opengl, ptest, vulkan, and wayland
<tlwoerner>
in both the poky and nodistro cases, libgpiod is being configured with "--enable-introspection"
<tlwoerner>
maybe that's something that needs more investigation
<tlwoerner>
but the 'ptest' feature included in poky is the key as to why poky succeeds and nodistro doesn't
<tlwoerner>
i would assume having ptest in DISTRO_FEATURES pulls in gobject-introspection so that --enable-introspection works
Kubu_work has joined #yocto
Kubu_work has quit [Quit: Leaving.]
tlwoerner_ has joined #yocto
<RP>
tlwoerner: it should be backfilled into nodistro through meta/conf/bitbake.conf:DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" :/
druppy has quit [Ping timeout: 265 seconds]
<RP>
tlwoerner: bitbake -e | grep DISTRO_FEATURES= does show it
<RP>
tlwoerner: bitbake-getvar is broken for this, ross opened a bug
tlwoerner has quit [Read error: Connection reset by peer]
arisut has quit [Remote host closed the connection]
KanjiMonster has quit [Remote host closed the connection]
KanjiMonster has joined #yocto
arisut has joined #yocto
prabhakalad has quit [Ping timeout: 272 seconds]
<khem>
pbiel: upstreaming iio driver seems the right thing to do IMO
lexano has quit [Quit: Leaving]
Saur_Home56 has quit [Quit: Client closed]
Saur_Home56 has joined #yocto
<khem>
tlwoerner_: ah I think you have found a step more into libgpiod issue that JaMa was reporting, and now I understand how it was building for all of my CI but one, because this one build does not use ptest
<khem>
checking for gobject-introspection... configure: error: gobject-introspection-1.0 is not installed
tlwoerner_ has quit [Quit: Leaving]
tlwoerner has joined #yocto
<tlwoerner>
khem: yes exactly
prabhakalad has joined #yocto
<tlwoerner>
if i remove 'ptest' from poky's DISTRO_FEATURES, then libgpiod fails there too
<tlwoerner>
rburton believes he wrote a test to ensure the gobject-introspection mechanism is working correctly, but his actual test results are probably occluded by having ptest enabled! ;-)