davidinux has quit [Read error: Connection reset by peer]
<mckoan>
good morning
<Etheryon>
mornig!
<Etheryon>
started my day with a typo, nice
davidinux has joined #yocto
rfuentess has joined #yocto
tnovotny has joined #yocto
ekathva has quit [Ping timeout: 250 seconds]
tgamblin has quit [Ping timeout: 250 seconds]
<Tamis>
good morning to all!
tgamblin has joined #yocto
mvlad has joined #yocto
argonautx has joined #yocto
<mihai>
ahoy
<qschulz>
o/
Portia[m] has quit [Quit: You have been kicked for being idle]
<michaelo>
Hi RP. Yes, you can merge yocto-docs "master-next" into "master". Thanks!
ekathva has joined #yocto
<RP>
michaelo: done :)
cb5r has joined #yocto
<dacav>
Hi. My conf/machine/${machine}.conf defines SERIAL_CONSOLES ?= "115200;ttyAMA0". For $reasons I'd like to influence that value for a single build. The following does not do what I expect: `SERIAL_CONSOLES="115200;ttyS0" bitbake -e $image | grep SERIAL_CONSOLES`
<dacav>
Any clue on why?
florian has joined #yocto
<kroon>
dacav, probably because bitbake prunes the environment. there is an "allow" list you can poke at
<dacav>
an allow list huh?
<dacav>
I can't see any in my codebase. I'll check the reference.
<michaelo>
Thanks RP :)
florian_kc has joined #yocto
<rburton>
dacav: write that value to conf/auto.conf, do the bitbake, delete conf/auto.conf
<dacav>
rburton: thanks
<dacav>
kroon: also thanks
<dacav>
rburton: I'm not familiar with auto.conf, and I couldn't find it on the reference manual either. How is it different by local.conf?
<NurettinTopalak>
It is my first time to enter yocto chat and i have a question about yocto project. Can we share our questions directly here?
marek has joined #yocto
<marek>
Hello, I'm not sure what doing wrong but on honister when following ref manual to set password for root, make image build but then I cannot login with pasword
<marek>
any ideas?
ekathva has quit [Ping timeout: 256 seconds]
<NurettinTopalak>
In Yocto project, built my project which is running on Raspbian OS. When i run executable, i get half FPS compared to executable running on Raspbian OS.
<NurettinTopalak>
I use Libedgetpu1-std, Tensorflow-lite 2.4.0 on Raspbian and Libedgetpu 2.5.0, Tensorflow-lite 2.5.0 on Yocto.
<NurettinTopalak>
Thinking that the problem is that the versions or configurations of the libraries are not the same, i followed these steps:
<NurettinTopalak>
I ran the executable which i built in Raspbian directly in the runtime of the Yocto project.(I have set the required library versions to the same library versions available in raspbian for it to work in runtime.)
<NurettinTopalak>
But i still got low FPS. Here is how i calculate that i get half the FPS:
<NurettinTopalak>
I am using TFLite's interpreter invoke function. I set a timer when entering and exiting the function, i calculate FPS over it. I can exemplify like this:
<NurettinTopalak>
Timer_Begin();
<NurettinTopalak>
m_tf_interpreter->Invoke();
<NurettinTopalak>
Timer_End();
<NurettinTopalak>
Somehow i think the Interpreter Invoke function is running slower on the Yocto side. I checked Kernel versions, CPU speeds, /boot/config.txt contents, USB power consumes of Raspbian and Yocto. However, I couldn't catch anything from anywhere.
<NurettinTopalak>
Note : Using RPI4 and Coral-TPU(Plugged into USB 2.0).
NurettinTopalak has quit [Quit: Client closed]
prabhakarlad has quit [Quit: Client closed]
NurettinTopalak has joined #yocto
rob_w has quit [Remote host closed the connection]
<qschulz>
and specifically to escape the dollar sign?
<marek>
qschulz: yes exactly all is done generate hash, escape $ but still not sucecss
osama has quit [Ping timeout: 256 seconds]
<qschulz>
and you put this code inside the image recipe you're building right?
prabhakarlad has joined #yocto
<marek>
qschulz: I've put it to image recipe
NurettinTopalak has quit [Quit: Client closed]
<marek>
qschulz: like that: ```inherit core-image
<marek>
inherit extrausers
<marek>
+PASSWD="\$5\$kW2R3m5rszxTDSd\$1325"
<marek>
+
<marek>
+ EXTRA_USERS_PARAMS = "\
<marek>
+ usermod -p '${PASSWD}' root; \
<marek>
"```
<marek>
1325 is just replacement for hash
<marek>
I checked same string as in PASSWD is added to /etc/shadow for root user
kroon has quit [Remote host closed the connection]
mckoan is now known as mckoan|away
<RP>
marek: is this that ssh for root is disabled by default or similar?
florian_kc has quit [Ping timeout: 272 seconds]
marek has quit [Ping timeout: 256 seconds]
kroon has joined #yocto
GNUmoon has joined #yocto
florian_kc has joined #yocto
marek has joined #yocto
<marek>
qschulz: maybe it really regression?
osama has joined #yocto
osama1 has joined #yocto
osama has quit [Ping timeout: 240 seconds]
<qschulz>
marek: how are you testing the root login? through the console or ssh?
<marek>
qschuld: console
<qschulz>
marek: can you check with a password that uses keys whose location are identical whatever the keyuboard layout is?
<marek>
qschulz : using only ascii chars and letters only no special characters
<qschulz>
marek: typing qwerty on a French keyboard won't output the same thing depending on the layout the system has picked for the keyboard
<marek>
qschuIz: have password root :)
<marek>
so keyboard layout is not case here ;)
<qschulz>
marek: can you run bitbake-getvar EXTRA_USERS_PARAMS on the image recipe?
<qschulz>
Wondering if PASSWD is redefined somewhere else before EXTRA_USERS_PARAMS is resolved?
<qschulz>
honestly I don't know
<marek>
qschulz: But same string as in $PASSWD is stored in /etc/shadow
<marek>
in final rootfs
<qschulz>
marek: then an issue with getty not allowing root login somehow?
<marek>
qschulz: I'm using systemd
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
kroon has quit [Quit: Leaving]
troth has quit [Quit: Leaving.]
sakoman has joined #yocto
whuang0389 has joined #yocto
<whuang0389>
hi, does anyone know what the command is to generate a diff on a non git-indexed file? For context, there's a boot.cmd.in file in a recipe provided by the BSP. I would like to patch that file instead of overwriting it in my recipe
<river>
diff -Naur i think
<whuang0389>
tysm!
lucaceresoli has joined #yocto
tlwoerner_ has quit [Remote host closed the connection]
tlwoerner_ has joined #yocto
troth has joined #yocto
_wmills has joined #yocto
dgriego_ has joined #yocto
argonautx_ has joined #yocto
Dracos-Carazza_ has joined #yocto
yocti` has joined #yocto
Net147_ has joined #yocto
aardo has joined #yocto
woky_ has joined #yocto
locutusofborg_ has joined #yocto
rperier_ has joined #yocto
barometz_ has joined #yocto
rfs613- has joined #yocto
mckoan_ has joined #yocto
marc2 has joined #yocto
SSmoogen has joined #yocto
sakoman has quit [*.net *.split]
argonautx has quit [*.net *.split]
Dracos-Carazza has quit [*.net *.split]
Ebeneezer_Smooge has quit [*.net *.split]
tangofoxtrot has quit [*.net *.split]
ardo has quit [*.net *.split]
lexano has quit [*.net *.split]
yocti has quit [*.net *.split]
dgriego has quit [*.net *.split]
Net147 has quit [*.net *.split]
wmills has quit [*.net *.split]
marc1 has quit [*.net *.split]
LocutusOfBorg has quit [*.net *.split]
rfs613 has quit [*.net *.split]
barometz has quit [*.net *.split]
rperier has quit [*.net *.split]
woky has quit [*.net *.split]
mckoan|away has quit [*.net *.split]
SSmoogen is now known as Ebeneezer_Smooge
tangofoxtrot has joined #yocto
whuang0389 has quit [Ping timeout: 256 seconds]
sakoman has joined #yocto
lexano has joined #yocto
ecdhe_ has quit [Ping timeout: 256 seconds]
Tamis has quit [Quit: Client closed]
pasherring has joined #yocto
<pasherring>
Hey there! Could anyone share a tip on how to enable clipboard sharing when running the runqemu? :)
<RP>
Does anyone remember why python3 depends on util-linux?
osama1 has quit [Read error: Connection reset by peer]
<rburton>
one of the libraries?
<rburton>
uuid, maybe
<RP>
rburton: could be
<RP>
rburton: so it could probably use util-linux-libuuid now?...
<rburton>
maaaybe
<rburton>
remove it, see what breaks :)
<RP>
rburton: it just broke with uuid for target :)
rfuentess has quit [Remote host closed the connection]
florian has quit [Quit: Ex-Chat]
<rburton>
RP: sent part 1 of my python fixes
florian_kc has quit [Ping timeout: 256 seconds]
tnovotny has quit [Quit: Leaving]
<sgw>
RP: dumb question, maybe related to reproducible builds, but why does pkgdata have file dates in the past (and how are they generated). This is from clean sstate builds. I am trying to debug kernel sbom issues and keep seeing pkgdata with old dates (I thought it was sstate at first)
<RP>
rburton: looks like some nice cleanup thanks
<rburton>
RP: part 2 is more invasive :)
<RP>
sgw: we clamp the files to SOURCE_DATE_EPOCH
<RP>
rburton: I feared that and am trying not to think about it
<rburton>
RP: it mostly removes complication!
<RP>
rburton: I like doing that
* RP
is hoping people enjoy some speedup with the sysroot cleaning patches
<sgw>
RP: Ok that helps, I thought I was lost my mind (but I am sure you already know I have).