astlep55047 has quit [Remote host closed the connection]
astlep55047 has joined #yocto
ardo has quit [Ping timeout: 240 seconds]
dev001 has joined #yocto
<jclsn>
Morning
ptsneves has joined #yocto
matze has joined #yocto
leon-anavi has joined #yocto
davidinux has quit [Ping timeout: 265 seconds]
davidinux has joined #yocto
ptsneves has quit [Read error: Connection reset by peer]
ptsneves has joined #yocto
ptsneves has quit [Ping timeout: 256 seconds]
prabhakarlad has joined #yocto
JerryM has joined #yocto
ptsneves has joined #yocto
prabhakarlad has quit [Quit: Client closed]
Guest5379 has quit [Quit: Lost terminal]
leon-anavi has quit [Remote host closed the connection]
leon-anavi has joined #yocto
mborzecki has quit [Remote host closed the connection]
seninha has joined #yocto
JerryM has quit [Quit: Client closed]
kpo_ has joined #yocto
jkolasa has joined #yocto
jkolasa has quit [Quit: Client closed]
jkolasa has joined #yocto
<jo-so>
Is there an issue tracker or a git repo (for pull requests) for the website? I'm reading through the documentation and on the page [Is Yocto Project for You? – Yocto Project](https://www.yoctoproject.org/is-yocto-project-for-you/) is a space character missing after the period in "works on any architecture.Either".
amitk has joined #yocto
<qschulz>
LetoThe2nd: ^
amitk has quit [Ping timeout: 240 seconds]
amitk_ has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
camus has quit [Read error: Connection reset by peer]
<jkolasa>
Hello! I've simple-looking error: ' QA Issue: /usr/bin/xyz contained in package xyz requires libxyz.so()(64bit), but no providers found in RDEPENDS'. But in my libxyz.bb recipe i have: RPROVIDES_${PN} += libxyz.so()(64bit) :/ Any idea how to fix it?
<JaMa>
jkolasa: that's not how it works, if it's really provided then it would be automatically included in FILERPROVIDES
<JaMa>
jkolasa: RPROVIDES is for something else and you're also using old syntax (you didn't say which release you're using)
<JaMa>
jkolasa: and libxyz.so is usually a symlink packaged in PN-dev, so either xyz shouldn't link with that or it's not versioned library and you should double check the packaging
seninha has quit [Remote host closed the connection]
prabhakarlad has joined #yocto
dev001 has quit [Ping timeout: 248 seconds]
rob_w has quit [Remote host closed the connection]
<jkolasa>
JaMa: thank you for your quick response. I was stuck for hours, now everything works fine :)
dev001 has joined #yocto
jkolasa has quit [Quit: Client closed]
seninha has joined #yocto
Guest59 has joined #yocto
Guest59 has quit [Client Quit]
Guest71 has joined #yocto
<Guest71>
I'm using IMAGE_GEN_DEBUGFS to get a debug rootfs. Is it possible to control what is part of that? E.g. I don't need to the source code to be included.
<landgraf>
I have configuration fragment file named xen.cfg and for some reason it doesn't get into final .config. However if I rename the file to something else (xen1.cfg for example) it works. Is it known issue?
<landgraf>
I guess it conflicts somehow with xen.scc or something but looks like a bug
<mcfrisk>
yocto kernel configs are quite difficult to understand. in tree vs. out-of-tree defconfigs, config snippets in .scc or .cfg format, either in KERNEL_FEATURES or SRC_URI, then adding kernel source tree defaults using "make olddefconfig".. Should I watch some instructional youtube videos?
<mcfrisk>
landgraf: at least meta-virtualization already has a xen.scc and a xen.cfg which are applied if "xen" is in DISTRO_FEATUES
goliath has joined #yocto
<mcfrisk>
landgraf: maybe you want to add the existing xen.scc into KERNEL_FEATURES which will fail the build if the configs are not getting set. default is using SRC_URI which doesn't fail the build if the flags get lost
<landgraf>
mcfrisk: I see. I'd expect to see at least warning in such cases, not just ignoring one of them :(
<mcfrisk>
landgraf: it is all rather complicated, I'm just discovering all this magic too...
<landgraf>
mcfrisk: I will rename downstream one this is not a big deal. but the debugging was rather difficult. Will open bug report for triage...
<mcfrisk>
landgraf: I know, debugging why certain flag is set, or not set, is very difficult
<mcfrisk>
landgraf: if you have a complete BSP layer, and a full kernel recipe with it's own SRC_URI, KERNEL_FEATURES etc, then configuration is completely in your hands. If the recipes try to co-exist with linux-yocto, then it gets rather complicated.
<landgraf>
mcfrisk: yup. not speaking about dynamic-layers with it's own configurations.
camus has quit [Remote host closed the connection]
xmn has joined #yocto
jkolasa has joined #yocto
jkolasa has quit [Client Quit]
Minvera has joined #yocto
matze has quit [Quit: Client closed]
kayterina[m] has joined #yocto
seninha has quit [Ping timeout: 256 seconds]
<JPEW>
RP: Oh.... hashfn is complicated. Need to see if I can wrap my head around it
sotaoverride has quit [Ping timeout: 265 seconds]
seninha has joined #yocto
sakoman has joined #yocto
sotaoverride has joined #yocto
sotaoverride has quit [Client Quit]
<mason>
I'm curious if someone has the output of systemd-analyze plot from a vanilla Kirkstone install? Or, ideally, one including a whole boot and run, but I don't think it can do -b -1. (systemd-analyze blame might be useful too, just a bit more work to parse.)
<mason>
I'd like to compare with that I'm seeing locally to figure out where and why we're deviating.
<mason>
s/that/what/
Thorn has quit [Ping timeout: 240 seconds]
<mason>
Will be driving for a couple hours before I'm back at my desk here, but thanks in advance if someone has one to share.
sotaoverride has joined #yocto
<sotaoverride>
not a yocto question, but would anyone know why I cant get to the internet from my terminal, apt-get, ping, curl etc dont work. Broswer works find, even irssi works ok..
zenstoic has joined #yocto
<mason>
sotaoverride: Is your terminal into some sort of constrained environment? A container or VM, and not your actual system?
kpo_ has quit [Ping timeout: 240 seconds]
<sotaoverride>
mason: no, just a regular ubuntu terminal ... for some reason cant even ping google from it. not sure whats going on
<mason>
sotaoverride: Is it running out of a snap or something?
<mason>
I could imagine having funny environment variables that'd have the effect you're seeing. Like, override some essential libraries. That'd be pretty odd to see in practise.
dev001 has joined #yocto
prabhakarlad has quit [Ping timeout: 245 seconds]
dev001 has quit [Remote host closed the connection]
<JPEW>
Or maybe it does and the idea is that we can use.... SSTATE_PKGSPEC to make a unified "index" of SPDX documents where they can all safely live in a single directory
dmoseley has joined #yocto
dmoseley has quit [Client Quit]
dmoseley has joined #yocto
<RP>
JPEW: My thought was just to use SSTATE_PKGSPEC so that we only end up of one of each document we need
<RP>
JPEW: both sstate and spdx want "one artefact" in the same scenarios
<JPEW>
Hmm, let me play around with it
<RP>
JPEW: I think they both have the same problem to solve is what I'm trying to say
<JPEW>
Ya, I think I see it now
<RP>
I think the sstate code may be simplified a bit too
starblue has quit [Ping timeout: 264 seconds]
ardo has joined #yocto
<JPEW>
RP: Ok, I think this will work, I don't want to name the files by the SSTATE_PKGSPEC because they are very ugly to include, but I can make an index using those names in the same way that we create an index by document namespace
florian__ has joined #yocto
<JPEW>
And I think documents still need to be split by PACKAGE_ARCH because I have to look up package document from the package manager install list (for images)
<JPEW>
(assuming PACKAGE_ARCH is the arch recorded in the package manager)
car1t has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
PobodysNerfect_ has quit [Quit: Gone to sleep. ZZZzzz…]
NiteshD[m] has quit [Remote host closed the connection]
<RP>
JPEW: that isn't the case for rpm iirc :/
<RP>
JPEW: I can't really comment on the file naming but I suspect SSTATE_PKGSPEC will need to be there for the directories?
Thorn has joined #yocto
florian has quit [Quit: Ex-Chat]
florian__ has quit [Ping timeout: 240 seconds]
goliath has quit [Quit: SIGSEGV]
PobodysNerfect has joined #yocto
<RP>
kanavin_: we're at a patch count not seen since 2011 :)