Tuesday, 2016-06-07

*** sjolley1 <sjolley1!~sjolley@134.134.137.71> has quit IRC00:01
*** sjolley <sjolley!sjolley@nat/intel/x-ppfhmjbntuharnkb> has joined #yocto00:09
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC00:15
*** billr <billr!~wcrandle@134.134.139.74> has quit IRC00:28
*** gtristan <gtristan!~tristanva@110.11.179.37> has quit IRC00:41
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC00:52
*** fishey2 <fishey2!~jmesmon@turntable.einic.org> has quit IRC00:53
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto01:00
*** tlab <tlab!~tlab@104.235.20.44> has joined #yocto01:18
*** fishey2 <fishey2!~jmesmon@turntable.einic.org> has joined #yocto01:20
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC01:20
*** fishey2 <fishey2!~jmesmon@turntable.einic.org> has quit IRC01:36
*** Crofton <Crofton!~balister@63.117.241.130> has joined #yocto01:37
*** aehs29 <aehs29!~aehernan@134.134.139.76> has joined #yocto01:38
*** fishey2 <fishey2!~jmesmon@turntable.einic.org> has joined #yocto01:38
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto01:38
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC01:45
*** fishey2 <fishey2!~jmesmon@turntable.einic.org> has quit IRC01:52
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC02:06
*** fishey2 <fishey2!~jmesmon@turntable.einic.org> has joined #yocto02:18
*** Crofton <Crofton!~balister@63.117.241.130> has quit IRC02:31
*** obsrwr_home <obsrwr_home!~obsrwr@188.24.223.243> has joined #yocto03:11
*** DriverCoder <DriverCoder!~MRustad@static-50-43-40-31.bvtn.or.frontiernet.net> has joined #yocto03:22
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC03:31
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC03:52
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto03:54
-YoctoAutoBuilder- build #823 of nightly-multilib is complete: Failure [failed Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/82304:11
-YoctoAutoBuilder- build #897 of nightly is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly/builds/89704:21
*** aehs29 <aehs29!~aehernan@134.134.139.76> has left #yocto04:42
atmci'm trying to build a yocto image for the raspberry pi (with the bsp) and want to add the opencv package. if i add IMAGE_INSTALL_append = "opencv" i don't have the opencv in the build04:42
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto04:50
*** sno <sno!~sno@89.204.154.177> has joined #yocto05:04
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto05:11
*** sno <sno!~sno@89.204.154.177> has quit IRC05:11
kergothatmc: you missed the space separator05:13
kergothIMAGE_INSTALL is a space separated list, and _append doesn't add one for you05:13
kergothIMAGE_INSTALL_append = " opencv"05:13
atmcokay, thats at least one mistake05:14
atmci'm gonna test this at work in an hour05:14
atmcthanks05:14
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto05:25
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC05:31
*** DriverCoder <DriverCoder!~MRustad@static-50-43-40-31.bvtn.or.frontiernet.net> has quit IRC05:41
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC05:44
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto05:46
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC05:47
*** pohly <pohly!~pohly@p5DE8D54E.dip0.t-ipconnect.de> has joined #yocto05:50
atmckergoth: i now have the following changes in the local.conf file05:52
atmcEXTRA_IMAGE_FEATURES ?= "debug-tweaks dev-pkgs tools-sdk tools-debug"05:52
atmcIMAGE_FEATURES += "package-management"05:52
atmcIMAGE_INSTALL_append += " cmake opencv"05:52
atmcbut then i get Missing or unbuildable dependency chain was: ['opencv']05:53
*** marek__ <marek__!~marek@81.89.61.168.host.vnet.sk> has joined #yocto05:55
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto05:57
atmckergoth: i added the meta-oe layer. now it finds the opencv package. for the dev packages  it is sufficient to just add EXTRA_IMAGE_FEATURES ?= "debug-tweaks dev-pkgs05:59
atmc?05:59
*** Primordus <Primordus!~Primordus@2a02:a03f:4ea:aa00:ae7b:a1ff:feb3:7b49> has joined #yocto05:59
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC06:01
*** TobSnyder <TobSnyder!~schneider@ip9234b44d.dynamic.kabel-deutschland.de> has joined #yocto06:03
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC06:06
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC06:06
*** arkver <arkver!~arkver@host81-135-58-229.range81-135.btcentralplus.com> has joined #yocto06:07
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto06:08
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto06:08
*** frsc <frsc!~frsc@80.149.173.67> has joined #yocto06:10
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC06:15
*** sno <sno!~sno@62.157.143.22> has joined #yocto06:15
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto06:17
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto06:19
*** rob_w <rob_w!~bob@93.104.205.194> has joined #yocto06:19
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto06:19
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto06:29
*** rubdos <rubdos!~rubdos@host-85-27-76-52.dynamic.voo.be> has joined #yocto06:31
*** Primordus <Primordus!~Primordus@2a02:a03f:4ea:aa00:ae7b:a1ff:feb3:7b49> has quit IRC06:41
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC06:41
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC06:43
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bnvzgtdmvlbvyuxq> has joined #yocto06:53
*** jbrianceau_away is now known as jbrianceau06:53
*** Primordus <Primordus!~Primordus@2a02:a03f:4ec:4b00:ae7b:a1ff:feb3:7b49> has joined #yocto06:54
*** ant_work <ant_work!~ant__@host166-0-dynamic.51-79-r.retail.telecomitalia.it> has joined #yocto06:55
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto06:56
*** zeddii_sweden <zeddii_sweden!~bruce@88.131.14.170> has quit IRC07:04
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto07:04
*** fl0v0 <fl0v0!~fvo@p4FC0A0C2.dip0.t-ipconnect.de> has joined #yocto07:06
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto07:08
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC07:13
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto07:13
*** joshuagl <joshuagl!~joshuagl@192.198.151.45> has joined #yocto07:14
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto07:18
*** townxelliot <townxelliot!~ell@176.251.203.139> has joined #yocto07:26
*** jku <jku!jku@nat/intel/x-gzxdmisfdqiyufvx> has joined #yocto07:26
*** Biliogadafr <Biliogadafr!~pin@62.214.49.206> has joined #yocto07:27
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto07:27
*** Primordus <Primordus!~Primordus@2a02:a03f:4ec:4b00:ae7b:a1ff:feb3:7b49> has quit IRC07:30
*** jku <jku!jku@nat/intel/x-gzxdmisfdqiyufvx> has quit IRC07:30
*** jku <jku!jku@nat/intel/x-fnrwarzdjxqtweot> has joined #yocto07:32
*** yann|work <yann|work!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto07:36
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:39
atmci'm running into the following error during a raspberry-pi image build: ERROR: glibc-2.23-r0 do_package: Fatal QA errors found, failing task.07:40
atmci cant find any information about that error07:40
atmci'm building on CentOS 7 if that matters07:42
*** shagu <shagu!~eric@p5B2E9E5C.dip0.t-ipconnect.de> has joined #yocto07:43
*** florian_kc is now known as florian07:44
*** Primordus <Primordus!~Primordus@2a02:a03f:4ee:2700:ae7b:a1ff:feb3:7b49> has joined #yocto07:45
*** sameo <sameo!~samuel@192.55.55.37> has joined #yocto07:48
*** edbart <edbart!ebartosh@nat/intel/x-vssqtzmxpltqylcd> has joined #yocto07:51
*** present <present!~present@46.218.87.184> has joined #yocto07:52
*** toscalix <toscalix!~toscalix@149.100.1.24> has joined #yocto07:55
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC08:08
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto08:11
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has joined #yocto08:16
jkuatmc: the specific QA error should be mentioned there, with a tag (like [dev-so] or [textrel]) that you can search for in the reference manual08:18
*** maxin <maxin!~maxin@2001:998:22:0:bc1b:909:3d5:adf2> has quit IRC08:22
*** joshuagl <joshuagl!~joshuagl@192.198.151.45> has quit IRC08:24
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC08:26
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto08:29
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto08:31
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto08:33
*** maxin <maxin!~maxin@37-219-249-251.nat.bb.dnainternet.fi> has joined #yocto08:37
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-rifziulgddmjfujf> has quit IRC08:39
*** Primordus <Primordus!~Primordus@2a02:a03f:4ee:2700:ae7b:a1ff:feb3:7b49> has quit IRC08:44
*** xulfer <xulfer!~xulfer@random.cheapbsd.net> has quit IRC08:47
*** joshuagl <joshuagl!~joshuagl@192.198.151.45> has joined #yocto08:47
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC08:51
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC08:51
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto08:53
*** xulfer <xulfer!~xulfer@random.cheapbsd.net> has joined #yocto08:54
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto08:54
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-cymsehlgbgrlgdjz> has joined #yocto08:56
*** maxin <maxin!~maxin@37-219-249-251.nat.bb.dnainternet.fi> has quit IRC09:12
*** belen <belen!~Adium@134.134.139.78> has joined #yocto09:21
*** jlasnier <jlasnier!~lasnier@80-15.80-90.static-ip.oleane.fr> has joined #yocto09:24
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC09:26
jlasnierHi every one! I have a package (.ipk) which isn't provided by bitbake, It is an external .ipk. I want to include it in the yocto rootfs during the do_rootfs task! There is a proper way to perform this?09:31
CTtpollardjlasnier: what do you mean by not provided by bitbake? there is no recipe for it?09:31
jlasnierCTtpollard: Yes exactly!09:32
jlasnierCTtpollard: There is no recipe for it09:34
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto09:34
CTtpollardjlasnier: have you checked https://layers.openembedded.org/layerindex/branch/master/recipes/ ?09:34
jlasnierCTtpollard: unfortunately, the .ipk is built from a proprietary source code (I haven't these sources). The recipe dosen't exist and I can't create my own recipe because I've no source...09:40
CTtpollardjlasnier: so you just want the .ipk on the rootfs so you can install it manually from there?09:40
jlasnierCTtpollard: I would like to install the .ipk during the rootfs build. If there is no solution, I'll install it at system run-time with opkg, but I prefer not09:44
*** fishey2 <fishey2!~jmesmon@turntable.einic.org> has quit IRC09:44
jlasnierCTtpollard: I want to say to bitbake "take my .ipk to build the final image"09:44
*** fishey2 <fishey2!~jmesmon@turntable.einic.org> has joined #yocto09:47
*** obsrwr <obsrwr!~otp-amois@89.121.200.102> has joined #yocto09:49
neverpanicjlasnier: here's the hack we do to get this done: https://p.dnnr.de/hZo-OxcDnokUH1KP09:51
neverpanicit involves unpacking and re-packing the contents of the ipk, though.09:51
*** marek__ <marek__!~marek@81.89.61.168.host.vnet.sk> has quit IRC09:57
jlasnierneverpanic: great! It's exactly that I want to do! But I believed that I could do this without write a recipe but rather by modifying the rootfs.bbclass or something like this. But this recipe will do the trick! Thank you!09:59
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC10:13
*** maxin <maxin!~maxin@2001:998:22:0:b0cb:7d31:f0bd:70> has joined #yocto10:17
*** maxin <maxin!~maxin@2001:998:22:0:b0cb:7d31:f0bd:70> has quit IRC10:22
bluelightningjlasnier: neverpanic: there's a slightly less hacky way of doing this - bin_package.bbclass10:22
bluelightningif you're using 2.1 (krogoth) or newer you can even have "devtool add" / "recipetool create" create you a recipe to do it pretty much automatically10:23
CTtpollardbluelightning: interesting10:25
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC10:26
*** maxin <maxin!~maxin@37-219-249-251.nat.bb.dnainternet.fi> has joined #yocto10:27
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto10:28
*** xkonni <xkonni!~konni@193.37.152.139> has joined #yocto10:30
*** ant_work <ant_work!~ant__@host166-0-dynamic.51-79-r.retail.telecomitalia.it> has quit IRC10:35
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC10:36
*** ant_work <ant_work!~ant__@host166-0-dynamic.51-79-r.retail.telecomitalia.it> has joined #yocto10:46
*** KHJD <KHJD!c2795aad@gateway/web/freenode/ip.194.121.90.173> has joined #yocto10:48
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto10:48
*** hanthings_ <hanthings_!~nandor@194.9.252.238> has joined #yocto10:52
*** melonipoika_ <melonipoika_!~jose@194.9.252.238> has joined #yocto10:53
*** melonipoika <melonipoika!~jose@194.9.252.237> has quit IRC10:55
*** nandi_ge___ <nandi_ge___!~nandor@194.9.252.237> has quit IRC10:55
*** maxin <maxin!~maxin@37-219-249-251.nat.bb.dnainternet.fi> has quit IRC10:57
*** Nilesh_ is now known as kokane10:58
*** kokane is now known as Nilesh_10:58
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto11:01
KHJDHi there. Is there a way to limit the numbers of parallel connections to a server/ip ? For example if several recipes fetch from the same git-server in parallel ?11:05
rburtonjust reducing BB_NUM_THREADS11:09
rburtonif you're hitting this on an autobuilder type situation, we do a world fetch before builds with BB_NUM_THREADS=2 instead of the auto-detected 2011:10
*** maxin <maxin!~maxin@37-219-187-99.nat.bb.dnainternet.fi> has joined #yocto11:11
neverpanicAnd add a download cache11:18
*** Crofton <Crofton!~balister@63.117.241.130> has joined #yocto11:18
*** melonipoika <melonipoika!~jose@194.9.252.237> has joined #yocto11:19
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC11:19
rburtonyeah, share your download directory if you have multiple machines11:19
*** nandi_ge___ <nandi_ge___!~nandor@194.9.252.237> has joined #yocto11:19
*** khem <khem!~khem@unaffiliated/khem> has quit IRC11:20
*** melonipoika_ <melonipoika_!~jose@194.9.252.238> has quit IRC11:21
*** hanthings_ <hanthings_!~nandor@194.9.252.238> has quit IRC11:21
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto11:24
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto11:34
xkonnitrying to add my own fstab (just to get started with customizing builds) - following this guide: https://communities.intel.com/thread/49251 but for some reason the new one is not included...11:36
xkonnii added the layer, created a config and bbappend for base-files, copied fstab and modified it... like described11:36
xkonninow bitbake my-image runs fine but just contains the default fstab.. any idea what i might be missing? i did run bitbake -c cleanall for base-files and my-image11:37
xkonnior a hint how i can check if custom recipes are used?11:38
xkonniok, just a typo...11:41
xkonnisolved!11:41
*** maxin <maxin!~maxin@37-219-187-99.nat.bb.dnainternet.fi> has quit IRC11:42
*** berton <berton!~fabio@187.23.154.250> has joined #yocto11:48
*** obsrwr <obsrwr!~otp-amois@89.121.200.102> has quit IRC11:49
*** obsrwr <obsrwr!~otp-amois@89.121.200.102> has joined #yocto11:50
*** caiortp <caiortp!~inatel@131.221.240.204> has joined #yocto11:53
*** maxin <maxin!~maxin@37-219-44-52.nat.bb.dnainternet.fi> has joined #yocto11:59
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC12:00
*** ziggo <ziggo!~ziggo@217.89.178.116> has joined #yocto12:09
aurelehi everyone12:17
aurelehi bluelightning ;)12:17
aureleI was using in yocto 1.7/1.8 ${DATETIME} in a package version (PV := "${PVBASE}.${SRCPV}.${DATETIME}"), I wanted to have this package updated for each build. Someone clever told me to use DATETIME, but now with yocto 2.1, I got some errors, I think due to ${DATETIME}...12:19
aurelethe error looks like :12:20
aureleERROR: skellgip2-svn.10498.20160607121331-r0 do_configure: Taskhash mismatch 8fc318691e5d72c15849b0d1acf89a0a verses 92439d39915a1779c5176ac4d14f16a1 for /home/aurele/workspace/yocto/moniteur-krogoth/sources/meta-castel/recipes-castel/skellgip2/skellgip2_svn.bb.do_configure12:20
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC12:20
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto12:20
aureleif anyone knows how I could remove those errors and still get my package rebuild at each build...12:21
*** maxin <maxin!~maxin@37-219-44-52.nat.bb.dnainternet.fi> has quit IRC12:23
*** ant_work <ant_work!~ant__@host166-0-dynamic.51-79-r.retail.telecomitalia.it> has quit IRC12:23
*** maxin <maxin!~maxin@37-219-252-193.nat.bb.dnainternet.fi> has joined #yocto12:25
*** Crofton <Crofton!~balister@63.117.241.130> has quit IRC12:26
xkonniadded .deb package-management to my images. but i can not install fresh packages, e.g. libattr1 is missing. can i somehow tell bitbake to build packages of .deb-dependencies?12:30
xkonniotherwise, what use is the package management if i can not install packages?12:31
*** lamego <lamego!jose@nat/intel/x-ykuikthjjeqswfmz> has joined #yocto12:31
*** maxin <maxin!~maxin@37-219-252-193.nat.bb.dnainternet.fi> has quit IRC12:37
*** gtristan <gtristan!~tristanva@110.11.179.37> has joined #yocto12:46
*** navaati <navaati!~navaati@LMontsouris-657-1-8-149.w90-63.abo.wanadoo.fr> has quit IRC12:51
*** Crofton <Crofton!~balister@192.55.54.59> has joined #yocto12:55
*** igor1 <igor1!~igor@177.159.144.73> has joined #yocto12:56
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has joined #yocto12:57
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC12:57
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto12:58
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC12:59
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto13:07
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto13:12
*** maxin <maxin!~maxin@37-219-252-193.nat.bb.dnainternet.fi> has joined #yocto13:12
*** ziggo <ziggo!~ziggo@217.89.178.116> has quit IRC13:14
*** LeifSo <LeifSo!d4d3bd3c@gateway/web/freenode/ip.212.211.189.60> has joined #yocto13:19
*** sjolley1 <sjolley1!~sjolley@134.134.139.70> has joined #yocto13:21
*** sjolley <sjolley!sjolley@nat/intel/x-ppfhmjbntuharnkb> has quit IRC13:21
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC13:24
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC13:27
*** jku <jku!jku@nat/intel/x-fnrwarzdjxqtweot> has quit IRC13:31
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto13:41
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC13:43
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC13:43
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto13:44
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC13:49
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto13:49
*** nisha <nisha!~nisha@38.104.105.146> has joined #yocto13:51
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto13:51
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto13:55
rburtonxkonni: what do you mean "cannot install fresh packages". what error?  it sounds like the package you're trying to install has dependnecies you're not giving it, all of these will be in the feeds in tmp/deploy/13:56
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto13:58
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC13:59
* joseppc hi14:03
maxinJoseppc: hi14:04
joseppcmaxin: :)14:05
*** KHJD <KHJD!c2795aad@gateway/web/freenode/ip.194.121.90.173> has quit IRC14:09
*** madisox <madisox!~madison@12.30.244.5> has joined #yocto14:10
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC14:11
*** dlerner <dlerner!~dlerner@50-198-55-145-static.hfc.comcastbusiness.net> has joined #yocto14:11
*** dlerner <dlerner!~dlerner@50-198-55-145-static.hfc.comcastbusiness.net> has left #yocto14:11
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC14:16
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto14:17
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC14:30
*** benjamirc <benjamirc!~besquive@134.134.139.82> has joined #yocto14:31
*** grma <grma!~gruberm@80.93.38.128> has quit IRC14:40
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC14:42
*** aehs29 <aehs29!~aehernan@134.134.137.75> has joined #yocto14:47
*** manuel_ <manuel_!~manuel@91.137.39.34> has joined #yocto14:48
*** Sona <Sona!9b0483eb@gateway/web/freenode/ip.155.4.131.235> has joined #yocto14:58
*** frsc <frsc!~frsc@80.149.173.67> has quit IRC14:58
joshuaglYPTM: Joshua joined14:59
sjolley1YPTM:   Ready-Access Number: 8007302996/9139049836  Access Code:     270575114:59
sjolley1YPTM: Stephen Joined14:59
*** shagu <shagu!~eric@p5B2E9E5C.dip0.t-ipconnect.de> has quit IRC15:01
*** billr <billr!wcrandle@nat/intel/x-nmpeukamivzbmcsz> has joined #yocto15:01
SonaYPTM: Sona is on call15:01
billrBill Randle on the call15:01
vmesonsYPTM: Randy joined15:02
*** tjamison <tjamison!~tjamison@38.104.105.146> has joined #yocto15:02
rburtonYPTM ross join15:03
halsteadYPTM: Michael here.15:03
RPSadly RP has a conflicting meeting15:03
*** benjamirc <benjamirc!~besquive@134.134.139.82> has quit IRC15:04
* RP will try and answer any questions here though15:05
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC15:06
*** edbart <edbart!ebartosh@nat/intel/x-vssqtzmxpltqylcd> has quit IRC15:10
sjolley1YPTM is over15:11
*** mortderire <mortderire!rkinsell@nat/intel/x-jaccnnqbgylrblvq> has joined #yocto15:11
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto15:14
*** scottrif <scottrif!~scottrif@68-186-122-205.dhcp.knwc.wa.charter.com> has joined #yocto15:17
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto15:20
*** maxin <maxin!~maxin@37-219-252-193.nat.bb.dnainternet.fi> has quit IRC15:23
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC15:25
*** lamego <lamego!jose@nat/intel/x-ykuikthjjeqswfmz> has quit IRC15:28
*** jlasnier <jlasnier!~lasnier@80-15.80-90.static-ip.oleane.fr> has quit IRC15:37
*** jku <jku!~jku@dyj170ycrv18---3wlh9y-3.rev.dnainternet.fi> has joined #yocto15:38
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto15:38
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC15:43
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC15:43
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto15:43
*** TobSnyder <TobSnyder!~schneider@ip9234b44d.dynamic.kabel-deutschland.de> has quit IRC15:46
*** ntl <ntl!~nathanl@cpe-24-242-75-173.austin.res.rr.com> has joined #yocto15:51
*** lamego <lamego!~jose@134.134.137.71> has joined #yocto15:54
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC15:59
*** Biliogadafr <Biliogadafr!~pin@62.214.49.206> has quit IRC16:00
*** aehs29 <aehs29!~aehernan@134.134.137.75> has left #yocto16:05
*** jku <jku!~jku@dyj170ycrv18---3wlh9y-3.rev.dnainternet.fi> has quit IRC16:07
*** fl0v0 <fl0v0!~fvo@p4FC0A0C2.dip0.t-ipconnect.de> has quit IRC16:08
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC16:10
*** jbrianceau is now known as jbrianceau_away16:19
*** yann|work <yann|work!~yann@85-171-21-92.rev.numericable.fr> has quit IRC16:19
*** aehs29 <aehs29!~aehernan@134.134.137.75> has joined #yocto16:24
*** present <present!~present@46.218.87.184> has quit IRC16:26
*** aehs29 <aehs29!~aehernan@134.134.137.75> has quit IRC16:29
*** sno <sno!~sno@62.157.143.22> has quit IRC16:31
*** agust <agust!~agust@p4FCB59B3.dip0.t-ipconnect.de> has joined #yocto16:33
*** sjolley1 <sjolley1!~sjolley@134.134.139.70> has quit IRC16:37
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto16:38
*** sjolley <sjolley!~sjolley@134.134.139.70> has quit IRC16:45
*** aehs29 <aehs29!aehernan@nat/intel/x-ifebdicglhqpazac> has joined #yocto16:46
*** townxelliot <townxelliot!~ell@176.251.203.139> has quit IRC16:50
*** aehs29 <aehs29!aehernan@nat/intel/x-ifebdicglhqpazac> has left #yocto16:53
*** benjamirc <benjamirc!~besquive@134.134.139.77> has joined #yocto16:54
*** belen <belen!~Adium@134.134.139.78> has quit IRC16:59
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC17:02
*** sjolley <sjolley!~sjolley@134.134.139.72> has joined #yocto17:03
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC17:04
*** cesdv <cesdv!~cesdv@242.26.44.185.dynamic.electronicamartinez.es> has quit IRC17:09
*** cesdv <cesdv!~cesdv@242.26.44.185.dynamic.electronicamartinez.es> has joined #yocto17:09
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto17:09
*** Sona <Sona!9b0483eb@gateway/web/freenode/ip.155.4.131.235> has quit IRC17:17
*** paulg <paulg!~paulg@70.52.193.89> has joined #yocto17:19
*** mortderire <mortderire!rkinsell@nat/intel/x-jaccnnqbgylrblvq> has quit IRC17:20
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto17:22
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has quit IRC17:24
*** sa2ajj <sa2ajj!~quassel@dsl-espbrasgw1-50de2f-243.dhcp.inet.fi> has quit IRC17:27
*** maxin <maxin!~maxin@37-219-252-193.nat.bb.dnainternet.fi> has joined #yocto17:32
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC17:34
*** toscalix <toscalix!~toscalix@149.100.1.24> has quit IRC17:37
*** jku <jku!~jku@dyj170ycrv18---3wlh9y-3.rev.dnainternet.fi> has joined #yocto17:41
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto17:43
*** maxin <maxin!~maxin@37-219-252-193.nat.bb.dnainternet.fi> has quit IRC17:44
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC18:00
*** aehs29 <aehs29!~aehernan@134.134.139.76> has joined #yocto18:03
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto18:08
*** stephano <stephano!~stephano@134.134.139.82> has joined #yocto18:08
*** sameo is now known as sameo_afk18:12
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto18:15
*** fitzsim` <fitzsim`!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has quit IRC18:15
*** stephano <stephano!~stephano@134.134.139.82> has quit IRC18:17
*** stephano <stephano!~stephano@134.134.139.82> has joined #yocto18:19
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto18:25
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bnvzgtdmvlbvyuxq> has quit IRC18:28
*** fitzsim` <fitzsim`!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has joined #yocto18:46
*** manuel_ <manuel_!~manuel@91.137.39.34> has quit IRC18:56
*** obsrwr_home <obsrwr_home!~obsrwr@188.24.223.243> has quit IRC19:00
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC19:11
*** lamego <lamego!~jose@134.134.137.71> has quit IRC19:12
*** lamego <lamego!~jose@134.134.137.71> has joined #yocto19:13
*** yann|work <yann|work!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto19:21
*** galak <galak!~galak@104-57-189-103.lightspeed.austtx.sbcglobal.net> has joined #yocto19:22
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-cymsehlgbgrlgdjz> has quit IRC19:37
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC19:41
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC19:48
*** scottrif <scottrif!~scottrif@68-186-122-205.dhcp.knwc.wa.charter.com> has quit IRC19:50
*** rubdos <rubdos!~rubdos@host-85-27-76-52.dynamic.voo.be> has quit IRC19:51
*** toanju <toanju!~toanju@x4db360f7.dyn.telefonica.de> has joined #yocto19:52
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-kabegjhljlhwahug> has joined #yocto19:58
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC20:00
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto20:01
*** Jeroen__ <Jeroen__!589f3c57@gateway/web/freenode/ip.88.159.60.87> has joined #yocto20:06
*** toanju <toanju!~toanju@x4db360f7.dyn.telefonica.de> has quit IRC20:07
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto20:36
*** gferencz <gferencz!~gferencz@173.225.52.242> has joined #yocto20:37
*** jku <jku!~jku@dyj170ycrv18---3wlh9y-3.rev.dnainternet.fi> has quit IRC20:38
*** Jeroen__ <Jeroen__!589f3c57@gateway/web/freenode/ip.88.159.60.87> has quit IRC20:39
*** gferencz <gferencz!~gferencz@173.225.52.242> has quit IRC20:40
*** sameo_afk <sameo_afk!~samuel@192.55.55.37> has quit IRC20:44
*** sameo <sameo!~samuel@192.55.55.39> has joined #yocto20:53
*** pohly <pohly!~pohly@p5DE8D54E.dip0.t-ipconnect.de> has quit IRC20:56
*** Snert__ <Snert__!~LoginName@65-70-174-206.gci.net> has joined #yocto20:58
*** Snert <Snert!~LoginName@65-70-174-206.gci.net> has quit IRC20:58
Xzhi there21:00
Xzhow do I sign up for yocto kernel mailing list?21:00
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC21:01
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto21:01
*** sjolley <sjolley!~sjolley@134.134.139.72> has quit IRC21:04
*** sjolley <sjolley!sjolley@nat/intel/x-diiwgxchsojeyihy> has joined #yocto21:05
*** galak <galak!~galak@104-57-189-103.lightspeed.austtx.sbcglobal.net> has quit IRC21:06
*** caiortp <caiortp!~inatel@131.221.240.204> has quit IRC21:07
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC21:08
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto21:08
*** sjolley <sjolley!sjolley@nat/intel/x-diiwgxchsojeyihy> has quit IRC21:11
*** realBigFoot <realBigFoot!~realBigfo@192.55.54.42> has joined #yocto21:16
*** bottazzini <bottazzini!realBigfoo@nat/intel/x-xuztinkixxwqxzjc> has quit IRC21:18
*** berton <berton!~fabio@187.23.154.250> has quit IRC21:20
*** joshuagl <joshuagl!~joshuagl@192.198.151.45> has quit IRC21:24
*** arkver <arkver!~arkver@host81-135-58-229.range81-135.btcentralplus.com> has quit IRC21:28
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto21:34
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC21:43
*** m2 <m2!~m2@debian/developer/mmagallo> has joined #yocto21:46
m2can someone take a look at this error? http://0fe86b863c596abd.paste.se/ I understand what it's sayig, I just can't spot the dependency loop :-P21:48
m2this happens when I add INITRAMFS_IMAGE to the configuration, and INITRAMFS_IMAGE_BUNDLE is set to 121:50
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC21:53
*** mbergek <mbergek!~mbergek@c-4ab0e055.17-2-64736c10.cust.bredbandsbolaget.se> has joined #yocto21:56
*** Crofton <Crofton!~balister@192.55.54.59> has quit IRC21:56
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC22:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC22:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto22:01
*** benjamirc <benjamirc!~besquive@134.134.139.77> has quit IRC22:04
*** lamego <lamego!~jose@134.134.137.71> has quit IRC22:06
m2it took a lot of squinting to see it: syslinux:do_populate_sysroot depends on ... linux-yocto:do_deploy which depends on syslinux:do_populate_sysroot22:08
*** ntl <ntl!~nathanl@cpe-24-242-75-173.austin.res.rr.com> has quit IRC22:13
m2I think I see what's the problem: the image type is hddimg. When I add the INITRAMFS variables, the loop shows up.22:16
m2Am I misunderstanding something?22:16
*** tlab <tlab!~tlab@104.235.20.44> has joined #yocto22:21
bluelightningm2: is this perhaps IMAGE_FSTYPES being set to include hddimg also for the initramfs image as well as your main image?22:26
*** sjolley1 <sjolley1!~sjolley@134.134.137.73> has joined #yocto22:29
*** sjolley <sjolley!~sjolley@134.134.139.70> has quit IRC22:29
*** stephano <stephano!~stephano@134.134.139.82> has quit IRC22:29
*** agust <agust!~agust@p4FCB59B3.dip0.t-ipconnect.de> has quit IRC22:30
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC22:33
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC22:35
*** Amynka <Amynka!~frozen@gentoo/developer/amynka> has quit IRC22:36
*** tlab <tlab!~tlab@104.235.20.44> has joined #yocto22:38
*** Amynka <Amynka!~frozen@gentoo/developer/amynka> has joined #yocto22:47
*** xkonni <xkonni!~konni@193.37.152.139> has quit IRC22:48
*** xkonni <xkonni!~konni@193.37.152.139> has joined #yocto22:50
*** mbergek <mbergek!~mbergek@c-4ab0e055.17-2-64736c10.cust.bredbandsbolaget.se> has quit IRC23:01
*** igor1 <igor1!~igor@177.159.144.73> has quit IRC23:02
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC23:07
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto23:07
*** paulg <paulg!~paulg@70.52.193.89> has quit IRC23:08
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC23:09
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has quit IRC23:10
*** townxelliot <townxelliot!~ell@176.251.203.139> has joined #yocto23:14
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto23:15
*** ephlodur <ephlodur!c630ca4d@gateway/web/freenode/ip.198.48.202.77> has joined #yocto23:19
ephlodurhello all23:19
ephlodurI have a problem running bitbake on UpenSuSE 42.123:19
ephloduranybody?23:21
billrWhat kind of problems are you having? I know it works on OpenSuSE 42.1 because one of the Yocto project AutoBuilders runs 42.1.23:22
ephlodurFATAL: The knotty ui could not load the required curses python module.23:23
ephlodurall python are install correctly23:23
billrWhich version of Yocto are you trying to build? One of the releases or master?23:24
ephlodurrunning the master i beleive ... is there a way to very that information23:25
*** townxelliot <townxelliot!~ell@176.251.203.139> has quit IRC23:25
billrrun 'git branch' from inside the poky directory and look for the one with the "*" next to it. 'git status' should also tell you which branch is active.23:27
ephlodurok is the master23:29
*** sameo <sameo!~samuel@192.55.55.39> has quit IRC23:29
billrok, and you're sure you have the Python3 curses module installed?23:32
ephloduryes23:32
ephlodurthe version of python now is Python 2.7.923:33
billrThe master branch has switched over to use python3.23:34
billrFrom the command line, try:23:34
billr   $ pyhton323:34
ephlodurthe phython 3 is located in /usr/bin/python3.423:34
billr  >>> import curses23:34
ephlodurhow do I import ncurse23:35
billr^pyhton^Python^23:35
billrif you look at "bitbake/lib/bb/ui/knotty.py" you will see it does "import curses"23:35
ephlodurok what should I type23:35
billrline 150. That's where it is failing on you.23:36
ephlodurok ..how to I fix that23:36
billrStart python3 and at the ">>>" prompt, just type "import curses" and see what it says, if anything23:36
ephlodurok when I type python it seem to load python 2.7 and ncurse failed23:38
ephlodurhow I can I force it to load python 323:38
billrwhat if you type "python3"23:38
ephlodurok even when Python 3.4.1 (default, May 23 2014, 17:48:28) [GCC] on linux is loaded ncurse failed with ImportError: No module named 'ncurse'23:40
kergothhe said curses, not 'ncurse'23:40
* kergoth yawns23:40
ephlodurwhen I try to install ncurse I get No update candidate for 'python-curses-2.7.9-21.1.x86_64'. The highest available version is already installed23:41
billrkergoth: do you know if py3 curses comes standard or is an add-on package?23:42
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC23:42
ephlodurI not sure ... the only ncurse I see in the repository is 2.7.923:43
billrpython3-curses-3.4.1-6.1.x86_64.rpm23:44
kergothit comes with the standard python 3 library in debian, no idea about rpm based distros23:44
kergothspecifically, libpython3.5-stdlib in ubuntu 16.0423:44
billrfound it on opensuse page. Looks like a separate package23:45
billrephlodur: don't do an upgrade - do an install of the python3 package I showed above23:45
ephlodurok .. I found it on the web site ..trying to install it now23:49
ephlodurok it's installed23:50
billrgood. things should work better now23:51
ephlodurthe package is python3-curses23:51
billrmakes perfect sense23:52
ephlodurimport ncuse still failed ImportError: No module named 'ncurse'23:52
billrare you sure the error says 'ncurse' and not 'curses'?23:53
ephlodurusing python3 and import ncurse i get ImportError: No module named 'ncurse'23:54
kergothyou were told like 3 times to import curses, not 'ncurse'23:55
kergoththere's no such thing as 'ncurse'23:55
ephlodurok.. sorry23:55
ephlodurok curses get loaded ok with no errors23:55
*** aehs29 <aehs29!~aehernan@134.134.139.76> has left #yocto23:55
billrok, good news. Now try bitbake again23:56
ephlodurdoing import curses23:56
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC23:57
ephlodurgreat all of you it's working23:57
billrhappy to hear that. good luck with the rest of your building23:57
ephlodurthanks a lot23:57
*** slips <slips!~slips@62.167.164.82.customer.cdi.no> has quit IRC23:59

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