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.05) May 17 - 19, 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"
OnkelUlla has quit [Read error: Connection reset by peer]
OnkelUlla has joined #yocto
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
<khem> zeddii: I have seen that with perl-native recently too. Its stuck in a single thread doing make install.pod or something for 2+ hrs
pbsds has joined #yocto
seninha has quit [Quit: Leaving]
kevinrowland has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
brazuca has joined #yocto
nemik has joined #yocto
xenador77 has joined #yocto
rber|res has quit [Ping timeout: 252 seconds]
rber|res has joined #yocto
sakoman has quit [Quit: Leaving.]
brazuca has quit [Quit: Client closed]
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
agupta1 has joined #yocto
agupta1 has quit [Ping timeout: 256 seconds]
sakoman has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
goliath has joined #yocto
dtometzki has quit [Quit: ZNC 1.8.2 - https://znc.in]
dtometzki has joined #yocto
rber|res has quit [Ping timeout: 256 seconds]
rber|res has joined #yocto
manuel1985 has quit [Ping timeout: 248 seconds]
beneth has joined #yocto
adrian_ has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
janvermaete[m] has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
JaMa has quit [Ping timeout: 252 seconds]
milosv has joined #yocto
milosv has quit [Client Quit]
milosv has joined #yocto
adrian_ has quit [Ping timeout: 248 seconds]
rob_w has joined #yocto
adrian_ has joined #yocto
thomasd13 has joined #yocto
goliath has quit [Quit: SIGSEGV]
leon-anavi has joined #yocto
kranzo has joined #yocto
adrian_ has quit [Ping timeout: 252 seconds]
frieder has joined #yocto
F_Adrian has joined #yocto
xenador77 has quit [Quit: Client closed]
zpfvo has joined #yocto
mvlad has joined #yocto
dev1990 has joined #yocto
Schlumpf has joined #yocto
gsalazar has joined #yocto
goliath has joined #yocto
qschulz has quit [Remote host closed the connection]
manuel1985 has joined #yocto
qschulz has joined #yocto
ptsneves has joined #yocto
<qschulz> o/
vvn has quit [Ping timeout: 268 seconds]
<rfried> Hi.
<rfried> Is there a trivial way to make Yocto use the static IP that was assigned as bootargs to kernel (for TFTP/NFS) ?
<rfried> When yocto boot, "ip a" shows an interface without any ip. I would love that it will keep the IP the kernel gave.
<rfried> Is that possible ?
<ptsneves> Hi all!
<ptsneves> rfried: how do you configure your network? Kernel static should not be changed, unless something specifically changes it
vvn has joined #yocto
<rfried> ptsneves: I don't configure. using reference yocto minimal image.
<ptsneves> do you have systemd or sysvinit?
<rfried> sysvinit. but I think that by default /etc/network is defined to dhcp.
<rfried> That might be the problem.
<ptsneves> ok if it is defined as dhcp then you can check if the address you have is from a range of you dhcp router
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #yocto
florian has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
xmn has quit [Ping timeout: 248 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
xmn has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
<Schlumpf> After Updating my host OS, I get an error when compiling icu_68.2: "tmp/sysroots-uninative/x86_64-linux/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by ../lib/libicuuc.so.68)"
<Schlumpf> I thought money would protect against that?
<Schlumpf> I thought uninative would protect against that?
<Schlumpf> *stupid auto correctiono
<qschulz> Schlumpf: IIRC, uninative works for libc older than the one in uninative? I remember some issues on fedora 36/rawhide/arch linux when the glibc was updated?
tomzy_0 has joined #yocto
<tomzy_0> Hello, did someone here played with `isoimage-isohybrid` plugin for wic images?
<RP> Schlumpf: as long as uninative is newer or equal to that on your host
<tomzy_0> To use it I just need to add wic to `IMAGE_FSTYPES` and point to correct `WKS_FILES`?
<tomzy_0> This one should work?
<tomzy_0> ```
<tomzy_0> $ cat scripts/lib/wic/canned-wks/mkhybridiso.wks
<tomzy_0> # short-description: Create a hybrid ISO image
<tomzy_0> # long-description: Creates an EFI and legacy bootable hybrid ISO image
<tomzy_0> # which can be used on optical media as well as USB media.
<tomzy_0> part /boot --source isoimage-isohybrid --sourceparams="loader=grub-efi,image_name=HYBRID_ISO_IMG" --ondisk cd --label HYBRIDISO
<tomzy_0> bootloader  --timeout=15  --append=""
<tomzy_0> ```
<tomzy_0> this is an example from poky
<tomzy_0> How does that work? It creates iso of the image and place it on boot partition?
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #yocto
manuel_ has joined #yocto
<tomzy_0> Hej does isoimage-isohybrid plugin still works?
manuel1985 has quit [Ping timeout: 252 seconds]
kevinrowland has quit [Quit: Client closed]
vladest has quit [Quit: vladest]
vladest has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
vladest has quit [Ping timeout: 268 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
Schlumpf has quit [Quit: Client closed]
prabhakarlad has quit [Quit: Client closed]
tomzy_0 has quit [Ping timeout: 252 seconds]
camus has quit [Quit: camus]
camus has joined #yocto
prabhakarlad has joined #yocto
kranzo has quit [Quit: Client closed]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
vmeson has quit [Quit: Konversation terminated!]
brazuca has joined #yocto
vmeson has joined #yocto
k4wsys has joined #yocto
tomzy_0 has joined #yocto
<tomzy_0> Hey
<tomzy_0> Do enyone try to work with isoimage-isohybrid plugin?
davidinuxsea has joined #yocto
<zeddii> RP: I lost my IRC history. did you say there was a work around for perl ?
<zeddii> 0: perl-5.36.0-r0 do_install - 14h4m47s (pid 5465)
k4wsys has quit [Quit: Client closed]
<zeddii> I'm trying to attach to the process and debug a bit. will update if I find anything.
<qschulz> zeddii: this channel is archived BTW
<zeddii> wasn't on an archived channel
<RP> zeddii: just to clean and rebuild. It seems make hangs for some reason if you recompile. I have no idea why
<RP> zeddii: I think "bitbake perl -C compile" reproduces
<zeddii> gotcha. and yah, it did complete on one of my two builds. I may have forgotten to clean the one that hung.
<RP> zeddii: we should have a bug for it
<zeddii> I'll try and gather some details. I can open a bug, but my reproducer steps are crap.
<RP> zeddii: As I said, I think it is as simple as recompile
<zeddii> they are: I updated my 5 year old build directory and started a build. lots of new stuff like compilers, kernels and libcheaders showed up.
<RP> zeddii: we made changes in the last 5 years?!
<zeddii> I'll try that simple reproducer and open a bug.
<zeddii> :)
<RP> what were we thinking
<zeddii> I'm more wondering how my lxc update built, and tested on the weekend but now blows up. And meson is a black box to me to disable options. lots of digging around on my schedule this morning. :)
<zeddii> RP: I think we should have just kept the 4.19 kernel fore ever!
<zeddii> 4eva!
<RP> zeddii: if it helps I'm swearing at valgrind
<RP> zeddii: not 2.6? :)
<zeddii> 2.6 is now retro-cool.
* RP has a soft spot for 2.6 on the zaurus
<tomzy_0> Hello
jclsn has joined #yocto
zpfvo1 has joined #yocto
zpfvo has quit [Ping timeout: 268 seconds]
agupta1 has joined #yocto
kranzo has joined #yocto
agupta1 has quit [Ping timeout: 256 seconds]
florian_kc has joined #yocto
<tomzy_0> Hi, did someone tried use isohybrid wic image lately?
leon-anavi has quit [Quit: Leaving]
agupta1 has joined #yocto
Andrew20 has joined #yocto
<Andrew20> Hello, I'm searching for a way to export the source code for all packages in an image. Basically I want to copy the ${S} directory of every package to a single location. Is there an easy way to do this?
wkawka has joined #yocto
<qschulz> Andrew20: archiver class will create this for you
<qschulz> if it can easily be integrated into an image, that's a different story
gsalazar has quit [Read error: Connection reset by peer]
gsalazar has joined #yocto
rob_w has quit [Ping timeout: 252 seconds]
<Andrew20> qschulz: You just add "inherit archiver" to your image and the source gets exported when you build?
<kranzo> You can control it via .conf so you dont need to fiddle with different recipes
<tomzy_0> Hello, have a question. Is it possible to create ~4G ISO partition using wic and also add additional partition for some data?
<Andrew20> kranzo: thank you i will take a look
rob_w has joined #yocto
rob_w_ has joined #yocto
sakoman has joined #yocto
rob_w has quit [Ping timeout: 256 seconds]
jatedev has joined #yocto
rob_w_ has quit [Ping timeout: 256 seconds]
agupta1_ has joined #yocto
agupta1 has quit [Ping timeout: 268 seconds]
rob_w_ has joined #yocto
Net147 has quit [Ping timeout: 244 seconds]
Net147_ has joined #yocto
rob_w_ has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
goliath has quit [Quit: SIGSEGV]
thomasd13 has quit [Ping timeout: 252 seconds]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
ardo has quit [Ping timeout: 248 seconds]
ardo has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
Net147_ has quit [Ping timeout: 248 seconds]
Net147 has joined #yocto
Net147 has joined #yocto
<kranzo> Hi All,
<kranzo> is it even possible to build an eSDK with an absolute path set for TEMPLATECONF? Are eSDKs in use? :D
ardo has quit [Quit: ZNC 1.8.2 - https://znc.in]
ardo has joined #yocto
alimon has quit [Ping timeout: 268 seconds]
alimon has joined #yocto
<vmeson> subject: populate_sdk_ext: use SDK_CUSTOM_TEPLATECONF variable to enable custom templateconf.cfg
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
<kranzo> vmeson: ah yes that could fix my problem, sadly not in dunfell:/  maybe that will trigger the migration to kirkstone finally
<vmeson> kranzo: good and good luck getting to kirkstone.
kranzo has quit [Quit: Client closed]
kevinrowland has joined #yocto
zpfvo1 has quit [Ping timeout: 252 seconds]
zpfvo has joined #yocto
F_Adrian has quit [Ping timeout: 256 seconds]
zpfvo has quit [Ping timeout: 268 seconds]
zpfvo has joined #yocto
manuel_ has quit [Quit: Leaving]
zpfvo has quit [Quit: Leaving.]
<kergoth> Hmm, wonder if anyone has written a script to check for unused file:// files in a layer. Would require that you supply all the needed configurtaions to check it, htough, so perhaps not
agupta1_ has quit [Ping timeout: 248 seconds]
florian_kc has quit [Ping timeout: 248 seconds]
milosv has quit [Ping timeout: 248 seconds]
milosv has joined #yocto
agupta1_ has joined #yocto
florian has quit [Quit: Ex-Chat]
frieder has quit [Remote host closed the connection]
brazuca has quit [Quit: Client closed]
seninha has joined #yocto
<kergoth> Argh, there's no good way for a distro to change the default TOOLCHAIN_HOST_TASK/TOOLCHAIN_TARGET_TASK without using :append and :remove, since the recipes that set it use ?=, so setting it to anything will override that, giving you a useless buildtools tarball. Hmm.
<kergoth> of course, using :append for it sucks too, since that also affects buildtools-tarball
<kergoth> Guess I could use an image class and then also bbappend meta-toolchain and any other non-buildtools sdk recipes to inherit it
Andrew20 has quit [Quit: Client closed]
<kergoth> aside: it'd be nice to rename those variables someday to be SDK_HOST_INSTALL or something, the currnet names don't accurately describe their purpose
svuorela_ has quit [Ping timeout: 244 seconds]
Wouter0100 has quit [Ping timeout: 264 seconds]
Wouter0100 has joined #yocto
svuorela has joined #yocto
agupta1 has joined #yocto
F_Adrian has joined #yocto
agupta1_ has quit [Ping timeout: 252 seconds]
milosv has quit [Ping timeout: 248 seconds]
davidinuxsea has quit [Ping timeout: 256 seconds]
Xagen has joined #yocto
brazuca has joined #yocto
agupta1 has quit [Ping timeout: 248 seconds]
Minvera has joined #yocto
agupta1 has joined #yocto
prabhakarlad has quit [Quit: Client closed]
jatedev has quit [Quit: Client closed]
<seninha> Hi, how can I get the path to the recipe for the linux kernel of a given bitbake target?
kevinrowland has quit [Quit: Client closed]
Circuitsoft has joined #yocto
stevebtc17[m] has joined #yocto
dev1990 has quit [Quit: Konversation terminated!]
tomzy_0 has quit [Quit: Client closed]
wkawka has quit [Quit: Client closed]
goliath has joined #yocto
brazuca has quit [Quit: Client closed]
<kergoth> seninha: bitbake-getvar -r virtual/kernel FILE
<RP> kergoth: I wish we could figure out how to set things in a way which allows intuitive changes. And yes, we should rename them
<RP> kergoth: should be easier now we have a rename mechanism
nemik has quit [Ping timeout: 256 seconds]
mvlad has quit [Remote host closed the connection]
nemik has joined #yocto
florian_kc has joined #yocto
<kanavin> latest setuptools release is a facepalm https://github.com/pypa/setuptools/pull/3505
<kanavin> they removed stuff from their distutils (some old msvc modules, what could go wrong), and broke both numpy and gobject-introspection
<kergoth> RP: In this case I expect the recipes should really be setting the values with =, not ?=. if a user wants to alter them for those exceptions to the rule they can bbappend or use a pn- override. it's the same sort of issue as recipes setting PACKAGECONFIG with ?= or ??=, makes it harder to tweak things globally without mucking something up.
<kergoth> I'd say that's probably the case generally, actually. Recipes shouldn't be defining things with ?= unless the scope of the variable is isolated
seninha has quit [Remote host closed the connection]
<RP> kanavin: oops :/
<RP> kergoth: perhaps we should go through and systematically change that?
<RP> kergoth: I wonder how much that would break
Minvera has quit [Remote host closed the connection]
<lrusak[m]> Hey guys, I noticed that with systemd if I build with elfutils added to PACKAGECONFIG I don’t get libdw included which is used to get a backtrace in systemd-coredump. I’ve solved this locally by adding to the RDEPENDS of systemd. This seems like something that should be included by default though?
matman01 has joined #yocto
Ram-Z has quit [Ping timeout: 252 seconds]
agupta1 has quit [Quit: Konversation terminated!]
<RP> lrusak[m]: it does sound like something we should fix
Ram-Z has joined #yocto
<lrusak[m]> I can send a patch to discuss
<RP> lrusak[m]: sounds good
ptsneves has quit [Ping timeout: 256 seconds]
<yudjinn[m]1> is there a way to do remote development for yocto? like having a remote build server that you supply with commands? I know I could ssh to a box but thats not what I'm looking for
F_Adrian has quit [Ping timeout: 256 seconds]
<Saur[m]> RP: I'm with kergoth. Recipes should typically not use ?= and ??=. There really isn't any reason for it.
florian_kc has quit [Ping timeout: 248 seconds]
kovalevsky has joined #yocto
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #yocto
alex88_ is now known as alex88
kovalevsky has quit [Quit: Leaving]