<RP>
ak77: first, find the pseudo.log file and see what the files are
<ak77>
got it. already.
<ak77>
the file names that is.
<RP>
ak77: it means something was changed when pseudo wasn't loaded and it's database is confused
<RP>
so you then find what made those changes and why pseudo didn't see it
<ak77>
yes. there are path1 req path2, files at both path exists and they are equal
<RP>
I guess you can't say what the files are and its probably your own private recipe so beyond that...
<ak77>
well. it alternately fails on my private recipe, and nss recipe. let me get when nss fails
<RP>
ak77: what did you change recently? are you upgrading?
<RP>
host distro changes?
<ak77>
no, but i did try a) separated SSTATE_DIR, and use that SSTATE_DIR for kas build and my normal build.
<ak77>
currently SSTATE_DIR is not set.
<RP>
ak77: SSTATE_DIR is unlikely. Containers/kas may be a factor potentially
ykrons has quit [Ping timeout: 244 seconds]
<ak77>
oh. shit. yes. kas somehow overwritten local.conf. god knows what was there :)
<RP>
ak77: everyone loves to blame poor old sstate first :)
<ak77>
ok. i'll reconstruct local.conf eventually, but how to ... fix this issue at hand ?
<LetoThe2nd>
is there a hook to run something to modify the output of wic, e.g. the resulting binary image
<ak77>
LetoThe2nd: is still wic after modification ?
<ak77>
LetoThe2nd: maybe you could add another image type, provide command for modification, and make your new image type depend on wic
<LetoThe2nd>
ak77: not sure I understand the question?
<LetoThe2nd>
ak77: ah yes, that *might* work
<ak77>
RP: i got my local.conf back. nothing noteworthy, and it still doesn't work what should I delete except for whole build directory :)
wojci has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
<wojci>
I would like to include a binary file in a package from outside of my build tree - for instance in my home dir. I built a container that I would like to include as it is and use on the device I'm working on. Any examples for this? The reason for this is that I'm using devops artifacs and they can only be downloaded using some of the MS tools .. which I would rather not use from within my build.
ptsneves has joined #yocto
<wojci>
A good example for a recipe where someone does something like this?
<ak77>
this is dev only or will be in production ?
ptsneves has quit [Ping timeout: 252 seconds]
ptsneves has joined #yocto
<rburton>
wojci: SRC_URI can be an absolute file: url (so triple slash), so you can refer to any file you can see
olani has quit [Remote host closed the connection]
olani has joined #yocto
olani has left #yocto [#yocto]
olani- has quit [Quit: Using Circe, the loveliest of all IRC clients]
olani_ has quit [Quit: Using Circe, the loveliest of all IRC clients]
druppy has joined #yocto
olani has joined #yocto
<wojci>
rburton, Ah. I see. I tried this and it didn't work for some reason. I will try harder. :D
druppy1 has joined #yocto
druppy has quit [Read error: Connection reset by peer]
druppy1 is now known as druppy
druppy has quit [Ping timeout: 252 seconds]
_lore_ has quit [Ping timeout: 260 seconds]
Kubu_work has quit [Quit: Leaving.]
_lore_ has joined #yocto
<wojci>
I use 'USERADD_PARAM:${PN} += "--system -M -d / --shell /sbin/nologin -U someuser' and then install -o someuser -g someuser from do_install:append() body. The result is that the output image has the installed files which are owned by another user. Any clues as to what is wrong here?
<LetoThe2nd>
ok, next stupid question. my custom image type creation needs qemu-img. how do I make it available? do_image_myimg[depends] += "qemu-native:do_populate_sysroot" doesn't seem to do the trick
<RP>
LetoThe2nd: qemu-system-native
<rburton>
i think you need qemu-system-native,
<rburton>
qemu-native is user-qemu only
<RP>
e.g. meta/classes-recipe/image_types.bbclass:CONVERSION_DEPENDS_qcow2 = "qemu-system-native"
<rburton>
i should finish the cleanup patches i had to tidy up the naming and recipes...
<rburton>
do i need a "it's in a branch" sticker?
<RP>
rburton: is it on a branch? :)
<rburton>
it is!
<RP>
rburton: see above :)
<LetoThe2nd>
RP: yup did the trick
mbulut has quit [Ping timeout: 248 seconds]
florian has quit [Quit: Ex-Chat]
<wojci>
landgraf, In my recipe I have a section called "do_install:append()" which installs some files which are added using file:// from the local directory.
<LetoThe2nd>
Ok I almost nailed it now. The last thing: my customized image happily builds, but the .qemuconf does not get updated upon subsequent runs, hence runqemu always refers to the first one. Any pointers?
bantu has quit []
bantu has joined #yocto
florian_kc has joined #yocto
<wojci>
landgraf, I had some unfortunate paramters to useradd which resultet in wrong permissions in my image.
<LetoThe2nd>
Shouldn't the qemuboot class always triggered?
<wojci>
landgraf, USERADD_PARAM:${PN} += "--system -M -d / --shell /sbin/nologin -U username" resultet in the files having wrong permissions. Changing to "--system -m -d /home/username --shell /sbin/nologin -U username" made the chmod work as it was supposed to.
ChristosG has joined #yocto
rob_w has quit [Remote host closed the connection]
<RP>
LetoThe2nd: it likely only triggers when its inputs change
<LetoThe2nd>
RP: sorry I don't get it. first bitbake image, all good. rerun bitable image, everything stays around, and a new version of my custom image time (with new timestamp) is added.
<LetoThe2nd>
so all the symlinks, everything is stuck on the original build. am I missing some dependency here?
<LetoThe2nd>
on a completely different note, should plymouth+x11 be functional on scarthgap x86?
cyxae has joined #yocto
ChristosG has quit [Quit: Client closed]
Slawek has joined #yocto
Daanct12 has quit [Quit: WeeChat 4.4.4]
<RP>
LetoThe2nd: I'd say yes, you're missing a dependency. In general we exclude "time" since it causes things to rebuild every time. It sounds like you're trying to add that back in
Xagen has joined #yocto
mckoan is now known as mckoan|away
leon-anavi has quit [Quit: Leaving]
ssweeny has quit [Quit: Gateway shutdown]
ssweeny has joined #yocto
Articulus has quit [Quit: Leaving]
ChristosG has joined #yocto
ChristosG has quit [Client Quit]
mbulut has joined #yocto
florian_kc is now known as florian
vnd has joined #yocto
<vnd>
Hey, my recipe is shipping old pre-built binary, just installing it directly in do_install.
<vnd>
In the recipe work folder it's still original.
<vnd>
But somehow binary in the final image is different, in particular readelf shows a lot of differences.
<vnd>
And the worst part, the one that ends up in rootfs crashes at runtime, unlike the original one.
<vnd>
Any ideas of what might be causing this? Stripping is explicilty disabled, yocto is dunfell.
<Slawek>
I don't have a solution, but I've had a similar issue. Discrepancy between work folders and what was in tmp/work and what was being deployed. I spent a lot of time troubleshooting it and eventually decided to call it a bug and I restarted my build from scratch (deleted the tmp/work folder). Hope you find a way around this though. Assume you've
<Slawek>
tried do_clean, do_cleanall, and even do_cleansstate?
<vnd>
I think yes, but let me try to do a cleanall and re-build just to be sure (will message here if it helps)
wojci has quit [Ping timeout: 252 seconds]
ChristosG has joined #yocto
<LetoThe2nd>
RP: yeah maybe
CrazyGecko has quit [Quit: Konversation terminated!]
othiman has joined #yocto
florian_kc has joined #yocto
florian has quit [Ping timeout: 252 seconds]
florian_kc is now known as florian
vnd has quit [Quit: Client closed]
goliath has quit [Quit: SIGSEGV]
ChristosG has quit [Quit: Client closed]
Sponge5 has joined #yocto
Sponge5 has quit [Client Quit]
rfuentess has quit [Remote host closed the connection]
hcg has joined #yocto
druppy has joined #yocto
<hcg>
Hi guys, I would like to add a udev rule for a kernel module - it is an in-tree module and built as a module. I have tried various methods, none of which were successful - can anyone provide some hints please?
mbulut has quit [Ping timeout: 265 seconds]
jmd has joined #yocto
mbulut has joined #yocto
druppy has quit [Ping timeout: 244 seconds]
mbulut has quit [Ping timeout: 252 seconds]
hcg has quit [Quit: Client closed]
Perflosopher0 has quit [Ping timeout: 276 seconds]
florian has quit [Ping timeout: 252 seconds]
Perflosopher0 has joined #yocto
florian has joined #yocto
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
druppy has joined #yocto
druppy has quit [Ping timeout: 264 seconds]
Kubu_work has joined #yocto
SlimeyX has joined #yocto
mischief has quit [Quit: WeeChat 4.4.3]
prabhakalad has quit [Ping timeout: 252 seconds]
druppy has joined #yocto
rvignesh_ has joined #yocto
Slawek has quit [Quit: Client closed]
rvignesh has quit [Ping timeout: 252 seconds]
g0hl1n has quit [Quit: Client closed]
ptsneves has quit [Ping timeout: 252 seconds]
mischief has joined #yocto
rvignesh_ has quit [Read error: Connection reset by peer]
rvignesh_ has joined #yocto
gyokhan has joined #yocto
<gyokhan>
Don't we have anyone around? I do not understand why no one
<gyokhan>
asks any question.
rvignesh has joined #yocto
cyxae has quit [Quit: cyxae]
rvignesh_ has quit [Ping timeout: 252 seconds]
<SlimeyX>
i have questions but not related
<gyokhan>
That's nice to see someone writing stuff :D I thought that I dont have network connection on my client app :D
gyokhan has quit [Ping timeout: 244 seconds]
gyokhan has joined #yocto
gyokhan has quit [Ping timeout: 252 seconds]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rvignesh_ has joined #yocto
rvignesh__ has joined #yocto
risca has quit [Quit: No Ping reply in 180 seconds.]
risca has joined #yocto
rvignesh has quit [Ping timeout: 272 seconds]
rvignesh has joined #yocto
rvignesh_ has quit [Ping timeout: 276 seconds]
rvignesh__ has quit [Ping timeout: 265 seconds]
risca has quit [Quit: No Ping reply in 180 seconds.]
risca has joined #yocto
goliath has joined #yocto
sotaoverride is now known as Guest4562
Guest4562 has quit [Killed (silver.libera.chat (Nickname regained by services))]
sotaover1ide is now known as sotaoverride
druppy has quit [Ping timeout: 264 seconds]
jmd has quit [Remote host closed the connection]
<khem>
folks asked questions but did not stay long enough here to get answers
ctraven has joined #yocto
GNUmoon has quit [Remote host closed the connection]