Notgnoshi has quit [Quit: No Ping reply in 180 seconds.]
Notgnoshi has joined #yocto
leon-anavi has joined #yocto
Abp has quit [Ping timeout: 260 seconds]
Abp has joined #yocto
simonew has joined #yocto
locutusofborg has joined #yocto
linfax has joined #yocto
cambrian_invader has quit [Ping timeout: 256 seconds]
PaowZ_ has joined #yocto
<Tofe>
I can't get python3-dtschema-native to work on a linux 6.9 kernel DTS (see https://paste.tofe.me/p/JDiowa.py ), is there someone who actually uses it (and not the wrappers) for linux's dtbs_check?
mckoan|away is now known as mckoan
<Tofe>
( ^ this is scarthgap)
prabhakalad has quit [Ping timeout: 260 seconds]
prabhakalad has joined #yocto
vladest has quit [Quit: vladest]
cambrian_invader has joined #yocto
vladest has joined #yocto
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
rfuentess has joined #yocto
locutusofborg has quit [Ping timeout: 264 seconds]
locutusofborg has joined #yocto
zpfvo has joined #yocto
rob_w has joined #yocto
geoffhp has quit [Quit: Leaving]
olani- has quit [Ping timeout: 264 seconds]
altru has joined #yocto
frieder has joined #yocto
<qschulz>
tlwoerner: I don't see your gmail address in recipients for your meta-rockchip patches anymore, is this on purpose? I'm currently adding it manually when answering but it's likely I'll forget at some point :)
florian has joined #yocto
Kubu_work has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
florian_kc has joined #yocto
olani- has joined #yocto
enok has quit [Ping timeout: 255 seconds]
enok has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
simonew has quit [Quit: Client closed]
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
enok has quit [Remote host closed the connection]
jmiehe has joined #yocto
lexano has joined #yocto
rob_w has quit [Quit: Leaving]
<DvorkinDmitry>
uilding with nanbield... "do_rootfs: Unable to find package with name 'kernel-module-mymodule' in SPDX file ..." why? The module built correctly
<rburton>
DvorkinDmitry: if you don't needed spdx then you can disable it, saves time and space
IGBC has joined #yocto
<rburton>
as to why, dunno, file a bug if you can replicate
<DvorkinDmitry>
rburton, how to disable spdx?
<rburton>
don't inherit create-spdx
<DvorkinDmitry>
rburton, I see the packing name contains full name of the modulename +kernelver, but it is searching for modulename only
<DvorkinDmitry>
rburton, I didn't inherit it. all my recipes remain the same, I didn't mentioned SPDX in any of them
<rburton>
DvorkinDmitry: your distro did
<DvorkinDmitry>
rburton, no, my distro doesn't. and I include only "no-static-libs.inc", "yocto-uninative.inc" and "security_flags.inc" from external
<rburton>
DvorkinDmitry: can you 'bitbake-getvar INHERIT'
<DvorkinDmitry>
rburton, true! it is defined in distro/defaultsetup.conf. do you think I should remove it with :remove OP? but I'm urious why it suddenly doesn't allow to assemble the final image.
<rburton>
well, that's a bug, and please do file a ticket
<rburton>
but yeah you can remove it
ardo has quit [Ping timeout: 268 seconds]
PaowZ_ has quit [Read error: Connection reset by peer]
PaowZ_ has joined #yocto
ardo has joined #yocto
simonew has joined #yocto
simonew has quit [Client Quit]
wooosaiiii has quit [Quit: wooosaiiii]
wooosaiiii has joined #yocto
ctraven is now known as sotaoverride
rob_w has joined #yocto
jclsn has joined #yocto
xmn has joined #yocto
florian_kc has quit [Ping timeout: 268 seconds]
<fullstop>
Is there any reason why a sdk built with bitbake -c populate_sdk would be missing 'environment-setup-*' ?
<fullstop>
Found it.
<fullstop>
In case anyone else runs into this, TOOLCHAIN_HOST_TASK += is bad thing to do.
<fullstop>
TOOLCHAIN_HOST_TASK_append += is the right move.
<LetoThe2nd>
fullstop: _append += is also wrong, it is ":append ="
<fullstop>
Right, sorry, this is an old yocto and I should have mentioned that.
Xagen has joined #yocto
<LetoThe2nd>
fullstop: then still += is incorrect for an append operation.
<fullstop>
Yes, you are correct
<qschulz>
halstead: http://layers.openembedded.org didn't redirect to https for one of my colleagues (I have HTTPS-Only in Firefox so I'm not impacted)
florian_kc has joined #yocto
<Crofton>
I suppose I will do the what versions are you using/supporting at the bof again
florian_kc has quit [Ping timeout: 260 seconds]
Abp has quit [Read error: Connection reset by peer]
Abp has joined #yocto
<rburton>
please do
<rburton>
and noting the results would be great so we can track it
leon-anavi has quit [Quit: Leaving]
Abp has quit [Ping timeout: 260 seconds]
Abp has joined #yocto
Abp has quit [Read error: Connection reset by peer]
Abp has joined #yocto
rfuentess has quit [Remote host closed the connection]
* RP
hides his pyro build
altru has quit [Quit: Client closed]
IGBC has quit [Ping timeout: 256 seconds]
Abp has quit [Ping timeout: 240 seconds]
Abp has joined #yocto
mckoan is now known as mckoan|away
enok has joined #yocto
enok71 has joined #yocto
enok71 has quit [Remote host closed the connection]
alperak has quit [Quit: Connection closed for inactivity]
Kubu_work has quit [Quit: Leaving.]
Ad0 has quit [Ping timeout: 268 seconds]
florian has quit [Quit: Ex-Chat]
frieder has quit [Ping timeout: 256 seconds]
amitk_ has joined #yocto
enok has quit [Quit: enok]
rob_w has quit [Quit: Leaving]
<cambrian_invader>
is gcc supposed to have the system build directories on its path?
<cambrian_invader>
I just ran into a reproducability error since a build was picking up a host library (and succeeding) instead of failing (due to a missing library)
<cambrian_invader>
hm, looks like --sysroot never got set...
Ad0 has joined #yocto
<vmeson>
cambrian_invader: what host library was being picked up and which branch of poky are you using? I remember a similar problem but I can't find the fix or bug report so far.
<cambrian_invader>
it's gnutls with U-Boot
<cambrian_invader>
I think the issue is that HOSTCC doesn't have --sysroot in it
<cambrian_invader>
this is on kirkstone
alperak has joined #yocto
<vmeson>
cambrian_invader: that's not the issue I was remembering. If you open a bugzilla, maybe someone will work on it if you can't send a patch.
<cambrian_invader>
I will send a patch
<vmeson>
cambrian_invader: cool.
<zeddii>
cambrian_invader: make sure to check if it is an issue on master as well, as any fix has to be on master first if the issue is on both branches
<cambrian_invader>
looks like I am missing some files in my native sysroot
<cambrian_invader>
is there a way to look up what package provides a certain sysroot file?
florian_kc has joined #yocto
<cambrian_invader>
ok, the package requires sys/types.h, and this is provided by glibc for the target, but glibc-native doesn't exist
<tlwoerner>
qschulz: not on purpose, i upgraded my git lately, and switched to the new mailing list. i'll check into it. i think my filters would still catch it regardless
<yudjinn>
on kirkstone, I have a modem setup with modemmanager that isnt showing up as a device in nmcli; how can I debug this?
<halstead>
qschulz: https is only forced on the login and administrative pages of layer index. End users are welcome to access public layer information in plain text if they please.
<cambrian_invader>
hm, so I guess native tools use the host's glibc etc?
<cambrian_invader>
which means they are inherently unreproducable
amitk_ has quit [Ping timeout: 246 seconds]
vladest has quit [Remote host closed the connection]
k1r0s has joined #yocto
enok has joined #yocto
Abp has quit [Read error: Connection reset by peer]
Abp has joined #yocto
sev99 has quit [Quit: Leaving.]
usvi has joined #yocto
yudjinn has quit [Ping timeout: 252 seconds]
sev99 has joined #yocto
<rburton>
cambrian_invader: that's what uninative is designed to avoid, it's a common glibc that the native tools use
<rburton>
although failing to find sys/types.h sounds like a bigger problem like the host is missing the headers or bad flags are getting into the build
sev99 has quit [Client Quit]
<cambrian_invader>
rburton: well, it's not in the native sysroot; where should it be?
<cambrian_invader>
rburton: when I got this I had set `HOSTCC="${BUILD_CC} --sysroot=${STAGING_DIR_NATIVE} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"`
<cambrian_invader>
is there a better way to construct a "native" CC from a target recipe?
sev99 has joined #yocto
sev99 has left #yocto [#yocto]
amitk_ has joined #yocto
yudjinn has joined #yocto
amitk has quit [Ping timeout: 252 seconds]
PaowZ__ has joined #yocto
vladest has joined #yocto
PaowZ_ has quit [Ping timeout: 255 seconds]
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
amitk_ has quit [Remote host closed the connection]
tin_ is now known as trochotron
trochotron has quit [Changing host]
trochotron has joined #yocto
amitk has joined #yocto
amitk has quit [Remote host closed the connection]
042AAZSSC has joined #yocto
042AAZSSC has quit [Client Quit]
toric has quit [Quit: toric]
<k1r0s>
rburton do you have a recommendation for a yocto tutorial, even if its paid
prabhakalad has quit [Ping timeout: 264 seconds]
prabhakalad has joined #yocto
<arielmrmx>
k1r0s: that's an interesting request
<arielmrmx>
i guess yocto is much like gstreamer, you learn on the street
<Xogium>
I mean there are yocto training courses from bootlin for example but they are designed for companies more than individuals
<Xogium>
so $$$
<k1r0s>
tsm
<k1r0s>
I'm being offered to do a lecture on yocto. Fun fact is I only have experience in linux doing user-related stuff and some devops, but yocto seems very complicated and it seems that you need a lot of actual knowledge on systems and so on
<arielmrmx>
lecture, like a university course ?
<arielmrmx>
where?
yudjinn has quit [Ping timeout: 246 seconds]
prabhakalad has quit [Ping timeout: 268 seconds]
yudjinn has joined #yocto
prabhakalad has joined #yocto
<marex>
arielmrmx: lesson 1, there is no yocto :)
enok has quit [Quit: enok]
enok has joined #yocto
yudjinn has quit [Ping timeout: 240 seconds]
prabhakalad has quit [Ping timeout: 240 seconds]
prabhakalad has joined #yocto
alessioigor has quit [Ping timeout: 268 seconds]
luc4 has joined #yocto
linfax has quit [Remote host closed the connection]
linfax has joined #yocto
enok has quit [Ping timeout: 255 seconds]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
k1r0s has quit [Quit: Client closed]
Abp has quit [Ping timeout: 256 seconds]
yudjinn has joined #yocto
prabhakalad has quit [Ping timeout: 268 seconds]
prabhakalad has joined #yocto
prabhakalad has quit [Ping timeout: 268 seconds]
prabhakalad has joined #yocto
dgriego has quit [Read error: Connection reset by peer]