shoragan has quit [Read error: Connection reset by peer]
hnez has quit [Read error: Connection reset by peer]
florian_kc has quit [Ping timeout: 260 seconds]
OnkelUlla has quit [Read error: Connection reset by peer]
OnkelUlla has joined #yocto
shoragan has joined #yocto
shoragan has quit [Client Quit]
hnez has joined #yocto
shoragan has joined #yocto
hnez has quit [Ping timeout: 256 seconds]
goliath has quit [Quit: SIGSEGV]
nerdboy has quit [Ping timeout: 276 seconds]
qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
mulk has quit [Ping timeout: 252 seconds]
mulk has joined #yocto
zeddii has quit [Ping timeout: 260 seconds]
nerdboy has joined #yocto
zeddii has joined #yocto
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
xmn has quit [Read error: Connection reset by peer]
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
nerdboy has quit [Ping timeout: 276 seconds]
DiogenesMountain has quit [Ping timeout: 250 seconds]
mulk has quit [Ping timeout: 252 seconds]
mulk has joined #yocto
mulk has quit [Ping timeout: 264 seconds]
mulk has joined #yocto
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
nerdboy has quit [Ping timeout: 276 seconds]
jmd has joined #yocto
prabhakar has quit [Ping timeout: 260 seconds]
bantu has quit []
bantu has joined #yocto
alessioigor has joined #yocto
jclsn has joined #yocto
alessioigor has quit [Quit: alessioigor]
jmd has quit [Remote host closed the connection]
florian_kc has joined #yocto
florian has joined #yocto
jmd has joined #yocto
Kubu_work has joined #yocto
florian_kc has quit [Ping timeout: 272 seconds]
florian has quit [Ping timeout: 260 seconds]
amitk has joined #yocto
jclsn has quit [Quit: WeeChat 4.1.2]
goliath has joined #yocto
florian_kc has joined #yocto
florian has joined #yocto
florian has quit [Ping timeout: 264 seconds]
florian_kc has quit [Ping timeout: 276 seconds]
florian has joined #yocto
<simonew>
for info: I have some time to go over the cve report for master this week: I could send a report on Monday.
florian has quit [Ping timeout: 260 seconds]
florian has joined #yocto
kpo has joined #yocto
florian has quit [Ping timeout: 272 seconds]
alessioigor has joined #yocto
arielmrmx has quit [Ping timeout: 255 seconds]
simonew has quit [Remote host closed the connection]
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
olani- has joined #yocto
mbulut has joined #yocto
mbulut has quit [Quit: Leaving]
Lihis has quit [Quit: Quitting]
Lihis has joined #yocto
ptsneves has joined #yocto
florian has joined #yocto
ptsneves has quit [Ping timeout: 246 seconds]
simonew has joined #yocto
otavio has quit [Ping timeout: 268 seconds]
otavio has joined #yocto
amitk_ has joined #yocto
amitk has quit [Ping timeout: 240 seconds]
florian has quit [Ping timeout: 272 seconds]
bhstalel has joined #yocto
Kubu_work has quit [Quit: Leaving.]
<mischief>
RP: i never worked it out, i wiped build and now i have a mips image :')
florian has joined #yocto
<jdiez>
sstate files contain the absolute path of recipes, right? so if I clone the repository at a different path, the sstate cache is not used. is it possible to reuse sstate cache in this case?
<jdiez>
context: i have a sstate cache for builds done on my computer inside a container, where the build dir is /workdir/build. I copied /workdir/build/sstate-cache to /home/build/sstate-cache on a build server
<jdiez>
I tried building the image on the server (after adjusting the paths in bblayers) and it didnt seem to be using any of the sstate cache
<jdiez>
(I also did set SSTATE_DIR)
florian has quit [Ping timeout: 276 seconds]
<Saur_Home>
jdiez: Sharing sstate between different build machines and different build paths work. However, if you do not have uninative enabled, then the native sstate must match. I.e., without uninative, if you build on Debian Bookworm in your container, then that sstate will only fully work on another Debian Bookworm host.
<jdiez>
hmm... I don't think I enabled it or disabled it on purpose. It seems poky inherits bbnative, and my distro inherits from poky
<jdiez>
s/bbnative/uninative/
<jdiez>
NATIVELSBSTRING is "universal" in my build
<Saur_Home>
You could try `bitbake-diffsigs -t <recipe> <task>` for one of the earliest recipes that is being rebuilt. If it works it should tell you why it is being rebuilt.
<Ad0>
is there a guide to actually upgrade the kernel config to the current kernel with bitbake devshell etc?