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"
goliath has quit [Quit: SIGSEGV]
seninha has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
alefir has quit [Ping timeout: 240 seconds]
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #yocto
sakoman has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tokamak has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Wouter01001 has quit [Remote host closed the connection]
Wouter01001 has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
seninha has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
seninha has joined #yocto
kroon has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
seninha has quit [Quit: Leaving]
Soopaman has quit [Quit: Leaving.]
pgowda_ has joined #yocto
camus has quit [Ping timeout: 246 seconds]
camus has joined #yocto
camus has quit [Ping timeout: 255 seconds]
camus has joined #yocto
amitk has joined #yocto
thomasd13 has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
heliocastro has joined #yocto
Lihis has quit [Remote host closed the connection]
Lihis has joined #yocto
mvlad has joined #yocto
rob_w has joined #yocto
Wouter01001 has quit [Remote host closed the connection]
Wouter01001 has joined #yocto
amanarora9848 has joined #yocto
xmn has quit [Ping timeout: 264 seconds]
vladest has quit [Quit: vladest]
vladest has joined #yocto
vladest1 has joined #yocto
vladest has quit [Ping timeout: 260 seconds]
vladest1 is now known as vladest
mckoan|away is now known as mckoan
<mckoan> good morning
camus has quit [Remote host closed the connection]
camus has joined #yocto
rfuentess has joined #yocto
<wyre> how might I ensure a recipe is completely rebuilt?
<wyre> I mean, apparently `bitbake -c clean <recipe>` is not enough ... I'm not sure the recipe will be rebuild when I run after this `bitbake <recipe>`
<wyre> and .. not sure either if nuking the whole tmp folder is enough
<mckoan> wyre: bitbake -c cleansstate <recipe>
<wyre> thank you mckoan 😊
acki_ has joined #yocto
<michaelo> RP: good news, it seems that Sphinx can generate epub from SVG graphics now.
<michaelo> But for PDF generation, you still need to convert SVG to PDF
<michaelo> RP: what about the cairosvg Python module for this purpose? It doesn't have so many dependencies (https://packages.ubuntu.com/jammy/cairosvg)
heliocastro has quit [Quit: Client closed]
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
grma has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
<RP> michaelo: adding that to the docs tarball may be easier
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
peoliye has quit [Quit: Client closed]
frieder has joined #yocto
acki_ has quit [Quit: Konversation terminated!]
ptsneves has joined #yocto
grma has joined #yocto
Baehrune has joined #yocto
Baehrune has quit [Ping timeout: 255 seconds]
frieder has quit [Remote host closed the connection]
PatrickE has joined #yocto
goliath has joined #yocto
florian has joined #yocto
PatrickE has quit [Ping timeout: 252 seconds]
mrpelotazo has quit [Read error: Connection reset by peer]
mrpelotaz0 has joined #yocto
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
rob_w has quit [Quit: Leaving]
rfuentess has quit [Read error: Connection reset by peer]
<dvorkindmitry> is it possible to use special private key to access the repos to build some recipes?
xenador77 has joined #yocto
seninha has joined #yocto
<mckoan> dvorkindmitry: yes, usually you may to store your SSH key in the repo
<dvorkindmitry> mckoan, I've seen only "~/.ssh/config" recommendation. How can I store SSH key in repo and use it to access some special repos?
<mckoan> dvorkindmitry: depends on the repo server you are using. Whare are they located?
<dvorkindmitry> mckoan, I need to get sources for several recipes from local private network
thomasd13 has quit [Ping timeout: 246 seconds]
<mckoan> dvorkindmitry: then ask to your IT manager
<mckoan> dvorkindmitry: this is a typical scenario https://docs.gitlab.com/ee/user/ssh.html
<dvorkindmitry> mckoan, sorry, I have a key and able to work with repos. I'm just curious about... Is it possible to specify this key name in the SRC_URI or by another way in the recipe?
<mckoan> dvorkindmitry: AFAIK no
<dvorkindmitry> mckoan, thanks. So ~/.ssh/config seems the only way to do that
<rburton> Yes, the user that does the bitbake needs to be able to ssh to the secure servers
<mckoan> dvorkindmitry: yes, and it makes sense from the security point of view
florian has quit [Ping timeout: 272 seconds]
ruslan has joined #yocto
berton[m] has joined #yocto
<ruslan> Does it make sense in which order variable assignment and commands are going? Assume that we use a basic assignment operator '='. For example:
<ruslan> IMAGE_INSTALL = "something"
<ruslan> IMAGE_LINGUAS = "en-us"
<ruslan> inherit core-image
<ruslan> Will it be different, if I inherit first?
rfried has quit [Quit: The Lounge - https://thelounge.github.io]
simond47 has quit [Quit: The Lounge - https://thelounge.github.io]
simond47 has joined #yocto
rfried has joined #yocto
<kroon> rburton, latest update to ncurses in master, was it intentional to update the SRCREV ?
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
<kroon> rburton, I guess so :-)
<rburton> kroon: yes, entirely different repos
<rburton> there is no canonical git repo for ncurses
<kroon> ah I see
<rburton> ruslan: can be, yes
<RP> rburton: the ncurses author is used to exchanging patches via ftp servers :)
<rburton> stop, i'm trying to forget all knowledge of ncurses again
<rburton> its in a firewalled part of my memory, alongside bash
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
<RP> haha
seninha has quit [Quit: Leaving]
rfuentess has joined #yocto
rfuentess has quit [Read error: Connection reset by peer]
rfuentess has joined #yocto
camus has quit [Quit: camus]
Net147 has quit [Quit: Quit]
Net147 has joined #yocto
Net147 has joined #yocto
Net147 has quit [Changing host]
xmn has joined #yocto
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
ardo has quit [Read error: Connection reset by peer]
MitchGaines has joined #yocto
ardo has joined #yocto
<bigendian> is there a way to define all the config options ?
<bigendian> EXTRA_OECONF seems jsut adding them to other
rfuentess has quit [Read error: Connection reset by peer]
rfuentess has joined #yocto
<RP> bigendian: PACKAGECONFIG ?
<bigendian> RP: thanks will try
<ruslan> Does INIT_MANAGER variable exists? I can't find it in docs https://docs.yoctoproject.org/ref-manual/variables.html.
<RP> ruslan: it does and a grep over the oe-core repo will show it up
<ruslan> So, to change init manager I don't need to set VIRTUAL-RUNTIME_init_manager and VIRTUAL-RUNTIME_initscripts, but just chage INIT_MANAGER
<RP> ruslan: yes, it is a more recent way of doing it
<ruslan> RP: do I still need to add sysvinit in DISTRO_FEATURES_BACKFILL_CONSIDERED ?
<RP> ruslan: look at the file it triggers the inclusion of
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
goliath has quit [Quit: SIGSEGV]
goliath has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
amanarora9848 has quit [Ping timeout: 252 seconds]
goliath has quit [Quit: SIGSEGV]
seninha has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
sakoman has joined #yocto
jpuhlman_ has joined #yocto
jpuhlman is now known as Guest506
Guest506 has quit [Killed (sodium.libera.chat (Nickname regained by services))]
jpuhlman_ is now known as jpuhlman
vvn has quit [Quit: WeeChat 3.5]
vvn has joined #yocto
goliath has joined #yocto
florian has joined #yocto
kroon has quit [Quit: Leaving]
amitk_ has joined #yocto
amitk has quit [Ping timeout: 246 seconds]
dvorkindmitry has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
florian has quit [Ping timeout: 255 seconds]
<ptsneves> does anybody have an idea why i get a permission denied on do_install task on writing a here doc to a file with >
<ptsneves> If i remove the file before i redirect the heredoc, it works and no permission denied.
<RP> ptsneves: heredocs use /tmp for temporary files so perhaps you don't have permission there?
<ptsneves> RP but then it would not make sense that a previous file removal would make the problem go away
<ptsneves> which in my case it does.
<ptsneves> i will try to reproduce it again just in case. It is in the context of another shebang issue
pgowda_ has quit [Quit: Connection closed for inactivity]
<ptsneves> on libparse-yapp-perl-native
<RP> ptsneves: don't know
<ptsneves> ok it happens when the file is write protected(-w). This behavior did not happen with other wrappers because other wrappers outright move the file preserving permissions; then other wrapper's redirections to file do not have any issue because there is no write protected file. Will create a patch and test for permission correctness
Tokamak has joined #yocto
Tokamak has quit [Ping timeout: 268 seconds]
florian has joined #yocto
ruslan has quit [Quit: Client closed]
rfuentess has quit [Ping timeout: 272 seconds]
Tokamak has joined #yocto
rfuentess has joined #yocto
rfuentess has quit [Remote host closed the connection]
florian has quit [Ping timeout: 246 seconds]
ptsneves has quit [Ping timeout: 252 seconds]
glembo[m] has quit [Quit: You have been kicked for being idle]
<gstinocher[m]> good morning all. I am pausing build hosts to begin updates.
florian has joined #yocto
kjmrxo has joined #yocto
twnqx has quit [Ping timeout: 268 seconds]
mckoan is now known as mckoan|away
seninha has quit [Quit: Leaving]
seninha has joined #yocto
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
amanarora9848 has joined #yocto
xenador77 has quit [Remote host closed the connection]
dev1990 has quit [Quit: Konversation terminated!]
xenador77 has joined #yocto
foxxesStar has quit [Ping timeout: 255 seconds]
foxxesStar has joined #yocto
xenador77 has quit [Remote host closed the connection]
amanarora9848 has quit [Ping timeout: 252 seconds]
florian has quit [Ping timeout: 255 seconds]
goliath has quit [Quit: SIGSEGV]
amanarora9848 has joined #yocto
amitk_ has quit [Ping timeout: 264 seconds]
amanarora9848 has quit [Ping timeout: 252 seconds]
goliath has joined #yocto
Tokamak has quit [Quit: Textual IRC Client: www.textualapp.com]
davidinux has quit [Ping timeout: 246 seconds]
davidinux has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
<sotaoverride> Does http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-django_2.2.28.bb do a partial install of Python (just the Django esential stuff), or does the entire python standard library and everything python gets installed?
<sotaoverride> Im trying to see if the RDEPENDS or any other transitional dependency from http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-django.inc doesnt end up installing the entire Python..
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
<sotaoverride> Whats the command for printing a dependency tree or all packages that end up being installed by a recipe like http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-django_2.2.28.bb
mvlad has quit [Remote host closed the connection]
davidinux has quit [Quit: WeeChat 2.8]
<rburton> sotaoverride: if something wants the entire python library then it should rdepend on python3-modules, otherwise you get the subset that you asked for
<rburton> if you've found a missing dependency please send a patch
kjmrxo has quit [Ping timeout: 268 seconds]
Vonter has quit [Ping timeout: 246 seconds]
pabigot has quit [Remote host closed the connection]
pabigot has joined #yocto
<sotaoverride> rburton: remind me how something like IMAGE_INSTALL_append = " python3" would be different from RDEPENDS += python3-modules
<sotaoverride> Guess what Im trying to figure out is if Python ends up being treated like a pacakge, similar to the main package, doc package, debug sysmbol package) ? And if dont have any RDEPENDS +=pyhton3-* is there still some stuff that always get added to the python package when IMAGE_INSTALL_append = " python3" is added to the image recipe?
seninha has quit [Quit: Leaving]
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
jpuhlman_ has joined #yocto
jpuhlman is now known as Guest3975
Guest3975 has quit [Killed (strontium.libera.chat (Nickname regained by services))]
jpuhlman_ is now known as jpuhlman
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
<rburton> sotaoverride: for all intents and purposes they’re identical
xmn has quit [Quit: ZZZzzz…]