Wednesday, 2015-07-22

*** bboozzoo_ <bboozzoo_!~Maciej_Bo@staticline-31-182-60-238.toya.net.pl> has joined #yocto00:10
*** paulg <paulg!~paul@24-246-6-178.cable.teksavvy.com> has joined #yocto00:13
*** RP <RP!~richard@86.188.165.219> has quit IRC00:17
*** bboozzoo <bboozzoo!~Maciej_Bo@staticline-31-182-60-238.toya.net.pl> has quit IRC00:17
*** RP <RP!~richard@86.188.165.219> has joined #yocto00:18
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has quit IRC00:19
*** pidge <pidge!~pidge@2a02:8084:0:3000:d916:4206:2522:990f> has quit IRC00:26
*** prpplague <prpplague!David@nat/intel/x-mhrdxkgtdyhsfzqm> has quit IRC00:28
*** alimon1 <alimon1!~alimon@187-176-43-14.dynamic.axtel.net> has joined #yocto00:49
*** aehs29 <aehs29!~aehernan@134.134.139.76> has quit IRC00:50
*** RP <RP!~richard@86.188.165.219> has quit IRC01:03
-YoctoAutoBuilder- build #401 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/40101:07
*** alimon1 <alimon1!~alimon@187-176-43-14.dynamic.axtel.net> has quit IRC01:13
*** darkspike <darkspike!~darkspike@217.110.68.82> has quit IRC01:15
*** ambrosius <ambrosius!~textual@38.111.148.194> has quit IRC01:50
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto02:11
khem`anyone has set up internal pre-mirrors of public git repos that we use in OE ?02:12
kergothi keep wanting to do that, but haven't gotten around to it02:12
kergothi'm also curious if anyone has02:12
khem`ok02:12
khem`I think gerrit wont work02:13
khem`since it cant do anonymous git02:13
khem`only anonymous http is supported02:13
khem`and I think bitbake fetchers default to git protocol02:13
khem`if not specified02:13
khem`so say if repo is git://git.code.sf.net/p/jamvm/code02:15
khem`and I have PRE_MIRRORS set to use PREMIRRORS ?= "\git://.*/.*   http://my.mirror.com/pub/02:15
khem`does it look for git://my.mirror.com/pub/code ?02:16
khem`or git://my.mirror.com/pub/jamvm/code02:16
khem`or git://my.mirror.com/pub/p/jamvm/code02:16
khem`secondly will it still expect anon git access or switch to http since my mirror is served over http02:17
*** paulg <paulg!~paul@24-246-6-178.cable.teksavvy.com> has quit IRC02:18
kergothi think that might end up trying to use wget to get the git repository02:19
kergothi think you'd need git:// on the right, but somehow get ;protocol=http into it02:19
kergothhmm02:19
khem`ok if say it can do anon git protocol is ok too02:23
khem`then we dont need protocol= right ?02:23
khem`is PRE_MIRRORS a regexp ?02:24
kergoththe first .* of the pattern should match the domain, the second the entire path, so afaik git://my.mirror.com/pub/ would make it try to clone git://my.mirror.com/pub/code02:24
kergothkeeping the last component02:24
khem`how is URU replacement done by fetcher ?02:24
kergothit's actually *multiple* regexes02:24
kergothfirst the url is separate dinto components02:24
kergoththen each component is a regex tha tmatches / replaces the corresponding component on the right hand side02:24
kergothe.g. you can use ^ and $ within a component02:24
kergothi.e. https?$://02:25
kergothif a component isn't included, it's left alone. so e.g. git://.* git://my.mirror.com would leave the /p/jamvm as the subdir of code02:25
kergothafaik anyway02:25
khem`this may cause conflicts02:27
khem`since pub/code is very generic02:27
khem`so may be just replacing the server url is better02:28
khem`and put the mirrors in same subdir as the master repo02:28
khem`even that can conflict02:28
kergothwe have a PATH magic string which resolves to the path when used on the right side. lperhaps we could add a similar field for the HOST, so you could include the host + path in a subdir of your mirror02:29
khem`say another component is git://git.debian.org/p/khemvm/code02:29
kergothe.g. git://my.mirror.com/git.code.sf.net/p/jamvm/code or something02:29
khem`yeah that would be ideal02:30
kergothi'd check the _try_premirrors and uri_replace (iirc) functions in bb.fetch(2) to examine the current implementation02:30
kergothkhem`: https://github.com/openembedded/bitbake/blob/master/lib/bb/fetch2/__init__.py#L850-L85902:31
kergothlooks like those replacements already exist02:31
kergothso should be doable02:31
kergothlooks like MIRRORNAME is for this sort of case, but for a flat layout02:32
* nerdboy made a new webkit-gtk ebuild for gentoo arm02:33
nerdboyhttps://github.com/gentoo/arm/tree/master/net-libs/webkit-gtk02:33
nerdboyone "config" patch from upstream bug and some of mine (to actual config files?02:34
nerdboys/?/)/02:34
nerdboyenables the Good Stuff for egl/gles2 vs opengl/glx in 2.8.402:35
nerdboythat version does not build X and wayland support together anymore, so i haven't tested wayland yet02:36
nerdboyshould work In Theory of course...02:37
khem`kergoth: interesting but it seems its only looking for this nomanculature from local dl_dir02:39
khem`not when doing a fresh clone as I understand02:39
nerdboyneeds some cairo adjustments but that should be the only dep that's "different"02:39
* nerdboy goes back to fixing stuff until dinner02:40
khem`kergoth: so if I have a repo called git.code.sf.net.p.jamvm.code containing a bare clone02:40
khem`and put it under http://my.mirror.com/pub/02:40
khem`that wont work out of box I think02:40
*** dv__ <dv__!~quassel@chello062178118086.5.14.vie.surfer.at> has joined #yocto02:41
*** dv_ <dv_!~quassel@chello062178118086.5.14.vie.surfer.at> has quit IRC02:42
*** nemunaire <nemunaire!~nemunaire@2a01:e35:8bb7:3c60:2ca2:67ff:fe35:cd43> has quit IRC03:14
*** nemunaire <nemunaire!~nemunaire@2a01:e35:8bb7:3c60:2ca2:67ff:fe35:cd43> has joined #yocto03:15
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC03:34
*** miandonmenmian_ <miandonmenmian_!~miandonme@210.22.153.182> has joined #yocto03:48
*** miandonmenmian__ <miandonmenmian__!~miandonme@210.22.153.182> has joined #yocto03:48
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto04:18
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC04:25
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto04:32
*** T0mW`coding <T0mW`coding!~Tom@70.15.161.110.res-cmts.t132.ptd.net> has quit IRC04:39
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto04:44
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC04:51
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto04:52
*** marek__ <marek__!~marek@81.89.61.168.vnet.sk> has joined #yocto05:16
*** felipealmeida <felipealmeida!~felipealm@186.205.32.78> has quit IRC05:32
*** ambrosius <ambrosius!~textual@c-76-21-79-185.hsd1.ca.comcast.net> has joined #yocto05:33
*** RP <RP!~richard@86.188.165.219> has joined #yocto05:34
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC05:39
*** felipealmeida <felipealmeida!~felipealm@189-25-70-3.user.veloxzone.com.br> has joined #yocto05:40
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto05:40
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC05:52
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto05:52
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto05:53
*** grma <grma!~gruberm@chello213047201250.tirol.surfer.at> has joined #yocto06:01
*** zerus <zerus!~epetmab@81-229-90-163-no67.tbcn.telia.com> has joined #yocto06:04
*** khem <khem!~khem@unaffiliated/khem> has quit IRC06:11
*** ddalex1 <ddalex1!~ddalex@83.217.123.106> has joined #yocto06:12
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto06:13
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC06:14
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto06:14
*** LukasW <LukasW!c39196a2@gateway/web/freenode/ip.195.145.150.162> has joined #yocto06:18
LukasWHello together. I have a question about yocto: Iam working on a yocto-linux for a TI OMAP-L138, which is a ARM9+DSP in one package. The Linux is running fine, and does everything i want. I have implemented a kernel driver to start the DSP-Core from the Linux on the ARM9-Core, but now i need to generate the Firmware for the DSP with the Yocto buid system. Main problem is, that i need a compiler from TI to compile the Code for the DSP06:22
*** ddalex1 <ddalex1!~ddalex@83.217.123.106> has quit IRC06:22
*** RP <RP!~richard@86.188.165.219> has quit IRC06:23
LukasWHow do i write a recipe to download an place the compiler from TI-Website to my yocto build environment, and NOT to my target?06:23
LukasW... so i can use that compiler in another recipe to generate the firmware for the DSP from my sources?06:24
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC06:25
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto06:25
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC06:26
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto06:29
*** wadim_ <wadim_!~egorov@mail.visioncatalog.com> has joined #yocto06:30
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has joined #yocto06:33
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto06:42
*** dieter_ <dieter_!~quassel@p5795C37F.dip0.t-ipconnect.de> has joined #yocto06:50
*** RP <RP!~richard@83.217.123.106> has joined #yocto06:52
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-aeacomkkxictnkdu> has joined #yocto06:52
*** jbrianceau_away is now known as jbrianceau06:53
*** ambrosius <ambrosius!~textual@c-76-21-79-185.hsd1.ca.comcast.net> has quit IRC06:55
*** topik <topik!topik@kapsi.fi> has quit IRC06:56
*** topik <topik!topik@kapsi.fi> has joined #yocto06:56
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto06:59
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has joined #yocto07:03
Ox4hey guys07:16
Ox4how to remove LDFLAGS for the particular package?07:17
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto07:29
-YoctoAutoBuilder- build #398 of nightly-qa-pam is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-pam/builds/39807:30
-YoctoAutoBuilder- build #53 of ptest-x86 is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/ptest-x86/builds/5307:30
-YoctoAutoBuilder- build #404 of nightly-ppc is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Building Toolchain Images_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/40407:37
-YoctoAutoBuilder- build #403 of nightly-x86 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Building Toolchain Images_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/40307:38
*** btooth <btooth!~daniel@217.110.68.82> has joined #yocto07:39
btoothgood morning07:41
btooth have a vmdk image.. but this only boots until "EXT3-fs (hda2): mounted filesystem with ordered data mode" .. booting the iso image it07:41
btoothwill boot further into systemd. do you have any idea?07:41
*** ftonello <ftonello!~felipe@81.145.202.106> has quit IRC07:47
*** ftonello <ftonello!~felipe@81.145.202.106> has joined #yocto07:48
-YoctoAutoBuilder- build #392 of nightly-intel-gpl is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/builds/39207:55
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto08:02
*** zerus <zerus!~epetmab@81-229-90-163-no67.tbcn.telia.com> has quit IRC08:11
*** sameo <sameo!~samuel@192.55.55.41> has joined #yocto08:16
*** belen <belen!Adium@nat/intel/x-etxcdiatujshnang> has joined #yocto08:31
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-cirbeudnvbhvjxsm> has joined #yocto08:46
*** abelal <abelal!~abelal@110.93.212.98> has joined #yocto08:51
abelalHi guys08:51
-YoctoAutoBuilder- build #398 of nightly-qa-skeleton is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/39808:52
abelalthe linux kernel development manual suggests that the preempt-rt config inherits from standard08:52
abelali am building for x86_6408:52
abelalbut the configuration (.config) i end up with is way too different from the standard branch final .config08:53
abelalcan anybody please guide me how I can debug the configuration process to root cause the issue08:53
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto08:57
*** dv__ is now known as dv_09:08
*** loggerbo1 <loggerbo1!~todor@134.134.137.75> has quit IRC09:09
Ox4kergoth: hey09:17
Ox4kergoth: I have responded you on github09:17
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC09:28
-YoctoAutoBuilder- build #394 of nightly-qa-extras is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-extras/builds/39409:29
*** rburton <rburton!~Adium@81.2.106.35> has joined #yocto09:36
-YoctoAutoBuilder- build #397 of nightly-qa-logrotate is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/39709:42
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto09:42
*** btooth <btooth!~daniel@217.110.68.82> has quit IRC09:45
-YoctoAutoBuilder- build #399 of nightly-x32 is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/39909:50
Ox4also where can I find d.getVar definition?09:54
*** bboozzoo_ is now known as bboozzoo09:55
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto09:57
*** belen <belen!Adium@nat/intel/x-etxcdiatujshnang> has quit IRC10:00
*** belen <belen!Adium@nat/intel/x-auwegjvumoittpvi> has joined #yocto10:05
*** jku <jku!~jku@d-lltyxzqsj--98wl3k-3.rev.dnainternet.fi> has joined #yocto10:07
*** ddalex1 <ddalex1!~ddalex@83.217.123.106> has joined #yocto10:11
*** drix <drix!c32a382b@gateway/web/freenode/ip.195.42.56.43> has joined #yocto10:14
drixhi guys10:15
drixi've got a issue that i'm not able to get rid off, could someone help me plz ?10:15
drixhere's the trace: http://paste2.org/WwgB23D110:15
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC10:18
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto10:18
AzaToth_Looking through http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=ab0b9dd35d31a59918408558c62d35dd3e649d83 I can't figure out how this commit could add a button10:24
*** jku <jku!~jku@d-lltyxzqsj--98wl3k-3.rev.dnainternet.fi> has quit IRC10:28
-YoctoAutoBuilder- build #398 of nightly-qa-systemd is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/39810:28
*** arfoll <arfoll!arfoll@nat/intel/x-ddxbuvknfmoeazhj> has joined #yocto10:36
*** ][Sno][ is now known as [Sno]10:38
*** belen <belen!Adium@nat/intel/x-auwegjvumoittpvi> has quit IRC10:45
*** belen <belen!Adium@nat/intel/x-hfjlvfgkccmbrait> has joined #yocto10:45
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC10:49
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto10:49
*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has joined #yocto10:52
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto10:53
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC10:55
*** timsche <timsche!~quassel@port-92-192-58-119.dynamic.qsc.de> has joined #yocto10:57
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto10:58
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC10:59
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC11:01
*** belen <belen!Adium@nat/intel/x-hfjlvfgkccmbrait> has quit IRC11:04
*** belen <belen!Adium@nat/intel/x-ylsjlvlsmeqjfqhv> has joined #yocto11:05
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC11:14
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto11:14
*** nuil <nuil!5f587c85@gateway/web/freenode/ip.95.88.124.133> has joined #yocto11:19
nuilsomebody already tried to get a working openjdk-8 working_11:20
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto11:21
rink_get a working X working ...11:22
nuildone11:22
*** root___ <root___!~root@saturn.3bx.de> has joined #yocto11:23
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC11:23
*** sebastian <sebastian!~sebastian@saturn.3bx.de> has joined #yocto11:24
*** sebastian is now known as Guest3426411:24
*** diego_ <diego_!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto11:24
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC11:24
*** diego_ is now known as diego_r11:24
*** Guest34264 <Guest34264!~sebastian@saturn.3bx.de> has quit IRC11:24
*** belen <belen!Adium@nat/intel/x-ylsjlvlsmeqjfqhv> has quit IRC11:25
*** belen <belen!Adium@nat/intel/x-puoxuxcusikocpsp> has joined #yocto11:25
*** pidge <pidge!~pidge@2a02:8084:0:3000:d916:4206:2522:990f> has joined #yocto11:31
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto11:31
-YoctoAutoBuilder- build #393 of nightly-ipk is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/39311:34
*** drix <drix!c32a382b@gateway/web/freenode/ip.195.42.56.43> has quit IRC11:35
*** LukasW <LukasW!c39196a2@gateway/web/freenode/ip.195.145.150.162> has left #yocto11:38
*** btooth <btooth!~daniel@217.110.68.82> has joined #yocto11:38
*** belen <belen!Adium@nat/intel/x-puoxuxcusikocpsp> has quit IRC11:38
*** btooth <btooth!~daniel@217.110.68.82> has quit IRC11:42
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-amkpigookiaqjwet> has joined #yocto11:47
*** davis <davis!~davis@rrcs-96-10-245-18.midsouth.biz.rr.com> has joined #yocto11:47
davishello11:48
*** miandonmenmian__ <miandonmenmian__!~miandonme@210.22.153.182> has quit IRC11:48
*** miandonmenmian_ <miandonmenmian_!~miandonme@210.22.153.182> has quit IRC11:48
davisls11:49
*** tsramos <tsramos!~tsramos@134.134.137.75> has joined #yocto11:50
davisI'm new to yocto and beaglebone11:54
davisI've downloaded poky and the beaglebone bsp. I've also downloaded the tools and built/run the qemu santos image.11:54
*** tsramos <tsramos!~tsramos@134.134.137.75> has quit IRC11:55
davisi would like to build the beaglebone image now. Am I supposed to move the beaglebone bsp into the poky dir and replace/supplement the meta dirs there with the beaglebone version?11:55
raykinsella78Its fishy really11:56
AzaToth_Atm i have one recipe building a rootfs, and another recipe making an installable image; and I need to manually build the rootfs recipe before building the iso recipe; I've tried to add the rooffs recipe as a DEPENDS to no avail. Anyone got a clue what I might do wrong?11:57
AzaToth_±spelling11:57
*** AzaToth_ <AzaToth_!~AzaToth__@www3.mikrolund.ideon.se> has quit IRC11:58
*** AzaToth_ <AzaToth_!~AzaToth__@wikipedia/AzaToth> has joined #yocto11:58
*** tsramos <tsramos!tsramos@nat/intel/x-jahqyrndobljmnbu> has joined #yocto11:59
-YoctoAutoBuilder- build #60 of nightly-rpm-non-rpm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm-non-rpm/builds/6012:00
bboozzoodavis: beaglebone-bsp as in meta-ti?12:07
-YoctoAutoBuilder- build #387 of nightly-deb is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/38712:09
davisbboozzoo: im not sure about meta-ti. I pulled the bsp from git://git.yoctoproject.org/meta-yocto -b daisy as listed https://www.yoctoproject.org/downloads/bsps/daisy16/beaglebone12:18
kidohi, I wonder if I can put the same FEATURES in IMAGE_FEATURES and DISTRO_FEATURES or if there is a list of possible FEATURES that can be set on each ?12:19
bboozzoodavis: you should be fine with fido or master12:20
bboozzoothen just set your MACHINE="beaglebone" in local conf and to the build12:20
davisbboozzoo: for the build system, I pulled git clone -b fido git://git.yoctoproject.org/poky.git12:21
davisperhaps I should have pulled the third one there which was daisy?12:21
bboozzoodavis: all files are already there, you just clone poky, then source oe-init-build-env, set MACHINE="beaglebone" in local.conf and run bitbake core-image-minimal, once that finishes, you can just prep a SD card image with wic (wic create -e core-image-minimal sdimage-bootpart) and skip the fdisk part of the manual12:23
davisbboozzoo: sounds good. i'll try that.12:24
davisbboozzoo: I apprecaite your help. Thank you!12:24
davisbtw, can I keep the qemu and the beaglebone simultaneously and swith back and forth as needed without rebuilding everything?12:25
AzaToth_wonder if EXTRA_IMAGEDEPENDS is what I'm looking for...12:27
*** raykinsella781 <raykinsella781!rkinsell@nat/intel/x-darlrfmbhmupghrx> has joined #yocto12:30
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-cirbeudnvbhvjxsm> has quit IRC12:33
-YoctoAutoBuilder- build #61 of nightly-deb-non-deb is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/6112:43
*** belen <belen!Adium@nat/intel/x-aocichjxgqswfqsw> has joined #yocto12:56
mcfriskdoes bitbake have timeouts for do_fetch? I have wget stuck on a misbehaving svn repo with -t 2 and -T 360 but the download seems to be stuck somewhere else for more than 10 minutes12:58
AzaToth_so, what might be the best solution if I want to include a rootfs.tar.gz in an other rootfs which is gonna be an iso?13:01
*** staylor <staylor!~staylor@mail.au-zone.com> has joined #yocto13:05
-YoctoAutoBuilder- build #403 of nightly-world is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/40313:06
*** WarheadsSE <WarheadsSE!~WarheadsS@c-174-54-190-115.hsd1.pa.comcast.net> has joined #yocto13:10
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto13:15
WarheadsSEanmyone recognize this issue? pseudo: uh-oh!  '/proc/XXXX/fd/3' seems to be a symlink, but I can't read it.  Ignoring. Can't open /proc/XXXX/fd/3: Is a directory13:15
bluelightningmcfrisk: wget stuck on an svn repo? wget shouldn't be fetching from svn...13:17
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC13:17
-YoctoAutoBuilder- build #400 of nightly-multilib is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1 Running Sanity Tests_2 Running Sanity Tests_3] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/40013:20
AzaToth_i.e. I want to make take foo-${MACHINE}.tar.gz and place it in foo-installer-${MACHINE}.iso etc..13:21
mcfriskbluelightning: we're using wget to https svn repo to avoid credential crap with svn, .netrc is enough, but timeouts are not working somehow..13:21
AzaToth_as a separate file13:21
*** acidfu <acidfu!~nib@24.37.17.210> has quit IRC13:22
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has joined #yocto13:22
*** abelal <abelal!~abelal@110.93.212.98> has left #yocto13:23
*** davis <davis!~davis@rrcs-96-10-245-18.midsouth.biz.rr.com> has quit IRC13:23
AzaToth_anyone?13:25
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-ekzyvhaymgximaln> has joined #yocto13:28
bluelightningAzaToth_: EXTRA_IMAGEDEPENDS just says that the do_populate_sysroot task for the items listed needs to have been run before the image is built13:28
*** raykinsella781 <raykinsella781!rkinsell@nat/intel/x-darlrfmbhmupghrx> has quit IRC13:29
bluelightningI don't think that's really what you want13:29
*** staylor <staylor!~staylor@mail.au-zone.com> has quit IRC13:30
bluelightningyou could try looking at our live image support and maybe do something like what it does13:30
AzaToth_bluelightning, ok13:31
bluelightningmeta/classes/image-live.bbclass (which uses bootimg.bbclass)13:31
WarheadsSEbluelightning: any input on the problem on of my devs is having with all instances of bitbake he is trying to use ?13:31
bluelightningWarheadsSE: none I'm afraid, never seen that error before13:31
*** belen <belen!Adium@nat/intel/x-aocichjxgqswfqsw> has quit IRC13:32
*** belen <belen!Adium@nat/intel/x-xkycamjpwawodofe> has joined #yocto13:33
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC13:39
*** jwessel <jwessel!~jwessel@128.224.252.2> has quit IRC13:39
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-ekzyvhaymgximaln> has left #yocto13:41
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-mbnzocoogbckbcmv> has joined #yocto13:43
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto13:51
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto13:56
*** rburton1 <rburton1!~Adium@35.106.2.81.in-addr.arpa> has quit IRC13:57
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has joined #yocto14:02
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC14:06
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto14:14
*** hugovs <hugovs!~hugo@177.159.144.73> has joined #yocto14:26
*** belen <belen!Adium@nat/intel/x-xkycamjpwawodofe> has quit IRC14:32
*** belen <belen!Adium@nat/intel/x-eifrnchnjhywfxlv> has joined #yocto14:32
-YoctoAutoBuilder- build #394 of nightly-fsl-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/39414:32
*** nuil <nuil!5f587c85@gateway/web/freenode/ip.95.88.124.133> has quit IRC14:32
*** belen <belen!Adium@nat/intel/x-eifrnchnjhywfxlv> has quit IRC14:38
*** belen <belen!Adium@nat/intel/x-qqpiyclwirseksat> has joined #yocto14:40
*** wadim_ <wadim_!~egorov@mail.visioncatalog.com> has quit IRC14:48
*** belen <belen!Adium@nat/intel/x-qqpiyclwirseksat> has quit IRC14:49
*** belen <belen!Adium@nat/intel/x-lembqbragksdyeeu> has joined #yocto14:49
-YoctoAutoBuilder- build #405 of nightly-mips is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/40514:53
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC14:55
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto14:56
WarheadsSEbluelightning: might be hitting an oddity in apparmor all of a sudden.14:56
WarheadsSEwe're looking into it14:56
bluelightningWarheadsSE: it may be worth noting that dora is now nearly two versions out of support14:57
WarheadsSEYes, we know. this last release will be the last we use with dora.14:57
*** lamego <lamego!~lamego@134.134.137.73> has joined #yocto14:58
WarheadsSE(out the door in about a week), then we're moving all the way up14:58
-YoctoAutoBuilder- build #54 of ptest-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/ptest-x86/builds/5414:58
*** aehs29 <aehs29!aehernan@nat/intel/x-jeoymdagzldontks> has joined #yocto15:07
*** Biliogadafr <Biliogadafr!~User@port-35-adslby-pool45.infonet.by> has quit IRC15:08
*** benjamirc <benjamirc!besquive@nat/intel/x-abnmhqtibwwqqgju> has joined #yocto15:10
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-bmnjuugfjtoshjci> has joined #yocto15:17
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC15:21
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto15:22
*** ddalex1 <ddalex1!~ddalex@83.217.123.106> has quit IRC15:23
-YoctoAutoBuilder- build #59 of nightly-arm64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/5915:27
rburtonjoshuagl: the mesa sed patch on the list from yesterday is for fido, btw15:30
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC15:38
-YoctoAutoBuilder- build #403 of nightly-fsl-arm-lsb is complete: Failure [failed BuildImages_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm-lsb/builds/40315:38
*** belen <belen!Adium@nat/intel/x-lembqbragksdyeeu> has quit IRC15:41
*** belen <belen!Adium@nat/intel/x-ghvtfnleragfwfkl> has joined #yocto15:42
*** freanux <freanux!~freanux@unaffiliated/freanux> has quit IRC15:45
*** dfaught <dfaught!~dfaught@cpe-70-119-105-90.tx.res.rr.com> has joined #yocto15:49
*** harisokanovic <harisokanovic!~harisokan@130.164.62.243> has quit IRC16:00
*** harisokanovic <harisokanovic!~harisokan@130.164.62.243> has joined #yocto16:03
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto16:03
joshuaglrburton: ack, have the mail open on my busy desktop :-)16:04
*** RP <RP!~richard@83.217.123.106> has quit IRC16:06
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has joined #yocto16:07
*** fl0v0 <fl0v0!54af4961@gateway/web/freenode/ip.84.175.73.97> has joined #yocto16:12
*** afxez0r <afxez0r!~afxez0r@134.134.139.76> has joined #yocto16:17
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto16:24
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC16:26
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC16:30
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC16:32
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto16:32
*** dfaught <dfaught!~dfaught@cpe-70-119-105-90.tx.res.rr.com> has quit IRC16:32
*** fl0v0 <fl0v0!54af4961@gateway/web/freenode/ip.84.175.73.97> has quit IRC16:34
*** jbrianceau is now known as jbrianceau_away16:39
*** RP <RP!~richard@83.217.123.106> has joined #yocto16:40
*** marek__ <marek__!~marek@81.89.61.168.vnet.sk> has quit IRC16:52
*** kspr <kspr!~Kasper@193.104.83.223> has quit IRC16:53
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC16:53
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC16:55
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto16:56
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto16:56
*** ambrosius <ambrosius!~textual@38.111.148.194> has joined #yocto16:56
*** berton <berton!~fabio@177.220.212.62> has joined #yocto16:57
*** tsramos_ <tsramos_!tsramos@nat/intel/x-aapwjtevjdmarwsh> has joined #yocto17:00
*** tsramos_ <tsramos_!tsramos@nat/intel/x-aapwjtevjdmarwsh> has quit IRC17:00
*** ambrosius <ambrosius!~textual@38.111.148.194> has quit IRC17:01
*** tsramos_ <tsramos_!~tsramos@192.55.54.36> has joined #yocto17:01
*** ambrosius <ambrosius!~textual@38.111.148.194> has joined #yocto17:02
*** tsramos <tsramos!tsramos@nat/intel/x-jahqyrndobljmnbu> has quit IRC17:03
*** RP1 <RP1!~richard@192.198.151.62> has joined #yocto17:09
*** RP1 <RP1!~richard@192.198.151.62> has quit IRC17:11
*** cference_ <cference_!~cference@64.187.189.2> has joined #yocto17:12
*** aehs29 <aehs29!aehernan@nat/intel/x-jeoymdagzldontks> has quit IRC17:12
*** RP <RP!~richard@83.217.123.106> has quit IRC17:12
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto17:13
*** staylor <staylor!~staylor@184.68.113.94> has joined #yocto17:20
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto17:25
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto17:26
Crofton|workzeddii, any idea what this means?17:39
*** sameo <sameo!~samuel@192.55.55.41> has quit IRC17:39
Crofton|workERROR. Could not locate meta series for zynq17:39
Crofton|workfrom a kernel do_patch17:39
zeddiiit means that the BSP description + configuration wasn't found so the series that controls the patch phase wasn't generated. is this with current master ? If I can poke at it, I can be more specific.17:41
Crofton|workyeah current master17:41
-YoctoAutoBuilder- build #393 of nightly-intel-gpl is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/builds/39317:41
Crofton|worksomething similar worked17:41
Crofton|worka few days ago17:41
Crofton|workI'm looking for stupid typos atm17:42
zeddiiinteresting. nothing should have merged to impact that. My new series I sent could do that .. but it isn;t merged.17:42
zeddiiCrofton|work, I feel your pain. I built, booted and stress tested qemuarm on 4.117:42
Crofton|workI'm pretty sure it worked at least :)17:42
zeddiiand then when I go back to it today .. nothing, boot hang.17:42
zeddiiand now I can't get it too boot on any kernel, any config.17:42
Crofton|workso of course I blame you17:43
* zeddii is used to it.17:43
zeddii:)17:43
Crofton|workthe error reporting doesn't help me solve problems17:43
Crofton|workwhile you are here, do al .cfg files need to be called out in an scc file17:44
zeddiican you pastebin the layers ?17:44
Crofton|workIt appears just addingthe cfg file works17:44
zeddiiCrofton|work. nope. they can just be right on the SRC_URI. or in a .scc file. either works.17:44
Crofton|workok17:44
* zeddii wonders if gcc 5.1 is his pain source.17:45
Crofton|workheh17:47
Crofton|workblame someone else17:47
zeddiibuy myself some time. smashing my head into my desk isn't helping.17:48
Crofton|worklet me stash changes and see if old one builds17:48
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto17:50
-YoctoAutoBuilder- build #395 of nightly-qa-extras is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-extras/builds/39517:55
Crofton|workzeddii, the recipe works, only broke after I tried updating with new patches from the developer17:55
Crofton|workyou are likely off the hook17:56
Crofton|workexcept for the not so helpful error messages17:56
Crofton|workany kind of ordering needed with scc cfg and patch files17:56
zeddiiagreed. I have some changes there. but I did actually take a note.17:56
zeddiiCrofton|work, nope. you can mix and match. with obvious patch ordering implications.17:57
Crofton|workbut a problem there would lead to a patch fail in the log17:57
zeddiiyep.17:57
zeddiithere were some missed return codes back in the day .. but they are caught now.17:57
zeddiigah.17:58
zeddiiperf.17:58
* zeddii dives into a perf failure now.17:58
*** WarheadsSE <WarheadsSE!~WarheadsS@c-174-54-190-115.hsd1.pa.comcast.net> has left #yocto18:06
*** belen <belen!Adium@nat/intel/x-ghvtfnleragfwfkl> has quit IRC18:07
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC18:07
*** belen <belen!Adium@nat/intel/x-abejebhliuhrlygt> has joined #yocto18:08
Crofton|workzeddii, one char error in a file name, between scc and SRC_URI18:10
zeddiiok. I can make that same error here, and craft a better debug message.18:10
*** dholland <dholland!~quassel@vpn.pelagicore.de> has quit IRC18:11
Crofton|workthat would be helpful18:12
Crofton|workyou shoudl certainly be able to dupe it18:12
*** dholland <dholland!~quassel@vpn.pelagicore.de> has joined #yocto18:12
*** psnsilva <psnsilva!~psnsilva@94.60.92.31> has joined #yocto18:14
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81006f6ee.cpe.net.cable.rogers.com> has quit IRC18:16
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC18:17
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has joined #yocto18:22
-YoctoAutoBuilder- build #399 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/39918:23
-YoctoAutoBuilder- build #400 of nightly-qa-pam is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-pam/builds/40018:23
*** r22s <r22s!d0b90c36@gateway/web/freenode/ip.208.185.12.54> has joined #yocto18:25
*** ambrosius <ambrosius!~textual@38.111.148.194> has quit IRC18:26
r22sHi all, I'm trying to install elasticsearch and am running into a dependency issue.  I bet it's a simple fix but haven't found the answer yet.18:28
r22s*not install, trying to build an image that includes elasticsearch18:28
r22sDuring do_rootfs, I see the following error:18:28
r22sERROR: Unable to install packages. Command '...' returned 1:18:29
r22serror: elasticsearch-1.7.0-r0 requires libc.so.6(GLIBC_2.0)18:29
r22serror: elasticsearch-1.7.0-r0 requires libc.so.6(GLIBC_2.1)18:29
r22serror: elasticsearch-1.7.0-r0 requires libc.so.618:29
r22sI'm including glibc 2.20 as part of the build, and the .so.6 symlink is there as well.18:30
r22sAny ideas?18:30
*** pidge <pidge!~pidge@2a02:8084:0:3000:d916:4206:2522:990f> has quit IRC18:32
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC18:37
*** pidge <pidge!~pidge@2a02:8084:0:3000:d916:4206:2522:990f> has joined #yocto18:40
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has quit IRC18:42
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-aeacomkkxictnkdu> has quit IRC18:46
*** berton <berton!~fabio@177.220.212.62> has quit IRC18:49
*** berton <berton!~fabio@177.220.212.62> has joined #yocto18:50
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto18:56
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto18:57
*** ulf`_ is now known as ulf`18:58
-YoctoAutoBuilder- build #398 of nightly-qa-logrotate is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/39819:01
*** roric <roric!~roric@157-157-241-105.dsl.dynamic.simnet.is> has joined #yocto19:07
*** belen2 <belen2!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto19:14
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC19:16
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto19:17
*** sjolley1 <sjolley1!~sjolley@134.134.137.73> has joined #yocto19:21
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-bmnjuugfjtoshjci> has quit IRC19:23
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC19:24
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC19:24
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto19:26
*** belen2 <belen2!~Adium@17.114.2.81.in-addr.arpa> has quit IRC19:32
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC19:33
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto19:34
*** roric <roric!~roric@157-157-241-105.dsl.dynamic.simnet.is> has quit IRC19:38
*** pohly <pohly!~pohly@88.128.80.234> has joined #yocto19:39
-YoctoAutoBuilder- build #400 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/40019:39
*** ambrosius <ambrosius!~textual@38.111.148.194> has joined #yocto19:41
khem`r22s: is elasticsearch precompiled19:41
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has joined #yocto19:47
*** nighty^ <nighty^!~nighty@static-68-179-124-161.ptr.terago.net> has quit IRC19:49
r22skhem`: It's a few bash scripts that call into java .jars19:49
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC19:50
*** nighty^ <nighty^!~nighty@static-68-179-124-161.ptr.terago.net> has joined #yocto19:57
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC20:02
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto20:04
*** aehs29 <aehs29!aehernan@nat/intel/x-tzxitzzwieaebmfn> has joined #yocto20:04
*** belen2 <belen2!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto20:05
*** aehs29 <aehs29!aehernan@nat/intel/x-tzxitzzwieaebmfn> has quit IRC20:09
*** aehs29 <aehs29!aehernan@nat/intel/x-bxeqzkesdqmuoiom> has joined #yocto20:10
*** lamego <lamego!~lamego@134.134.137.73> has quit IRC20:11
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC20:11
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81006f6ee.cpe.net.cable.rogers.com> has joined #yocto20:11
abelloniis there some yocto dev day planned before/after elce ?20:11
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC20:16
*** ddalex1 <ddalex1!~ddalex@0.169.90.146.dyn.plus.net> has joined #yocto20:18
*** roric <roric!~roric@157-157-241-105.dsl.dynamic.simnet.is> has joined #yocto20:19
*** zerus_ <zerus_!~epetmab@host-95-197-14-162.mobileonline.telia.com> has joined #yocto20:21
*** ddalex1 <ddalex1!~ddalex@0.169.90.146.dyn.plus.net> has quit IRC20:23
*** lamego <lamego!~lamego@134.134.139.74> has joined #yocto20:27
acidfuabelloni, what is elce20:27
acidfu?20:28
abelloniembedded linux conference europe20:31
*** lamego <lamego!~lamego@134.134.139.74> has quit IRC20:31
acidfuah ;)20:31
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has quit IRC20:31
-YoctoAutoBuilder- build #394 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/39420:31
*** lamego <lamego!~lamego@134.134.137.73> has joined #yocto20:35
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC20:38
-YoctoAutoBuilder- build #62 of nightly-deb-non-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/6220:42
*** roric <roric!~roric@157-157-241-105.dsl.dynamic.simnet.is> has quit IRC20:43
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto20:43
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC20:49
*** cference_ <cference_!~cference@64.187.189.2> has quit IRC20:52
*** pohly <pohly!~pohly@88.128.80.234> has quit IRC20:57
-YoctoAutoBuilder- build #61 of nightly-rpm-non-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm-non-rpm/builds/6120:57
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto20:58
*** lamego <lamego!~lamego@134.134.137.73> has quit IRC21:00
*** Crofton|work <Crofton|work!~balister@pool-71-171-10-162.ronkva.east.verizon.net> has quit IRC21:04
*** ddalex1 <ddalex1!~ddalex@0.169.90.146.dyn.plus.net> has joined #yocto21:07
*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has quit IRC21:08
*** tsramos_ <tsramos_!~tsramos@192.55.54.36> has quit IRC21:15
*** lamego <lamego!lamego@nat/intel/x-zvpplysfnieriegb> has joined #yocto21:18
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC21:32
*** belen2 <belen2!~Adium@17.114.2.81.in-addr.arpa> has quit IRC21:33
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto21:34
-YoctoAutoBuilder- build #388 of nightly-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/38821:35
*** RP <RP!~richard@5751f4a1.skybroadband.com> has joined #yocto21:35
*** ddalex2 <ddalex2!~ddalex@233.128.113.87.dyn.plus.net> has joined #yocto21:36
*** ddalex1 <ddalex1!~ddalex@0.169.90.146.dyn.plus.net> has quit IRC21:36
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC21:36
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto21:36
*** aehs29 <aehs29!aehernan@nat/intel/x-bxeqzkesdqmuoiom> has quit IRC21:37
*** aehs291 <aehs291!~aehernan@134.134.139.76> has joined #yocto21:37
*** zerus_ <zerus_!~epetmab@host-95-197-14-162.mobileonline.telia.com> has quit IRC21:38
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC21:42
-YoctoAutoBuilder- build #393 of nightly-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/39321:45
*** belen2 <belen2!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto21:47
*** alimon <alimon!alimon@nat/intel/x-gnneymyqpexanntb> has quit IRC21:49
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto21:49
*** melio_cc <melio_cc!~melio_cc@static-194-113-26-69.axsne.net> has quit IRC21:49
*** belen2 <belen2!~Adium@17.114.2.81.in-addr.arpa> has quit IRC21:56
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto22:01
-YoctoAutoBuilder- build #404 of nightly-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/40422:04
*** berton <berton!~fabio@177.220.212.62> has quit IRC22:05
*** berton <berton!~fabio@177.220.212.62> has joined #yocto22:05
*** aehs29 <aehs29!~aehernan@134.134.139.72> has joined #yocto22:12
*** nickpongratz <nickpongratz!~Adium@12.148.210.9> has left #yocto22:13
*** aehs291 <aehs291!~aehernan@134.134.139.76> has quit IRC22:14
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-amkpigookiaqjwet> has quit IRC22:14
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto22:15
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto22:18
*** paulg <paulg!~paul@24-246-6-178.cable.teksavvy.com> has joined #yocto22:23
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto22:24
*** alimon <alimon!~alimon@134.134.139.72> has joined #yocto22:26
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC22:26
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto22:33
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC22:34
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC22:36
*** aehs29 <aehs29!~aehernan@134.134.139.72> has quit IRC22:37
*** aehs29 <aehs29!~aehernan@134.134.139.72> has joined #yocto22:38
*** alimon <alimon!~alimon@134.134.139.72> has quit IRC22:42
*** alimon <alimon!alimon@nat/intel/x-vctwrmpqwrykufbe> has joined #yocto22:42
*** benjamirc <benjamirc!besquive@nat/intel/x-abnmhqtibwwqqgju> has quit IRC22:47
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto22:48
-YoctoAutoBuilder- build #60 of nightly-arm64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/6022:50
*** loggerbox <loggerbox!todor@nat/intel/x-uevenabrmvqxrxfp> has joined #yocto22:54
*** mchehab` <mchehab`!~mchehab@177.18.21.249.dynamic.adsl.gvt.net.br> has joined #yocto23:00
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC23:01
*** mchehab <mchehab!~mchehab@179.186.102.232.dynamic.adsl.gvt.net.br> has quit IRC23:04
*** mchehab` is now known as mchehab23:04
*** staylor <staylor!~staylor@184.68.113.94> has quit IRC23:08
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto23:09
*** Crofton|work <Crofton|work!~balister@pool-71-171-10-162.ronkva.east.verizon.net> has joined #yocto23:14
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC23:15
*** aehs29 <aehs29!~aehernan@134.134.139.72> has left #yocto23:15
*** paulg <paulg!~paul@24-246-6-178.cable.teksavvy.com> has quit IRC23:15
-YoctoAutoBuilder- build #404 of nightly-fsl-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm-lsb/builds/40423:17
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto23:17
-YoctoAutoBuilder- build #401 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/40123:18
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has quit IRC23:19
*** berton <berton!~fabio@177.220.212.62> has quit IRC23:21
-YoctoAutoBuilder- build #406 of nightly-mips is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/40623:24
*** sameo <sameo!~samuel@192.55.54.38> has joined #yocto23:25
*** lamego <lamego!lamego@nat/intel/x-zvpplysfnieriegb> has quit IRC23:28
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC23:29
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC23:29
-YoctoAutoBuilder- build #404 of nightly-world is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/40423:35
*** timsche <timsche!~quassel@port-92-192-58-119.dynamic.qsc.de> has quit IRC23:37
*** tsramos <tsramos!~tsramos@134.134.139.74> has joined #yocto23:38
*** Happycat <Happycat!58a9fd86@gateway/web/freenode/ip.88.169.253.134> has joined #yocto23:38
HappycatHi !23:38
*** Happycat <Happycat!58a9fd86@gateway/web/freenode/ip.88.169.253.134> has quit IRC23:42
*** psnsilva <psnsilva!~psnsilva@94.60.92.31> has quit IRC23:49
*** tsramos <tsramos!~tsramos@134.134.139.74> has quit IRC23:51
-YoctoAutoBuilder- build #401 of nightly-x32 is complete: Failure [failed Running Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/40123:51

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