LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
sotaoverride has quit [Ping timeout: 260 seconds]
sotaoverride has joined #yocto
sotaoverride has quit [Ping timeout: 260 seconds]
sotaoverride has joined #yocto
florian has quit [Ping timeout: 245 seconds]
g0hl1n has quit [Quit: Client closed]
sotaoverride has quit [Ping timeout: 260 seconds]
davidinux has quit [Ping timeout: 246 seconds]
davidinux has joined #yocto
<mischief> RP: sorry about the bungled bitbake patch, it took me some spelunking to realize i messed up the usage of the --stdin commands for very old git. if you need me to resend the full patch let me know..
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
starblue has quit [Ping timeout: 265 seconds]
starblue has joined #yocto
pbiel has joined #yocto
dmoseley_ has quit [Ping timeout: 252 seconds]
dmoseley has joined #yocto
OnkelUlla has joined #yocto
Algotech has joined #yocto
Algotech has quit [Remote host closed the connection]
jmd has joined #yocto
g0hl1n has joined #yocto
rfuentess has joined #yocto
PhoenixMage has quit [Ping timeout: 252 seconds]
rob_w has joined #yocto
PhoenixMage has joined #yocto
guest27 has joined #yocto
guest27 has quit [Ping timeout: 240 seconds]
Kubu_work has joined #yocto
goliath has joined #yocto
mckoan|away is now known as mckoan
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 276 seconds]
silviu has quit [Ping timeout: 260 seconds]
dmoseley_ has quit [Ping timeout: 248 seconds]
florian has joined #yocto
dmoseley has joined #yocto
jmiehe has joined #yocto
leon-anavi has joined #yocto
ablu has quit [Ping timeout: 252 seconds]
ablu has joined #yocto
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 276 seconds]
<RP> mischief: A patch to fix things would be great :). I've put something into master-next just to confirm it does fix things but I've not for example written a commit message yet!
<RP> mischief: the patch is in master so it would be a bugfix patch I need
vrajendran has joined #yocto
vrajendran has quit [Client Quit]
silviu has joined #yocto
<RP> mischief: that build did pass where it failed previously (on a host that failed)
<RP> mischief: it worked and you had the info in your email so I've sent a patch, just so test builds don't fail any further :)
silviu has quit [Ping timeout: 260 seconds]
mbulut has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
Vonter has quit [Ping timeout: 244 seconds]
<brrm> I would like to patch a recipe but just for a selected image. In other images, the patch should not be applied. How can I do this? The recipe is from another layer, I just `.bbappend` to it. What I could do is copy the content of the original recipe instead of appending and create two recipes, one with patch, one without. But I prefer not do go for this solution because I would loose track of the
<brrm> upstream recipe. Is there a way to apply a patch using a variable which I can set per image?
silviu has joined #yocto
<mckoan> brrm: in such case you usually should introduce a new DISTRO
goliath has quit [Quit: SIGSEGV]
<mcfrisk_> brrm: all images get created using the same package repo produced by recipe builds, thus patching some recipe per image is not possible. images can have different contents and config files. I would try to resolve this kind of things at runtime based on the HW and image which runs the SW.
<mcfrisk_> resolve issue at runtime, or at image build time, or build two versions of the recipe. order of complexicty increases from left to right
<brrm> mcfrisk_: it is a kernel patch. Therefore changing at runtime is no option. The patch enables debugging printks which are not wanted in production images.
<brrm> mckoan: I will have a look at distros then. I take it that I can define and use variables per distro?
<mcfrisk_> brrm: debug prints can be tied down to runtime features like device tree flags or secure boot status
<mcfrisk_> or kernel command line which bootloader controls based on ...
<mcfrisk_> for example product configurations should disable all serial control usage, logging and login prompts. some fuse or secure cert/bit can enable this also on product builds to enable more verbose serial console logs and even serial port login prompts
<brrm> I like to enable this one:
<brrm> one has to replace the undef line by a define of the `LOG_DEVICE`
<brrm> I think it is done so purposely, because it is not meant for production use
<brrm> because it prints register I/O on a very deep level
<mcfrisk_> yep, this should not be enabled in production builds
<brrm> at the moment my workflow is: commit the patch, build image(s) with printks enabled, revert the patch
<brrm> maybe I'll just stick to this workflow
<mcfrisk_> the patch can be applied based on machine/distro features, but then something needs to toggle those, possibly via GUI/menu in CI system
<brrm> I already have variables in the CI which allow me to select the image to build if I run the pipeline manually. And I can exclude those debugging builds for piplines triggered by other means.
olani has quit [Remote host closed the connection]
olani has joined #yocto
Vonter has joined #yocto
silviu has quit [Ping timeout: 248 seconds]
Vonter has quit [Read error: Connection reset by peer]
Vonter has joined #yocto
silviu has joined #yocto
rob_w has quit [Remote host closed the connection]
jmiehe has quit [Quit: jmiehe]
rob_w has joined #yocto
ptsneves has joined #yocto
leonanavi has joined #yocto
leon-anavi has quit [Ping timeout: 248 seconds]
<pbiel> How can i create non-rootfs image without /etc/ /var /lib and so on? I want to install there only things that I need
<mcfrisk_> pbiel: plain image recipe, remove all things which create these directories. I think base-files is creating them.
rob_w has quit [Ping timeout: 272 seconds]
<rburton> pbiel: you'll find there's a few things that go into images implicity, but https://github.com/rossburton/meta-ross/blob/master/recipes-devtools/gtkdocs/gtkdocs.bb at least used to _just_ install the doc package and nothing else (by turning off locales, all features, disabling ldconfig). its not been tested for a while though.
<pbiel> Thanks will check it
g0hl1n has quit [Quit: Client closed]
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
rob_w has joined #yocto
jarvis_owl has joined #yocto
jmd has left #yocto [ERC 5.4 (IRC client for GNU Emacs 28.2)]
g0hl1n has joined #yocto
rob_w has quit [Remote host closed the connection]
silviu has quit [Ping timeout: 244 seconds]
kanavin has quit [Remote host closed the connection]
kanavin has joined #yocto
mcfrisk_ has quit [Ping timeout: 252 seconds]
mcfrisk has joined #yocto
silviu has joined #yocto
jarvis_owl has quit [Remote host closed the connection]
cyxae has joined #yocto
cyxae has quit [Client Quit]
cyxae has joined #yocto
mbulut has quit [Ping timeout: 248 seconds]
mbulut has joined #yocto
mbulut has quit [Remote host closed the connection]
silviu has quit [Ping timeout: 252 seconds]
ederibaucourt has quit [Ping timeout: 252 seconds]
pbiel has quit [Ping timeout: 272 seconds]
ederibaucourt has joined #yocto
rfuentess has quit [Read error: Connection reset by peer]
starblue has quit [Ping timeout: 265 seconds]
ederibaucourt has quit [Ping timeout: 244 seconds]
ederibaucourt has joined #yocto
ederibaucourt has quit [Ping timeout: 252 seconds]
ederibaucourt has joined #yocto
florian has quit [Quit: Ex-Chat]
CrazyGecko has quit [Quit: Konversation terminated!]
mckoan is now known as mckoan|away
druppy has joined #yocto
druppy has quit [Ping timeout: 265 seconds]
florian has joined #yocto
<denix> anyone else is seeing "Checking sstate mirror object availability" taking forever (10min+) and loading CPU close to 100%?
<denix> I do have upstream YP feed enabled and it could be slow network, but why CPU load then?
florian has quit [Ping timeout: 245 seconds]
jerrycash has joined #yocto
<SlimeyX> eh i read all the yocto docs
<jerrycash> Should `RDEPENDS:remove:packagegroup-base-wifi = "wireless-regdb-static"` work for disabling this package? https://github.com/yoctoproject/poky/blob/master/meta/recipes-core/packagegroups/packagegroup-base.bb#L263
<jerrycash> Its signature is malformed in my build and I want to download and overwrite it in a separate recipe but I want to keep the rest of packagegroup-base-extended
g0hl1n has quit [Ping timeout: 240 seconds]
Vonter has quit [Ping timeout: 244 seconds]
Vonter has joined #yocto
<jerrycash> Figured it out :D
leonanavi has quit [Remote host closed the connection]
goliath has joined #yocto
dmoseley_ has quit [Quit: ZNC 1.9.1 - https://znc.in]
dmoseley has joined #yocto
<vmeson> Is there anyone who has an Apple email address and a non-Apple email address that can help with: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15705 Unable to register for bugzilla account using an Apple email address
florian has joined #yocto
<vmeson> If so please reply to the bugzilla. The original reporter (tyn here on IRC) has not been around on IRC so I can't contact them.
suihkulokki has quit [Remote host closed the connection]
suihkulokki has joined #yocto
cabazon has joined #yocto
jpuhlman- has quit [Ping timeout: 245 seconds]
jpuhlman has joined #yocto
jpuhlman has quit [Read error: Connection reset by peer]
jpuhlman has joined #yocto
OnkelUlla has quit [Remote host closed the connection]
OnkelUlla has joined #yocto
halloy4743 has joined #yocto
PhoenixMage has quit [Ping timeout: 265 seconds]
PhoenixMage has joined #yocto
halloy4743 has quit [Read error: Connection reset by peer]
jpuhlman- has joined #yocto
PhoenixMage has quit [Read error: Connection reset by peer]
jpuhlman has quit [Read error: Connection reset by peer]
cyxae has quit [Quit: cyxae]
jpuhlman- has quit [Read error: Connection reset by peer]
jpuhlman has joined #yocto
PhoenixMage has joined #yocto
jpuhlman has quit [Ping timeout: 252 seconds]
jpuhlman has joined #yocto
jpuhlman has quit [Read error: Connection reset by peer]
jpuhlman has joined #yocto
starblue has joined #yocto
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
wak has quit [Quit: ZNC - https://znc.in]
wak has joined #yocto
Kubu_work has quit [Quit: Leaving.]
Daanct12 has joined #yocto