ndec changed the topic of #yocto to: "Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Summit (2022.11) Nov 29-Dec 1, more: https://yoctoproject.org/summit | Join the community: https://www.yoctoproject.org/community | IRC logs available at https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP community mgr ndec"
sakoman has quit [Quit: Leaving.]
BCMM has quit [Quit: Konversation terminated!]
camus has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
starblue has quit [Ping timeout: 252 seconds]
Thorn has quit [Ping timeout: 246 seconds]
starblue has joined #yocto
seninha has quit [Ping timeout: 255 seconds]
Estrella_ has joined #yocto
Estrella has quit [Quit: No Ping reply in 180 seconds.]
Estrella has joined #yocto
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #yocto
goliath has joined #yocto
OnkelUlla has joined #yocto
goliath has quit [Quit: SIGSEGV]
Thorn has joined #yocto
camus has quit [Remote host closed the connection]
camus has joined #yocto
rob_w has joined #yocto
goliath has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
aak-rookie has joined #yocto
<aak-rookie> hi,
<aak-rookie> in RaspbianOS, "/boot/config.txt" is available at runtime but not in "meta-raspberrypi", why? can we add? if we cant add it, why cant we add it?
Schlumpf has joined #yocto
rfuentess has joined #yocto
mckoan|away is now known as mckoan
<mckoan> good morning
<aak-rookie> morning
vladest has joined #yocto
xmn has quit [Ping timeout: 252 seconds]
vladest has quit [Read error: Connection reset by peer]
vladest has joined #yocto
<LetoThe2nd> aak-rookie: it is available, it is automatically created during image build, maybe just /boot is not mounted
beneth has quit [Read error: Connection reset by peer]
<LetoThe2nd> aak-rookie: the point it that it gets created based on configuration, and is not a verbatim file. see https://github.com/agherzan/meta-raspberrypi/blob/master/recipes-bsp/bootfiles/rpi-config_git.bb#L41 which is based on https://github.com/Evilpaul/RPi-config/blob/master/config.txt
zeddii has quit [Ping timeout: 260 seconds]
<aak-rookie> LetoThe2ndย  using default "sdimage-raspberrypi.wks". boot mounted by default. am i wrong?
<LetoThe2nd> aak-rookie: well you said it is available at runtime (i overread that), so it is probably mounted.
zeddii has joined #yocto
neverpan1c has joined #yocto
vladest has quit [Remote host closed the connection]
<aak-rookie> available at RaspbianOS, not meta-raspberrypi.
<LetoThe2nd> aak-rookie: have you actually read what i wrote, in turn?
vladest has joined #yocto
neverpanic has quit [Quit: Sleep well, little server.]
neverpan1c is now known as neverpanic
<aak-rookie> LetoThe2nd yes, thanks and sorry.
zpfvo has joined #yocto
leon-anavi has joined #yocto
manuel__ has joined #yocto
sugarbeet has quit [Ping timeout: 256 seconds]
sugarbeet has joined #yocto
rfuentess has quit [Remote host closed the connection]
olani- has quit [Ping timeout: 268 seconds]
olani- has joined #yocto
<jclsn> Morning
rob_w has quit [Quit: Leaving]
rob_w has joined #yocto
zpfvo has quit [Quit: Leaving.]
zpfvo has joined #yocto
<jclsn> I am currently trying to bring up our bluetooth module. I have enabled the required kernel modules, am able to attach to the controller and start bluetoothd. Pairing with bluetoothctl also works, but a connection attempt from the device to others doesn't work. I could however start a successful connection attempt from my phone to the device. Any ideas what could be missing here?
<jclsn> I am just getting a Failed to connect: org.bluez.Error.Failed
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
Schlumpf has quit [Quit: Client closed]
beneth has joined #yocto
Thorn has quit [Ping timeout: 264 seconds]
d-s-e has joined #yocto
<jclsn> Ah seems like packagegroup-tools-bluetooth was missing. I wonder why this is not included in DISTRO_FEATURES = "bluetooth"
<jclsn> Online it says that paplay can be used for testing the bluetooth audio sink. Which recipes provides that? aplay does only find one sink and doesn't playback via bluetooth
rfuentess has joined #yocto
<neverpanic> jclsn: From the name I'd guess it's pulseaudio ("pa")
ptsneves has joined #yocto
<RP> kanavin_, rburton: https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/2144/steps/15/logs/stdio is bizarre. I logged into opensuse153-ty-1 and that build, sourced buildtools and ran "PATH=/bin:/usr/bin:$PATH pkg-config --variable=dridriverdir dri" and it works :/
amsobr has joined #yocto
<rburton> jclsn: the packagegroups only bring bits in if you use them, so your image might not have been
<jclsn> neverpanic: pulseaudio is installed
<jclsn> rburton: Yeah, the group is added to the default imx image, but we did not have it
florian_kc has joined #yocto
<rburton> RP: i *think* my changes mean the PATH fiddling can be removed anyway. Has that repeated? Adding in that mixin to make it show the error on failure might be useful.
<RP> rburton: we could try re-running it on that worker
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
<RP> and yes, the output would be really helpful
<rburton> jclsn: i'm presuming you don't literally have DISTRO_FEATURES="bluetooth"
<RP> rburton: anything we want from that workdir before I effectively blow it away?
<jclsn> rburton: I do, but in only adds packagegroup-base-bluetooth
<jclsn> not packagegroup-tools-bluetooth
<jclsn> and I wonder why
<rburton> jclsn: because just because you have bluetooth enabled doesn't mean that you *always* want the tools
<rburton> also if you're assigning just bluetooth to DISTRO_FEATURES then you're breaking other stuff. you should append.
* RP saves and reruns
<RP> it is effectively saying your system/software *supports* bluetooth, the image still has to say it wants to include it
nemik has quit [Ping timeout: 255 seconds]
<jclsn> rburton: Their are need for connecting for some reason
<jclsn> Why would anyone not want them?
nemik has joined #yocto
<jclsn> Sure I am appending :)
<rburton> jclsn: i suspect it contains a dummy agent that is needed for manual connections. if you write a bluetooth UI, then you handle that yourself.
<jclsn> rburton: In the end this will be handled in our Qt software I guess and I won't be needed
<neverpanic> jclsn: My fedora says /usr/bin/paplay is in pulseaudio-utils, maybe it's a separate package generated by the pulseaudio recipe in yocto, too?
<jclsn> neverpanic: I already looked for that but couldn't find it
<jclsn> I also suspect that the error lies somewhere else. gstreamer or aplay should also be capable of using the bluetooth audio sink and it is not available it seems
<jclsn> gstreamer also complains about Failed to create secure directory (/home/root/.config/pulse): No such file or directory because of our readonly-rootfs I guess
<rburton> if you're going to have a readonly rootfs you really need read-write home directories
<kanavin_> RP: I suspect there are other environment variables set that affect pkg-config's ability to find things on the host
<kanavin_> del env['PKG_CONFIG_PATH']
<kanavin_> del env['PKG_CONFIG_DIR']
<kanavin_> del env['PKG_CONFIG_SYSROOT_DIR']
<kanavin_> del env['PKG_CONFIG_LIBDIR']
<kanavin_> the above is done by runqemu
<kanavin_> but not by the test
<kanavin_> RP: I think we can simply drop that snippet from the test, and perform the check from runqemu only
<kanavin_> (the dri.pc check)
florian has joined #yocto
<rburton> kanavin_: a lot of that is cargo-culted
<RP> kanavin_: that could explain it. That sounds like a good plan to me :)
<RP> rburton: fancy bringing rust into it
<jclsn> neverpanic: The file seems to be missing indeed
Thorn has joined #yocto
<jclsn> How can I install it?
azcraft has joined #yocto
camus1 has joined #yocto
camus has quit [Remote host closed the connection]
camus1 is now known as camus
<jclsn> pulseaudio-misc I guess
starblue has quit [Ping timeout: 246 seconds]
starblue has joined #yocto
azcraft has quit [Remote host closed the connection]
<rburton> something else to hate: configure scripts with lots of --enable-foo options which silently turn stuff off if dependencies are not available
<rburton> if i said i want to turn something on, don't turn it off because a library is missing
louis_ has quit [Ping timeout: 255 seconds]
louis_ has joined #yocto
<kanavin_> rburton, I'm not sure anyone is using autotools anymore outside of GNU
<kanavin_> people did vote with their feet
<rburton> there's been a lot of migration but there's still huge amounts of non-GNU autotools out there
Thorn has quit [Ping timeout: 246 seconds]
d-s-e has quit [Ping timeout: 246 seconds]
Thorn has joined #yocto
Thorn has quit [Ping timeout: 246 seconds]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
aak-rookie has quit [Quit: Client closed]
Thorn has joined #yocto
seninha has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
d-s-e has joined #yocto
rsalveti has joined #yocto
xmn has joined #yocto
sugarbeet has quit [Ping timeout: 248 seconds]
sakoman has joined #yocto
sugarbeet has joined #yocto
louis_ has quit [Ping timeout: 248 seconds]
louis_ has joined #yocto
sgw has joined #yocto
rpcme has quit [Quit: Client closed]
azcraft has joined #yocto
AKN has joined #yocto
rob_w has quit [Remote host closed the connection]
kscherer has joined #yocto
AKN has quit [Read error: Connection reset by peer]
Thorn has quit [Ping timeout: 246 seconds]
d-s-e has quit [Ping timeout: 246 seconds]
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
playback2396[m] has quit [Quit: You have been kicked for being idle]
d-s-e has joined #yocto
goliath has quit [Quit: SIGSEGV]
DannyHadley[m] has joined #yocto
Thorn has joined #yocto
olani- has quit [Ping timeout: 260 seconds]
azcraft has quit [Ping timeout: 255 seconds]
d-s-e has quit [Quit: Konversation terminated!]
ptsneves has quit [Ping timeout: 252 seconds]
azcraft has joined #yocto
zpfvo has quit [Remote host closed the connection]
prabhakarlad has quit [Quit: Client closed]
leon-anavi has quit [Quit: Leaving]
mckoan is now known as mckoan|away
<JaMa> anyone ever used EasyOS distro? I've just noticed "kirkstone" in some announcement and thought it's just coincidence, but it's actually built with OE and they upgraded from dunfell to kirkstone
<JaMa> don't remember seeing patches from Barry Kauler on ML
goliath has joined #yocto
florian_kc has quit [Ping timeout: 246 seconds]
rfuentess has quit [Remote host closed the connection]
<zeddii> some crazy stuff on those pages.
<zeddii> meaning complex. just not a straight build and packagefeed for sure.
PhoenixMage has quit [Ping timeout: 260 seconds]
PhoenixM2ge has joined #yocto
<khem> JaMa: nah too easy to use I guess ๐Ÿ™‚
<JaMa> I'm just surprised that someone unknown-to-me is trying to build something like this (but I never heard about Puppy Linux as well.. )
<JaMa> it's kind like that oe-alliance building various set-top-boxes without regularly submitting any patches back as I've mentioned in some Happy Hours a while ago
<JaMa> but they got openssl-3.0.8 backported to kirkstone sooner than we did https://github.com/bkauler/oe-qky-kirkstone/commit/b6e571c489a03fb87cbf1aa9ab258a6de902416f
<JaMa> heh, the struggle is real "As reported, it took four 24-hour days and three hours, a long time, but more experimenting is planned to reduce that."
<JaMa> and I've just asked him to do firefox upgrade by himself (in meta-browser issue ticket) if he wants to use it - and now I feel bad about it
prabhakarlad has joined #yocto
manuel__ has quit [Ping timeout: 255 seconds]
<JaMa> Should we add both EasyOS and Enigma2 to https://wiki.yoctoproject.org/wiki/Project_Users ?
olani- has joined #yocto
florian_kc has joined #yocto
azcraft has quit [Remote host closed the connection]
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
Joel37 has joined #yocto
<Joel37> Good evening! My yocto build does not list any devices when I run `adb devices` but Ubuntu does. Did I miss any kernel settings?
manuel__ has joined #yocto
Joel37 has quit [Quit: Client closed]
amitk has quit [Ping timeout: 255 seconds]
<JaMa> Maybe adbd isn't running like his IRC client stopped running 3 minutes ago
Joel24 has joined #yocto
Joel24 has quit [Client Quit]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
Lihis has quit [Remote host closed the connection]
Lihis has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
florian_kc has quit [Ping timeout: 252 seconds]
goliath has quit [Quit: SIGSEGV]
prabhakarlad has quit [Quit: Client closed]
sakoman has quit [Quit: Leaving.]
florian_kc has joined #yocto
prabhakarlad has joined #yocto
prabhakarlad has quit [Quit: Client closed]
manuel__ has quit [Ping timeout: 248 seconds]
<abelloni> is it possible to redefine setup_hosttools_dir() from my own layer?
<RP> JaMa: I think we should
<RP> abelloni: most things are usually possible with varying degrees of ugliness
<JaMa> RP: I've tried to guess my YP wiki password couple times until I've requested account creation (and it surprisingly didn't complain that my e-mail is already used)
<RP> JaMa: if you struggle with the account we can likely get some help from halstead while he's awake! :)
<JaMa> it was sent for approval to someone, I'm not in rush, I can wait, I was just surprised I didn't have an account, maybe I was always just editing OE wiki not YP one
<JaMa> just like poky-contrib permission I always thought I had (as I have access to many other OE/YP repos), until I've tried to push there :)
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
<RP> JaMa: I suspect the approver is halstead
<JaMa> ok, thanks
<JaMa> if those bitbake tags are still comming back after a week or 2, I'll ping him about both :)
<RP> JaMa: I realised I don't get the request but I can do it :)
<JaMa> thanks, got confirmation and could login :) - and now I have no excuse to delay those 2 projects :/
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
sakoman has joined #yocto
<abelloni> RP: I have something ugly enough ;)
Ad0 has quit [Ping timeout: 252 seconds]
kscherer has quit [Quit: Konversation terminated!]
florian_kc has quit [Ping timeout: 252 seconds]
olani- has quit [Ping timeout: 255 seconds]
olani- has joined #yocto
Ad0 has joined #yocto
florian_kc has joined #yocto