<Guest1337>
hello, im trying to create a sstate_dir with my python wrapper, however im getting this error:
<Guest1337>
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
<Guest1337>
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
<Guest1337>
Following is the list of potential problems / advisories:
<Guest1337>
Failed to create a file in SSTATE_DIR: Permission denied.
<Guest1337>
You could try using /home/ola/bitbake.sstate in SSTATE_MIRRORS rather than as an SSTATE_CACHE.
<Guest1337>
oh looks like /home/ola has to exist beforehand
Colin_Finck has joined #yocto
<Colin_Finck>
Hello all! I'm coming from Yocto Dunfell and now trying out the current scarthgap branch, hence I'm getting 4 years of Yocto development at once.
<Colin_Finck>
For some reason, I can't install kernel modules anymore by just depending on them, e.g. "kernel-module-bridge" or "kernel-module-wireguard"
<Colin_Finck>
BitBake fails at the very end with "opkg_solver_install: No candidates to install kernel-module-wireguard (null)!"
florian_kc has joined #yocto
<mcfrisk_>
Colin_Finck: kernel modules are not getting compiled or are built into the kernel. Check your kernel config and the way it's getting selected.
<Colin_Finck>
Has anything changed in this regard? I get the feeling that all modules were implicitly built in Dunfell and I could just install them via DEPENDS, but this seems to be no longer the case in Scarthgap
<mcfrisk_>
A lot has changed. And depends what you had before but you need to check that the wanted config is still applied. E.g. defconfig is applied, or snippets in correct order, and which kernel recipe is selected for use.
xmn has quit [Ping timeout: 252 seconds]
<Colin_Finck>
recipe was linux-yocto_5.4.bb in dunfell and now linux-yocto_6.6.bb in scarthgap
<mcfrisk_>
defconfig vs. config snippets and scc, which may depend on machine and distro features selected
<mcfrisk_>
so I would review image recipe bitbake -e output to see that machine and distro features are the same before and after
enok has quit [Ping timeout: 260 seconds]
<Colin_Finck>
will do, thank you!
Kubu_work has quit [Quit: Leaving.]
enok has joined #yocto
Colin_Finck has quit [Quit: Client closed]
<Guest1337>
Do I need to set PREMIRRORS in order to use SSTATE_MIRRORS?
<Guest1337>
getting lots of warnings:
<Guest1337>
WARNING: Invalid mirror data /home/ubuntu/data/bitbake.sstate, should have paired members.
<Guest1337>
im trying to use a read-only local sstate cache
<qschulz>
Guest1337: This is not a valid value for SSTATE_MIRRROS
<qschulz>
michaelo: https://docs.yoctoproject.org/ -> This document is for outdated version 4.3.4, you should select the latest release version in this series, 4.3.3.
<IGBC>
hi, does anyone know if the gstreamer-plugins-rs package is available on zeus or kirkstone?
sakoman has quit [Ping timeout: 252 seconds]
prabhakalad has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 264 seconds]
prabhakar has joined #yocto
bharathbck has quit [Ping timeout: 250 seconds]
sakoman has joined #yocto
florian has quit [Quit: Ex-Chat]
sakoman has quit [Ping timeout: 240 seconds]
<rburton>
IGBC: according to layers.openembedded.org, you need to write a recipe
<rburton>
also zeus is long dead, please don't use it
<IGBC>
we're in the process of updating to kirkstone but are limited by the infrequency of our board vendor issuing new BSP's
rfuentess has joined #yocto
sakoman has joined #yocto
Kubu_work has joined #yocto
<albrod>
Hi Yocto developers, is anybody woking on linux-imx Kernel? I'm trying to add some Linux drivers as fragments, but is seems that it doesn't support it
<albrod>
when I add it via menuconfig, it works, but the updates are not tracked
sakoman has quit [Ping timeout: 255 seconds]
<albrod>
I see some workarounds used by the community, but I am not sure about them
<qschulz>
michaelo: had to force-refresh the page and its gone
tepperson has joined #yocto
sakoman has joined #yocto
sakoman has quit [Ping timeout: 255 seconds]
tlhonmey has joined #yocto
wacke_ has quit [Ping timeout: 272 seconds]
sakoman has joined #yocto
rfuentess has quit [Remote host closed the connection]
sakoman has quit [Ping timeout: 264 seconds]
Saur_Home29 has quit [Quit: Client closed]
Saur_Home29 has joined #yocto
tepperson has quit [Quit: Client closed]
IGBC has quit [Ping timeout: 256 seconds]
<vmeson>
khem: is there any news on the rumoured kirkstone-clang-18 branch: https://github.com/OSSystems/meta-browser/issues/716 to enable chromium ? Can I get someone to help test or a more experienced person to work on the branch?
sakoman has joined #yocto
albrod has quit [Quit: Client closed]
sakoman has quit [Ping timeout: 240 seconds]
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
Kubu_work has quit [Quit: Leaving.]
florian_kc has joined #yocto
ptsneves has quit [Ping timeout: 260 seconds]
sakoman has joined #yocto
sakoman has quit [Ping timeout: 246 seconds]
<khem>
vmeson: I have not done any work for backporting clang18 to kirkstone, help is appreciated
florian_kc has quit [Ping timeout: 272 seconds]
sakoman has joined #yocto
zpfvo has quit [Remote host closed the connection]
tgamblin has quit [Ping timeout: 268 seconds]
sakoman has quit [Ping timeout: 252 seconds]
florian_kc has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
tgamblin has joined #yocto
sakoman has joined #yocto
yudjinn has joined #yocto
sakoman has quit [Ping timeout: 264 seconds]
<yudjinn>
hey all, trying to add a `postinst_ontarget` programmatically to a recipe via bbclass, but it doesnt end up propagating; any ideas? I'm effectively trying to `d.setVar('pkg_postinst_ontarget:%s' % d.getVar("PN"))` but I never see a script in `/etc/rpm-postinst`
<vmeson>
khem: okay, I'll see if an experienced dev is available and get them to comment on that issue.
<applepi88>
So I've got a board I'm working on, and we're going to be using chrony but I need to patch the chrony.conf file included with the package. I've tried making `meta-mystuff/recipes-support/chrony/chrony_3.2.bbppend` which contains:
<applepi88>
However when I try to bitbake chrony, it does definitely hit this bbappend, but it can't find chrony.conf.patch anywhere. The patch file is located at `meta-mystuff/recipes-support/chrony/files/chrony.conf.patch`. When it fails, it lists all the paths it searched, and it isn't searching for chrony.conf.patch under `meta-mystuff`, it only looks
<applepi88>
under meta-openenable. Why can't it find my patch file? I'm a bit of a yocto white belt unfortunately so I don't quite understand.
yudjinn has joined #yocto
sakoman has joined #yocto
applepi6 has joined #yocto
applepi has joined #yocto
sakoman has quit [Ping timeout: 252 seconds]
applepi88 has quit [Ping timeout: 250 seconds]
<LetoThe2nd>
applepi88: this is old syntax. Since about 3 years, the overrides are :prepend, not _prepend anymore.
<ente>
aha!
<ente>
things you wish someone had told you and you wouldn't have been so clueless this entire time about why some stuff is _prepend and some other stuff is :prepend
<ente>
makes me happy I idle in this channel
* ente
keeps absorbing your wisdom through osmosis
<ente>
*slurp*
mvlad has quit [Remote host closed the connection]
* LetoThe2nd
does definitely not feel osmotic
sakoman has joined #yocto
<ente>
I mean you also answer concrete questions on irc, unlike a lot of the other FOSS projects these days
<LetoThe2nd>
:-)
<LetoThe2nd>
Thx but now I will just concretely collapse into my bed. Seems dudX
sakoman has quit [Ping timeout: 252 seconds]
amurray_tgp has quit [Ping timeout: 250 seconds]
<jsbronder>
Apologies if this isn't the place to ask but I'm considering a position where I'd be using meta-ros and meta-tegra (or maybe L4T?). I've done some skimming of the layers and monitored the ROS working group discourse, but I'm wondering if anyone has any feedback/warnings/praise/etc. PMs welcome.
<jsbronder>
I did package ROS1 years ago (Gentoo) and it wasn't my favorite experience.
<tealbird>
jsbronder: I'd say go ahead and use meta-tegra if you're in a position to use meta-tegra, but review what's there to make sure it's fit for your purpose. Can't speak to ROS
sakoman has joined #yocto
Saur_Home29 has quit [Quit: Client closed]
Saur_Home29 has joined #yocto
anek has joined #yocto
<jsbronder>
tealbird: Thanks. Knowing if it's fit for the purpose is one of the unknown unknowns of this role. I'm not going to have a full view until I've actually started.
yudjinn has quit [Ping timeout: 252 seconds]
sakoman has quit [Ping timeout: 272 seconds]
pvogelaar has quit [Ping timeout: 260 seconds]
luc4 has joined #yocto
tlhonmey has quit [Quit: Client closed]
Haxxa has quit [Quit: Haxxa flies away.]
yudjinn has joined #yocto
Haxxa has joined #yocto
<yudjinn>
applepi: its FILESEXTRAPATHS, btw
sakoman has joined #yocto
<yudjinn>
and, as someone else stated, :prepend not _prepend (as of, like, dunfell I think?)
goliath has quit [Quit: SIGSEGV]
sakman has quit [Remote host closed the connection]
sakoman has quit [Ping timeout: 252 seconds]
<tealbird>
jsbronder: I've/we've made improvements that should probably be pushed upstream and I don't know when :/
alessioigor has quit [Ping timeout: 272 seconds]
<applepi6>
okay yudjinn that was it.. this project is stuck on an older version of yocto but it was that I had FILE instead of FILES.. but now patch is mad, probably because I used git to generate the diff
sakoman has joined #yocto
sakoman has quit [Ping timeout: 268 seconds]
prabhakar has quit [Ping timeout: 240 seconds]
sakoman has joined #yocto
sakoman has quit [Ping timeout: 240 seconds]
Starfoxxes has quit [Ping timeout: 255 seconds]
gsalazar has quit [Ping timeout: 264 seconds]
sakoman has joined #yocto
<khem>
zeddii: I was looking into nftables ptests and it needs a few kmods which is doable via kconfig_cache but CONFIG_VETH is not set and thats needed for couple of tests so can we add it as a module maybe
<khem>
to default kernel
Starfoxxes has joined #yocto
applepi6 has quit [Ping timeout: 250 seconds]
sakoman has quit [Ping timeout: 264 seconds]
florian_kc has joined #yocto
sakoman has joined #yocto
amitk has quit [Ping timeout: 252 seconds]
sakoman has quit [Ping timeout: 256 seconds]
Core9741 has joined #yocto
applepi has quit [Read error: Connection reset by peer]
Saur_Home29 has quit [Quit: Client closed]
applepi has joined #yocto
Saur_Home29 has joined #yocto
sakoman has joined #yocto
Core9741 has quit [Ping timeout: 268 seconds]
sev99 has quit [Quit: Client closed]
sakoman has quit [Ping timeout: 268 seconds]
<khem>
jsbronder:met-ros is maintained fine, I do see some folks talking about it on weekly YP calls
florian_kc has quit [Ping timeout: 256 seconds]
Kubu_work has quit [Quit: Leaving.]
enok has quit [Ping timeout: 260 seconds]
sakoman has joined #yocto
sakoman has quit [Ping timeout: 252 seconds]
enok has joined #yocto
alperak_ has quit [Quit: Connection closed for inactivity]
anek has quit [Quit: Leaving]
sakoman has joined #yocto
luc4 has quit [Quit: Konversation terminated!]
sakoman has quit [Ping timeout: 252 seconds]
sakman has joined #yocto
astlep5504018066 has quit [Ping timeout: 256 seconds]