ChanServ 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 (2021.11) Nov 30 - Dec 2, 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
roussinm has quit [Ping timeout: 250 seconds]
GNUmoon has joined #yocto
mickeypash has quit [Quit: Connection closed]
vmeson has quit [Quit: Konversation terminated!]
vmeson has joined #yocto
starblue has quit [Ping timeout: 240 seconds]
starblue has joined #yocto
roussinm has joined #yocto
sielicki has joined #yocto
jmiehe has quit [Quit: jmiehe]
jclsn76 has joined #yocto
jclsn7 has quit [Ping timeout: 240 seconds]
jclsn76 is now known as jclsn7
Thorn has quit [Ping timeout: 240 seconds]
Thorn has joined #yocto
amitk has joined #yocto
goliath has joined #yocto
kroon has joined #yocto
alessioigor has joined #yocto
GNUmoon has quit [Ping timeout: 240 seconds]
alessioigor has quit [Client Quit]
goliath has quit [Quit: SIGSEGV]
roussinm has quit [Quit: WeeChat 3.3-dev]
puru29 has joined #yocto
puru29 has quit [Client Quit]
davidinux has quit [Ping timeout: 272 seconds]
davidinux has joined #yocto
rob_w has joined #yocto
Etheryon has joined #yocto
Etheryon has quit [Client Quit]
Etheryon has joined #yocto
Etheryon has quit [Client Quit]
Etheryon has joined #yocto
ekathva has joined #yocto
tre has joined #yocto
osama4 has joined #yocto
osama has joined #yocto
osama4 has quit [Ping timeout: 272 seconds]
sakoman has quit [Quit: Leaving.]
Tamis has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
mckoan|away is now known as mckoan
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?
<rburton> dacav: intention is its more for auto-generated config, whereas local.conf is your hand-crafted file. underlying infrastructure is identical: https://github.com/openembedded/openembedded-core/blob/master/meta/conf/bitbake.conf#L815
<dacav> I see. Thanks
goliath has joined #yocto
starblue has quit [Ping timeout: 272 seconds]
starblue has joined #yocto
NurettinTopalak has joined #yocto
<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> The libraries i use:
<NurettinTopalak>     OpenCV
<NurettinTopalak>     Tensorflow-Lite, Flatbuffer, Libedgetpu
<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> marek: did you follow the instructions from here: https://docs.yoctoproject.org/ref-manual/classes.html#extrausers-bbclass ?
starblue has quit [Ping timeout: 256 seconds]
<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 :)
Minvera has joined #yocto
tre has quit [Remote host closed the connection]
rfs613- is now known as rfs613
<rfs613> pasherring: I don't know if there is existing integration in yocto.
<vd> Is it expected that CONVERSION_DEPENDS_foo uses underscore rather than : like CONVERSION_CMD:foo?
<rburton> yes, they're not overrides
<vd> ok
<dv__> when building core-image-weston, the ethernet adapter isn't automatically given a DHCP IO
<dv__> *IP
<dv__> is this no longer automatically done in core images?
<dv__> it was done in dunfell images from what I recall, but in current master, it doesn't
locutusofborg_ is now known as LocutusOfBorg
LocutusOfBorg has quit [Changing host]
LocutusOfBorg has joined #yocto
<RP> kanavin: is perlcross-native needed at runtime for perl-native?
angolini has joined #yocto
<qschulz> marek: ^ that was meant for you I think
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).
<RP> sgw: I'd probably think of glass houses ;-)
<khem> Stream based distribution for Automotive
Etheryon has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jmiehe has joined #yocto
<kanavin> RP: I do not think so. It's a set of build time configuration files that is copied over the perl source tree at build time.
<kanavin> khem, yeah, after they failed to displace yocto head-on :)
roleary has joined #yocto
<roleary> Hi Yocto project! I'm new. When does a change like https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg80232.html typically make it into the dunfell branch?
<RP> kanavin: that is what I thought. We should probably make the sysroot code skip it...
roleary has quit [Ping timeout: 256 seconds]
roleary has joined #yocto
lucaceresoli has quit [Quit: Leaving]
roleary has quit [Ping timeout: 256 seconds]
<khem> finally seing meta-openembedded world builds go from red to orange https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1482 phew
<khem> once the setupttools_legacy changes merge into oe-core then we can turn it into green
<alimon> RP: hey for SWAT related things my email at Linaro is not available, I changed job, who could update the email? is limon.anibal at gmail.com
jmiehe1 has joined #yocto
jmiehe has quit [Ping timeout: 252 seconds]
jmiehe1 is now known as jmiehe
dtometzki has quit [Quit: ZNC 1.8.2 - https://znc.in]
jmiehe has quit [Ping timeout: 252 seconds]
florian_kc has joined #yocto
cb5r has quit [Quit: cb5r]
cb5r has joined #yocto
ecdhe has joined #yocto
pasherring has quit [Quit: Leaving]
xmn has quit [Ping timeout: 256 seconds]
florian_kc is now known as florian
florian has quit [Ping timeout: 240 seconds]
cb5r has quit [Ping timeout: 256 seconds]
florian has joined #yocto
argonautx_ has quit [Quit: Leaving]
florian has quit [Ping timeout: 272 seconds]
kevinrowland has joined #yocto
florian has joined #yocto
mihai has quit [Quit: Leaving]
mvlad has quit [Remote host closed the connection]
Thorn has quit [Ping timeout: 240 seconds]
amitk has quit [Ping timeout: 256 seconds]
Thorn has joined #yocto
manuel1985 has quit [Ping timeout: 268 seconds]
Minvera has quit [Remote host closed the connection]
jmiehe has joined #yocto
florian has quit [Ping timeout: 256 seconds]
aardo has quit [Quit: ZNC 1.8.2 - https://znc.in]
ardo has joined #yocto
marek has quit [Ping timeout: 256 seconds]
Herrie has quit [Ping timeout: 256 seconds]
Herrie has joined #yocto
xmn has joined #yocto
xmn has quit [Ping timeout: 240 seconds]
cb5r has joined #yocto
cb5r has quit [Remote host closed the connection]
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
ardo has quit [Read error: Connection reset by peer]
Herrie has quit [Ping timeout: 240 seconds]
fitzsim has quit [Ping timeout: 256 seconds]
ardo has joined #yocto
starblue has joined #yocto
<RP> alimon: abelloni is the person, thanks!