Friday, 2019-06-07

*** RP <RP!~RP@5751f4a1.skybroadband.com> has quit IRC00:12
*** vineela <vineela!~vtummala@134.134.139.72> has quit IRC00:21
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC00:36
*** armpit <armpit!~armpit@2601:202:4180:c33:649f:275:809c:24d6> has quit IRC01:22
*** peacememories <peacememories!~textual@2a02:8388:8480:fd80:4586:6203:34b7:ac38> has quit IRC01:28
*** armpit <armpit!~armpit@2601:202:4180:c33:9501:8703:ab4:a59e> has joined #yocto01:34
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has quit IRC01:49
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has joined #yocto01:58
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has quit IRC03:45
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has joined #yocto03:54
*** agust <agust!~agust@p508B63E2.dip0.t-ipconnect.de> has joined #yocto05:06
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pmyqtfzrjocdymwb> has quit IRC05:13
*** tprrt <tprrt!~tprrt@upc31-1-78-208-110-13.fbx.proxad.net> has joined #yocto05:57
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto06:15
*** rsalveti <rsalveti!sid117878@gateway/web/irccloud.com/x-ccyusxstqyogzmgt> has quit IRC06:19
*** rsalveti <rsalveti!sid117878@gateway/web/irccloud.com/x-wpjkebfepqsnhkse> has joined #yocto06:19
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-ckwdklfvgfkczzqr> has quit IRC06:21
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-tqrlnxkaczieqmxe> has quit IRC06:22
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-fxsqodcxtnrczarz> has quit IRC06:23
*** jeanba <jeanba!~jbl@77.243.63.34> has joined #yocto06:24
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-gwkbwexlfmdzwdgo> has joined #yocto06:24
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-vqcywzelhgapzsnh> has joined #yocto06:24
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-qtwpuxijeklghzew> has joined #yocto06:24
*** jeanba <jeanba!~jbl@77.243.63.34> has left #yocto06:24
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has joined #yocto06:54
*** cvasilak <cvasilak!~cvasilak@2a02:587:8118:a100:2176:9f37:779a:a7bb> has joined #yocto07:01
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has joined #yocto07:15
*** gsalazar <gsalazar!~gsalazar@66.252.115.89.rev.vodafone.pt> has quit IRC07:16
*** mckoan|away is now known as mckoan07:21
*** opennandra <opennandra!~marek@178.115.245.23.static.drei.at> has joined #yocto07:33
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has left #yocto07:38
*** opennandra <opennandra!~marek@178.115.245.23.static.drei.at> has quit IRC07:41
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto07:49
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-buljnzdhuulgyoyo> has joined #yocto07:50
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto07:58
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has joined #yocto08:05
*** RP <RP!~RP@5751f4a1.skybroadband.com> has joined #yocto08:06
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto08:31
*** gsalazar <gsalazar!~gsalazar@66.252.115.89.rev.vodafone.pt> has joined #yocto08:38
qschulzWhy do we print a warning message when packaging a SW I have no dependency on is incompatible in terms of licensing?08:50
qschulze.g.: WARNING: cairo-1.14.12-r0 do_package: QA Issue: cairo-perf-utils has an incompatible license. Excluding from packaging. [incompatible-license]08:50
qschulzI do depend on cairo, but cairo, nowhere cairo-perf-utils, why would I care if cairo-perf-utils is not packaged?08:51
rburtonbecause bitbake doesn't know that you're never going to use cairo-perf-utils08:51
rburtonif you were doing a 'bitbake cairo' how would it know that you're never going to use the package?08:51
qschulzrburton: well, if I'd like to use the cairo-perf-utils package, I'd do `bitbake cairo-perf-utils`, not `bitbake cairo` right?08:55
rburtonno you wouldn't because you bitbake a recipe and cairo-perf-utils is a package generated by that package08:55
rburtonthe alternative is that bitbake silently makes packages disappear and you have no idea why the recipe says a package exists but it wasn't built.  i think i prefer the note.08:56
rburtonargh, "generated by that recipe"08:56
rburtontoo early08:56
qschulzah true, `bitbake recipe` not `bitbake package`08:56
qschulz:/08:57
qschulzrburton: my concern is that Yocto is pretty verbose already08:57
rburtonsilence the warning if you don't care08:58
qschulzand I'd like our users to actually care about the warning messages and tell us when they encounter one08:58
rburtonWARN_QA_remove = "incompatible-license"08:58
qschulzbecause currently they don't even look at it so it's counter-productive08:58
rburtonthe alternative is to bump most of the warnings to errors so you have to look at them08:58
rburton(but not this one)08:59
rburtonnote that poky makes more warnings fatal compared to bare oe-core for this reason08:59
qschulzinteresting08:59
rburtonWARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \09:00
rburton                    installed-vs-shipped ldflags pn-overrides rpaths staticdev \09:00
rburton                    unknown-configure-option useless-rpaths"09:00
rburtonWARN_QA_remove = "${WARN_TO_ERROR_QA}"09:00
rburtonERROR_QA_append = " ${WARN_TO_ERROR_QA}"09:00
rburtonsays poky.conf09:00
rburtonused to be more but i recently pushed the more useful ones to error in oe-core by default09:00
qschulzthis is new :)09:00
qschulzWe were hit by those changes pretty hard :D09:00
qschulzBut I'm happy to have had to fix them09:01
qschulzI see I also could do an INSANE_SKIP_${PN}-perf-utils += "incompatible-license"09:02
qschulzis there any difference at all? any better than the other?09:02
rburtonwhy would you care about the license warning in cairo and not other packages?09:04
rburtonif you don't care about that warning, make it go away entirely by removing from WARN_QA09:04
qschulzI try to avoid silencing on the global level09:05
rburtonfor that license there's an argument that's the right move: if you don't care about the warning, shut it up09:06
qschulzrburton: thanks a ton for your clear explanation09:07
qschulzalso for anyone wondering, it seems that if there is a QA issue detected by Yocto, if it's neither in WARN_QA nor in ERROR_QA, a bb.note is still raised (helpful in logs or when debugging), so it's not entirely silencing it, just making it discreet, which is an important piece of information for me at least09:13
*** litb <litb!~js@p5B2FDF8D.dip0.t-ipconnect.de> has joined #yocto09:17
litbhello folks09:17
litbmy yocto-created linux system boots when I'm using the .hddimg, which boots the linux as a live system, the rootfs will be put into RAM09:18
litbbut when I boot it using the .wic  (genericx86-derived machine with corei7-32 tune), then the kernel can't find the root filesystem.09:19
litband this only happens when I'm trying to boot from an USB-stick. when booting from an HDD, it works fine. I tried this with real machines and QEMU09:20
litbso, the kernel detects my USB-stick, the usb-storage driver outputs its "USB Mass Storage device detected" message. But I see *no* "sd: ..." lines, as it happens on my desktop system for the "/dev/sda" device to appear09:22
qschulzlitb: rootdelay or rootwait in the kernel command line09:22
qschulz(you need to add one of them)09:23
qschulz(rootdelay is the timeout in seconds before giving up mounting the rootfs, rootwait (no argument) is to say never timeout when trying to mount the rootfs)09:25
litbah, thanks!09:27
qschulzyou're lucky, I had the same issue beginning of this week :D09:28
litbxD09:28
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto09:43
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC09:47
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-zkhkekrbocaybbvp> has joined #yocto11:15
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC11:17
*** berton <berton!~berton@181.220.86.53> has joined #yocto11:46
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has quit IRC12:15
*** luckywho <luckywho!~quassel@49.207.50.14> has quit IRC12:21
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has joined #yocto12:28
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC12:30
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto12:31
*** elvispre <elvispre!~elvispre@2001:8b0:e0:884d:99db:5cdc:4b13:fabc> has quit IRC12:34
*** bradleyb <bradleyb!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto12:35
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC12:35
*** elvispre <elvispre!~elvispre@2001:8b0:e0:884d:99db:5cdc:4b13:fabc> has joined #yocto12:43
*** yann <yann!~yann@85.118.38.73> has joined #yocto12:58
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC12:59
JPEWAnyone else seeing qemu hang indefenitly as part of PGO in python do_compile?13:03
*** geissonator <geissonator!~geissonat@32.97.110.52> has joined #yocto13:04
RPJPEW: no...13:07
JPEWIt's new since I rebased on master yesterday. I'll try to bisect it13:08
litbis there a more lightweight way to have a layer-index, without installing the dejango webapp?13:11
litbi.e something like just a plain folder with subfolders for each layer or something?13:11
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC13:11
RPlitb: I think you might misunderstand what the layer index is. It is a web app which shows a collection of layers in a web interface13:14
litbRP, ah i see. Because "bitbake-layers layerindex-fetch" can be used to fetch a layer including its dependencies, I thought that a layer-index is a somewhat more lower-level thing13:15
litblike a structured repository/database of layers of a notion of dependency, or something13:16
RPlitb: it is that but layers do have dependency information in them13:17
RPlitb: the harder part is that a layer wouldn't list where those dependencies come from which is where the index can help13:17
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has quit IRC13:21
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has quit IRC13:25
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC13:26
*** yacar_ <yacar_!~yacar@80.214.23.119> has joined #yocto13:29
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto13:29
*** vineela <vineela!~vtummala@134.134.139.76> has joined #yocto13:42
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto13:44
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has joined #yocto13:46
litbit appears to me that _append and _prepend are subtly different from += and =+ in that  _append and _prepend are evaluated after parsing all files by bitbake, but  += and =+ are evaluated right at that point during parse?13:50
*** vineela <vineela!~vtummala@134.134.139.76> has quit IRC13:50
litbI've nowhere read about that subtlety, but sometimes, I read notes like "Because of internals of bitbake, here you can only use _append, not +=" and the like.13:51
JPEWlitb: https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#appending-and-prepending13:53
litbahh I see! My book "Embedded Linux Systems using the Yocto Project" doesn't mention this at all!13:55
*** luckywho <luckywho!~quassel@103.252.26.82> has joined #yocto13:55
RPlitb: have a look at the bitbake manual14:00
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC14:03
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto14:03
litbreally cool. Next I guess I'll need to make the fstab use UUIDs instead of /dev/sdX, to make booting from USB-stick reliable. sounds like bbappending base-files is in order14:06
JPEWRP: I didn't see any patches for the bitbake "multiconfig" rename14:10
JPEW(on the ML that is)14:11
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has joined #yocto14:13
*** cvasilak <cvasilak!~cvasilak@2a02:587:8118:a100:2176:9f37:779a:a7bb> has quit IRC14:17
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has quit IRC14:37
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has joined #yocto14:38
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has quit IRC14:55
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC14:56
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has joined #yocto14:56
*** Tamis <Tamis!504e056a@gateway/web/freenode/ip.80.78.5.106> has quit IRC14:57
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has left #yocto14:58
*** litb <litb!~js@p5B2FDF8D.dip0.t-ipconnect.de> has quit IRC15:08
*** gsalazar <gsalazar!~gsalazar@66.252.115.89.rev.vodafone.pt> has quit IRC15:13
*** gsalazar <gsalazar!~gsalazar@66.252.115.89.rev.vodafone.pt> has joined #yocto15:16
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has quit IRC15:19
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto15:20
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC15:25
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has quit IRC15:27
*** tprrt <tprrt!~tprrt@upc31-1-78-208-110-13.fbx.proxad.net> has quit IRC15:28
*** yacar_ <yacar_!~yacar@80.214.23.119> has quit IRC15:33
RPJPEW: I was testing then was going to post15:46
JPEWOK15:47
RPJPEW: sent now15:48
* armpit should be mc-hammer... pictures RP in those pants dancing15:52
RParmpit: with the UK<->US translation of pants this isn't good ;-)15:52
armpittrousers better15:53
* LetoThe2nd blasts https://www.youtube.com/watch?v=tFelfYq3zpQ15:55
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto16:02
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC16:21
*** yann <yann!~yann@85.118.38.73> has quit IRC16:25
*** mckoan is now known as mckoan|away16:26
*** bradleyb is now known as radsquirrel16:27
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto16:29
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC16:32
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has quit IRC16:32
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto16:35
kanavin_RP: I tried to upgrade gettext, it's a mess :( We should probably wait until desktop distros do it, and take their patches16:43
kanavin_what gettext upstream did, they removed many of the m4 macros (because 'no one would need to use them' I guess), and this breaks other components16:43
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC16:45
RPkanavin_: hmm, I guess we could cheat and just patch them back in for now16:47
RPkanavin_: date/time issue was well spotted btw, I wondered what the common denominator was between those failures16:50
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has joined #yocto16:54
kanavin_RP: nice weekend to you, going for dinner :)16:58
RPkanavin_: you too! (and me too!)16:59
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC17:00
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has quit IRC17:10
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto17:11
*** geissonator <geissonator!~geissonat@32.97.110.52> has quit IRC17:17
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto17:26
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-zkhkekrbocaybbvp> has quit IRC17:28
*** geissonator <geissonator!~geissonat@32.97.110.52> has joined #yocto17:30
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has joined #yocto17:40
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has joined #yocto17:41
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-buljnzdhuulgyoyo> has quit IRC18:00
yoctiNew news from stackoverflow: Yocto - Create and populate a separate /home partition <https://stackoverflow.com/questions/56187209/yocto-create-and-populate-a-separate-home-partition>18:16
Striking7Odd - that was asked, and answered, on May 17. The last comment added was also on May 17. Why is that just now showing up in this chatroom?18:20
*** yann <yann!~yann@lfbn-1-3372-5.w90-127.abo.wanadoo.fr> has joined #yocto18:20
*** leitao <leitao!~leitao@2620:10d:c092:200::1:7857> has quit IRC18:35
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC18:49
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto19:32
*** peacememories <peacememories!~textual@t197-069.demo.tuwien.ac.at> has quit IRC20:00
yannhm, I'm a bit lost with how popuplate_sysroot is supposed to work20:11
yannwith recipe at https://pastebin.com/2kT1zpMN, "bitbake depot-tools-native -c populate_sysroot" produces expected contents in tmp/work/x86_64-linux/depot-tools-native/git-r0/sysroot-destdir/usr/share/ but the sysroot-providers/ dir is really in tmp/work/x86_64-linux/depot-tools-native/git-r0/sysroot-destdir/$PWD/tmp/work/x86_64-linux/depot-tools-native/git-r0/recipe-sysroot-native/sysroot-providers/depot-tools-native20:14
yannas if the sysroot-destdir path was prepended to expected path, but it's not like if I had messed with those myself :)20:15
kergoththat's expected, afaik. native.bbclass sets prefix to a full absolute path in tmpdir20:27
kergothso any paths taht include that will be deeply nested20:27
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC20:28
*** geissonator <geissonator!~geissonat@32.97.110.52> has quit IRC21:07
*** berton <berton!~berton@181.220.86.53> has quit IRC21:19
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC21:32
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC21:33
moto-timoI'm working on moving scons (python-scons python-scons-native scons.bbclass) to python3. any reason to keep the python2 version around?21:51
moto-timoor should I just drop the python2 version.21:51
*** agust <agust!~agust@p508B63E2.dip0.t-ipconnect.de> has quit IRC22:01
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-niswkiueszncggfe> has joined #yocto22:19
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto22:26
armpitdrop it22:28
armpitif anyone want the py2 version we can create meta-python2 on OE for that22:28
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC22:29
armpitsomething like meta-glv222:32
* armpit hmm?? gplv222:32
moto-timoarmpit: can you comment on the patch series on the ML or on the bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=1338123:55
yoctiBug 13381: normal, Undecided, 2.8 M2, timothy.t.orling, IN PROGRESS REVIEW , SCons should migrate to Python 323:55
moto-timothanks!23:55
moto-timo(BTW, it installs /usr/bin/scons so it will conflict if both py2 and py3 are installed. even more reason to drop it)23:56

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!