tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
davidinux has joined #yocto
rfried has quit [Ping timeout: 245 seconds]
rfried has joined #yocto
Ablu has quit [Ping timeout: 246 seconds]
Ablu has joined #yocto
Notgnoshi has joined #yocto
nots has quit [Ping timeout: 246 seconds]
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
jclsn has quit [Ping timeout: 245 seconds]
jclsn has joined #yocto
amitk has joined #yocto
Vonter has joined #yocto
otavio has quit [Ping timeout: 246 seconds]
dgriego has quit [Ping timeout: 264 seconds]
dgriego has joined #yocto
amitk_ has joined #yocto
amitk has quit [Ping timeout: 246 seconds]
Vonter has quit [Ping timeout: 246 seconds]
Vonter has joined #yocto
otavio has joined #yocto
Vonter has quit [Ping timeout: 245 seconds]
zkrx has quit [Ping timeout: 246 seconds]
zelgomer has quit [Remote host closed the connection]
zkrx has joined #yocto
zelgomer has joined #yocto
davidinux has quit [Ping timeout: 245 seconds]
davidinux has joined #yocto
sakoman has quit [Quit: Leaving.]
Vonter has joined #yocto
Lihis has quit [Quit: Quitting]
Lihis has joined #yocto
Vonter has quit [Ping timeout: 246 seconds]
LocutusOfBorg has quit [Read error: Connection reset by peer]
LocutusOfBorg has joined #yocto
Vonter has joined #yocto
beneth has quit [Read error: Connection reset by peer]
Vonter has quit [Ping timeout: 240 seconds]
goliath has joined #yocto
vladest has quit [Ping timeout: 245 seconds]
Vonter has joined #yocto
alessioigor has joined #yocto
mckoan|away is now known as mckoan
Vonter has quit [Ping timeout: 245 seconds]
prabhakarlad has joined #yocto
beneth has joined #yocto
zpfvo has joined #yocto
florian__ has joined #yocto
zpfvo has quit [Ping timeout: 246 seconds]
frieder has joined #yocto
zpfvo has joined #yocto
xmn has quit [Ping timeout: 246 seconds]
Kubu_work has joined #yocto
el_gatito has joined #yocto
prabhakarlad has quit [Quit: Client closed]
florian__ has quit [Ping timeout: 260 seconds]
AndreRicardo has joined #yocto
Vonter has joined #yocto
<LetoThe2nd>
yo dudX
florian has joined #yocto
khem has joined #yocto
shoragan[m] has joined #yocto
barath has joined #yocto
argonautx[m] has joined #yocto
macpijan[m] has joined #yocto
linex[m] has joined #yocto
Peter[m] has joined #yocto
klesk[m] has joined #yocto
tomas[m] has joined #yocto
glgspg[m] has joined #yocto
falk0n[m] has joined #yocto
expert[m] has joined #yocto
PratikP[m] has joined #yocto
mborzecki has joined #yocto
leon-anavi has joined #yocto
AndreRicardo has quit [Ping timeout: 246 seconds]
Salamandar has joined #yocto
mrybczyn[m] has joined #yocto
Vonter has quit [Ping timeout: 245 seconds]
florian has quit [Remote host closed the connection]
jetm has joined #yocto
jetm has quit [Client Quit]
prabhakarlad has joined #yocto
florian has joined #yocto
prabhakarlad has quit [Client Quit]
florian has quit [Remote host closed the connection]
Guest62 has joined #yocto
<Guest62>
hello
<Guest62>
just a little bit stumped here: after following the instructions on the yocto manual, the resultig kernel module will simply not load with the error: disagrees about version of symbol module_layout in dmesg
jetm has joined #yocto
<Guest62>
the platform is a jetson xavier NX.
<Guest62>
the hello.ko in meta-skeleton has the same problem
<Guest62>
just running out of ideas on what to try next
<Guest62>
any suggestion appreciated
<LetoThe2nd>
Guest62: the tegra stuff is often special. I'd suggest to ask in their chat at https://app.gitter.im/#/room/#OE4T_community:gitter.im
<Guest62>
question: is there a particular line to include in a kernel module recipe that would ensure it does compile against the right version of the kernel if the kernel recipe is not in the standard poky/ directory?
<mcfrisk>
Guest62: it's not a kernel module problem to select the correct kernel, it's a distro and machine configuration problem. Thus make sure correct kernel is selected at machine and distro level, then rest will follow.
<amsobr>
on kirkstone, is it possible to mask a systemd service via presets / SYSTEMD_AUTO_ENABLE:${PN}? Or do I need to use a pkg_postinst:${PN} to achieve that?
<amsobr>
just checking if there's a "builtin" way to do it :)
<rburton>
amsobr: you can disable, but maybe that variable should take more options to be more flexible
<amsobr>
thanks!
kpo has joined #yocto
ezulian has quit [Remote host closed the connection]
jetm has joined #yocto
philmd has joined #yocto
kpo has quit [Quit: Konversation terminated!]
kpo has joined #yocto
kpo has quit [Client Quit]
Herrie has quit [Ping timeout: 244 seconds]
kpo has joined #yocto
Herrie has joined #yocto
Guest98 has joined #yocto
efeschiyan has joined #yocto
jetm- has joined #yocto
kpo has quit [Read error: Connection reset by peer]
kpo has joined #yocto
jetm- has quit [Client Quit]
jetm- has joined #yocto
kpo has quit [Remote host closed the connection]
kpo has joined #yocto
sa7mfo has quit [Read error: Connection reset by peer]
jetm- has quit [Client Quit]
sa7mfo has joined #yocto
zkrx has joined #yocto
rber|res has quit [Ping timeout: 245 seconds]
sa7mfo has quit [Read error: Connection reset by peer]
<PratikP[m]>
Hello Team, I am planning to rename root user to another name (something like "xyz"), how can I achieve that?
<PratikP[m]>
I have tried to delete the root user and added new "xyz" user with uid and uid 0 in core-image-minimal using "inherit_extrausers". I am able to do all operations, but before that, I have to run "su" command.
<PratikP[m]>
Is there any other way to add new user with all root privileges?
|Xagen has joined #yocto
Xagen has quit [Ping timeout: 260 seconds]
<LetoThe2nd>
PratikP[m]: that does not make too much sense to me. why do you want to add a user that essentially behaves like root, but should not be root?
<LetoThe2nd>
PratikP[m]: if you want root, i suggest you use root. for others, add them as needed with as little privileges as possible.
<LetoThe2nd>
(general best practise, not Yocto related even)
|Xagen has quit [Ping timeout: 260 seconds]
RobertBerger has joined #yocto
mckoan is now known as mckoan|away
rber|res has quit [Ping timeout: 252 seconds]
alessioigor has quit [Quit: alessioigor]
RobertBerger has quit [Remote host closed the connection]
alessioigor has joined #yocto
<PratikP[m]>
LetoThe2nd: I have the requirement to change the name of root user.
<RP>
kergoth_: I just came across some patches I think we talked about but which we never merged, I think one of your bitbake branches. I just posted them on the list. Were these meant to be merged?
philmd- has quit [Read error: Connection reset by peer]
jetm- has quit [Read error: Connection reset by peer]
<pasherring>
Hey all :) Is it possible to overwrite some PACKAGECONFIG[thething] from a .conf file? I tried PACKAGECONFIG_pn-target-component[thething] = ",,," , but inspecting the environment, it doesn't work as expected
<pasherring>
(well, as I expected. Clearly bitbake expects something else)
<rburton>
pasherring: not 100% sure that overrides and flags work together like that. use a bbappend, that's what they're for.
tepperson has quit [Quit: Client closed]
mvlad has quit [Remote host closed the connection]
<khem>
sakoman: yt ?
amitk_ has quit [Ping timeout: 245 seconds]
chep has quit [Read error: Connection reset by peer]
ray-san has joined #yocto
chep has joined #yocto
tgamblin has quit [Read error: Connection reset by peer]
tgamblin_ has joined #yocto
florian__ has joined #yocto
<pasherring>
rburton, thanks! That is clearly the right solution! When one tends to complicate things, this is the usual result
<khem>
usually you have a target recipe and use BBCLASSEXTEND = "native" inside it to get the native variant which means you have both types of recipes
<khem>
but if you have have specifically written -native recipe for python3-ensurepip then you might want to take a closer look at that recipe and construct a recipe for target
<khem>
maybe there are quite a bit of differences for a target vs native case for this package
<Xagen>
i can't find any recipes for python3-ensurepip at all
<mischief>
when i looked at ensurepip the other day (to delete it!) it was part of python3-misc package, created by the python3 recipe.
<mischief>
removing ensurepip (which also seems to have a copy of setuptools) saves 3.2M from our image. :-)
otavio_ has joined #yocto
otavio has quit [Ping timeout: 246 seconds]
sakoman has quit [Quit: Leaving.]
florian__ has quit [Ping timeout: 250 seconds]
lexano has quit [Ping timeout: 246 seconds]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
florian has joined #yocto
lexano has joined #yocto
sakoman has joined #yocto
<sakoman>
khem: back in the office now, sorry I missed you
florian has quit [Ping timeout: 245 seconds]
xmn has quit [Ping timeout: 260 seconds]
<khem>
sakoman: still around ?
<khem>
I was looking into the testsuites issue you mentioned
<khem>
so is cc1 running on host i.e. cross compiling or inside qemu