*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has joined #yocto | 00:09 | |
*** mkeeter <mkeeter!~mkeeter@209-6-50-175.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com> has joined #yocto | 00:15 | |
*** mkeeter <mkeeter!~mkeeter@209-6-50-175.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com> has quit IRC | 00:17 | |
*** AlexVaduva <AlexVaduva!~jvaduva@80.97.6.174> has joined #yocto | 00:20 | |
*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has quit IRC | 00:23 | |
*** jvaduva <jvaduva!~jvaduva@80.97.6.174> has quit IRC | 00:23 | |
*** aehs29 <aehs29!~aehernan@134.134.139.77> has left #yocto | 00:39 | |
*** aehs291 <aehs291!~aehernan@134.134.139.77> has joined #yocto | 00:48 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 00:55 | |
*** namra <namra!~namra@60-250-110-226.HINET-IP.hinet.net> has quit IRC | 01:06 | |
*** alimon <alimon!~alimon@187-176-43-14.dynamic.axtel.net> has quit IRC | 01:07 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto | 01:09 | |
*** alimon <alimon!~alimon@187-176-43-14.dynamic.axtel.net> has joined #yocto | 01:10 | |
*** Aethenelle <Aethenelle!~Aethenell@66.9.28.83> has quit IRC | 01:14 | |
*** georgem <georgem!~georgem@mail.novatech-llc.com> has quit IRC | 01:15 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 01:23 | |
*** georgem <georgem!~georgem@mail.novatech-llc.com> has joined #yocto | 01:33 | |
*** stwcx <stwcx!~stwcx@32.97.110.52> has quit IRC | 01:40 | |
*** alimon <alimon!~alimon@187-176-43-14.dynamic.axtel.net> has quit IRC | 02:05 | |
*** redengin <redengin!~redengin@2601:600:9200:7ab0:686c:8856:cd4a:ccb5> has joined #yocto | 02:07 | |
*** medicalwei <medicalwei!~medicalwe@122-116-81-121.HINET-IP.hinet.net> has quit IRC | 02:29 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 02:32 | |
*** medicalwei <medicalwei!~medicalwe@122-116-81-121.HINET-IP.hinet.net> has joined #yocto | 02:32 | |
*** Guest63961 is now known as ka6sox | 02:46 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 02:57 | |
*** stwcx <stwcx!~stwcx@108-215-4-10.lightspeed.austtx.sbcglobal.net> has joined #yocto | 02:57 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 03:00 | |
*** T0mW <T0mW!~Tom@24.102.243.3.res-cmts.t132.ptd.net> has quit IRC | 03:05 | |
*** NileshKokane <NileshKokane!uid116340@gateway/web/irccloud.com/x-iprijrzxqythocvm> has joined #yocto | 03:07 | |
seebs | So, in cross-canadian.bbclass: | 03:08 |
---|---|---|
seebs | cronss_canadian_bindirlinks () { | 03:08 |
seebs | for i in linux ${CANADIANEXTRAOS} | 03:08 |
seebs | should this perhaps be | 03:08 |
seebs | for i in ${TARGET_OS} ${CANADIANEXTRAOS} | 03:08 |
seebs | ? | 03:08 |
seebs | (Mostly for RP, but maybe someone else understands this code better than I do.) | 03:09 |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 03:09 | |
*** namra <namra!~namra@60-250-110-226.HINET-IP.hinet.net> has joined #yocto | 03:29 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 03:30 | |
namra | hm how to properly set enviroment variables for the cross-compiler? i.e. want to build a package with autotools, it depends on libxml2, thus i add it to DEPENDS in the recipe but it fails finding libxml/parser.h and other during the compilation. | 03:31 |
namra | adding "export CFLAGS_append = " -I/usr/include/libxml2" results in an error during do_configure() saying that this location is unsafe for cross-compilation | 03:31 |
namra | does it refer to the local systems /usr/include/libxml2 and not in tmp/sysroot/machine/? | 03:32 |
namra | what is then the purpose of the sysroot option? | 03:33 |
namra | nvm, STAGING_INCDIR | 03:39 |
*** Jefro <Jefro!~jefro@79.140.208.123> has joined #yocto | 03:45 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 03:49 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 03:51 | |
ryanstur1er | Is there an easy way to view the .bb recipe for a specific package with all of the .bbappends applied? | 03:52 |
ryanstur1er | I am (attempting to) override a variable (enable a systemd service) in a .bbappend, and my service is not getting enabled, so I am suspcieious of the overlay | 03:53 |
ryanstur1er | (perhaps a layer priority issue, although I believe I have that set correctly) | 03:53 |
ryanstur1er | Do the ultimate values of the variables in the recipe appear in the logs somewhere? (I didn't see this when I looked) | 03:54 |
*** medicalwei <medicalwei!~medicalwe@122-116-81-121.HINET-IP.hinet.net> has quit IRC | 03:54 | |
ryanstur1er | @namra does your recipe inherit from any classes? | 03:55 |
*** medicalwei <medicalwei!~medicalwe@122-116-81-121.HINET-IP.hinet.net> has joined #yocto | 04:00 | |
namra | ryanstur1er: yes autotools | 04:01 |
ryanstur1er | can you post the recipe using pastebin so I can take a look? | 04:03 |
ryanstur1er | oh crying baby, afk | 04:03 |
namra | yes, but as mentioned above, solved the issue | 04:03 |
namra | hehe | 04:03 |
namra | ryanstur1er: http://pastebin.com/rL7NdDhE | 04:05 |
*** Aethenelle <Aethenelle!~Aethenell@broadband14003.b.subnet.rcn.com> has joined #yocto | 04:09 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-xvxgfydjeorixjlx> has quit IRC | 04:10 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 04:18 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 04:18 | |
*** NileshKokane <NileshKokane!uid116340@gateway/web/irccloud.com/x-iprijrzxqythocvm> has quit IRC | 05:13 | |
*** Jefro <Jefro!~jefro@79.140.208.123> has quit IRC | 05:16 | |
*** ][Sno][ is now known as [Sno] | 05:18 | |
*** sujith_h <sujith_h!~sharidas@kde/developers/sujithh> has left #yocto | 05:21 | |
*** bavery <bavery!~bavery@c-98-232-142-195.hsd1.or.comcast.net> has quit IRC | 05:25 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 05:34 | |
*** Aethenelle <Aethenelle!~Aethenell@broadband14003.b.subnet.rcn.com> has quit IRC | 05:35 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 05:51 | |
*** drou <drou!c32a382b@gateway/web/freenode/ip.195.42.56.43> has joined #yocto | 05:51 | |
drou | hi guys | 05:51 |
drou | has anyone experienced this kind of error: | cp: cannot stat '/home/cedric/fido/build/tmp/work/i686-linux/libgpg-error-native/1.18-r0/libgpg-error-1.18/src/syscfg/lock-obj-pub..h': No such file or directory ? | 05:52 |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 05:52 | |
drou | i'm trying to build libgpg-error-native (on fido) but there is probably something wrong with my host configuration. lock-obj-pub..h should be something like lock-obj-pub.<arch>.h | 05:53 |
*** sujith_h <sujith_h!~sharidas@kde/developers/sujithh> has joined #yocto | 05:53 | |
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto | 05:56 | |
*** marek__ <marek__!~marek@81.89.61.168.host.vnet.sk> has joined #yocto | 06:00 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 06:02 | |
*** frsc <frsc!~frsc@dslb-178-002-208-131.178.002.pools.vodafone-ip.de> has joined #yocto | 06:02 | |
*** frsc <frsc!~frsc@dslb-178-002-208-131.178.002.pools.vodafone-ip.de> has quit IRC | 06:05 | |
*** frsc <frsc!~frsc@dslb-178-002-208-131.178.002.pools.vodafone-ip.de> has joined #yocto | 06:05 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 06:11 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 06:24 | |
*** redengin <redengin!~redengin@2601:600:9200:7ab0:686c:8856:cd4a:ccb5> has quit IRC | 06:30 | |
*** rob_w <rob_w!~bob@93.104.205.194> has joined #yocto | 06:45 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:45 | |
*** redengin <redengin!~redengin@c-73-193-21-136.hsd1.wa.comcast.net> has joined #yocto | 06:48 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-oxixzndeqyjjmmdg> has joined #yocto | 06:48 | |
*** jbrianceau_away is now known as jbrianceau | 06:48 | |
*** _taw_ <_taw_!~taw@ip-89-176-167-254.net.upcbroadband.cz> has joined #yocto | 06:56 | |
*** RP <RP!~richard@193.120.165.186> has quit IRC | 07:00 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 07:01 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 07:06 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto | 07:08 | |
frsc | otavio: Regarding this: http://comments.gmane.org/gmane.linux.embedded.yocto.meta-freescale/16166. How to debug things like that? MACHINE_SOCARCH should be set in fsl-dynamic-packagearch, but somehow it's empty. | 07:08 |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 07:08 | |
frsc | Doing "bitbake alsa-lib -e | grep MACHINE_SOCARCH" shows me MACHINE_SOCARCH_mx6="armv7a-vfp-neon-mx6", but no MACHINE_SOCARCH_mx6ul | 07:09 |
*** sjolley <sjolley!~sjolley@134.134.137.75> has quit IRC | 07:25 | |
*** simonl <simonl!557df612@gateway/web/cgi-irc/kiwiirc.com/ip.85.125.246.18> has joined #yocto | 07:26 | |
*** sjolley <sjolley!sjolley@nat/intel/x-uwbisoewxfwscbel> has joined #yocto | 07:28 | |
*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has joined #yocto | 07:28 | |
pegu` | Is there support for MACHINE=socfpga_arria10 in meta-altera? | 07:28 |
*** fl0v0 <fl0v0!~fvo@p54AF47A1.dip0.t-ipconnect.de> has joined #yocto | 07:29 | |
*** sameo <sameo!samuel@nat/intel/x-dumlntfzmtfeiyma> has joined #yocto | 07:32 | |
* LetoThe2nd gets ready to troll YPDD | 07:41 | |
*** maxin <maxin!~maxin@2001:998:22:0:8037:1e3b:e2cf:72b9> has joined #yocto | 07:42 | |
Crofton | w00t | 07:43 |
* Crofton is trying to wake up | 07:43 | |
LetoThe2nd | \m/ | 07:44 |
namra | did someone experince the same error, when building openjdk-7-jre from the meta-java layer? | 07:45 |
namra | tmp/sysroots/x86_64-linux/usr/bin/ecj-initial is a version of gcj... no | 07:45 |
namra | tmp/sysroots/x86_64-linux/usr/bin/ecj-initial works... configure: error: The Java compiler /home/otti/Work/MedicusTek/iot/yocto/builds/pigeon-atom_baytrail/tmp/sysroots/x86_64-linux/usr/bin/ecj-initial failed (see config.log, check the CLASSPATH?) | 07:45 |
namra | tmp/work/x86_64-linux/classpath-native/0.99-r6.0/temp/run.do_configure.24029:1 exit 1 from | 07:47 |
namra | hm: tmp/sysroots/x86_64-linux/usr/bin/ecj-initial: line 4: 6107 Segmentation fault (core dumped) ${RUNTIME} -Xmx512m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch | 07:50 |
namra | .Main ${1+"$@"} | 07:50 |
*** neg <neg!~neg@unaffiliated/neg> has joined #yocto | 07:52 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-bkqwpqljmkdsfqwl> has joined #yocto | 07:53 | |
neg | hi, is there a way I can create a pseudo image (.tar.gz) containing the content of two packages? I tried doing a normal image (inherit image) but in addition to the package files I get etc/ld.so.cache and lib/modules/ stuff | 07:54 |
neg | What I'm trying to do is creata a .tar.gz file with uboot, uImage and a config file that can be handed to a developer extracted and burned to the device | 07:56 |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-bkqwpqljmkdsfqwl> has quit IRC | 08:01 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-rpfxoolibhrstjmg> has joined #yocto | 08:02 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:02 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@host250-33-static.21-80-b.business.telecomitalia.it> has joined #yocto | 08:05 | |
*** rfolino <rfolino!~rfolino@93-51-177-218.ip268.fastwebnet.it> has joined #yocto | 08:05 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 08:06 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 08:08 | |
*** fl0v0 <fl0v0!~fvo@p54AF47A1.dip0.t-ipconnect.de> has quit IRC | 08:08 | |
*** frsc <frsc!~frsc@dslb-178-002-208-131.178.002.pools.vodafone-ip.de> has quit IRC | 08:08 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has joined #yocto | 08:09 | |
*** florian_kc is now known as florian | 08:10 | |
*** fl0v0 <fl0v0!~fvo@p54AF47A1.dip0.t-ipconnect.de> has joined #yocto | 08:11 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-rpfxoolibhrstjmg> has quit IRC | 08:12 | |
*** namra <namra!~namra@60-250-110-226.HINET-IP.hinet.net> has quit IRC | 08:12 | |
*** IvanSB <IvanSB!~IvanSB@host165-128-dynamic.25-79-r.retail.telecomitalia.it> has joined #yocto | 08:17 | |
*** frsc <frsc!~frsc@dslb-178-002-208-131.178.002.pools.vodafone-ip.de> has joined #yocto | 08:21 | |
*** drou <drou!c32a382b@gateway/web/freenode/ip.195.42.56.43> has quit IRC | 08:23 | |
*** thaytan_ <thaytan_!~thaytan@199.7.70.115.static.exetel.com.au> has joined #yocto | 08:30 | |
*** thaytan <thaytan!~thaytan@199.7.70.115.static.exetel.com.au> has quit IRC | 08:31 | |
*** Crofton <Crofton!~balister@46.7.74.236> has quit IRC | 08:39 | |
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has joined #yocto | 08:46 | |
*** namra <namra!~namra@60-250-110-226.HINET-IP.hinet.net> has joined #yocto | 08:52 | |
namra | damn howto build meta-java classpath package, it's always segfaulting :/ | 08:52 |
*** Crofton <Crofton!~balister@89.101.192.72> has joined #yocto | 08:53 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has quit IRC | 08:55 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has joined #yocto | 08:55 | |
*** cristianiorga <cristianiorga!~cristiani@134.134.137.71> has joined #yocto | 08:56 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 08:57 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has quit IRC | 09:05 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has joined #yocto | 09:12 | |
maxin | namra: please file a bug.. I got that failure now... | 09:12 |
namra | maxin: want to try it with classpath 0.98 but bitbake doesn't want to use it. specified PREFERRED_VERSION_classpath = "0.98" in build/conf/local.conf | 09:14 |
namra | and running bitbake classpath-native | 09:14 |
maxin | namra: available version is 0.99 now (if you are in master branch) | 09:15 |
namra | you're a right and there's only 0.93 besides 0.99 | 09:16 |
namra | maxin: where can one file an issue for that? | 09:17 |
maxin | namra: bugzilla.yoctoproject.org | 09:19 |
namra | thank you | 09:19 |
*** RP <RP!~richard@89.101.192.72> has joined #yocto | 09:22 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has quit IRC | 09:26 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has joined #yocto | 09:32 | |
*** ][Sno][ <][Sno][!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 09:32 | |
namra | maxin: https://bugzilla.yoctoproject.org/show_bug.cgi?id=8460 | 09:33 |
yocti | Bug 8460: major, Undecided, ---, saul.wold, NEW , meta-java classpath-native segmentation fault | 09:33 |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 09:34 | |
*** ][Sno][ <][Sno][!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 09:35 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 09:36 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 09:44 | |
*** RP <RP!~richard@89.101.192.72> has quit IRC | 09:48 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 09:52 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 10:01 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 10:03 | |
namra | i'm confused Oo. cacao-initial-native depens on classpath but builds without it Oo | 10:06 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 10:13 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 10:14 | |
*** namra <namra!~namra@60-250-110-226.HINET-IP.hinet.net> has quit IRC | 10:22 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 10:28 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 10:30 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 10:32 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 10:37 | |
*** RP <RP!~richard@89.101.192.72> has joined #yocto | 10:47 | |
*** IvanSB <IvanSB!~IvanSB@host165-128-dynamic.25-79-r.retail.telecomitalia.it> has quit IRC | 10:48 | |
*** jjmb1 <jjmb1!~jjmb@c-98-225-183-175.hsd1.pa.comcast.net> has quit IRC | 10:54 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 10:59 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 11:05 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 11:05 | |
*** RP <RP!~richard@89.101.192.72> has quit IRC | 11:06 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has quit IRC | 11:08 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 11:14 | |
*** khem` is now known as onoffon | 11:14 | |
lzm | how can i compare version numbers in a recipe? for example, V="2.24", i want to set BLA = ${V} > "2.23" ? "A" : "B"; | 11:15 |
*** RP <RP!~richard@89.101.192.72> has joined #yocto | 11:21 | |
*** simonl <simonl!557df612@gateway/web/cgi-irc/kiwiirc.com/ip.85.125.246.18> has quit IRC | 11:22 | |
*** RP <RP!~richard@89.101.192.72> has quit IRC | 11:39 | |
*** niteshnarayanlal <niteshnarayanlal!~Nitesh@fedora/niteshnarayanlal> has joined #yocto | 11:43 | |
niteshnarayanlal | Hi | 11:43 |
niteshnarayanlal | I am writing a recipe in which I want to package some libraries to /usr/lib | 11:43 |
niteshnarayanlal | I tried doing install -d ${D}${libdir} | 11:44 |
niteshnarayanlal | install -m 755 myLib1.so ${D}${libdir} | 11:44 |
niteshnarayanlal | install -m 755 myLib2.so ${D}${libdir} | 11:44 |
otavio | frsc: hello | 11:44 |
niteshnarayanlal | but didn't get any success | 11:44 |
otavio | frsc: which machine did you use/ | 11:44 |
*** tobiash <tobiash!~quassel@mail.bmw-carit.de> has joined #yocto | 11:44 | |
frsc | otavio: imx6ulevk | 11:45 |
otavio | frsc: let me check here | 11:45 |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has joined #yocto | 11:45 | |
otavio | frsc: which package? | 11:45 |
frsc | otavio: alsa-lib | 11:46 |
*** simfir <simfir!~quassel@mail.f9s.eu> has joined #yocto | 11:49 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 11:59 | |
bluelightning | lzm: something like BLA = "${@'A' if d.getVar('V', True) > '2.23' else 'B'}" | 12:04 |
bluelightning | lzm: (that's just python within the ${@...}) | 12:05 |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has quit IRC | 12:06 | |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has joined #yocto | 12:12 | |
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC | 12:26 | |
*** DarkKnight_ <DarkKnight_!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 12:35 | |
*** _taw_ <_taw_!~taw@ip-89-176-167-254.net.upcbroadband.cz> has quit IRC | 12:36 | |
*** _taw_ <_taw_!~taw@ip-89-176-167-254.net.upcbroadband.cz> has joined #yocto | 12:36 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-243-227.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 12:36 | |
*** Aethenelle <Aethenelle!~Aethenell@broadband14003.b.subnet.rcn.com> has joined #yocto | 12:37 | |
otavio | frsc: it works for me | 12:39 |
otavio | frsc: please paste your local.conf file please | 12:39 |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@host250-33-static.21-80-b.business.telecomitalia.it> has quit IRC | 12:39 | |
otavio | frsc: [4] ~/src/yocto/build/tmp/deploy/ipk/cortexa7hf-vfp-neon-mx6ul/alsa-lib_1.0.29-r0.1_cortexa7hf-vfp-neon-mx6ul.ipk [4] | 12:40 |
frsc | otavio: Ok. Thanks for investigating. This is my local.conf: http://pastebin.com/Un5qAJKt | 12:44 |
otavio | frsc: line 8 is wrong | 12:45 |
otavio | frsc: use ':production' | 12:45 |
otavio | frsc: but ideally you would do: MACHINEOVERRIDES_append = ":production" or use the distro one | 12:46 |
frsc | otavio: ah. I see, one colon too much. Thanks for the hint... | 12:47 |
*** IvanSB <IvanSB!~IvanSB@host165-128-dynamic.25-79-r.retail.telecomitalia.it> has joined #yocto | 12:47 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@host250-33-static.21-80-b.business.telecomitalia.it> has joined #yocto | 12:47 | |
neg | hi is there a way I can create a deploy archive (.tar.gz) containg only the content of two packages? I'm trying to collect firmware that is built as part of my linux system | 12:47 |
LocutusOfBorg1 | neg, maybe by overriding do_rootfs? | 12:48 |
LocutusOfBorg1 | or by using an imagefile.bb without any external dependency | 12:49 |
neg | LocutusOfBorg1: 'inherit image' and then override do_rootfs? | 12:49 |
frsc | otavio: but that doesn't solve the MACHINE_SOCARCH issue. Do you have an idea where to look for this? | 12:50 |
otavio | frsc: have you change the machine file somehow? | 12:50 |
otavio | frsc: and which branches are you using? | 12:50 |
LocutusOfBorg1 | neg, I guess so | 12:52 |
ryanstur1er | I am attempting to enable a systemd service using a .bbappend file that is disabled by default in the base recipe | 12:53 |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has joined #yocto | 12:53 | |
ryanstur1er | the base recipe inherits from systemd | 12:53 |
ryanstur1er | and the SYSTEMD_AUTO_ENABLE="disable" | 12:53 |
ryanstur1er | so in my .bbappend, I am setting SYSTEMD_AUTO_ENABLE to "enable" | 12:53 |
ryanstur1er | but it's not doing the trick, and I'm wondering if this is how the universe works at all | 12:53 |
ryanstur1er | I can bitbake-layers flatten and see that my bbappend file is being applied to the base recipe | 12:54 |
frsc | otavio: No I didn't edit the machine file. I'm using current master of meta-oe, meta-fsl-arm, poky, meta-qt5 plus one custom layer... | 12:54 |
LocutusOfBorg1 | neg, be sure you don't have any *IMAGE_FEATURES in the conf file | 12:55 |
ryanstur1er | but I don't see the symbolic link I expect in the final image under /etc/systemd/system/multi-user.target.wants | 12:55 |
otavio | frsc: so please do: bitbake virtual/kernel -e | grep SOC_FAMILY= | 12:57 |
LocutusOfBorg1 | neg seems working | 12:58 |
neg | LocutusOfBorg1: ok thanks, I'm trying to get it to work, what did you put in your do_rootfs overrride? | 12:59 |
LocutusOfBorg1 | https://paste.debian.net/314946/ | 12:59 |
LocutusOfBorg1 | no need to override it I guess | 13:00 |
LocutusOfBorg1 | well, the resulting file is around ~5 mb, and it has some sort of busybox stuff | 13:01 |
LocutusOfBorg1 | I guess because it is used in some sort of dependency | 13:01 |
LocutusOfBorg1 | hi folks, any advice about adding qmake to the sdk image? I can add it in the target image, but I'm clueless about the sdk feature adding. | 13:03 |
*** _ak <_ak!~akorsos@50.244.33.17> has joined #yocto | 13:03 | |
*** Aethenelle <Aethenelle!~Aethenell@broadband14003.b.subnet.rcn.com> has quit IRC | 13:04 | |
* LocutusOfBorg1 just found a meta-toolchain-qt5 | 13:06 | |
frsc | otavio: Oh dear! I think I got it. I once copied a customized version of imx-base.inc to my custom layer for testing and forgot to remove it again. And this one is missing the mx6ul definitions... | 13:06 |
frsc | otavio: Thank you for your help and sorry for bothering you... | 13:07 |
LocutusOfBorg1 | otavio, sorry for bothering, but it is really nice to see you there | 13:07 |
LocutusOfBorg1 | I'm reading your book right now | 13:07 |
otavio | frsc: this explains it :-) | 13:08 |
LocutusOfBorg1 | I hope you will write another one too, maybe even more low level | 13:08 |
otavio | LocutusOfBorg1: Oh nice :-D I hope you are enjoying it :-) | 13:08 |
LocutusOfBorg1 | or in sync with the new yocto releases | 13:08 |
*** IvanSB <IvanSB!~IvanSB@host165-128-dynamic.25-79-r.retail.telecomitalia.it> has quit IRC | 13:09 | |
LocutusOfBorg1 | otavio, I'm a yocto user since an year or two, but I discovered *so many* things that I just did manually many times | 13:09 |
ryanstur1er | Actually on closer inspection, I'm not sure my .bbappend is getting bbappended | 13:09 |
otavio | LocutusOfBorg1: we will; but in fact we are finishing a more high level one, to help business decision makers to understand the yocto | 13:09 |
LocutusOfBorg1 | so, yes, I found it really helpful | 13:09 |
ryanstur1er | What is the best way to determine if your bbappend file is actually being applied to the recipe you expect it is | 13:10 |
LocutusOfBorg1 | otavio, my company will buy it as soon as it is released, I guess I know which book you are talking about | 13:10 |
LocutusOfBorg1 | it should be on amazon and you can buy it in preview mode, right? | 13:10 |
ryanstur1er | Curious about this book now.... | 13:12 |
*** lamego <lamego!jose@nat/intel/x-hjkcnxoythqpbtyr> has joined #yocto | 13:13 | |
otavio | ryanstur1er: use bitbake-layers tool | 13:17 |
otavio | ryanstur1er: LocutusOfBorg1: it is a full open book. Please take a look at: https://github.com/CollaborativeWritersHub/heading-for-the-yocto-project | 13:18 |
otavio | ryanstur1er: LocutusOfBorg1: we will soon announce it; but it is mostly complete. It is a booklet | 13:18 |
LocutusOfBorg1 | wow really nice! | 13:19 |
LocutusOfBorg1 | you know, the first step is to make the customer aware of the improvements he will have by switching to yocto | 13:19 |
LocutusOfBorg1 | this is for sure something that we will use a lot | 13:19 |
otavio | LocutusOfBorg1: please help :) | 13:20 |
LocutusOfBorg1 | the second step is to have a good book to train people using yocto on a daily basis | 13:20 |
LocutusOfBorg1 | sure otavio | 13:20 |
otavio | LocutusOfBorg1: also if need anything from my side, or O.S. Systems side, let me know. | 13:20 |
LocutusOfBorg1 | I have a question about sdk | 13:20 |
LocutusOfBorg1 | but usually I answer by looking at the code | 13:21 |
LocutusOfBorg1 | :) | 13:21 |
otavio | LocutusOfBorg1: if I know, I will happy to help | 13:21 |
LocutusOfBorg1 | well, once ago it was possible to install the sdk in a custom location | 13:21 |
otavio | LocutusOfBorg1: yes, it is relocable | 13:21 |
LocutusOfBorg1 | but when I changed the location, I found that the cross variables were still looking to the default path | 13:21 |
otavio | LocutusOfBorg1: it is a bug; if this is the case | 13:22 |
LocutusOfBorg1 | let me check again | 13:22 |
LocutusOfBorg1 | oh well | 13:22 |
otavio | LocutusOfBorg1: but I think it is working fine, at least our customers been not complaining | 13:22 |
LocutusOfBorg1 | running with ./ works correctly | 13:22 |
LocutusOfBorg1 | damn, sh filename works bad | 13:22 |
otavio | LocutusOfBorg1: ahhh | 13:22 |
LocutusOfBorg1 | :s | 13:22 |
otavio | LocutusOfBorg1: maybe your shell is dash | 13:22 |
LocutusOfBorg1 | sure, as a Debian Developer I use that one :) | 13:23 |
otavio | LocutusOfBorg1: and I remember it uses bashism | 13:23 |
otavio | LocutusOfBorg1: I am DD as well :) | 13:23 |
LocutusOfBorg1 | "#!/bin/bash" | 13:23 |
LocutusOfBorg1 | damn | 13:23 |
otavio | LocutusOfBorg1: I used to be the release manager of Debian Installer for a while | 13:23 |
otavio | LocutusOfBorg1: good times ;-D | 13:24 |
otavio | kkk | 13:24 |
LocutusOfBorg1 | you still have a nice ddpo | 13:24 |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.36> has joined #yocto | 13:24 | |
otavio | LocutusOfBorg1: from old ages; I've been out of Debian development for about 3 years | 13:25 |
LocutusOfBorg1 | Sun, 24 Nov 2013 15:49:13 on debian-devel-changes@lists.debian.org | 13:25 |
LocutusOfBorg1 | Message ID: <E1Vkbve-0001SD-AV@franck.debian.org> | 13:25 |
LocutusOfBorg1 | I see | 13:25 |
LocutusOfBorg1 | I can see your mobile phone from db.debian.org :) | 13:25 |
otavio | LocutusOfBorg1: I were quite active there when I was involved; I was maintainer of parted, grub, full debian-installer, apt, tasksel, ... | 13:26 |
otavio | LocutusOfBorg1: it is in my email as well :) also there is a US one now :) | 13:26 |
LocutusOfBorg1 | nice, I'm quite active too | 13:26 |
otavio | LocutusOfBorg1: I have no time for Debian fun lately ... | 13:26 |
ryanstur1er | I am using the bitbake-layers tool to "show-appends" and I can see that my append is there | 13:26 |
ryanstur1er | When I say "bitbake-layers show-appends" does it show the appends in priority order? | 13:27 |
ryanstur1er | (So the last in the list is the last to be appended?) | 13:27 |
otavio | ryanstur1er: I think so; bluelightning? | 13:27 |
bluelightning | ryanstur1er: it does, yes | 13:29 |
ryanstur1er | Now if I use wildcards in my .bbappend, it seems to change the priority | 13:31 |
ryanstur1er | so connman_%.bbappend is lower priority than connman_1.27.bbappend seemingly invariant of my layer prioritites | 13:31 |
bluelightning | you're still using an older version of the build system right? | 13:32 |
bluelightning | in older versions that was a problem | 13:32 |
otavio | bluelightning: thanks for jumping in :) | 13:32 |
ryanstur1er | Yes thank you indeed | 13:32 |
otavio | bluelightning: are you in ELCE? | 13:32 |
LocutusOfBorg1 | otavio, yes it did the trick :) | 13:32 |
ryanstur1er | I think I read something about that in the lists | 13:32 |
ryanstur1er | I'm using the distro packaged for the intel edison | 13:33 |
bluelightning | otavio: no problem | 13:33 |
ryanstur1er | I would desperately like to be using the new stuff | 13:33 |
bluelightning | otavio: yes, am helping out at dev day at the moment | 13:33 |
ryanstur1er | but I'm not there yet. | 13:33 |
otavio | ryanstur1er: gosh! update it :P | 13:33 |
bluelightning | ryanstur1er: ok, just checking | 13:33 |
otavio | bluelightning: has the Wandboards arrived? | 13:33 |
bluelightning | otavio: I believe so yes | 13:33 |
otavio | bluelightning: I saw Jefro emails | 13:33 |
ryanstur1er | ok to be clear: intel edison != edison branch of thing that was an old thing | 13:33 |
otavio | bluelightning: great! | 13:33 |
bluelightning | ryanstur1er: right, understood | 13:33 |
ryanstur1er | (that has been confusing for folks who are in the know) | 13:33 |
otavio | bluelightning: I wish I could been there :P | 13:34 |
ryanstur1er | I would love to update, but I feel I have to get it working with all their patches and stuff before I jump to the bleeding edge | 13:34 |
ryanstur1er | I can firm up my bbappend version numbers so that the priorities are right | 13:34 |
LocutusOfBorg1 | question: I want to use my populate_sdk for image, but I want to add the meta-toolchain-qt5 tools | 13:36 |
LocutusOfBorg1 | how to achieve this? | 13:36 |
LocutusOfBorg1 | I mean I want to use qmae | 13:37 |
LocutusOfBorg1 | qmake | 13:37 |
LocutusOfBorg1 | inherit means that I need to copy a bunch of files from meta-qt to my meta | 13:37 |
*** IvanSB <IvanSB!~IvanSB@host165-128-dynamic.25-79-r.retail.telecomitalia.it> has joined #yocto | 13:40 | |
LocutusOfBorg1 | BTW any meta-raspberrypi maintainer here? | 13:42 |
*** kbingham <kbingham!~kbingham@cpc17-aztw24-2-0-cust759.aztw.cable.virginm.net> has joined #yocto | 13:42 | |
LocutusOfBorg1 | I made a patch to update wiringpi, and I would like to share it with you | 13:43 |
LocutusOfBorg1 | they changed a lot of stuff, I don't want anyone else loose time to update it | 13:43 |
bluelightning | otavio: would have been nice to see you here definitely - hope we can have a phone bridge / skype set up for tomorrow perhaps? | 13:45 |
ryanstur1er | When the QA barks at me about "recipe depends on /bin/bash or /usr/bin/perl | 13:46 |
ryanstur1er | How do it know?? | 13:46 |
otavio | LocutusOfBorg1: inherit populate_sdk_qt5 in the image. | 13:46 |
ryanstur1er | Is it just trolling through the shebang lines of whatever was generated? | 13:46 |
otavio | LocutusOfBorg1: Andrey ... I think you can do a pull request in github for it | 13:47 |
otavio | bluelightning: I will try to attend to the meeting | 13:47 |
otavio | bluelightning: in either case, Richard is proxying me | 13:47 |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 13:48 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 13:51 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC | 13:52 | |
LocutusOfBorg1 | well otavio it works, sure, but I generate the sdk even without adding -cpopulate_sdk in that way :( | 13:52 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 13:52 | |
*** geheimni1` <geheimni1`!~geheimnis@23.226.237.192> has joined #yocto | 13:52 | |
LocutusOfBorg1 | I think I'll split the image in image.bb and image-sdk.bb, and the latter including "inherit populate_sdk populate_sdk_qt5" and the other image | 13:53 |
otavio | LocutusOfBorg1: no. I said inherit | 13:53 |
otavio | LocutusOfBorg1: so populate_sdk work | 13:53 |
otavio | LocutusOfBorg1: I see no need for two images | 13:53 |
LocutusOfBorg1 | let me check | 13:55 |
LocutusOfBorg1 | so no inherit populate_sdk= | 13:55 |
LocutusOfBorg1 | just populate_sdk_qt5 | 13:55 |
niteshnarayanlal | any one any idea about packaging libraries via yocto recipe | 13:55 |
LocutusOfBorg1 | otavio, not sure why it didn't work the first time | 13:57 |
otavio | LocutusOfBorg1: yes. | 13:57 |
otavio | LocutusOfBorg1: and normal -c populate_sdk | 13:57 |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 14:00 | |
acidfu | how do I silence a yocto QA error ? | 14:01 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 14:02 | |
*** gatisp <gatisp!~gp@91.237.34.118> has joined #yocto | 14:03 | |
LocutusOfBorg1 | acidfu, by overriding the task | 14:03 |
acidfu | well, there is only one error I want to ignore, not the rest | 14:03 |
acidfu | does overriding the task will ignore all of them ? | 14:04 |
LocutusOfBorg1 | sure | 14:04 |
LocutusOfBorg1 | another way might be to fix the qa error :p | 14:04 |
acidfu | yup | 14:06 |
gatisp | Hello. I was wondering how to proceed in the following case when: | 14:07 |
gatisp | bitbake A-native | 14:07 |
gatisp | results in: | 14:07 |
gatisp | Nothing PROVIDES 'B-native' | 14:07 |
gatisp | Cross compiling works fine - "bitbake A". | 14:07 |
gatisp | How to I tell bitbake to build also all dependecy recipes as *-native? | 14:07 |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 14:10 | |
*** Aethenelle <Aethenelle!~Aethenell@mobile-107-107-59-216.mycingular.net> has joined #yocto | 14:11 | |
gatisp | ah, so it seems that i need to add "BBCLASSEXTEND = "native nativesdk" to all dependency recipes | 14:15 |
*** Aethenelle <Aethenelle!~Aethenell@mobile-107-107-59-216.mycingular.net> has quit IRC | 14:16 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 14:18 | |
*** Aethenelle <Aethenelle!~Aethenell@12.172.250.194> has joined #yocto | 14:18 | |
rburton | gatisp: add *and verify the right thing happens* | 14:23 |
*** sgw_ <sgw_!~sgw_@89.101.192.72> has quit IRC | 14:27 | |
gatisp | rburton, trying that now | 14:28 |
gatisp | seems like i will have to bbappend many recipes | 14:29 |
gatisp | just to add that one line | 14:29 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 14:29 | |
gatisp | doesn't feel very convenient :) | 14:29 |
rburton | send patches to the origin layer | 14:29 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 14:29 | |
*** nrossi <nrossi!0595aeb2@gateway/web/freenode/ip.5.149.174.178> has joined #yocto | 14:29 | |
gatisp | rburton, is that considered a bug? | 14:29 |
rburton | not so much a bug as a valid extension | 14:30 |
rburton | supporting native builds is opt-in as you need to verify it actually works | 14:30 |
gatisp | ok, lets see if it works first | 14:30 |
*** marek__ <marek__!~marek@81.89.61.168.host.vnet.sk> has quit IRC | 14:31 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 14:33 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 14:34 | |
*** RP <RP!~richard@89.101.192.72> has joined #yocto | 14:35 | |
LocutusOfBorg1 | otavio, how do I get the "debian/developer/LocutusOfBorg" here on irc? | 14:36 |
LocutusOfBorg1 | I don't remember how it is called | 14:36 |
LocutusOfBorg1 | ident? | 14:37 |
LetoThe2nd | LocutusOfBorg1: its a cloak, talk to the folks in the freenode channel :) | 14:41 |
*** ohmy <ohmy!53ce617d@gateway/web/freenode/ip.83.206.97.125> has joined #yocto | 14:47 | |
ohmy | hello everybody | 14:48 |
ohmy | i'm running into a strange errors during packaging and i'd like to have some help please | 14:48 |
ohmy | http://pastebin.com/D3Rc9cts | 14:48 |
ohmy | QA Issue: wayland-ivi-extension: The compile log indicates that host include and/or library paths were used. | 14:48 |
ohmy | Anyone have a begining of idea of what's all about ? | 14:49 |
ohmy | It indicates like i'm including or linking against host files/libraries but i can"t see this anywhere, i've checked all my libraries and they're all ARM and not X86 so how can i investigate please ? | 14:50 |
ryanstur1er | I'd start with the do_compile log that it indicates in your QA fail - can you pastebin that? | 14:51 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 14:53 | |
*** neg <neg!~neg@unaffiliated/neg> has quit IRC | 14:53 | |
*** neg <neg!~neg@unaffiliated/neg> has joined #yocto | 14:53 | |
ohmy | ryanstur1er: http://pastebin.com/9ynEn1AM it looks fine | 14:54 |
ohmy | ryanstur1er: compile looks fine, however i saw that the deployment is partial since only some includes files were installed + shared libraries however examples binaries are not copied (in case this details helps) | 14:57 |
*** neg <neg!~neg@unaffiliated/neg> has left #yocto | 14:58 | |
joseppc | ohmy: at some point gcc includes what I guess may be a system dir: -I/weston | 14:59 |
ryanstur1er | The compile doesn't look fine, it looks like you've got a reference to your host weston libraries | 14:59 |
ryanstur1er | -L/usr/lib/weston | 15:00 |
ohmy | joseppc: ah damn | 15:00 |
ryanstur1er | compile indicates that it's unsafe for cross. Did you write this recipe? | 15:00 |
ohmy | ryanstur1er: no i'm using http://git.projects.genivi.org/?p=wayland-ivi-extension.git;a=tree;h=ad3bc5777583996cd61205380cc9e83dc2bcde3d;hb=bac7fc24bb94e37e33f447b58ec74240bb248841 | 15:01 |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 15:01 | |
ohmy | ryanstur1er: for some reason compsitor.h was not found so in two files i changed #include<compositor.h> to #include <weston/compositor.h> | 15:01 |
ohmy | joseppc: thanks i'm trying to find a workarround | 15:02 |
ryanstur1er | ah there you go | 15:02 |
joseppc | ohmy: you're welcome | 15:03 |
ohmy | ryanstur1er: ah yes i wrote the recipe in fact | 15:03 |
ryanstur1er | You could maybe resolve it by adding an include path to your compiler flags in the recipe | 15:04 |
ryanstur1er | leaving the #include alone | 15:04 |
ryanstur1er | Or, if weston isn't a part of the package you're compiling it could be a DEPENDS issue in your recipe | 15:06 |
*** RP <RP!~richard@89.101.192.72> has quit IRC | 15:07 | |
-YoctoAutoBuilder- build #61 of nightly-wic is complete: Failure [failed BuildImages CreateWicImages CreateWicImages_1 BuildImages_2 CreateWicImages_2 CreateWicImages_3] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-wic/builds/61 | 15:10 | |
ohmy | ryanstur1er: weston is available on my sysroot | 15:11 |
ohmy | ryanstur1er: but when i've added message("************************" ${WESTON_LIBRARY_DIRS} ${WESTON_INCLUDE_DIRS}) to the CMakeLists.txt i cant see anything | 15:11 |
ryanstur1er | That's weird | 15:12 |
ryanstur1er | You get the message, but not the directories? | 15:12 |
ohmy | ryanstur1er: really stgrage because after cleanall i can see - checking for module 'weston' -- found weston, version 1.6.0 | 15:12 |
ohmy | ryanstur1er: and the best of the best i dont have weston installed on my host | 15:13 |
ryanstur1er | So that path it claims to be linking against doesn't exist? | 15:13 |
ohmy | ryanstur1er: yes | 15:14 |
ohmy | ryanstur1er: http://git.projects.genivi.org/?p=wayland-ivi-extension.git;a=blob;f=weston-ivi-shell/CMakeLists.txt;h=df91cb93fb0d435e827abb0cb256c85aac3a9e50;hb=bac7fc24bb94e37e33f447b58ec74240bb248841 | 15:14 |
joseppc | it could be a truncated path | 15:14 |
ohmy | ryanstur1er: this is the only file where it looks for westing includes and libs | 15:15 |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 15:15 | |
ohmy | ryanstur1er: weston | 15:16 |
ohmy | ryanstur1er: pkg_check_modules(WESTON weston REQUIRED) succeeds it finds the westong and its version but for some reason WESTON_INCLUDE_DIRS and WESTON_LIBRARY_DIRS are not set | 15:17 |
ryanstur1er | If you do that print statement, but you print ${Weston_FOUND} do you get a 1? | 15:19 |
*** blitz00 <blitz00!stefans@unaffiliated/blitz00> has quit IRC | 15:20 | |
niteshnarayanlal | ryanstur1er, I am getting an error saying QA Issue: package tpm-emulator contains bad RPATH | 15:20 |
niteshnarayanlal | I tried to look up on internet to resolve it but didn't get any success | 15:20 |
niteshnarayanlal | any idea about it? | 15:20 |
rburton | ohmy: because the include and library paths are on the default search path so get removed. | 15:20 |
*** frsc <frsc!~frsc@dslb-178-002-208-131.178.002.pools.vodafone-ip.de> has quit IRC | 15:21 | |
ryanstur1er | ooh, actually try printing ${Weston_INCLUDEDIR} | 15:21 |
ryanstur1er | instead of WESTON_INCLUDE_DIRS | 15:21 |
ryanstur1er | @niteshnarayanlal No, not immediately? | 15:23 |
ohmy | ryanstur1er: i foced include path and lib path and everything worked (set(xxxx "xx")) | 15:23 |
ohmy | rburton: thanks | 15:25 |
ohmy | ryanstur1er: from CMakeLists ? | 15:25 |
ohmy | ryanstur1er: from CMakeLists ${Weston_INCLUDEDIR} is empty | 15:27 |
ryanstur1er | Hmm | 15:27 |
ryanstur1er | Saw an issue where this was mis-named, but I guess that's not your issue | 15:28 |
ohmy | ryanstur1er: last thing :) please :) ERROR: QA Issue: wayland-ivi-extension: Files/directories were installed but not shipped hat does this mean ? | 15:29 |
*** sjolley <sjolley!sjolley@nat/intel/x-uwbisoewxfwscbel> has quit IRC | 15:30 | |
ohmy | ryanstur1er: http://pastebin.com/4VbAh1CA | 15:30 |
rburton | ohmy: your compiler should be using a sysroot and so finding the right headers automatically | 15:30 |
rburton | installed but not shipped means do_install() installed a file, but it wasn't put into a package with FILES_* | 15:31 |
ohmy | rburton: thanks again :) | 15:31 |
ohmy | rburton: well it should i've just created a layer + recipe using yokto tools, haven't wrote any MakeFile by my own | 15:32 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 15:35 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 15:36 | |
ohmy | thank you all, for your help and your time really appreciated | 15:38 |
LocutusOfBorg1 | thanks LetoThe2nd | 15:40 |
LocutusOfBorg1 | #freenode | 15:40 |
LocutusOfBorg1 | right' | 15:40 |
LocutusOfBorg1 | ^ | 15:41 |
*** aehs29 <aehs29!aehernan@nat/intel/x-sjdvybckfzufbyeh> has joined #yocto | 15:43 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 15:43 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 15:46 | |
*** maxin <maxin!~maxin@2001:998:22:0:8037:1e3b:e2cf:72b9> has quit IRC | 15:47 | |
*** stwcx <stwcx!~stwcx@108-215-4-10.lightspeed.austtx.sbcglobal.net> has quit IRC | 16:00 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 16:01 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 16:04 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 16:09 | |
LocutusOfBorg1 | otavio, how did you get your cloak? | 16:09 |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-qbsufbpiwhzheshu> has joined #yocto | 16:13 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 16:13 | |
*** fl0v0 <fl0v0!~fvo@p54AF47A1.dip0.t-ipconnect.de> has quit IRC | 16:15 | |
*** Crofton <Crofton!~balister@89.101.192.72> has quit IRC | 16:16 | |
-YoctoAutoBuilder- build #506 of nightly-qa-systemd is complete: Failure [failed Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/506 | 16:21 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 16:21 | |
*** rfolino <rfolino!~rfolino@93-51-177-218.ip268.fastwebnet.it> has quit IRC | 16:22 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 16:23 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:26 | |
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-qbsufbpiwhzheshu> has quit IRC | 16:28 | |
*** vdehors_ <vdehors_!~vincent@LAubervilliers-656-1-235-184.w193-248.abo.wanadoo.fr> has quit IRC | 16:28 | |
*** IvanSB <IvanSB!~IvanSB@host165-128-dynamic.25-79-r.retail.telecomitalia.it> has quit IRC | 16:33 | |
*** _taw_ <_taw_!~taw@ip-89-176-167-254.net.upcbroadband.cz> has quit IRC | 16:34 | |
*** berton <berton!~fabio@201.22.227.56> has joined #yocto | 16:34 | |
*** jbrianceau is now known as jbrianceau_away | 16:34 | |
otavio | LocutusOfBorg1: as said by LetoThe2nd talk to #freenode guys | 16:35 |
otavio | LocutusOfBorg1: but it was looong time ago | 16:35 |
*** IvanSB <IvanSB!~IvanSB@host165-128-dynamic.25-79-r.retail.telecomitalia.it> has joined #yocto | 16:35 | |
*** NileshKokane <NileshKokane!uid116340@gateway/web/irccloud.com/x-xvojvilvjxnhlqqp> has joined #yocto | 16:37 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-dnycgbrofufrescd> has joined #yocto | 16:38 | |
-YoctoAutoBuilder- build #170 of nightly-deb-non-deb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/170 | 16:39 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 16:40 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:41 | |
*** stwcx <stwcx!~stwcx@32.97.110.53> has joined #yocto | 16:41 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has quit IRC | 16:42 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:42 | |
-YoctoAutoBuilder- build #207 of nightly-oe-selftest is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/207 | 16:44 | |
*** hanthings_ <hanthings_!~hanthings@dyxztkyycfxn---1m2-4y-3.rev.dnainternet.fi> has joined #yocto | 16:44 | |
jmesmon | Is there a right way to add entries to ld.so.conf? | 16:46 |
jmesmon | it looks like I'd need to bbappend on the libc? | 16:47 |
otavio | jmesmon: you can use ld.so.conf.d dir, IIRC | 16:47 |
jmesmon | ah, that will work a bit better :) Do all libcs support that? | 16:48 |
otavio | jmesmon: not sure | 16:48 |
*** realBigfoot <realBigfoot!~realBigfo@192.55.54.43> has quit IRC | 16:53 | |
*** realBigfoot <realBigfoot!~realBigfo@192.55.54.40> has joined #yocto | 16:54 | |
kergoth | Hmm, it'd be nice to have a new task that wraps devshell and just changes the devshell PWD from S to B | 16:54 |
kergoth | :) | 16:54 |
kergoth | for one off cases | 16:54 |
*** Sput <Sput!~sputnick@quassel/developer/sput> has left #yocto | 16:54 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-sjdvybckfzufbyeh> has left #yocto | 16:55 | |
ryanstur1er | It seems like most recipes are built around pulling down a source distribution, cross-building t, and installing it | 16:56 |
ryanstur1er | but in the instance I have a recipe that I just want to lay down some files | 16:56 |
ryanstur1er | (configuration files, or docs, or something) | 16:56 |
ryanstur1er | is the re a good example of that somewhere? | 16:56 |
kergoth | bitbake doesn't care what the recipe does :) | 16:56 |
kergoth | a recipe could order a pizza if you really want | 16:57 |
ryanstur1er | I'm getting a little confused by how paths are defined | 16:57 |
kergoth | it just runs tasks | 16:57 |
kergoth | best advice i can give on that: read meta/conf/bitbake.conf | 16:57 |
ryanstur1er | well, for instance, I have to specify a license, | 16:57 |
kergoth | all the most important variables are there | 16:57 |
kergoth | generally, when we have just a recipe or recipe and trivial bits, we'll license those bits as MIT, and point LICENSE to the mit license file that's in oe-core | 16:57 |
kergoth | e.g. packagegroups and images and whatnot usually do that sort of thing | 16:58 |
ryanstur1er | I'm just having a little difficulty knowing where to locate my files, and how to specify them in a do_install step | 16:58 |
ryanstur1er | hmm ok | 16:58 |
kergoth | do_install writes everything relative to ${D}, think of that as / | 16:58 |
kergoth | all the standard paths reltaive to that have variables defined in bitbake.conf. | 16:59 |
kergoth | bindir, sbindir, etc | 16:59 |
nrossi | kergoth: are you subtlety suggesting someone makes pizza-party.bb? (https://github.com/coryarcangel/Pizza-Party-0.1.b/) | 16:59 |
kergoth | hehe. it's a long standing joke, though true, from back when we first started the project | 16:59 |
kergoth | don't think anyone ever got around to making such a recipe though | 16:59 |
ryanstur1er | It's the other side of that I'm wondering about | 17:00 |
ryanstur1er | I know how to tell bitbake where the files go to | 17:00 |
ryanstur1er | but how do I tell it where they come from, if they'r enot coming from a source distribution that was fetched and stored at ${s} | 17:01 |
kergoth | add the files to SRC_URI as file://, all files in file:// will end up in ${WORKDIR} rather than ${S} | 17:01 |
kergoth | there are plenty of examples of this | 17:01 |
ryanstur1er | bam, | 17:01 |
ryanstur1er | ok great, that's it. | 17:02 |
kergoth | Hmm, I think it'd be nice if the 'set -e' that we set for our functions/tasks was set via the sh commandline, rather than in the run. script | 17:03 |
kergoth | then you could source the run script in the devshell and it wouldn't exit your devshell on failure | 17:03 |
kergoth | so you could then run oe_runmake and whatnot directly | 17:03 |
rburton | sounds easy, patches welcome ;) | 17:03 |
nrossi | ryansturler: also for reference you can change "S" in your recipe to make it clearer that the source is actually in WORKDIR | 17:04 |
-YoctoAutoBuilder- build #501 of nightly-ipk is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/501 | 17:14 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 17:16 | |
*** Crofton <Crofton!~balister@46.7.74.236> has joined #yocto | 17:18 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 17:21 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 17:22 | |
*** sameo <sameo!samuel@nat/intel/x-dumlntfzmtfeiyma> has quit IRC | 17:24 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 17:24 | |
*** nrossi <nrossi!0595aeb2@gateway/web/freenode/ip.5.149.174.178> has quit IRC | 17:25 | |
-YoctoAutoBuilder- build #161 of nightly-arm64 is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images Building Toolchain Images_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/161 | 17:25 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 17:33 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@host250-33-static.21-80-b.business.telecomitalia.it> has quit IRC | 17:42 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 17:42 | |
*** paulg <paulg!~paulg@184-94-55-234.dedicated.allstream.net> has joined #yocto | 17:45 | |
*** tsramos <tsramos!~tsramos@134.134.139.72> has joined #yocto | 17:49 | |
*** dmoseley <dmoseley!~dmoseley@cpe-75-181-75-239.carolina.res.rr.com> has quit IRC | 17:54 | |
-YoctoAutoBuilder- build #489 of nightly-deb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/489 | 17:56 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 18:08 | |
*** psidhu <psidhu!~user@68-189-91-139.static.snlo.ca.charter.com> has quit IRC | 18:11 | |
kergoth | the bitbake ui really needs to handle sigterm and properly clean up the tty state on exit | 18:12 |
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has quit IRC | 18:18 | |
*** psidhu <psidhu!~user@68-189-91-139.static.snlo.ca.charter.com> has joined #yocto | 18:21 | |
-YoctoAutoBuilder- build #512 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/512 | 18:25 | |
kergoth | Hmm, getting a KeyError in the find_chains() process when bitbake is digging into a dependency loop :( | 18:30 |
kergoth | thought those were all fixed | 18:30 |
-YoctoAutoBuilder- build #525 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/525 | 18:36 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-oxixzndeqyjjmmdg> has quit IRC | 18:39 | |
*** flwico <flwico!jdsflk@182.69.236.141> has joined #yocto | 18:55 | |
khem` | I see that nano has a RSUGGESTS on ncurses-terminfo and it gets pulled in by default by opkg. how can I blacklist it | 18:58 |
khem` | RRECOMMENDS can be blacklisted but I guess rsuggests are not | 18:58 |
ryanstur1er | I have made a custom recipe that drops a few files in /etc | 18:58 |
khem` | am I missing something | 18:58 |
ryanstur1er | which seems to "build" fine | 18:58 |
ryanstur1er | but when I do build_rootfs, I get opkg_install_cmd: Cannot install package mypackage | 18:59 |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-dnycgbrofufrescd> has quit IRC | 19:03 | |
*** NileshKokane <NileshKokane!uid116340@gateway/web/irccloud.com/x-xvojvilvjxnhlqqp> has quit IRC | 19:03 | |
ryanstur1er | I'm sure what I'm doing wrong is silly as heck: | 19:09 |
ryanstur1er | http://pastebin.com/HwhLjqTQ | 19:09 |
ryanstur1er | Feels silly to have it wrong after actually having got my actual source code to build/install and run :P | 19:10 |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has quit IRC | 19:18 | |
*** flwico <flwico!jdsflk@182.69.236.141> has left #yocto | 19:19 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 19:19 | |
*** bryan_ <bryan_!0e6093ce@gateway/web/freenode/ip.14.96.147.206> has joined #yocto | 19:22 | |
bryan_ | hi | 19:22 |
bryan_ | can i get ibus recipe? | 19:23 |
rburton | khem: do you care about uclibc? fails to build in jethro if you just set TCLIBC | 19:24 |
*** challinan <challinan!~challinan@14.sub-70-194-73.myvzw.com> has joined #yocto | 19:25 | |
*** tsramos_ <tsramos_!~tsramos@134.134.139.77> has joined #yocto | 19:26 | |
*** bryan_ <bryan_!0e6093ce@gateway/web/freenode/ip.14.96.147.206> has quit IRC | 19:27 | |
*** tsramos <tsramos!~tsramos@134.134.139.72> has quit IRC | 19:27 | |
ryanstur1er | clear | 19:30 |
ryanstur1er | ls | 19:30 |
*** clsulliv <clsulliv!~clsulliv@134.134.139.72> has quit IRC | 19:31 | |
*** paulg <paulg!~paulg@184-94-55-234.dedicated.allstream.net> has quit IRC | 19:35 | |
*** psidhu <psidhu!~user@68-189-91-139.static.snlo.ca.charter.com> has quit IRC | 19:38 | |
*** acidfu <acidfu!~nib@24.37.17.210> has quit IRC | 19:39 | |
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has joined #yocto | 19:39 | |
*** psidhu <psidhu!~user@68-189-91-139.static.snlo.ca.charter.com> has joined #yocto | 19:43 | |
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 19:50 | |
*** clsulliv <clsulliv!~clsulliv@134.134.139.72> has joined #yocto | 19:51 | |
*** tsramos_ <tsramos_!~tsramos@134.134.139.77> has quit IRC | 20:00 | |
*** hanthings_ <hanthings_!~hanthings@dyxztkyycfxn---1m2-4y-3.rev.dnainternet.fi> has quit IRC | 20:00 | |
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto | 20:00 | |
khem` | rburton: I do a bit how does it fail | 20:01 |
khem` | I thought I provided upfates to it | 20:01 |
khem` | and it was building minimal images for all arches | 20:01 |
khem` | on master | 20:01 |
khem` | a month or so ago | 20:01 |
khem` | but use musl :) | 20:02 |
khem` | its far better | 20:02 |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has joined #yocto | 20:02 | |
rburton | well, yeah | 20:04 |
rburton | so send patches to remove uclibc ;) | 20:05 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 20:06 | |
kergoth | I wish there was a way to deal with dependency loops other than hardcoding the affected deps, for certain cases. E.g. the way we do for BASEDEPENDS & the autotools depends.. only added for everything after the things being added | 20:08 |
kergoth | e.g. we need this thing, but for building its deps, assume it's provided, or something | 20:08 |
* kergoth scratches head | 20:08 | |
-YoctoAutoBuilder- build #160 of nightly-mips64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/160 | 20:14 | |
*** stwcx <stwcx!~stwcx@32.97.110.53> has quit IRC | 20:18 | |
*** stwcx <stwcx!~stwcx@32.97.110.52> has joined #yocto | 20:32 | |
-YoctoAutoBuilder- build #512 of nightly-multilib is complete: Failure [failed Running Sanity Tests_2 Running Sanity Tests_3] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/512 | 20:35 | |
*** challinan <challinan!~challinan@14.sub-70-194-73.myvzw.com> has left #yocto | 20:44 | |
-YoctoAutoBuilder- build #521 of nightly-x86-64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/521 | 20:49 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:610b:c51d:4bfa:83a> has joined #yocto | 20:57 | |
kergoth | Hmmmmm | 21:01 |
*** realBigfoot <realBigfoot!~realBigfo@192.55.54.40> has quit IRC | 21:06 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:610b:c51d:4bfa:83a> has quit IRC | 21:07 | |
*** realBigfoot <realBigfoot!~realBigfo@192.55.54.40> has joined #yocto | 21:08 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:610b:c51d:4bfa:83a> has joined #yocto | 21:08 | |
*** nrossi <nrossi!0595aeb2@gateway/web/freenode/ip.5.149.174.178> has joined #yocto | 21:13 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 21:16 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC | 21:24 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto | 21:24 | |
-YoctoAutoBuilder- build #501 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/501 | 21:24 | |
*** sgw_ <sgw_!~sgw_@193.120.165.186> has joined #yocto | 21:25 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:610b:c51d:4bfa:83a> has quit IRC | 21:27 | |
*** sameo <sameo!~samuel@192.55.54.42> has joined #yocto | 21:30 | |
*** dmoseley <dmoseley!~dmoseley@2606:a000:120a:a108:a557:8c5a:1585:143a> has joined #yocto | 21:31 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 21:32 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 21:34 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 21:38 | |
*** cbzx <cbzx!~cbzx@CPE0015f275ebd6-CM00195edd810c.cpe.net.cable.rogers.com> has joined #yocto | 21:40 | |
-YoctoAutoBuilder- build #519 of nightly-ppc is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/519 | 21:43 | |
*** Cardoe <Cardoe!~Cardoe@gentoo/developer/Cardoe> has quit IRC | 21:50 | |
*** nrossi <nrossi!0595aeb2@gateway/web/freenode/ip.5.149.174.178> has quit IRC | 21:55 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC | 21:57 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has quit IRC | 22:03 | |
*** lamego1 <lamego1!jose@nat/intel/x-ddgljaopkdvkwfks> has joined #yocto | 22:05 | |
*** lamego <lamego!jose@nat/intel/x-hjkcnxoythqpbtyr> has quit IRC | 22:05 | |
*** sjolley <sjolley!sjolley@nat/intel/x-jwgfddmyxnwhpbww> has joined #yocto | 22:05 | |
*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has quit IRC | 22:07 | |
*** jjmb <jjmb!~jjmb@c-73-165-63-25.hsd1.pa.comcast.net> has joined #yocto | 22:08 | |
*** jjmb1 <jjmb1!~jjmb@c-73-165-63-25.hsd1.pa.comcast.net> has joined #yocto | 22:09 | |
*** jjmb2 <jjmb2!~jjmb@2601:46:c601:4490:db1:9b80:9bc4:ff0e> has joined #yocto | 22:10 | |
*** Aethenelle <Aethenelle!~Aethenell@12.172.250.194> has quit IRC | 22:12 | |
*** Jefro <Jefro!~jefro@79.140.208.123> has joined #yocto | 22:12 | |
*** jjmb <jjmb!~jjmb@c-73-165-63-25.hsd1.pa.comcast.net> has quit IRC | 22:13 | |
*** grma <grma!~gruberm@chello213047201250.tirol.surfer.at> has quit IRC | 22:14 | |
*** jjmb1 <jjmb1!~jjmb@c-73-165-63-25.hsd1.pa.comcast.net> has quit IRC | 22:14 | |
*** madisox <madisox!~madison@64-71-1-114.static.wiline.com> has joined #yocto | 22:20 | |
*** IvanSB <IvanSB!~IvanSB@host165-128-dynamic.25-79-r.retail.telecomitalia.it> has quit IRC | 22:29 | |
*** Jefro <Jefro!~jefro@79.140.208.123> has quit IRC | 22:31 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 22:32 | |
*** _ak <_ak!~akorsos@50.244.33.17> has quit IRC | 22:35 | |
*** Jefro <Jefro!~jefro@79.140.208.123> has joined #yocto | 22:36 | |
*** lamego1 <lamego1!jose@nat/intel/x-ddgljaopkdvkwfks> has left #yocto | 22:40 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 22:41 | |
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC | 22:59 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.36> has quit IRC | 23:10 | |
*** RP <RP!~richard@193.120.165.186> has joined #yocto | 23:12 | |
*** belen <belen!Adium@nat/intel/x-vteodegtiwlxjilq> has joined #yocto | 23:15 | |
*** _4urele_ <_4urele_!~aurele@srvmail.castel.fr> has quit IRC | 23:20 | |
*** _4urele_ <_4urele_!~aurele@srvmail.castel.fr> has joined #yocto | 23:20 | |
*** belen <belen!Adium@nat/intel/x-vteodegtiwlxjilq> has quit IRC | 23:26 | |
-YoctoAutoBuilder- build #497 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/497 | 23:26 | |
*** awsation_ <awsation_!~aismail@dhcp-24-53-240-45.cable.user.start.ca> has left #yocto | 23:36 | |
*** madisox <madisox!~madison@64-71-1-114.static.wiline.com> has quit IRC | 23:38 | |
*** KvH_ <KvH_!~KvH@p54B81FEC.dip0.t-ipconnect.de> has joined #yocto | 23:41 | |
*** KvH <KvH!~KvH@p54B81ED7.dip0.t-ipconnect.de> has quit IRC | 23:44 | |
*** stwcx <stwcx!~stwcx@32.97.110.52> has quit IRC | 23:48 | |
*** sameo <sameo!~samuel@192.55.54.42> has quit IRC | 23:52 | |
-YoctoAutoBuilder- build #502 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/502 | 23:54 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!