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"
florian_kc has quit [Ping timeout: 252 seconds]
mckoan|away has quit [Ping timeout: 268 seconds]
<khem> abelloni: can you retry the bintutils enable-new-dtags patch ?
<khem> I am not sure how we can ensure that two builds are done correctly between reproducible compares I wonder
skrawn has joined #yocto
sakoman has quit [Quit: Leaving.]
sgw has quit [Ping timeout: 252 seconds]
sgw has joined #yocto
sgw has quit [Client Quit]
sgw has joined #yocto
<mischief> in kirkstone why does the do_bundle_initramfs run with a single make job?
<mischief> the task takes a year to run like this, even though parallel make is at 16
<mischief> FWICT the whole kernel is being rebuilt with no parallel make just for do_bundle_initramfs, even though it was already built, which seems like a bug
Haxxa has quit [Quit: Haxxa flies away.]
sakoman has joined #yocto
Thorn has quit [Ping timeout: 255 seconds]
mckoan|away has joined #yocto
starblue has quit [Ping timeout: 256 seconds]
camus1 has joined #yocto
starblue has joined #yocto
camus has quit [Ping timeout: 255 seconds]
camus1 is now known as camus
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
Estrella_ has quit [Ping timeout: 268 seconds]
Bardon has quit [Ping timeout: 255 seconds]
Bardon has joined #yocto
Estrella_ has joined #yocto
seninha has quit [Quit: Leaving]
Estrella_ has quit [Ping timeout: 260 seconds]
Haxxa has joined #yocto
invalidopcode1 has quit [Remote host closed the connection]
invalidopcode1 has joined #yocto
jclsn has quit [Ping timeout: 255 seconds]
jclsn has joined #yocto
sakoman has quit [Quit: Leaving.]
amitk has joined #yocto
olani- has quit [Ping timeout: 246 seconds]
Joel62 has joined #yocto
<Joel62> Good morning! I'm trying to use adb on my Yocto devices but no devices are shown. udev does not come into play as my ubuntu doesn't have rules but shows the same device in adb. What am I missing?
<JaMa> Joel62: is adbd running on your target?
<Joel62> JaMa Same target. Running. ubuntu shows it and yocto doesn't.
<Joel62> I'm trying to figure out how adb recognizes devices now...
kanavin_ has quit [Ping timeout: 268 seconds]
<JaMa> sorry but that still doesn't answer my question
kanavin has joined #yocto
<Joel62> JaMa adb won't see the device or connect to it without adbd. It sees and connects so adbd must be running.
<JaMa> or are you using just the adb as client in the yocto built image and adbd is running somewhere else?
<Joel62> adb is running as client.
<Joel62> That is, adb is running as client on Ubuntu and Yocto. Both connect to a target device. Only Ubuntu lists the device when I run `adb devices`
rob_w has joined #yocto
mvlad has joined #yocto
<Joel62> JaMa ^
Thorn has joined #yocto
rfuentess has joined #yocto
goliath has joined #yocto
leon-anavi has joined #yocto
Guest43 has joined #yocto
Guest43 has quit [Client Quit]
xmn has quit [Ping timeout: 264 seconds]
mckoan|away is now known as mckoan
<mckoan> good morning
olani- has joined #yocto
<abelloni> khem: yes, I4ll queue it again
<LetoThe2nd> yo dudX
invalidopcode1 has quit [Remote host closed the connection]
louis_ has quit [Ping timeout: 246 seconds]
louis_ has joined #yocto
invalidopcode1 has joined #yocto
Tyaku has joined #yocto
davidinux has joined #yocto
goliath has quit [Quit: SIGSEGV]
zpfvo has joined #yocto
frieder has joined #yocto
skrawn has quit [Ping timeout: 260 seconds]
manuel__ has joined #yocto
prabhakarlad has joined #yocto
Tyaku has quit [Ping timeout: 265 seconds]
Thorn has quit [Ping timeout: 246 seconds]
Tyaku has joined #yocto
Tyaku has quit [Ping timeout: 252 seconds]
Tyaku_ has joined #yocto
goliath has joined #yocto
ChristophMayer[m has quit [Quit: You have been kicked for being idle]
davidinux has quit [Ping timeout: 260 seconds]
frieder has quit [Ping timeout: 246 seconds]
Thorn has joined #yocto
frieder has joined #yocto
ptsneves has joined #yocto
BCMM has joined #yocto
invalidopcode1 has quit [Remote host closed the connection]
invalidopcode1 has joined #yocto
Thorn has quit [Ping timeout: 246 seconds]
gegir has joined #yocto
gegir has quit [Client Quit]
gegir has joined #yocto
Thorn has joined #yocto
OnkelUlla has quit [Read error: Connection reset by peer]
manuel_ has joined #yocto
manuel__ has quit [Ping timeout: 246 seconds]
<jclsn> Can someone tell me how the firmwares in broadcom-bt-firmware are loaded? hciattach seems to look in /etc/firmware, but they are in /lib/firmware/brcm. So there must be some other mechanism. From the recipe it is not clear to me
olani- has quit [Ping timeout: 248 seconds]
<jclsn> In the device tree maybe?
olani- has joined #yocto
d-s-e has joined #yocto
frieder has quit [Ping timeout: 248 seconds]
<RP> jclsn: the kernel has a firmware loading mechanism which loops back through udev iirc
<Joel62> Damn, even Raspbian has whatever is needed for adb client to work. I still haven't managed my Yocto build to do the same
<jclsn> RP: Do you remember where in the source code?
<landgraf> jclsn: try modinfo <yourmodule)
<landgraf> *>
<jclsn> landgraf: I don't have a module really
<jclsn> I am trying to add a custom firmware to broadcom-bt-firmware
<landgraf> jclsn: btrtl has list of firmware files in the modinfo output and afaik uses this to load proper one
<landgraf> and it's same hci stuff
<landgraf> but better check the module's source code :)
KaitoDaumoto has quit [Remote host closed the connection]
<barath> morning all. anyone know whether this is a bug? If I do RDEPENDS_${PN} += " A " following by RDEPENDS_${PN}_mymachine += " B ", then RDEPENDS_${PN} will contain only B, instead of " A B " as expected. couldn't find anything in the documentation that would explain this. this is on dunfell
<barath> it works fine if I use _append instead of +=
<RP> barath: it is meant to do that, RDEPENDS_${PN}_mymachine with override RDEPENDS_${PN}
<RP> barath: should be in the bitbake manual about overrides
<barath> alright, Ill double check there. I always thought of overrides as appends, but I guess that might be my mistake. any idea what it works as (I) expected with _append and _mymachine_append though?
OnkelUlla has joined #yocto
Tyaku_ has quit [Quit: leaving]
<barath> Right, according to the manual overrides can be used to "conditionally append or prepend" https://docs.yoctoproject.org/3.1.2/bitbake-user-manual/bitbake-user-manual.html#conditional-metadata
<barath> so it's just the += syntax which doesn't behave like that, I guess due to the way it's implemented
<RP> barath: += does behave differently and is documented as such
<barath> hm, I cant find the documentation that says that += behaves differently in the context of overrides https://docs.yoctoproject.org/3.1.2/bitbake-user-manual/bitbake-user-manual.html#appending-and-prepending
<barath> only that they take effect immediately during parsing, but it's not immediately obvious to me how a machine override immediate-append should replace the previous value
<barath> though maybe it immediate-appends it to the internal representation of the machine-overriden value, whereas the _append operation itself can be overidden, which then appends it to the non-overridden version of the variable
<barath> if that made sense outside of my own head...
yannd has joined #yocto
Joel62 has quit [Ping timeout: 260 seconds]
<RP> barath: sorry, I wasn't clear. += shouldn't behave differently with overrides, it is consistent as far as I know
<RP> barath: I was meaning that _append and += behave differently
Joel78 has joined #yocto
<Joel78> I narrowed down the problem to the version of adb built by Yocto. The one I copied from Rasbian works, except it's dynamically linked, unlike the one built by Yocto
<Joel78> Now, I need to figure out what is it that's wrong in the Yocto build of adb (client)
<Joel78> Man, that was a wild chase across kernel settings and such
Guest99 has joined #yocto
Guest99 has quit [Client Quit]
camus1 has joined #yocto
camus has quit [Read error: Connection reset by peer]
camus1 is now known as camus
<barath> hm alright RP, thanks. I think I get what might happen internally. this is the general behavior I see, could you confirm whether this is unexpected? I'll create a bug report if so and if it's reproducible in master https://pastebin.com/wTrKzWmJ
frieder has joined #yocto
<RP> barath: that looks expected to me
<barath> alright, then it's only confusing if you're (me) not used to thinking in terms of _append as its own operation (pre-variable?), and VAR_override as its own variable which ultimately replaces VAR, and which itself can be added to immediately by using +=
<barath> thanks for the feedback 🙏
<Joel78> Actually, it's not a statically built binary.
<qschulz> barath: VAR_machine_append would be almost the same as VAR_machine +=
<qschulz> and VAR_machine_append != VAR_append_machine
<Joel78> The Raspbian ADB links to way more libraries than the Yocto-built one. This is probably why it doesn't work https://gist.github.com/joelreymont/1198dc3aa70a5fa751f7f7b7f767e0f5
<barath> thanks qschulz! confirms my new mental model
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
<Joel78> It just seems like a _really_ old version so I'm gonna have to rebuild the recipe from scratch :-(
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
zpfvo has quit [Quit: Leaving.]
zpfvo has joined #yocto
florian_kc has joined #yocto
<Entei[m]> I have configured tools-sdk as part of built image. But trying to rebuild rpm from srpms, I get the error that, C compiler cannot create executables. Looking about on the web, most solutions suggest installing build-essential package. But doesn't tools-sdk package group include build-essentials?
Joel78 has quit [Quit: Client closed]
<rburton> read the config.log to see what the actual error was
<rburton> autoconf normally just says "doesn't work" but doesn't tell you what the problem is
frieder has quit [Ping timeout: 246 seconds]
frieder has joined #yocto
d-s-e has quit [Ping timeout: 248 seconds]
prabhakarlad has quit [Quit: Client closed]
seninha has joined #yocto
seninha has quit [Remote host closed the connection]
seninha has joined #yocto
Thorn has quit [Ping timeout: 264 seconds]
gsalazar_ has quit [Quit: Leaving]
<Neeraj[m]> I have made a "hello world" recipe for testing how to make and add recipes but I am getting an error "returning a non-zero exit code"
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
<qschulz> Neeraj[m]: we need more info from the task log
<Neeraj[m]> qschulz: Where can I get task log?
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
<qschulz> Neeraj[m]: it should be written in the bitbake output
<qschulz> Neeraj[m]: $WORKDIR/temp/log.do_<task>
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
gsalazar has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
kscherer has joined #yocto
Thorn has joined #yocto
<rburton> Neeraj[m]: sharing the recipe might be helpful
<rburton> Neeraj[m]: "I wrote something and it fails" is hard to help with
sakoman has joined #yocto
Poppy has joined #yocto
<Poppy> hey all, is it possible to use fragment conf (.scc/.cfg) with uboot config or it's only for kernel stuff ?
<rburton> iirc, .scc is a layer on top, but cfg fragments are fine
<Poppy> hi rburton thanks for the info
Estrella_ has joined #yocto
camus has quit [Remote host closed the connection]
camus has joined #yocto
xmn has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
<Ad0> I have issues with "devtool modify docker-moby", need to apply a patch but get this when running the command: https://pastebin.com/M5Eau44u
<Ad0> do I have to reset a working dir or something?
sudip_ has joined #yocto
Ablu[m] has quit [Ping timeout: 252 seconds]
RP has quit [Ping timeout: 248 seconds]
janvermaete[m] has quit [Ping timeout: 246 seconds]
Salamandar has quit [Ping timeout: 246 seconds]
DannyHadley[m] has quit [Ping timeout: 264 seconds]
andrew[m]1 has quit [Ping timeout: 248 seconds]
TRO[m] has quit [Ping timeout: 248 seconds]
aleblanc[m] has quit [Ping timeout: 248 seconds]
argonautx[m] has quit [Ping timeout: 256 seconds]
Entei[m] has quit [Ping timeout: 252 seconds]
Christo[m]1 has quit [Ping timeout: 252 seconds]
patersonc[m] has quit [Ping timeout: 252 seconds]
glembo[m] has quit [Ping timeout: 260 seconds]
Peter[m]1 has quit [Ping timeout: 265 seconds]
KareemZarka[m] has quit [Ping timeout: 265 seconds]
lrusak[m] has quit [Ping timeout: 246 seconds]
ErRandir has quit [Ping timeout: 248 seconds]
agherzan has quit [Ping timeout: 252 seconds]
famstutz[m] has quit [Ping timeout: 248 seconds]
barath has quit [Ping timeout: 260 seconds]
Saur[m] has quit [Ping timeout: 260 seconds]
ericson2314 has quit [Ping timeout: 264 seconds]
mborzecki has quit [Ping timeout: 264 seconds]
gstinocher[m] has quit [Ping timeout: 264 seconds]
mrybczyn[m] has quit [Ping timeout: 264 seconds]
fabatera[m] has quit [Ping timeout: 246 seconds]
ejoerns[m] has quit [Ping timeout: 246 seconds]
BenkeHargitai[m] has quit [Ping timeout: 256 seconds]
joekale[m] has quit [Ping timeout: 256 seconds]
Archangel[m] has quit [Ping timeout: 256 seconds]
AlexanderKrimm[m has quit [Ping timeout: 256 seconds]
shoragan[m] has quit [Ping timeout: 265 seconds]
p34nuts[m] has quit [Ping timeout: 265 seconds]
PabloSaavedra[m] has quit [Ping timeout: 252 seconds]
berton[m] has quit [Ping timeout: 252 seconds]
sudip has quit [Ping timeout: 248 seconds]
Habbie has quit [Ping timeout: 248 seconds]
Ablu[m] has joined #yocto
ErRandir has joined #yocto
Salamandar has joined #yocto
janvermaete[m] has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
Habbie has joined #yocto
patersonc[m] has joined #yocto
argonautx[m] has joined #yocto
glembo[m] has joined #yocto
andrew[m]1 has joined #yocto
aleblanc[m] has joined #yocto
TRO[m] has joined #yocto
Christo[m]1 has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
d-s-e has joined #yocto
jmiehe has joined #yocto
RP has joined #yocto
agherzan has joined #yocto
Peter[m]1 has joined #yocto
gstinocher[m] has joined #yocto
mrybczyn[m] has joined #yocto
Saur[m] has joined #yocto
skrawn has joined #yocto
KareemZarka[m] has joined #yocto
joekale[m] has joined #yocto
shoragan[m] has joined #yocto
p34nuts[m] has joined #yocto
fabatera[m] has joined #yocto
berton[m] has joined #yocto
PabloSaavedra[m] has joined #yocto
Entei[m] has joined #yocto
TundraMan is now known as marka
DannyHadley[m] has joined #yocto
ejoerns[m] has joined #yocto
tepperson has joined #yocto
<tepperson> for a recipe that creates multiple systemd services (all disabled by default), how can I setup a bbappend to enable just one of them?
<Poppy> tepperson maybe your bbappend can remove files during install process
<JPEW> tepperson: You might need to write a systemd_postinst:append to do that
<JPEW> Looks like you can control it at the package level, but not the service level.... that could probably be improved
ericson2314 has joined #yocto
Archangel[m] has joined #yocto
Joel97 has joined #yocto
barath has joined #yocto
lrusak[m] has joined #yocto
mborzecki has joined #yocto
<Joel97> Moin! I keep getting this error after inheriting packageroup, even though I have the variable set in conf/local.conf. What am I doing wrong? Defining it in my *bb, either before or after inherit packagegroup doesn't seem to have any effect! "ERROR:
<Joel97> /home/papa/Work/yocto/poky-rpi-rauc/meta-coolbox/recipes-devtools/python/python3-adb-shell-usb_0.4.3.bb: Please ensure that your setting of VIRTUAL-RUNTIME_init_manager (systemd) matches the entries enabled in DISTRO_FEATURES
<Joel97> ERROR: Parsing halted due to errors, see error messages above"
<Joel97> I have systemd in DISTRO_FEATURES
goliath has quit [Quit: SIGSEGV]
<rburton> where are you inheriting packagegroup? what has that got to do with python3-abd-shell-usb?
amitk_ has joined #yocto
famstutz[m] has joined #yocto
<Joel97> rburton I would like to use https://pypi.org/project/adb-shell/ in my project, the USB variant. I'm using https://pypi.org/project/pipoe/ to generate the recipes. It uses packageroups in generated recipes, e.g. https://gist.github.com/joelreymont/bc9efa00087bf20d6663315118883c58
<rburton> don't do that
amitk has quit [Ping timeout: 252 seconds]
<Joel97> How should I handle it then? PYPY_PACKAGE = "adb-shell[usb]" doesn't work
<rburton> well that packagegroup is 99% useless
<Joel97> How should I do it then?
<Joel97> I need the usb variant of adb-shell in my build
<rburton> a point of the packagegroup is just to depend on other packages, so that doesn't do what you want
<rburton> if adb-shell is usb-enabled by virtue of libusb being present, then just add both to your image
<Joel97> rburton According to https://pypi.org/project/adb-shell/, I need to ensure `pip install adb-shell[usb]` to get the USB versio. How do I do that, though?
<Joel97> Also, I need to create my own recipe for adb-shell which is what I'm trying to accomplish
<rburton> [usb] just means it also depends on libusb1, so add that to DEPENDS in your adb-shell recipe
<Joel97> Let me try that...
<rburton> python3-libusb1, that is
AlexanderKrimm[m has joined #yocto
<rburton> obviously depends on what the abd-shell setup.py is actually doing under the hood, you might just need a RDEPENDS and built-time doesn't matter
Joel97 has quit [Quit: Client closed]
Joel94 has joined #yocto
<Joel94> rburton Trying...
BenkeHargitai[m] has joined #yocto
gegir has quit [Quit: WeeChat 3.0]
sudip_ is now known as sudip
Thorn has quit [Ping timeout: 248 seconds]
<jonmason> zeddii: ykc question. For a 1 line tiny fix (feature enablement), better to add to the default cfg since it wouldn't hurt or do a 1 line tiny cfg to enable there?
mario-goulart has quit [Remote host closed the connection]
mario-goulart has joined #yocto
tepperson has quit [Remote host closed the connection]
invalidopcode1 has quit [Remote host closed the connection]
invalidopcode1 has joined #yocto
perdmann has joined #yocto
hsv has joined #yocto
warthog9 has quit [Ping timeout: 255 seconds]
ErRandir_ has joined #yocto
otavio has quit [Remote host closed the connection]
Joel94 has quit [Quit: Client closed]
warthog19 has joined #yocto
Joel2 has joined #yocto
ErRandir has quit [*.net *.split]
kscherer has quit [*.net *.split]
Bardon has quit [*.net *.split]
karl has quit [*.net *.split]
qschulz has quit [*.net *.split]
alimon has quit [*.net *.split]
grma has quit [*.net *.split]
beastie has quit [*.net *.split]
eLmankku_ has quit [*.net *.split]
perdmann_ has quit [*.net *.split]
hsv_ has quit [*.net *.split]
mcfrisk_ has quit [*.net *.split]
rfs613 has quit [*.net *.split]
fray has quit [*.net *.split]
mlaga97 has quit [*.net *.split]
zwelch has quit [*.net *.split]
kscherer has joined #yocto
Bardon has joined #yocto
karl has joined #yocto
qschulz has joined #yocto
alimon has joined #yocto
grma has joined #yocto
beastie has joined #yocto
eLmankku_ has joined #yocto
mcfrisk_ has joined #yocto
fray has joined #yocto
rfs613 has joined #yocto
zwelch has joined #yocto
mlaga97 has joined #yocto
<d-s-e> Hi, can I dynamically set the PV of an image recipe dependant on the the PV of an installed package?
otavio has joined #yocto
BCMM has quit [Quit: Konversation terminated!]
Joel2 has quit [Quit: Client closed]
<TRO[m]> FYI: The certificate for autobuilder.yoctoproject.org expired on 2/28/2023.
Thorn has joined #yocto
<Neeraj[m]> I followed the steps on this
frieder has quit [Quit: Leaving]
Neeraj[m] is now known as Niraj[m]
<qschulz> d-s-e: image recipes are recipes, so you cannot access the data from another recipe
<d-s-e> qschulz: thanks. I found out, that I can get the package version from the image manifest with a image preprocess function, but at that time it's too late to set the image PV.
<zeddii> jonmason: if it really will be always on, then in the default is fine. if for some reason you want it to be more 'noticable' (i.e. someone might want it off in their config) then breaking it out is a good idea, even if the fragment is small
Poppy has quit [Quit: Client closed]
<zeddii> just back from the optomtrist, with the eye drops in, so I can only half see what I just typed, so if it wasn't clear, apologies
<jonmason> zeddii: I'm over here, who are you talking to? ;-)
<jonmason> zeddii: it'll always be on, just tiny turns off everything. so now its needed
<jonmason> I'll send out a patch after lunch, poky-tiny on qemuarm is broken (doesn't boot)
* zeddii nods
<zeddii> sounds good. I might be able to see by then.
dgriego has quit [Ping timeout: 255 seconds]
zpfvo has quit [Remote host closed the connection]
dgriego has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
d-s-e has quit [Quit: Konversation terminated!]
<Ad0> I'll ask again since everyone just timed out LOL : I have issues with "devtool modify docker-moby", need to apply a patch but get this when running the command: https://pastebin.com/M5Eau44u
<Ad0> https://github.com/foundriesio/meta-lmp/commit/86d02315bd73dbd99d7fe42adb05ac134dde1008 would like to implement this manually since I assume the code has changed since then
manuel_ has quit [Quit: Leaving]
mckoan is now known as mckoan|away
camus has quit [Remote host closed the connection]
camus has joined #yocto
sgw has quit [Remote host closed the connection]
olani- has quit [Ping timeout: 246 seconds]
prabhakarlad has joined #yocto
florian has quit [Quit: Ex-Chat]
skrawn has quit [Quit: Client closed]
florian_kc has quit [Ping timeout: 252 seconds]
<khem> RP: I see that site.conf is not part of TEMPLATECONF is that intentional ?
BobPungartnik has joined #yocto
BobPungartnik has quit [Client Quit]
seninha has quit [Ping timeout: 256 seconds]
goliath has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
mvlad has quit [Remote host closed the connection]
leon-anavi has quit [Quit: Leaving]
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
rfuentess has quit [Remote host closed the connection]
seninha has joined #yocto
seninha has quit [Remote host closed the connection]
seninha has joined #yocto
advi[1] has joined #yocto
florian_kc has joined #yocto
sakoman has quit [Quit: Leaving.]
olani- has joined #yocto
goliath has quit [Quit: SIGSEGV]
amitk_ has quit [Ping timeout: 264 seconds]
skrawn has joined #yocto
amitk has joined #yocto
tepperson has joined #yocto
<skrawn> Hey there, I'm migrating from poky 3.1 to 4.0 and I'm hitting a problem where Python 3.10 in 4.0 does not receive any signals (SIGINT, SIGTERM are the ones I've tested). I've been testing as far back as honister-3.4.4 with Python 3.9.9 and signals don't work in that release either. I can't find documentation of this problem anywhere; has anyone
<skrawn> seen this before?
<tepperson> is there a guide somewhere for setting up a static ip address on an ethernet connection with a bbappend?
olani- has quit [Ping timeout: 246 seconds]
rob_w has quit [Quit: Leaving]
seninha has quit [Ping timeout: 264 seconds]
olani- has joined #yocto
amsobr has quit [Ping timeout: 260 seconds]
seninha has joined #yocto
amsobr has joined #yocto
goliath has joined #yocto
<tepperson> any tips for setting a static ip address when using networkmanager?
kscherer has quit [Quit: Konversation terminated!]
amsobr has quit [Ping timeout: 246 seconds]
Thorn has quit [Ping timeout: 260 seconds]
amsobr has joined #yocto
amsobr has quit [Client Quit]
sakoman has joined #yocto
PhoenixM2ge has quit [Quit: leaving]
<jsbronder> Any change of uninative getting a bump in kirkstone for glibc 2.37 or is that not suitable for backporting? https://git.openembedded.org/openembedded-core/commit/?id=360971a6ba562fa0b29bd062b96ede2d3a47fa2e
mrpelotazo has quit [Ping timeout: 255 seconds]
mrpelotazo has joined #yocto
seninha has quit [Read error: Connection reset by peer]
xmn has quit [Ping timeout: 252 seconds]
seninha has joined #yocto