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
<RP> abelloni: it is a bug in our hash equivalence, I was joking since it was just a bit ironic it was your change which triggered us to see this issue
<paulg> fun fact - the 1st rtc driver was written in response to Alan Cox getting a two socket Pentium 90 (I think?) and implementing the 1st SMP support.
<paulg> prior to that we just did iopl() and inb/outb from luserspace directly to the rtc hardware - not really SMP safe...
<RP> paulg: what is wrong with that? :)
<RP> paulg: also see "leds are simple, they're on or off, how much more to it can there be?"
<paulg> what is depressing is that old source shows it was 1996 - so that was over a quarter of a century ago. :-/
codavi has quit [Ping timeout: 240 seconds]
sakoman has quit [Quit: Leaving.]
goliath has quit [Quit: SIGSEGV]
sakoman has joined #yocto
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #yocto
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tokamak has joined #yocto
Vonter has joined #yocto
Tokamak_ has joined #yocto
Tokamak has quit [Ping timeout: 256 seconds]
Vonter has quit [Ping timeout: 250 seconds]
Tokamak_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Vonter has joined #yocto
coldspark29 has quit [Ping timeout: 250 seconds]
coldspark29 has joined #yocto
agrue_ has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
agrue has joined #yocto
Tokamak has joined #yocto
sakoman has quit [Quit: Leaving.]
Tokamak has quit [Ping timeout: 250 seconds]
Tokamak has joined #yocto
amitk has joined #yocto
Tokamak_ has joined #yocto
Tokamak has quit [Ping timeout: 256 seconds]
otavio_ has joined #yocto
otavio has quit [Read error: Connection reset by peer]
amitk has quit [Ping timeout: 250 seconds]
Tokamak_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Vonter has quit [Ping timeout: 240 seconds]
amitk has joined #yocto
Vonter has joined #yocto
Vonter has quit [Ping timeout: 240 seconds]
xmn has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 240 seconds]
Thorn has joined #yocto
GNUmoon has quit [Ping timeout: 276 seconds]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
MaxC75 has joined #yocto
MaxC75 has quit [Quit: Client closed]
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
otavio_ has quit [Quit: leaving]
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
manuel1985 has quit [Ping timeout: 240 seconds]
goliath has joined #yocto
<wyre> hi guys, can be git tags used to set the PV and PN? 🤔
florian_kc has joined #yocto
<wyre> I was reading this http://www.embeddedlinux.org.cn/OEManual/recipes_versioning.html but maybe is a little outdated
florian_kc has quit [Ping timeout: 240 seconds]
Thorn has quit [Quit: Thorn]
Austriker has joined #yocto
lukma has quit [Ping timeout: 240 seconds]
<Austriker> Hi, I am having a problem with one of my apps that can't link to libomp.so.5. I have added libgomp to RDEPENDS of the recipe but it doesn't do the job. I am trying with DEPENDS. From what I understood OpenMP runtine is in libgomp. My recipe doesn't compile anything just extract binaries and install them. libgomp is already in the IMAGE_INSTALL but
<Austriker> I don't see in the device libomp.so
Vonter has quit [Ping timeout: 256 seconds]
lucaceresoli has quit [Remote host closed the connection]
lucaceresoli has joined #yocto
Thorn has joined #yocto
pnxs_ has quit [Remote host closed the connection]
florian_kc has joined #yocto
zyga-mbp has joined #yocto
Vonter has joined #yocto
Vonter has quit [Ping timeout: 256 seconds]
florian_kc has quit [Ping timeout: 250 seconds]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 260 seconds]
Vonter has joined #yocto
GNUmoon has joined #yocto
lucaceresoli has quit [Remote host closed the connection]
lucaceresoli has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
florian_kc has joined #yocto
lucaceresoli_ has joined #yocto
lucaceresoli has quit [Ping timeout: 240 seconds]
<abelloni> paulg: what is depressing is that it took 13 years to remove it ;)
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
Vonter has quit [Read error: Connection reset by peer]
Vonter has joined #yocto
* RP doesn't know what to do about the hashequiv issue :(
<abelloni> thank you ;)
<paulg> abelloni, deleting stuff can be more difficult than writing it. All the lurkers come crawling out of the woodwork, saying they still use driver XYZ on their old i386sx with less RAM than an average router etc etc.
dvorkindmitry has joined #yocto
<dvorkindmitry> why may I get this message: preferred version 5.4% of linux-at91 not available (for item kernel-module-ip-tables) ?
Vonter has quit [Ping timeout: 250 seconds]
JaMa has quit [Quit: reboot]
JaMa has joined #yocto
dvorkindmitry has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
florian_kc has quit [Ping timeout: 240 seconds]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
sakoman has joined #yocto
<JPEW> RP: is it a similar problem we had with -native?
<JPEW> I guess, native was because we were running programs and this is because of headers, so not quite the same?
<Austriker> Hi, I am having trouble understanding how to solve this error: QA Issue: -dev package contains non-symlink .so. I have tried adding the so the FILES_${PN} but I get non -dev package containing so. What is the best way to solve this ?
<marex> is oe (or with poky distro) gcc-sanitizers supposed to generate libasan.a on aarch64 ?
<marex> Austriker: look at the install .so files , ls -la , that should provide a hint
<marex> Austriker: basically fix the Makefile install target of the software package
<wyre> Do I need that https://www.yoctoproject.org/pipermail/yocto/2016-February/028687.html externalgitsrc class to use git tags for PV?
<Austriker> marex I did the ls -la in the image/usr/lib/ folder and the symlinks seems ok.
<marex> Austriker: then bitbake -e recipe and look at FILES:${PN} and FILES:${PN}-dev and see what ends where
<Austriker> marex the -dev package should contain the .so ? maybe I am missing the basics
<marex> Austriker: no, I dont think it should
<marex> it never hurts to have a look at one of the other oe-core recipes and compare what they do , when in doubt
florian_kc has joined #yocto
Vonter has quit [Quit: WeeChat 3.4]
Vonter has joined #yocto
dmoseley has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
manuel1985 has joined #yocto
goliath has quit [Quit: SIGSEGV]
Austriker has quit [Quit: Client closed]
<RP> JPEW: right, similar but different
<RP> JPEW: the solution may also be similar...
<JPEW> Ya. I have a few ideas we can think about
<JPEW> Might be easier to chat about on the Tuesday call?
xmn has joined #yocto
sakoman has quit [Quit: Leaving.]
goliath has joined #yocto
<RP> JPEW: That should be fine. I was wondering about doing what we did for natives but for things in the target sysroot
xmn has quit [Ping timeout: 256 seconds]
Tokamak has joined #yocto
florian_kc has joined #yocto
<marex> RP: hey uh, who is the go-to gcc person /wrt my libasan.a question ?
Tokamak has quit [Ping timeout: 240 seconds]
<RP> marex: khem or I :/
<RP> marex: and I don't know
Tokamak has joined #yocto
<marex> RP: well that's fine, I'll keep digging
<marex> RP: debian has that libasan.a , so I'll reread its gcc build rules
florian_kc has quit [Ping timeout: 240 seconds]
Austriker has joined #yocto
<Austriker> Hi, I am trying to add a init.d script. I have inherited update-rc.d and I have also added to FILES_PN ${sysconfdir} but when I go on the device the /etc/init.d/ folder doesn't exist. What I am missing ?
<marex> Austriker: do_install:append() to install the init script into /etc/init.d/ ?
<marex> git grep init.d and then git grep init in oe-core is a good starting point
<ziga_> I am trying to create a "makefile" example which is in some folder which is not part of Yocto. I created a recipe and used (a) inherit externalsrc, (b) EXTERNALSRC = <path to sources> (this path has "main.c" and "makefile" inside), (c) EXTERNALSRC_BUILD = <path to build folder>, (d) SRC_URI += "main.c makefile". Then a recipe has a "do_compile(){make}" task and that is it. When I run the recipe it complains: "do_fetch: Fetcher failure: Unable
<ziga_> to find file file://makefile" I tried removing SRC_URI -- in this case do_compile() runs and prints error: "make: *** No targets specified and no makefile found. Stop." How do I specify sources???
BobPungartnik has joined #yocto
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
JaMa2 has quit [Remote host closed the connection]
dtometzki has quit [Read error: Connection reset by peer]
GNUmoon has quit [Ping timeout: 276 seconds]
dtometzki has joined #yocto
Vonter has quit [Ping timeout: 256 seconds]
<Austriker> marex yes I did that also and ssh server is running on the device but /etc/init.d is not present. Is possible that's not there due to systemd ?
GNUmoon has joined #yocto
goliath has quit [Quit: SIGSEGV]
sakoman has joined #yocto
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
florian_kc has joined #yocto
Tokamak has joined #yocto
lucaceresoli_ has quit [Quit: Leaving]
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tokamak has joined #yocto
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
goliath has joined #yocto
tlwoerner_ has quit [Quit: Leaving]
tlwoerner has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
florian_kc has joined #yocto
xmn has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
behanw has joined #yocto
amitk has quit [Ping timeout: 240 seconds]
Austriker has quit [Ping timeout: 256 seconds]
Thorn has quit [Ping timeout: 250 seconds]
Thorn has joined #yocto
florian_kc has joined #yocto
bluelightning has quit [Ping timeout: 240 seconds]
Tokamak has joined #yocto
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
florian_kc has quit [Ping timeout: 240 seconds]
<halstead> The servers that host https://layers.openembedded.org/ and https://swatbot.yoctoproject.org/ rebooted unexpectedly earlier today and services did not come up automatically. Services are online and available now.
<halstead> I expect that the reboot was due to an automated migration to new physical hardware but I will need to look into it more before I can say for sure.
florian_kc has joined #yocto