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.11) Nov 29-Dec 1, 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"
qschulz has quit [Quit: qschulz]
qschulz has joined #yocto
<marex> hey, I noticed something I cannot easily explain
<marex> if I check the remote of the repo, it contains a 'master' branch , which is also checked out
<marex> but the remote url https://github.com/CanonicalLtd/netplan.git does not contain a 'master' branch anymore
<marex> so ... is that tarball stale somehow ?
PobodysNerfect has quit [Quit: Gone to sleep. ZZZzzz…]
<rfs613> marex, FWIW, I only see a 'main' branch when checking out the repo directly. The repo does seem to have many newer commits than the tarball.
nerdboy has quit [Remote host closed the connection]
nerdboy has joined #yocto
nerdboy has joined #yocto
davidinux has quit [Ping timeout: 256 seconds]
sakoman has quit [Quit: Leaving.]
<marex> rfs613: did you download the tarball ?
<rfs613> marex: yes I fetched both.
<marex> so in the tarball
<marex> git show origin/main
<marex> fails, right ?
<marex> but
<marex> fac678f0844ba2a91c03980b6c332ca9d538e66f refs/heads/main
<marex> works
<rfs613> i have the same hash for refs/heads/main as you just posted, when i clone the repo
<rfs613> but in the tarball, there is main (not origin/main) at 5065ff5588906f901cd4e8a8e7deb27947f237cf
<rfs613> there are 57 additional commits on main in the git repo, which do not seem to appear in the tarball.
<marex> right, so if you use the tarball and build meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_0.106.bb , then the build would fail because origin does not contain the main branch, right ?
<marex> but if OE fetcher fetches from the github repo, the build would pass
<rfs613> didn't try, but quite possible - I agree with your statement "the tarball is stale somehow"
<marex> rfs613: yeah
<marex> RP: zeddii: qschulz: ^ thoughts ?
<marex> maybe the cache can just be purged and redownloaded ?
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nerdboy has quit [Remote host closed the connection]
Thorn has quit [Ping timeout: 246 seconds]
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
jclsn has quit [Ping timeout: 256 seconds]
jclsn has joined #yocto
goliath has quit [Quit: SIGSEGV]
sakoman has joined #yocto
seninha has quit [Quit: Leaving]
Thorn has joined #yocto
ramok has quit [Ping timeout: 256 seconds]
sakoman has quit [Quit: Leaving.]
mason has left #yocto [#yocto]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
paulbarker has quit [Quit: The Lounge - https://thelounge.chat]
paulbarker has joined #yocto
davidinux has joined #yocto
florian_kc has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
Thorn has quit [Ping timeout: 240 seconds]
Thorn has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
<RP> marex: if the souces refetch, it should add the main branch. It will never remove branches unless they conflict. We have to do that so older releases work with the mirror
Francesco[m] has quit [Quit: You have been kicked for being idle]
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
ramok has joined #yocto
alessioigor has joined #yocto
sgw has quit [Quit: Leaving.]
sgw has joined #yocto
Thorn has quit [Ping timeout: 240 seconds]
goliath has joined #yocto
seninha has joined #yocto
otavio has quit [Ping timeout: 240 seconds]
PobodysNerfect has joined #yocto
<marex> RP: but then, why is there no origin/main in that tarball ?
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
Thorn has joined #yocto
nemik has quit [Ping timeout: 265 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
seninha has quit [Remote host closed the connection]
bps has joined #yocto
bps has joined #yocto
bps has quit [Changing host]
nemik has quit [Ping timeout: 250 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
PobodysNerfect_ has joined #yocto
PobodysNerfect has quit [Ping timeout: 240 seconds]
<JaMa> marex: because it wasn't needed yet for any builds which populates this
<JaMa> marex: once SRCREV is bumped to something missing in tarball it will run git pull which will add new revisions as well as branches
<JaMa> marex: it's actually unfortunate when the repo is re-cloned completely (e.g. after it fails in the build and local repo is removed and re-cloned, the tarball will loose old branches which might be still useful for older OE releases)
<marex> JaMa: but doesn't meta-oe netplan use the main branch ?
florian_kc has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
starblue has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
otavio has joined #yocto
florian_kc has joined #yocto
sakoman has joined #yocto
DasChaos[m] has quit [Quit: You have been kicked for being idle]
Thorn has quit [Ping timeout: 268 seconds]
Archon[m] has joined #yocto
tyooo[m] has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
<RP> marex: as JaMa says, it seems nothing has built needing it yet
<marex> RP: so how did it end up in the mirror at downloads.yoctoproject.org ?
<marex> RP: something built it some time ago and since then it became stale ?
bps2 has joined #yocto
nemik_ has joined #yocto
yolo has joined #yocto
ramok_ has joined #yocto
otavio_ has joined #yocto
PobodysNerfect has joined #yocto
<yolo> i have a few meta-layers in bblayers, some of them are pulling in other layers inherently, is there a command show _all_ the meta-layers? so far it either shows the same content as bblayers file, or shows all bb which is too verbose
florian_kc has joined #yocto
sakoman has quit [*.net *.split]
otavio has quit [*.net *.split]
nemik has quit [*.net *.split]
bps has quit [*.net *.split]
PobodysNerfect_ has quit [*.net *.split]
Wouter0100670440 has quit [*.net *.split]
ramok has quit [*.net *.split]
sakoman has joined #yocto
<marex> yolo: try bitbake-layers --help
<yolo> tried, did not help
Wouter0100670440 has joined #yocto
<tyooo[m]> !!! Enjoy the most profitable financial market (crypto market ) as you get 100% profit...and you can also make up to $100k or more in 3days send me a private message and ask me HOW on TG
<yolo> bitbake-layers layerindex-show-depends did not help either
<RP> marex: presumably. I don't know. We have tested various things on the autobuilder in the past
tyooo[m] has left #yocto [#yocto]
alessioigor has quit [Quit: alessioigor]
<JaMa> khem: are your builds populating the OE premirror? there is now https://sources.openembedded.org/git2_github.com.CanonicalLtd.netplan.git.tar.gz as well
florian_kc has quit [Ping timeout: 250 seconds]
Thorn has joined #yocto
sgw has quit [Quit: Leaving.]
sgw has joined #yocto
PobodysNerfect has quit [Quit: Gone to sleep. ZZZzzz…]
PobodysNerfect has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
toorti[m] has joined #yocto
florian_kc has joined #yocto
otavio_ has quit [Ping timeout: 250 seconds]
florian_kc has quit [Ping timeout: 256 seconds]
Haxxa has quit [Quit: Haxxa flies away.]
seninha has joined #yocto
Haxxa has joined #yocto
florian_kc has joined #yocto
risca has joined #yocto
toorti[m] has quit [Quit: User was banned]
alejandr1 has joined #yocto
bps2 has quit [Ping timeout: 256 seconds]
goliath has quit [Quit: SIGSEGV]
risca has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
risca has joined #yocto
CapEnt has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
Thorn has quit [Ping timeout: 256 seconds]
PobodysNerfect has quit [Quit: Gone to sleep. ZZZzzz…]
florian_kc has joined #yocto
PobodysNerfect has joined #yocto
Thorn has joined #yocto
PobodysNerfect has quit [Quit: Gone to sleep. ZZZzzz…]
florian_kc has quit [Ping timeout: 256 seconds]