*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 00:04 | |
*** zauberstuhl <zauberstuhl!~lukas@mail.zauberstuhl.de> has joined #yocto | 00:16 | |
zauberstuhl | hi, is there an alternative for cleaning multiple recipes? since bitbake -c cleansstate gem-* isn't working | 00:19 |
---|---|---|
-YoctoAutoBuilder- build #1032 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/1032 | 00:20 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 00:21 | |
*** stephano <stephano!~stephano@134.134.139.82> has quit IRC | 00:23 | |
*** stephano <stephano!~stephano@134.134.139.82> has joined #yocto | 00:23 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto | 00:28 | |
*** phoo1234567 <phoo1234567!~phoo12345@c-75-69-172-183.hsd1.nh.comcast.net> has quit IRC | 00:30 | |
*** manuel_ <manuel_!~manuel@c-24-61-43-145.hsd1.ma.comcast.net> has quit IRC | 00:30 | |
sveinse | DEPENDS_append_class-target can be used to specify native or nativesdk depends. How do you do the oposite? Add deps that only applies to the target? Best would be via PACKAGECONFIG, but how do I refrain native* from pulling in that dep? | 00:34 |
sveinse | uim requires libedit on target, but there is no libedit-native, and I don't really need it. How can I a) not depend on libedit for any native target, and b) change the configure options to omit it | 00:36 |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 00:37 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 00:37 | |
nrossi | sveinse: DEPENDS_append_class-target are target only depends. The trick is that the target can depend on -native during the build (if it needs to run something on the host during build). In your case you should just depend on libedit as a RDEPENDS no? ... | 00:50 |
nrossi | sveinse: What i think you are after is a PACKAGECONFIG[libedit] = "--with-libedit,--with-libedit=no,,libedit" | 00:51 |
nrossi | sveinse: And have a PACKAGECONFIG ??= "libedit", PACKAGECONFIG_class-native ??= "" | 00:51 |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 00:52 | |
*** arkver_ian <arkver_ian!~arkver@host86-154-141-196.range86-154.btcentralplus.com> has quit IRC | 00:53 | |
*** jamesp <jamesp!~jamesp@157.245.80.14> has quit IRC | 00:59 | |
sveinse | nrossi: clever, thanks | 01:05 |
sveinse | About that: I see --with-libedit=no quite a number of places, as opposed to --without-libedit. Why is that? | 01:05 |
nrossi | sveinse: Check the configure, ./configure --help. I was just reading the source .ac file for what arg to disable, and it looked like it only checks for --with-libedit=no | 01:09 |
kergoth | pretty sure they're basically identical. | 01:09 |
kergoth | when you pass —without=, the value is no | 01:09 |
kergoth | s/=// | 01:09 |
sveinse | nrossi: libedit and RDEPENDS: no. configure will detect its missing and disable it, so it needs to be in DEPENDS | 01:10 |
nrossi | sveinse: that depends, generally it is better to be explicit than just assuming auto-detection | 01:11 |
sveinse | exactly, I'm adding that | 01:12 |
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has quit IRC | 01:22 | |
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has joined #yocto | 01:22 | |
-YoctoAutoBuilder- build #991 of nightly-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/991 | 01:27 | |
sveinse | any online code paster that recognizes bb files? | 01:28 |
sveinse | Anyways, here is my humble attempt at fixing uim_1.8.6.bb in meta-openembedded: https://bpaste.net/show/78966587bb71. Very interested in feedback! | 01:31 |
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has quit IRC | 01:34 | |
bluelightning | sveinse: it would be easier to review in the form of a patch, is that something you could produce? | 01:34 |
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has joined #yocto | 01:34 | |
sveinse | bluelightning: yes of course, hang on | 01:35 |
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has quit IRC | 01:39 | |
*** linulin <linulin!foobar@client-188-168-43-165.spb-teleport.ru> has joined #yocto | 01:40 | |
sveinse | bluelightning: here. https://bpaste.net/show/6798f0e42c93. Diffed against jethro, but krogoth is very similar | 01:40 |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 01:43 | |
bluelightning | sveinse: the two x11 lines in the PACKAGECONFIG default value should be combined into ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtk', '', d)} \ | 01:43 |
nrossi | sveinse: RDEPENDS_uim = "libuim0 libedit" RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0" will still trigger dependence on libedit, anthy | 01:43 |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 01:43 | |
bluelightning | yeah, and if it's actually linking to those libraries none of that should be necessary | 01:44 |
bluelightning | takao-fonts would need to be explicit though presumably - but you'd do that via the rdepends parameter in the PACKAGECONFIG line | 01:44 |
*** linulin <linulin!foobar@client-188-168-43-165.spb-teleport.ru> has quit IRC | 01:45 | |
bluelightning | sveinse: the PACKAGECONFIG[gtk] line ought to have config options - does it not provide any ? | 01:45 |
sveinse | yeah, agreed. Now that files end up in the right packages, the so-resolver can figure that out | 01:45 |
sveinse | bluelightning: I honestly don't know. our use case of uim is without x11 and gtk, so that it a black box for me. Sorry | 01:45 |
nrossi | sveinse: "--without-gtk2 --with-gtk3" -> should be in the [gtk] packageconfig | 01:46 |
bluelightning | actually it looks like it supports gtk2 / 3 or nothing, so I would just have a PACKAGECONFIG for gtk and gtk3, drop the one for x11, and control the default for those from x11 in DISTRO_FEATURES | 01:47 |
*** linulin <linulin!foobar@client-188-168-43-165.spb-teleport.ru> has joined #yocto | 01:47 | |
sveinse | nrossi: yes perhaps, but the thing is that it was included in the uim-native before... | 01:48 |
nrossi | sveinse: also if you are going for cleaning up, worth moving the "--without-*" from EXTRA_OECONF into PACKAGECONFIG[*] options, even if you only fill out the disabled side | 01:48 |
sveinse | nrossi: will do (whatever they are) | 01:49 |
sveinse | rdepends, is that the fourth argument to PACKAGECONFIG, right? | 01:50 |
nrossi | sveinse: yep | 01:50 |
nrossi | sveinse: but its specific to only the ${PN} package | 01:50 |
sveinse | nrossi: yes, I did know that | 01:51 |
*** voltbit <voltbit!~acid___@188.27.73.173> has quit IRC | 01:58 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 02:07 | |
*** rovanceo_ <rovanceo_!~rovanceo@80.97.64.55> has joined #yocto | 02:12 | |
*** rovanceo <rovanceo!~rovanceo@80.97.64.55> has quit IRC | 02:16 | |
-YoctoAutoBuilder- build #681 of nightly-mips64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/681 | 02:20 | |
sveinse | mkII of the fixup. Now it starts to look more neat: https://bpaste.net/show/0c65dc682577 | 02:20 |
*** zauberstuhl <zauberstuhl!~lukas@mail.zauberstuhl.de> has quit IRC | 02:22 | |
sveinse | Now its long over due for sleep. Night guys | 02:26 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 02:37 | |
themikenicholson | Running into an issue with populate_sdk_ext in meta-qt5 | 02:38 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 02:39 | |
themikenicholson | I don't see an issue tracker or anything on their github repo though (https://github.com/meta-qt5/meta-qt5). Do the OE projects use an external issue tracker or are they strictly running off of mailing lists? | 02:39 |
*** morphis_ <morphis_!~morphis@pD9ED6656.dip0.t-ipconnect.de> has joined #yocto | 02:43 | |
*** morphis <morphis!~morphis@pD9ED6194.dip0.t-ipconnect.de> has quit IRC | 02:47 | |
*** jairglez <jairglez!~jairdeje@134.134.137.73> has quit IRC | 02:49 | |
kergoth | themikenicholson: depends on the project/layer. see the readme | 02:54 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 03:06 | |
-YoctoAutoBuilder- build #1037 of nightly-mips is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/1037 | 03:29 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 03:32 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 03:58 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has quit IRC | 04:00 | |
*** redengin <redengin!~redengin@2601:600:9200:a356:d078:a0bc:ffb7:671e> has quit IRC | 04:08 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 04:11 | |
*** redengin <redengin!~redengin@2601:600:9200:a356:9593:9709:1d43:dfa1> has joined #yocto | 04:11 | |
-YoctoAutoBuilder- build #1039 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/1039 | 04:43 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC | 04:59 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto | 05:00 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 05:06 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 05:09 | |
*** tgraydon <tgraydon!~tgraydon@134.134.139.76> has quit IRC | 05:09 | |
*** agust <agust!~agust@p4FCB60FA.dip0.t-ipconnect.de> has joined #yocto | 05:24 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 05:36 | |
*** clement <clement!~clement@fw-alt.idf.smile.fr> has quit IRC | 05:45 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 05:45 | |
*** clement <clement!~clement@gre92-5-82-237-199-7.fbx.proxad.net> has joined #yocto | 05:47 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 05:55 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 05:59 | |
*** robert_yang <robert_yang!~lyang1@106.120.101.38> has joined #yocto | 06:08 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has joined #yocto | 06:09 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has quit IRC | 06:12 | |
-YoctoAutoBuilder- build #1058 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/1058 | 06:12 | |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has joined #yocto | 06:13 | |
*** voltbit <voltbit!~acid___@82.137.8.58> has joined #yocto | 06:35 | |
*** mattsm <mattsm!~mattsm@cpe-72-182-106-201.austin.res.rr.com> has quit IRC | 06:36 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 06:37 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto | 06:38 | |
*** Ramose <Ramose!c05e2222@gateway/web/freenode/ip.192.94.34.34> has joined #yocto | 06:40 | |
Ramose | May I know , how can one can get .so , I tried having PACKAGECONFIG_append_pn-qtbase = " sql-sqlite" in my local.conf but still I didn't see libqsqlite.so generated . | 06:42 |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 06:43 | |
*** _dv_ <_dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC | 06:55 | |
*** _dv__ <_dv__!~quassel@62.178.118.86> has joined #yocto | 06:55 | |
*** pohly <pohly!~pohly@p57A56390.dip0.t-ipconnect.de> has joined #yocto | 07:01 | |
*** arkver_ian <arkver_ian!~arkver@host86-154-141-196.range86-154.btcentralplus.com> has joined #yocto | 07:15 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto | 07:26 | |
*** joseppc <joseppc!~josep@c-4117e455.010-118-73746f7.cust.bredbandsbolaget.se> has joined #yocto | 07:28 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 07:28 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 07:35 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto | 07:40 | |
*** rubdos <rubdos!~rubdos@2a02:2788:1036:172f::1> has joined #yocto | 07:43 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 07:43 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 07:44 | |
*** rob_w <rob_w!~bob@93.104.205.194> has joined #yocto | 07:58 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 07:58 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 08:01 | |
*** adca <adca!~adca@193.202.22.66> has quit IRC | 08:08 | |
*** adca <adca!~adca@193.202.22.66> has joined #yocto | 08:09 | |
*** poor-man <poor-man!d97eb626@gateway/web/freenode/ip.217.126.182.38> has joined #yocto | 08:10 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 08:15 | |
*** Guest69844 <Guest69844!~jku@192.198.151.45> has joined #yocto | 08:18 | |
*** Guest69844 is now known as jku | 08:18 | |
*** aV_V <aV_V!~aV_V@146.66.253.137> has joined #yocto | 08:22 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 08:24 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 08:26 | |
*** ernstp <ernstp!uid168075@gateway/web/irccloud.com/x-gnqjxemkllwnqump> has joined #yocto | 08:31 | |
*** toscalix <toscalix!~toscalix@80.91.70.175> has joined #yocto | 08:31 | |
*** Ramose <Ramose!c05e2222@gateway/web/freenode/ip.192.94.34.34> has quit IRC | 08:32 | |
*** joseppc <joseppc!~josep@c-4117e455.010-118-73746f7.cust.bredbandsbolaget.se> has joined #yocto | 08:33 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 08:33 | |
ernstp | is the yocto arm toolchain always called arm-poky-linux-gnueabi or can it have other names also? | 08:34 |
ernstp | when targeting arm... | 08:34 |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 08:34 | |
*** graphiqs <graphiqs!~adrian.gr@217.6.37.53> has joined #yocto | 08:35 | |
*** sameo <sameo!~samuel@192.55.55.41> has joined #yocto | 08:42 | |
aV_V | Do I'm able to recompile individual driver modules on dev-shell the same way as I do with .dtb ? | 08:48 |
*** fl0v0 <fl0v0!~fvo@pD9F6BB95.dip0.t-ipconnect.de> has joined #yocto | 08:53 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-pochhklrhctenugl> has joined #yocto | 08:58 | |
*** Guest21966 <Guest21966!~john@host86-171-222-132.range86-171.btcentralplus.com> has joined #yocto | 09:00 | |
*** Biliogadafr <Biliogadafr!~bilio@nat-minsk-pool-46-53-202-120.telecom.by> has joined #yocto | 09:01 | |
*** jku <jku!~jku@192.198.151.45> has quit IRC | 09:06 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 09:06 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 09:08 | |
*** jku <jku!~jku@192.198.151.45> has joined #yocto | 09:11 | |
*** m2 <m2!~m2@amy.ksub.org> has quit IRC | 09:12 | |
*** Ramose <Ramose!c05e2222@gateway/web/freenode/ip.192.94.34.34> has joined #yocto | 09:15 | |
aV_V | ^in-tree sources | 09:15 |
*** m2 <m2!~m2@amy.ksub.org> has joined #yocto | 09:18 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 09:24 | |
ernstp | I think compiling only a single module is a bit tricky regardless of yocto | 09:24 |
fl0v0 | Hi, iam still using the fido branch, but id like to update systemd to newer version. I would copy the systemd recipe from a newer branch. Is this reasonable? Or might i get in big trouble? | 09:25 |
aV_V | I''ve tried make module.ko, but there is no makefile rule | 09:28 |
*** JoiF <JoiF!~jofr@193.182.166.3> has joined #yocto | 09:31 | |
*** voltbit <voltbit!~acid___@82.137.8.58> has quit IRC | 09:31 | |
ernstp | aV_V: I remember a rather long commandline with a bunch of variables... :-) | 09:32 |
ernstp | fl0v0: something with as much system integration as systemd could be tricky... | 09:33 |
aV_V | ernstp: do u have it on hand? :p | 09:33 |
*** ed21 <ed21!~Adium@192.198.151.45> has joined #yocto | 09:35 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto | 09:36 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto | 09:38 | |
*** ed21 <ed21!~Adium@192.198.151.45> has quit IRC | 09:38 | |
*** ed21 <ed21!~Adium@192.198.151.45> has joined #yocto | 09:40 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 09:50 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 09:51 | |
*** morphis_ <morphis_!~morphis@pD9ED6656.dip0.t-ipconnect.de> has quit IRC | 09:54 | |
*** morphis <morphis!~morphis@pD9ED6656.dip0.t-ipconnect.de> has joined #yocto | 09:55 | |
*** voltbit <voltbit!~acid___@82.137.8.58> has joined #yocto | 09:56 | |
*** morphis <morphis!~morphis@pD9ED6656.dip0.t-ipconnect.de> has quit IRC | 09:57 | |
*** morphis <morphis!~morphis@pD9ED6656.dip0.t-ipconnect.de> has joined #yocto | 09:57 | |
jku | fl0v0: that sounds like a great way to find all kinds of interesting new issues ... just as a statistic: There's 165 commits that mention systemd between fido and morty. Most of them are _not_ for systemd recipe itself -- you would at least want to skim through the list to see if there's anything you need there | 09:59 |
fl0v0 | hm so i better dont do it :D | 10:00 |
fl0v0 | i just wanted the OnFailure function in unit files | 10:00 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 10:01 | |
fl0v0 | but i guess thats not worth it | 10:01 |
*** _dv__ is now known as dv_ | 10:04 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has quit IRC | 10:04 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 10:05 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 10:06 | |
*** aV_V <aV_V!~aV_V@146.66.253.137> has quit IRC | 10:06 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 10:10 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 10:15 | |
*** aV_V <aV_V!~aV_V@146.66.253.137> has joined #yocto | 10:16 | |
*** Biliogadafr <Biliogadafr!~bilio@nat-minsk-pool-46-53-202-120.telecom.by> has quit IRC | 10:18 | |
*** Biliogadafr <Biliogadafr!~bilio@nat-minsk-pool-46-53-202-120.telecom.by> has joined #yocto | 10:25 | |
*** voltbit <voltbit!~acid___@82.137.8.58> has quit IRC | 10:29 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 10:32 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 10:33 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 10:38 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 10:40 | |
*** geoffrey_l <geoffrey_l!~geoffrey_@fw-alt.idf.smile.fr> has joined #yocto | 10:40 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 10:40 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC | 10:42 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 10:43 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 10:45 | |
rburton | hm | 10:50 |
rburton | joshuagl, RP: so the new cluster has a debian testing machine that the AB then fires warnings all over as it's not supported. usually they're just warnings, selftest makes them fatal. | 10:50 |
joshuagl | rburton: yeah, filed a bug a bit ago | 10:51 |
joshuagl | https://bugzilla.yoctoproject.org/show_bug.cgi?id=10933 | 10:51 |
yocti | Bug 10933: normal, Undecided, ---, benjamin.esquivel, NEW , None-validated host distro such as debian-testing results in oe-selftest failures | 10:51 |
*** caiortp <caiortp!~inatel@131.221.240.226> has joined #yocto | 10:51 | |
RP | rburton: right, I was saying to joshuagl that we should probably add the distro to the whitelist in selftest to avoid this, or disable that check | 10:52 |
rburton | aye, my preferred workaround is for the selftest buildset to forcibly set the distro whitelist to "" | 10:54 |
joshuagl | rburton: comment in the bug? :-) | 10:55 |
joshuagl | rburton: oh, the buildset. In that case best change component etc too | 10:55 |
*** aV_V <aV_V!~aV_V@146.66.253.137> has quit IRC | 10:56 | |
*** aV_V <aV_V!~aV_V@146.66.253.137> has joined #yocto | 10:57 | |
rburton | kanavin: ed is suddenly (and correctly) failing checkuri and appears to be out of date. | 10:58 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 11:03 | |
ed21 | rburton: checkuri? | 11:05 |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 11:06 | |
rburton | ed21: https://autobuilder.yoctoproject.org/main/builders/nightly-checkuri | 11:06 |
rburton | runs -c checkuri world | 11:06 |
rburton | which basically says "is the SRC_URI fetchable" | 11:06 |
sveinse | What is the process towards submiting a patch for meta-oe? The oe-core mailinglist? Patched against master? | 11:08 |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 11:11 | |
geoffrey_l | sveinse : http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | 11:11 |
rburton | sveinse: openembedded-devel@, not oe-core | 11:11 |
*** ed21 is now known as ed2 | 11:11 | |
eduardas_m | hello, anyone working with meta-swupdate? I fail to compile swupdate-image for beaglebone black on morty even though that is supposed to be supported | 11:14 |
ed2 | RP: rburton: how to make a meta-recipe that builds bunch of native tools? adding this line: DEPENDS = "parted-native syslinux-native gptfdisk-native dosfstools-native mtools-native bmap-tools-native" didn't work for some reason. recipe is built, but the native tools are not in its native sysroot. | 11:14 |
sveinse | thanks. I do have a problem with it thou. I don't have a X and gtk setup to test this receipe on, so I cannot test if it (still) works for that. | 11:15 |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 11:21 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 11:22 | |
*** istarilucky <istarilucky!~rlucca@189.112.127.230> has joined #yocto | 11:23 | |
ed2 | RP: rburton: inherit native did the trick! | 11:24 |
*** rubdos <rubdos!~rubdos@2a02:2788:1036:172f::1> has quit IRC | 11:24 | |
sveinse | patches to meta-oe is preferred against master? | 11:26 |
RP | rburton: could you rebase mut and check I didn't miss anything please? | 11:26 |
rburton | ed2: adding those depends absolutely should work if you buil the recipe | 11:26 |
rburton | sveinse: must be against master, unless you're backporting from master to a stable release | 11:26 |
ed2 | rburton: I built the recipe and it didn't work. I'm in rss branch. probably that's the reason. | 11:27 |
rburton | RP: did last night, a few slipped out. jaixunn's bitbake -S thing, a gitsm patch, and the gummiboot removal in yocto-bsp. | 11:27 |
rburton | RP: (bottom 3 commits of current mut) | 11:27 |
RP | rburton: could you push it please? ;-) | 11:28 |
rburton | i did last night | 11:28 |
*** sameo <sameo!~samuel@192.55.55.41> has quit IRC | 11:28 | |
sveinse | What is expected level of these patch emails? E.g. will they be reviewed and proposed upon, or is this a simple acceptance thing, like "this is rejected, fix it and come back" | 11:28 |
RP | rburton: oh, I see, you added to it too :) | 11:28 |
rburton | RP: yeah, mut2 and mut3 became mut | 11:29 |
rburton | which promptly exploded on the AB with OOMs again | 11:29 |
RP | rburton: thanks | 11:29 |
RP | rburton: I figured there was a gummiboot one somewhere and I hadn't merged bitbake but I have now | 11:29 |
sveinse | does meta-oe have any autobuilders that cycles throuh all recipes? | 11:30 |
rburton | joshuagl: did anything non-trivial go to the main ab recently? its OOMing a lot. | 11:31 |
rburton | sveinse: jama runs builds on his internal cluster but its not really that public | 11:31 |
joshuagl | rburton: define recent? not pushed any code changes there for a couple of weeks | 11:32 |
sveinse | the updated uim recipe passed all internal tests, so I'm ready to move on with it | 11:33 |
rburton | sveinse: feel free to pastebin if you want a pre-list critique :) | 11:33 |
sveinse | rburton: thanks, diff or all of it? | 11:33 |
rburton | all of it | 11:33 |
sveinse | (does pastebin parse bb syntax?) | 11:34 |
sveinse | rburton, https://bpaste.net/show/5f9c523275c1 | 11:35 |
sveinse | this is on jethro, but changes to master are minute. I'm repatching them now | 11:36 |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 11:37 | |
rburton | you can just put uim-native into DEPENDS, bitbake will do the right thing when generating the native form and won't depend on itself | 11:37 |
rburton | are those patches really target specific? needless complication if they're not. | 11:37 |
sveinse | ok, good | 11:37 |
rburton | PACKAGECONFIG[gtk] = "--without-gtk2 --with-gtk3,--without-gtk2 --without-gtk3,gtk+ gtk+3" <— why depend on gtk+ when you turn of gtk2 | 11:38 |
sveinse | dunno, I don't know the gtk part of this package at all. This is inhereting the exiting recipe setup | 11:39 |
rburton | PACKAGECONFIG[emacs] = ",--disable-emacs," <— the trailing commas make me irrationally angry, and please use —enable-emacs explicitly | 11:39 |
rburton | well gtk+ is gtk2, and you turn that off | 11:39 |
rburton | so you dont need to depend on it | 11:39 |
rburton | CONFIGUREOPTS_remove_class-target = "--disable-silent-rules" <— why? | 11:39 |
*** ed2 <ed2!~Adium@192.198.151.45> has quit IRC | 11:39 | |
rburton | also your PACKAGES has a gtk2 package but you can't ever build it | 11:40 |
rburton | so id either add a gtk2 option alongside gtk3, or remove the gtk2 package | 11:40 |
rburton | pkg_postinst_uim-gtk2.0() { | 11:40 |
rburton | gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules | 11:40 |
rburton | } | 11:40 |
sveinse | rburton, I added the PACKAGECONFIG[emacs] without any positive config as a way to avoid using EXTRA_OECONF = "--disable-emacs \. It was proposed by nrossi a few hours ago... | 11:41 |
rburton | that postinst needs a way to bail on rootfs time | 11:41 |
rburton | sveinse: if you want to always disable emacs, just add it to EXTRA_OECONF | 11:42 |
rburton | a packageconfig implies a toggle | 11:42 |
sveinse | --disable-silen-rules. Don't know. inherited from the existing setup | 11:42 |
sveinse | allright I'll revert those EXTRA_OECONFs then | 11:42 |
rburton | in fact all of these postinsts need $D checks as they'll be failing amusingly on the host instead of gracefully | 11:42 |
eduardas_m | does anyone here successfully use SWUpdate on their embedded devices? | 11:43 |
sveinse | assuming that the latest speaker has the authority :P | 11:43 |
rburton | sveinse: never use a packageconfig to force something off, as someone can turn it on | 11:43 |
rburton | (as thats the point: its a toggle option) | 11:43 |
sveinse | rburton: yeah, I just didn't know it was a bad advice | 11:43 |
rburton | remove the —disable-silent-rules, no logic in being target-specific and autotools.bbclass already passes that | 11:44 |
rburton | oh its a _remove_ | 11:44 |
rburton | that's just stupid | 11:44 |
rburton | if it works for native then it works for target | 11:44 |
*** sameo <sameo!~samuel@192.55.55.41> has joined #yocto | 11:44 | |
rburton | also i'd look at what the do_install_append() is deleting, if anything, and either comment why its being removed or put it somewhere. | 11:45 |
rburton | fix the SRC_URI to use the new download location (https://github.com/uim/uim/releases) now that googlecode has shut down | 11:46 |
rburton | does the xft option really need libxt? thats positively archaic. | 11:47 |
sveinse | dunno, we don't use X, so this part is completely untested by me | 11:47 |
rburton | your intltool dependency should probably be intltool-native | 11:47 |
Ramose | Hello, I just placed PACKAGECONFIG_append_pn-qtbase = " sql-sqlite" into my local.conf file but I don't find libqsqlite.so generated in my rootfs | 11:48 |
kanavin | rburton: what is tar.lz? :) | 11:48 |
kanavin | rburton: I'll add ed update to my next batch if you don't mind? is it urgent? | 11:48 |
kanavin | I guess lz is missing from some regex, and so is not recognized as a new version, that ought to be fixed too | 11:49 |
rburton | ah yes, didn't notice that | 11:49 |
rburton | thanks gnu! | 11:49 |
rburton | kanavin: no urgent rush, i'll file a quick bug for the lz thing | 11:50 |
kanavin | rburton: do we provide lzip-native? | 11:51 |
rburton | yeah | 11:51 |
kanavin | I haven't yet seen a recipe using it though | 11:51 |
rburton | we magically depend on lzip-native if we spot a .lz file | 11:52 |
kanavin | for tarball extraction or otherwise | 11:52 |
rburton | i think we added it to the core/bitbake as something in meta-oe needed it | 11:52 |
rburton | hm | 11:52 |
rburton | lzip itself is in meta-oe | 11:52 |
rburton | curse you gnu | 11:52 |
rburton | gzip not cool enough for you | 11:52 |
kanavin | rburton: or bzip2, or xzip | 11:53 |
sveinse | rburton: what is preferred when dl from github, the tarball URLs or the git repo? | 11:54 |
kanavin | sveinse: tarballs | 11:54 |
kanavin | if they're proper tarballs and not auto-snapshots | 11:54 |
rburton | yeah the versioned tarball not the "source code" link | 11:55 |
rburton | as that's a generated tarball and whilst github claim it will never change, there's still doubt. the versioned link is a maintainer-generated tarball so is static. | 11:55 |
sveinse | this one, right? https://github.com/uim/uim/releases/download/uim-1.8.6/uim-1.8.6.tar.bz2 | 11:56 |
rburton | yeah that looks right | 11:56 |
*** voltbit <voltbit!~acid___@79.115.167.52> has joined #yocto | 11:56 | |
sveinse | (interestingly github does not seem to publish shas to verify the contents other than downloading it yourself) | 12:00 |
sveinse | rburton: what was the deal on CONFIGUREOPTS_remove_class-target = "--disable-silent-rules" ? | 12:03 |
rburton | seems madness | 12:11 |
rburton | i'd just delete it | 12:11 |
*** Ramose <Ramose!c05e2222@gateway/web/freenode/ip.192.94.34.34> has quit IRC | 12:11 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 12:11 | |
sveinse | rburton: just checked the do_install_append(). seems uim has hardcoded installing to /usr/share/applications which in turn creates a QA issue | 12:12 |
sveinse | its empty (with my current configure config at least) | 12:12 |
rburton | in which case use rmdir --ignore-fail-on-non-empty | 12:14 |
rburton | deletes the directory if its empty, doesn't if its not | 12:14 |
sveinse | agreed | 12:14 |
sveinse | no clue what to do with the libxt, but it is not mentioned even once in the code. So I'll take it away, but again, I don't have a suitable test-setup for this | 12:19 |
kanavin | seebs: thanks for help, the code base in question is rpm4, and it may do something weird. It all works if I enter and leave the chroot in parent process when needed, so I'll leave it at that (still fails if I enter the chroot in parent and leave in child, but let's move on :) | 12:21 |
sveinse | ah, it installs a /usr/share/applications/uim.desktop. Hmm, what to do with this. The previous author simply removed it... | 12:21 |
rburton | sveinse: i guess the easy solution is to put it in the same package that contains the binary it executes. | 12:22 |
sveinse | ...which is not built since gtk is disabled... Argh! | 12:23 |
sveinse | I don't know if I want to go any deeper in this sinkhole | 12:24 |
*** voltbit <voltbit!~acid___@79.115.167.52> has quit IRC | 12:25 | |
rburton | heh | 12:26 |
rburton | sigh, the desktop file shouldn't be installed if gtk is disabled | 12:27 |
rburton | choices: 1) patch upstream build to respect configure options 2) delete it always and hope for the best 3) respect packageconfig in do_install_append and remove if gtk is disabled | 12:27 |
sveinse | right, so I can add the desktop file into the gtk package split, but I don't want it generating a uim-gtk if it has been disabled | 12:27 |
sveinse | I like 3. 2 is the current thinking of the recipe | 12:28 |
*** CTtpollard <CTtpollard!~CTtpollar@82-70-136-246.dsl.in-addr.zen.co.uk> has left #yocto | 12:29 | |
*** CTtpollard <CTtpollard!~CTtpollar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 12:29 | |
sveinse | So how do I add a conditional PACKAGECONFIG statement to do_install_append? | 12:29 |
rburton | if ${@bb.utils.contains('PACKAGECONFIG', 'udev', 'true', 'false', d)}; then | 12:30 |
rburton | that turns into if true or if false, depending on whether udev is in PACKAGECONFIG | 12:30 |
rburton | the alsa recipes have several full examples | 12:31 |
sveinse | brilliant | 12:31 |
sveinse | The recipe generates the package libuim0. It defines libuim-dev (without the 0). It is empty because everything that it wants is gobbled up with uim-dev package. So what should I do? | 12:38 |
sveinse | as in where will users expect to have their -dev? libuim(0)-dev or uim-dev? | 12:38 |
rburton | is UIM a binary or a library? | 12:38 |
sveinse | rburton: don't know what to say. by that I mean that we use it as a library, but it does have some bin tools installed as well. according to their own description: a framework :P | 12:40 |
sveinse | library I think. It does not act on its own | 12:41 |
*** AndersD <AndersD!~anders@194-237-220-218.customer.telia.com> has quit IRC | 12:41 | |
zeenix | Hi | 12:43 |
zeenix | looking into trying morty branch for genivi-development-platform and first issue I encounter is lack of this class: https://patchwork.openembedded.org/patch/123289/ | 12:44 |
zeenix | seems the reason it was removed was that it's not used | 12:44 |
zeenix | so if there is gdp using it, can it be added back? | 12:44 |
sveinse | I think we seriously should consider something else for asian language input in our end-user application.. uim is mess | 12:44 |
joshuagl | zeenix: if gdp is the only layer making use of the class it makes more sense to include it in gdp | 12:50 |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has quit IRC | 12:51 | |
joshuagl | generally classes like that go in core when multiple layers are carrying potentially diverging copies | 12:51 |
rburton | zeenix: presumably gdp includes sip-native then as that isn't in oe-core either. | 12:54 |
rburton | the class should be with the recipe | 12:54 |
rburton | ah, sip is part of meta-qt4. | 12:55 |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 12:55 | |
rburton | someone should submit the class there. | 12:55 |
*** AndersD <AndersD!~anders@194.237.220.218> has joined #yocto | 12:56 | |
*** ojdo <ojdo!~ojdo@unaffiliated/ojdo> has joined #yocto | 12:58 | |
sveinse | heh, when working on someone elses recipe and it does not work the way it was written in the recipe, should one implement the way the recipe is intended to be or continue using it the way the packages are generated? The former is probably the author's intentions, the latter is everybody using the package assuming where they can find their package data... | 13:00 |
sveinse | when I fix uim, I know that we will have to change our dependencies in our code as well, beacuse the anthy files have now been moved from uim to uim-anthy as per the original recipe intentions | 13:02 |
zeenix | rburton: we use meta-qt5 and i don't think there is any *sip* there | 13:02 |
*** zumbi <zumbi!~zumbi@39-244-47-212.rev.cloud.scaleway.com> has quit IRC | 13:03 | |
sveinse | ok, uim_1.8.6.bb V2: https://bpaste.net/show/8324f044fc3f | 13:04 |
*** zumbi <zumbi!~zumbi@39-244-47-212.rev.cloud.scaleway.com> has joined #yocto | 13:05 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC | 13:06 | |
rburton | zeenix: so how do you use the sip class, as it adds a DEPENDS on sip-native? :) | 13:08 |
zeenix | rburton: exactly | 13:10 |
rburton | sveinse: postinsts should abort if $D is set as they need to run on the host | 13:12 |
rburton | erm, target | 13:12 |
rburton | and i'd always apply the patches unless they really are specific to target builds and break native builds | 13:12 |
sveinse | rburton: do you have an example for $D and postinst? | 13:16 |
rburton | if [ "$D"] ; then exit 1; fi | 13:16 |
sveinse | the libuim-dev and uim-dev thing is still broken | 13:16 |
rburton | in a postinst, if $D is set then it is running on the host at rootfs time | 13:16 |
rburton | the invocations in the postinsts look a lot like they need to run on the target, so if $D is set, exit 1 | 13:17 |
rburton | also don't use absolute paths like that as /usr/bin may not be $bindir | 13:17 |
sveinse | no, I'm not sure about that. The whole point of having uim-native is to compile those tools, afacs | 13:17 |
rburton | /usr/bin/uim-module-manager --register skk --path /etc/uim | 13:21 |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has joined #yocto | 13:21 | |
*** JosePerez <JosePerez!~jgperezc@134.134.139.77> has joined #yocto | 13:21 | |
rburton | that isn't where the binaries from uim-native will end up | 13:21 |
rburton | its possible the building of uim-native is entirely pointless | 13:22 |
sveinse | man I'm close to giving up this thing... I did fix the issue of building uim properly, and I as a gratetude I though I'd offer something back to the community by contributing them back. But this is far more convoluted than I'd hoped for! | 13:23 |
rburton | maxin: can you look at the busybox problem pb just mailed the list about? | 13:23 |
rburton | hooray for recipes that apparently nobody really uses :) | 13:24 |
* rburton is just pointing out all the problems this recipe has | 13:24 | |
sveinse | I am grateful rburton, don't get me wrong | 13:25 |
*** dfaught <dfaught!~dfaught@cpe-70-119-126-254.tx.res.rr.com> has joined #yocto | 13:25 | |
*** yoonki <yoonki!~yoonki@175.125.129.3> has joined #yocto | 13:25 | |
sveinse | To go back, would it be probable that it would be accepted to just change the three lines that makes the recipe fail in the first place, only. Leaving it as crappy as it is today? | 13:25 |
rburton | the current iteration of the recipe is entirely fixes over the what is in the repo now, i'm just saying there are further fixes that could be done. if you don't want to spend more time on it, send it in as-is. | 13:27 |
sveinse | rburton: yeah, I think I will. But one thing regards to the libuim-dev vs uim-dev. Where do you think dev should go? | 13:29 |
bernarrrrrrrrrrr | hey everyone.. im trying to create a recipe with devtools | 13:30 |
bernarrrrrrrrrrr | http://pastebin.com/CJBhYjrz | 13:30 |
sveinse | the recipe says one thing, but it ends up elsewhere :( | 13:30 |
bernarrrrrrrrrrr | anyone could help me find out what im doing wrong? | 13:30 |
bernarrrrrrrrrrr | I think its somithing with the do_install function of my recipe | 13:31 |
rburton | sveinse: in $PN-dev | 13:31 |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 13:32 | |
rburton | jku: thought i'd have fun and make build-deps fatal. ERROR: lib64-gtk+3-3.22.5-r0 do_package_qa: QA Issue: lib64-gtk+3-dev rdepends on lib64-wayland-protocols, but it isn't a build dependency? [build-deps] | 13:39 |
rburton | joshuagl, RP, halstead: first person to reboot ubuntu1404 gets a cookier, it's OOMing everything on sight. i propose rebooting to solve. :) | 13:42 |
Crofton|work | not a gift box from the COrnish food place? | 13:43 |
rburton | no, just a cookie | 13:43 |
rburton | we have some spare oreos | 13:43 |
*** lamego <lamego!jose@nat/intel/x-boycjclqmtdjfziq> has joined #yocto | 13:44 | |
jku | lib64-wayland-protocols? | 13:44 |
sveinse | rburton: this is my final contribution https://bpaste.net/show/ed99dcdcef0b | 13:44 |
rburton | oh i can pause the worker, yay | 13:44 |
rburton | jku: see the multlib nightly run on the AB. i think it just found an edge case :) | 13:45 |
halstead | rburton, I can reboot too. Sorry I didn't have time to look yesterday with the holiday. | 13:45 |
rburton | holiday? definitely no worry. | 13:45 |
rburton | i just paused it on the AB in case you wanted to look at it. | 13:45 |
zeenix | jku: hej, kommer du till FOSDEM? | 13:45 |
rburton | or we just reboot it | 13:46 |
jku | zeenix: not planning to | 13:48 |
kanavin | goodbye rpmresolve | 13:49 |
kanavin | dnf can do its job with 'repoquery --installed --queryformat 'Package: %{name} %{arch} %{version} %{sourcerpm}\nDependencies:\n%{requires}\nRecommendations:\n%{suggests}\n'' | 13:49 |
sveinse | postinstall scripts run on the server is not run with set -x is it? Because I cannot find any log of it | 13:51 |
halstead | rburton, Reboot in progress. I don't know if it will fix the issue but worth a try. Hardware log show nothing. | 13:52 |
zeenix | jku: oh ok :( | 13:52 |
joshuagl | thanks halstead | 13:52 |
rburton | halstead: thanks | 13:52 |
halstead | rburton, Should I add it back in and see if it continues? Or leave it offline for testing? | 13:52 |
rburton | halstead: can we leave it off until the current mut has finished :) | 13:53 |
*** yoonki <yoonki!~yoonki@175.125.129.3> has quit IRC | 13:55 | |
*** ed2 <ed2!~Adium@192.198.151.45> has joined #yocto | 14:00 | |
*** poor-man <poor-man!d97eb626@gateway/web/freenode/ip.217.126.182.38> has quit IRC | 14:01 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC | 14:04 | |
halstead | I'm trying to stress the system to see if we can reproduce with simple tests. Let that go for awhile. | 14:06 |
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC | 14:09 | |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has joined #yocto | 14:10 | |
*** tlab <tlab!~tlab@104.235.20.44> has joined #yocto | 14:10 | |
open-nandra | hi all, I tried to build cusomt initramfs image (not bundles) so I define INITRAMFS_IMAGE varibale in my machine.conf | 14:11 |
open-nandra | my problem is that why INITRAMS_IMAGE force kernel rebuild | 14:12 |
open-nandra | it will increase build time | 14:12 |
open-nandra | as I have kernel already build | 14:12 |
-YoctoAutoBuilder- build #684 of nightly-rpm-non-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm-non-rpm/builds/684 | 14:13 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 14:19 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 14:20 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto | 14:21 | |
-YoctoAutoBuilder- build #1011 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/1011 | 14:24 | |
rburton | success!! | 14:24 |
*** madisox <madisox!~madison@216-75-232-11.static.wiline.com> has joined #yocto | 14:27 | |
open-nandra | it seems that fetch stamp is deleted and therefor kernel is rebuild again | 14:30 |
open-nandra | using 14.0.1 release | 14:30 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 14:31 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 14:35 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 14:38 | |
eduardas_m | could anyone recommend a yocto-compatible update framework that allows for both kernel and full sysroot updates and is easy to port? | 14:40 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 14:41 | |
open-nandra | eduardas_m: try swupdate | 14:43 |
*** ed2 <ed2!~Adium@192.198.151.45> has quit IRC | 14:44 | |
*** ed2 <ed2!~Adium@192.198.151.45> has joined #yocto | 14:44 | |
zeddii_home | eduardas_m: https://wiki.yoctoproject.org/wiki/System_Update | 14:45 |
eduardas_m | open-nandra, I am already trying it... I can build swupdate-image for my board, but am having problems generating compund swu images | 14:45 |
eduardas_m | open-nandra, I have a problem similar to this one: | 14:46 |
eduardas_m | https://groups.google.com/forum/#!topic/swupdate/O2VdV7SBVr0 | 14:47 |
eduardas_m | sw-description does not get fetched | 14:47 |
eduardas_m | also, to even build swupdate-image I have to resort to mixing my bsp krogoth release with meta-swupdate jethro because of incompatible u-boot-fw-tools patches meta-swupdate krogoth applies | 14:48 |
eduardas_m | mainly because my bsp u-boot is older than meta-swupdate expects | 14:49 |
eduardas_m | open-nandra, if you are using swupdate successfully, what platform are you running it on? | 14:50 |
eduardas_m | I am trying to do this on the DART6UL from Variscite | 14:50 |
open-nandra | eduardas_m: nxp | 14:50 |
open-nandra | eduardas_m: it's gneric can be ported to amost of the platforms | 14:50 |
eduardas_m | open-nandra, do you have any idea why the error I have described might happen? | 14:51 |
*** jku <jku!~jku@192.198.151.45> has quit IRC | 14:54 | |
rburton | pohly: so i must have missed something in mut for rmwork, can you check quickly and see what i left out? | 14:55 |
*** justanotherboy <justanotherboy!~mlopezva@134.134.139.83> has quit IRC | 14:55 | |
eduardas_m | zeddii_home, thank you for the link... I somehow overlooked that | 14:55 |
*** justanotherboy <justanotherboy!~mlopezva@134.134.139.83> has joined #yocto | 14:56 | |
open-nandra | euarddas_m: which error? | 14:57 |
pohly | rburton, RP: should "event/ast: Add RecipeTaskPreProcess event before task finalisation" really be merged already? | 14:57 |
pohly | It's currently the first tentative implementation from RP, but wasn't quite ready yet (incomplete documentation, tasklist attribute not quite as it should be. | 14:58 |
RP | pohly: I've not gotten to posting it yet | 14:58 |
pohly | RP: I included it in my revised rmwork patches because those depend on it and I wanted to test the concept. | 14:59 |
RP | pohly: right, that is fine | 14:59 |
pohly | ... and then share the result. But it's probably not ready for merging. | 14:59 |
eduardas_m | open-nandra, sw-description does not get fetched when generating swu compound image | 14:59 |
eduardas_m | described in link I have provided | 15:00 |
pohly | rburton: your patches look complete to me, with that caveat about this one commit being tentative. What's not working? | 15:01 |
eduardas_m | I am having the exactly same issue as described on the swupdate google group | 15:01 |
*** gregd <gregd!~greg@195.159.140.90> has quit IRC | 15:01 | |
pohly | I've not tested this particular revision as thoroughly as the ones before, but it did seem to work okay to me. | 15:01 |
*** AndersD <AndersD!~anders@194.237.220.218> has quit IRC | 15:02 | |
RP | rburton: I assume you don't have my bitbake patch? | 15:02 |
*** justanotherboy <justanotherboy!~mlopezva@134.134.139.83> has quit IRC | 15:02 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 15:03 | |
pohly | RP: no, it's there - poky-contrib/ross/mut 84a935732a. | 15:03 |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 15:04 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 15:06 | |
*** Son_Goku <Son_Goku!~King_InuY@ool-457cb820.dyn.optonline.net> has quit IRC | 15:07 | |
*** gtristan <gtristan!~tristanva@mtlxpqak-1176248019.sdsl.bell.ca> has joined #yocto | 15:09 | |
bernarrrrrrrrrrr | anyone? :( http://pastebin.com/CJBhYjrz | 15:09 |
pohly | rburton: I see - one last minute cleanup broke the patch series. sed -i -e s/RunQueueSchedulerRmwork/RunQueueSchedulerCompletion/ bitbake/lib/bb/runqueue.py fixes it. | 15:13 |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 15:13 | |
*** gregd <gregd!~greg@77.88.92.6> has joined #yocto | 15:16 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 15:17 | |
*** justanotherboy <justanotherboy!~mlopezva@134.134.139.83> has joined #yocto | 15:18 | |
themikenicholson | I'm wrestling with the meta-qt5 layer, trying to get populate_sdk_ext to work. populate_sdk works just fine but populate_sdk_ext errors with an issue touching a nonexistant qt.conf file in populate_sdk_qt5_base.bbclass | 15:23 |
-YoctoAutoBuilder- build #387 of nightly-no-x11 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/387 | 15:24 | |
*** open-nandra <open-nandra!~marek@81.89.61.168.host.vnet.sk> has quit IRC | 15:24 | |
themikenicholson | Does populate_sdk_ext work differently than populate_sdk? Really new to yocto so I'm not 100% sure where to start debugging this | 15:25 |
RP | themikenicholson: very differently | 15:27 |
themikenicholson | is there a good place in the docs to start reading so I'm not burdening everying here with my troubles :) | 15:28 |
kanavin | RP: bitbake core-image-minimal succeeded with dnf \0/ | 15:43 |
kanavin | rburton: ^^^ | 15:43 |
kanavin | whether that image even boots is a story for tomorrow | 15:43 |
RP | kanavin: yay :) | 15:43 |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 15:44 | |
kanavin | RP: actually it does boot to login and then command prompt :) | 15:46 |
RP | kanavin: an added bonus :) | 15:47 |
moto-timo | kanavin++ | 15:47 |
ed2 | RP: would it make sense to call native tools from ./tmp/sysroots-components/$HOST_ARCH/<recipe>-native/ ? In this case we'll not need to have an artificial recipe to build all required native tools. | 15:49 |
*** mattsm <mattsm!~mattsm@2605:6000:1019:2002:22b:a336:d15c:cdc6> has joined #yocto | 15:49 | |
-YoctoAutoBuilder- build #1024 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/1024 | 15:50 | |
kanavin | if anyone is feeling adventurous, https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=akanavin/dnf-rpm4 | 15:50 |
kanavin | (this branch will be force pushed to without mercy) | 15:50 |
rburton | kanavin: niiiice | 15:50 |
*** rstreif <rstreif!~rstreif@ip68-7-63-100.sd.sd.cox.net> has joined #yocto | 15:52 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 15:53 | |
* kanavin goes for a tea+cake | 15:53 | |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has joined #yocto | 15:57 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 16:00 | |
*** nbigaouette <nbigaouette!~quassel@mail.rogue-research.com> has quit IRC | 16:01 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 16:01 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:02 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 16:02 | |
*** nbigaouette <nbigaouette!~quassel@mail.rogue-research.com> has joined #yocto | 16:03 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 16:04 | |
*** jairglez <jairglez!jairdeje@nat/intel/x-grdxbfjogiywrnjv> has joined #yocto | 16:05 | |
*** fl0v01 <fl0v01!~fvo@pD9F6BB95.dip0.t-ipconnect.de> has joined #yocto | 16:05 | |
*** fl0v0 <fl0v0!~fvo@pD9F6BB95.dip0.t-ipconnect.de> has quit IRC | 16:06 | |
seebs | what's dnf? | 16:06 |
rburton | the new yum | 16:07 |
seebs | that said, kanavin, any luck on reproducers or non-reproducers for the chroot thing? | 16:07 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 16:10 | |
benjamirc | morning! | 16:10 |
kanavin | seebs: no luck :( rpm4 makes it hard to figure out which line of code exactly is causing the behaviour to switch from correct to incorrect | 16:11 |
benjamirc | rburton: I wonder why this error: | 16:12 |
benjamirc | selftest - ERROR - You don't seem to have the meta-selftest layer in BBLAYERS | 16:12 |
benjamirc | is not this warning: | 16:12 |
benjamirc | selftest - WARN - You don't seem to have the meta-selftest layer in BBLAYERS, adding it for you, thank me later. | 16:12 |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC | 16:12 | |
kanavin | seebs: I'll try to 'bisect' the code a bit more to identify the offending line, but not today | 16:12 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 16:13 | |
rburton | benjamirc: because that would be harder than just aborting :) | 16:13 |
rburton | benjamirc: absolutely easy to fix, as we know where meta/ is so we know where meta-selftest is | 16:13 |
benjamirc | rburton: just wanted to see if there was a compelling reason to do it the current way | 16:14 |
rburton | not afaik | 16:15 |
benjamirc | rburton: I haven't sent a patch in ages | 16:15 |
rburton | good practise then :) | 16:15 |
benjamirc | will do | 16:15 |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 16:15 | |
*** tlab_ <tlab_!~tlab@104.235.20.44> has joined #yocto | 16:16 | |
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC | 16:17 | |
-YoctoAutoBuilder- build #1066 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/1066 | 16:21 | |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-ewveqcwvtfnukzcg> has quit IRC | 16:23 | |
*** reibax <reibax!c21e5946@gateway/web/freenode/ip.194.30.89.70> has joined #yocto | 16:25 | |
reibax | Hello everyone. reibax here, from Spain | 16:25 |
*** aV_V <aV_V!~aV_V@146.66.253.137> has quit IRC | 16:25 | |
*** gregd <gregd!~greg@77.88.92.6> has quit IRC | 16:26 | |
reibax | I need a lilttle bit of help... I don't know what else to do to find out what I am doing wrong | 16:26 |
reibax | yocto 2.1 krogoth. I have a custom distro that works fine when generating images for a imx6 board | 16:26 |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:26 | |
reibax | but if a create a new layer for generating the same image for qemu-x86, the distro configuration file is not read, and everything in the image ends up being different: no systemd instead of sysvinit, no ipk instead of rpm.... | 16:27 |
RP | ed2: We can't make that work as their dependencies are missing :( | 16:27 |
ed2 | RP: ok, can we call them from the native sysroot of image recipe then? | 16:28 |
RP | ed2: yes, that would work | 16:29 |
*** gregd <gregd!~greg@77.88.92.6> has joined #yocto | 16:29 | |
reibax | when I do "bitbake -e amos-production | less" in the imx6, I can see how conf/bitbake.conf includes: /app/ClassA16/sources/meta-ca16distro/conf/distro/classa16.conf | 16:29 |
reibax | but if I do it when in the qemux86 environment, the configuration file of my distro is nowhere to be found | 16:30 |
reibax | what can I do to debug this? | 16:30 |
ed2 | RP: is it possible to implement building native tool for specific recipe, e.g. bitbake parted —recipe core-image-minimal ? | 16:30 |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-kfzbdsqpybzjzkdt> has quit IRC | 16:31 | |
kergoth | reibax: soundsl ike you didn't set distro in the other. read conf/local.conf. | 16:31 |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC | 16:31 | |
reibax | I'll try that, thanks. I will report back once I have check what you propose | 16:31 |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 16:33 | |
reibax | kergoth: a million thanks! I think you got it right! I now see that it is parsing the configuration file. Compiling now :) :) :) | 16:36 |
benjamirc | joshuagl: which version of debian are you using for bug 10933? | 16:37 |
yocti | Bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=10933 normal, Undecided, 2.3 M2, joshua.g.lock, ACCEPTED , None-validated host distro such as debian-testing results in oe-selftest failures | 16:37 |
benjamirc | so kind of you yocti | 16:37 |
*** ernstp <ernstp!uid168075@gateway/web/irccloud.com/x-gnqjxemkllwnqump> has quit IRC | 16:38 | |
joshuagl | benjamirc: testing | 16:39 |
*** tlab <tlab!~tlab@104.235.20.44> has joined #yocto | 16:39 | |
benjamirc | I see joshuagl, now I understand your bug, selftest should not care about SANITY_TESTED_DISTROS | 16:41 |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 16:41 | |
*** tlab_ <tlab_!~tlab@104.235.20.44> has quit IRC | 16:41 | |
-YoctoAutoBuilder- build #1054 of nightly-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/1054 | 16:44 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:47 | |
*** zeenix <zeenix!~zeenix@83.218.80.242> has quit IRC | 16:51 | |
*** graphiqs <graphiqs!~adrian.gr@217.6.37.53> has quit IRC | 16:52 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 16:57 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 16:57 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto | 16:59 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 17:00 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 17:01 | |
RP | ed2: not really :/ | 17:03 |
ed2 | RP: never mind. I think I found more or less acceptable solution. | 17:04 |
ed2 | RP: when we run wic from bitbake all native tools should be built and available in the sysroot of image recipe. | 17:05 |
ed2 | when we run wic not from bitbake wic will look at the image recipe sysroot and at the tool recipe sysroot. | 17:05 |
-YoctoAutoBuilder- build #1018 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/1018 | 17:09 | |
*** ed2 <ed2!~Adium@192.198.151.45> has quit IRC | 17:09 | |
bavery_fn | ed2,RP: why tie command line wic so closely to bitbake? I thought I should be able to run cli wic to build images w/o a full bitbake world and just use my installed tools (like parted). Is this wrong? | 17:11 |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 17:11 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 17:13 | |
*** geoffrey_l <geoffrey_l!~geoffrey_@fw-alt.idf.smile.fr> has quit IRC | 17:15 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 17:15 | |
*** phoo1234567 <phoo1234567!~phoo12345@c-75-69-172-183.hsd1.nh.comcast.net> has joined #yocto | 17:15 | |
*** ed2 <ed2!~Adium@99.red-83-41-53.dynamicip.rima-tde.net> has joined #yocto | 17:18 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.76> has joined #yocto | 17:19 | |
ed2 | RP: this is because of tinfoil limitation. As we now have tinfoil2 we can run bitbake from wic even when wic is run by bitbake, right? | 17:20 |
RP | ed2: not sure that tinfoil2 was designed to do that | 17:20 |
benjamirc1 | RP: bug 10035 is the one I was talking about | 17:20 |
yocti | Bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=10035 enhancement, Medium+, 2.3 M2, leonardo.sandoval.gonzalez, IN PROGRESS IMPLEMENTATION , oe-selftest: Use SSTATES without corrupting them. | 17:20 |
RP | ed2: bitbake from bitbake is a generally bad idea | 17:21 |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 17:21 | |
rburton | khem: any news on the musl/network/linux 4.9 thing? | 17:22 |
RP | benjamirc1: added a dependency to the bug | 17:23 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 17:25 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 17:25 | |
benjamirc1 | RP: I assume that we need to track also the removal of the bitbake core-image-minimal from the selftest buildset | 17:25 |
*** gregd <gregd!~greg@77.88.92.6> has quit IRC | 17:25 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 17:28 | |
*** fl0v01 <fl0v01!~fvo@pD9F6BB95.dip0.t-ipconnect.de> has quit IRC | 17:30 | |
benjamirc1 | RP, lsandov, I´m filing the bug and making it dependent of the previous shown | 17:32 |
-YoctoAutoBuilder- build #668 of nightly-arm64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/668 | 17:37 | |
benjamirc1 | RP, lsandov, joshuagl, done. bug 10937 filed. | 17:37 |
yocti | Bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=10937 enhancement, Undecided, ---, joshua.g.lock, NEW , remove from oe-selftest buildsets the step for building an image prior the test session | 17:37 |
RP | benjamirc1: yes, that helps thanks | 17:47 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 17:52 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 17:53 | |
kergoth | RP: is the current rss branch the one on poky-contrib? | 17:57 |
kergoth | i'm guessing so, from a tbdiff with oe-core it looks like the poky version is newer | 17:57 |
RP | kergoth: yes, the poky-contrib is the current one, need to separate out the bitbake pieces and submit them | 17:57 |
kergoth | okay, thanks | 17:58 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 17:58 | |
RP | kergoth: been concentrating on fixing the bugs and getting the test scores up | 17:58 |
kergoth | no worries, i figured | 17:58 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 17:58 | |
RP | kergoth: oe-selftest down to six failures in the last run | 17:58 |
RP | kergoth: musl is the last big thing that is bust that I know of | 17:59 |
RP | and wic but ed2 is working on that | 17:59 |
*** rewitt <rewitt!~rewitt@134.134.139.78> has quit IRC | 17:59 | |
*** rewitt <rewitt!~rewitt@134.134.139.78> has joined #yocto | 17:59 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC | 18:00 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 18:01 | |
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC | 18:04 | |
-YoctoAutoBuilder- build #1056 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/1056 | 18:05 | |
-YoctoAutoBuilder- build #1021 of build-appliance is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/1021 | 18:06 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 18:06 | |
*** rewitt <rewitt!~rewitt@134.134.139.78> has quit IRC | 18:07 | |
*** Son_Goku <Son_Goku!~King_InuY@47.19.105.250> has joined #yocto | 18:07 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 18:13 | |
*** rewitt <rewitt!~rewitt@134.134.139.78> has joined #yocto | 18:13 | |
*** ed2 <ed2!~Adium@99.red-83-41-53.dynamicip.rima-tde.net> has quit IRC | 18:14 | |
*** Son_Goku <Son_Goku!~King_InuY@47.19.105.250> has quit IRC | 18:16 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 18:20 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 18:24 | |
*** jrmrjnck <jrmrjnck!jdoman@nat/intel/x-qbbbmwounhqgjxkm> has joined #yocto | 18:24 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #yocto | 18:25 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 18:26 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 18:27 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.82> has joined #yocto | 18:27 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.82> has quit IRC | 18:27 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 18:27 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 18:28 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.82> has joined #yocto | 18:29 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.82> has quit IRC | 18:29 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 18:29 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 18:30 | |
*** sameo <sameo!~samuel@192.55.55.41> has quit IRC | 18:39 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 18:44 | |
*** eplauchu <eplauchu!c037362a@gateway/web/freenode/ip.192.55.54.42> has quit IRC | 18:52 | |
-YoctoAutoBuilder- build #1029 of nightly-oecore is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oecore/builds/1029 | 19:00 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.76> has quit IRC | 19:01 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto | 19:06 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 19:10 | |
*** oob <oob!~paulg@otwaon23-3096772825.sdsl.bell.ca> has joined #yocto | 19:26 | |
*** morphis <morphis!~morphis@pD9ED6656.dip0.t-ipconnect.de> has quit IRC | 19:29 | |
-YoctoAutoBuilder- build #1007 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/1007 | 19:44 | |
*** ed2 <ed2!~Adium@99.red-83-41-53.dynamicip.rima-tde.net> has joined #yocto | 19:44 | |
-YoctoAutoBuilder- build #1137 of nightly is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly/builds/1137 | 19:45 | |
themikenicholson | Still fighting meta-qt5 trying to get populate_sdk_ext working, while populate_sdk works just fine | 19:51 |
themikenicholson | I think I understand why its failing, I'm just hoping someone can confirm my understanding or tell me I'm way off base | 19:51 |
themikenicholson | The error is a result of the populate_sdk_qt5_base.bbclass here https://github.com/meta-qt5/meta-qt5/blob/9aa870eecf6dc7a87678393bd55b97e21033ab48/classes/populate_sdk_qt5_base.bbclass#L7 | 19:55 |
themikenicholson | the touch command fails because the directory ${SDK_OUTPUT}/${SDKPATHNATIVE}${OE_QMAKE_PATH_HOST_BINS} does not exist | 19:55 |
themikenicholson | Is this working on the normal SDK and failing on the extensible SDK because the normal SDK installs all of the packages by default while nothing is installed on the extensible SDK | 19:57 |
themikenicholson | which would mean the install step for the native qmake isn't occuring when generating the ext. sdk, meaning that the directory containing qt.conf is never getting created? | 19:58 |
*** jamesp <jamesp!~jamesp@157.245.80.14> has joined #yocto | 20:01 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/session> has joined #yocto | 20:13 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-dcuywhnsvwoawhuf> has joined #yocto | 20:13 | |
*** caiortp <caiortp!~inatel@131.221.240.226> has quit IRC | 20:17 | |
*** toscalix <toscalix!~toscalix@80.91.70.175> has quit IRC | 20:20 | |
*** oob <oob!~paulg@otwaon23-3096772825.sdsl.bell.ca> has quit IRC | 20:24 | |
*** berton <berton!~berton@189.114.111.135> has quit IRC | 20:26 | |
*** tgraydon <tgraydon!~tgraydon@134.134.139.76> has joined #yocto | 20:27 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 20:28 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 20:28 | |
*** istarilucky <istarilucky!~rlucca@189.112.127.230> has quit IRC | 20:55 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 20:58 | |
*** rburton1 <rburton1!~Adium@home.burtonini.com> has joined #yocto | 21:12 | |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 21:14 | |
*** clsulliv_home <clsulliv_home!~clsulliv@50-39-175-94.bvtn.or.frontiernet.net> has joined #yocto | 21:17 | |
*** rewitt <rewitt!~rewitt@134.134.139.78> has quit IRC | 21:19 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has quit IRC | 21:20 | |
*** rewitt <rewitt!~rewitt@134.134.139.78> has joined #yocto | 21:20 | |
*** rewitt <rewitt!~rewitt@134.134.139.78> has joined #yocto | 21:21 | |
*** gtristan <gtristan!~tristanva@mtlxpqak-1176248019.sdsl.bell.ca> has quit IRC | 21:26 | |
*** rewitt <rewitt!~rewitt@134.134.139.78> has joined #yocto | 21:27 | |
*** rewitt <rewitt!~rewitt@134.134.139.78> has joined #yocto | 21:28 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-dcuywhnsvwoawhuf> has quit IRC | 21:28 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-ltqibgbizjigcams> has joined #yocto | 21:29 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 21:31 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC | 21:32 | |
*** marka <marka!~masselst@135-23-92-83.cpe.pppoe.ca> has quit IRC | 21:34 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 21:39 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-pochhklrhctenugl> has quit IRC | 21:39 | |
*** pohly <pohly!~pohly@p57A56390.dip0.t-ipconnect.de> has quit IRC | 21:42 | |
*** JosePerez <JosePerez!~jgperezc@134.134.139.77> has quit IRC | 21:44 | |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has quit IRC | 21:47 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 21:49 | |
*** benjamirc1 <benjamirc1!besquive@nat/intel/x-kxynvljmsotrwquc> has joined #yocto | 22:00 | |
*** Biliogadafr <Biliogadafr!~bilio@nat-minsk-pool-46-53-202-120.telecom.by> has quit IRC | 22:09 | |
*** Guest21966 <Guest21966!~john@host86-171-222-132.range86-171.btcentralplus.com> has quit IRC | 22:20 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 22:25 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 22:26 | |
*** JosePerez <JosePerez!~jgperezc@134.134.139.77> has joined #yocto | 22:29 | |
*** ythl <ythl!8b55df0a@gateway/web/freenode/ip.139.85.223.10> has joined #yocto | 22:29 | |
ythl | Does anyone know how to configure poky to not use git:// for everything? | 22:30 |
ythl | My company blocks git protocol | 22:30 |
ythl | For the life of me I can't figure out how to make it clone using https:// | 22:31 |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC | 22:36 | |
lsandov | ythl: does https://git.yoctoproject.org/git/poky work? | 22:39 |
ythl | yes | 22:42 |
ythl | However, when I run toaster | 22:42 |
ythl | it always tries to get git://git.yoctoproject.org/poky | 22:42 |
ythl | which does not work | 22:42 |
ythl | I've tried changing the remote with git remote set-url | 22:43 |
ythl | but it just ignores that | 22:43 |
kergoth | toaster pulls its urls from the layer index. | 22:43 |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 22:45 | |
ythl | So for example, if I want to change the meta-poky layer url | 22:46 |
ythl | How would I do that? | 22:46 |
kergoth | that depends on whether toaster uses the bitbake fetcher for layers. if it does, you can use PREMIRRORS or git replacements, if not, then afaik git would be your best, or possibly only, option | 22:49 |
* kergoth doesn't know much about toaster | 22:49 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 22:49 | |
*** JosePerez <JosePerez!~jgperezc@134.134.139.77> has quit IRC | 22:52 | |
rburton1 | argh | 22:53 |
rburton1 | can we please stop hardcoding versions in the selftests | 22:53 |
rburton1 | upgrading mdadm shouldn't result in tests failing because the version changed | 22:53 |
kergoth | indeed | 22:53 |
rburton1 | AssertionError: '.TH MDADM 8 "" v4.0' != '.TH MDADM 8 "" v3.4' | 22:54 |
*** pauldevguy <pauldevguy!~1devguy@201.33.64.225> has joined #yocto | 22:55 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** ed2 <ed2!~Adium@99.red-83-41-53.dynamicip.rima-tde.net> has quit IRC | 23:01 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-ltqibgbizjigcams> has quit IRC | 23:03 | |
*** ythl <ythl!8b55df0a@gateway/web/freenode/ip.139.85.223.10> has quit IRC | 23:04 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-hrtyjpqecgpqauev> has joined #yocto | 23:11 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 23:13 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-hrtyjpqecgpqauev> has quit IRC | 23:19 | |
*** dvhart <dvhart!~dvhart@static-50-53-103-165.bvtn.or.frontiernet.net> has joined #yocto | 23:23 | |
*** agust <agust!~agust@p4FCB60FA.dip0.t-ipconnect.de> has quit IRC | 23:23 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 23:27 | |
*** sameo <sameo!~samuel@192.55.54.36> has joined #yocto | 23:38 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-exslmntamwovxern> has joined #yocto | 23:42 | |
*** jrmrjnck <jrmrjnck!jdoman@nat/intel/x-qbbbmwounhqgjxkm> has quit IRC | 23:44 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-exslmntamwovxern> has quit IRC | 23:48 | |
*** clsulliv_home <clsulliv_home!~clsulliv@50-39-175-94.bvtn.or.frontiernet.net> has quit IRC | 23:51 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-imjduptefjomldwg> has joined #yocto | 23:54 | |
*** NU-Slacker_ <NU-Slacker_!180d4a9e@gateway/web/freenode/ip.24.13.74.158> has joined #yocto | 23:56 | |
*** lamego <lamego!jose@nat/intel/x-boycjclqmtdjfziq> has quit IRC | 23:57 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-xwpepprttfehxbwf> has joined #yocto | 23:58 | |
*** benjamirc1 <benjamirc1!besquive@nat/intel/x-kxynvljmsotrwquc> has quit IRC | 23:59 | |
moto-timo | halstead: ping | 23:59 |
halstead | Good afternoon moto-timo! | 23:59 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!