Friday, 2016-11-04

RPhalstead: (pid 28816 on fedora23 stuck in nfs_flock)00:00
RPhalstead: stale nfs data from before the reboots?00:00
* armpit what is RP still doing awake?00:01
RParmpit: trying to get a test build? trying to figure out some of the various problems going on? :/00:04
* RP runs the build on the main AB00:05
* RP heads for bed00:05
RParmpit: krogoth is looking improved btw :)00:05
armpitcool00:06
halsteadRP: I didn't check for stuck child processes when I restarted the workers.00:10
armpitchildren should be set free otherwise they stay in your basement00:15
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC00:18
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has quit IRC00:19
binarymi'm writing a recipe for a cmake tool for a raspberry pi machine, and i have the __curl_rule_01__ that raise because it uses the host (aka x86_64) curl includes00:20
binarymwhy ?00:20
binaryms/cmake tool/tool that use cmake for build/00:20
binarym:/00:20
neverpanichard to say, that tool's CMakeLists.txt might explicitly add /usr/include to the include path, for example00:21
binarymhmm00:21
binarymok, so probably upstream bug00:21
binarymbecause of hard coded path00:21
binarymbut00:21
binarymit's really yocto path00:21
neverpanicHard to say, unless you share a recipe and a link to the source.00:21
binarymnot my debian one00:21
binarymhmm00:22
binarymif i launch `bitbake ettercap` alone00:22
binarymit gonna build for my rasp or for my host ?00:22
* binarym doubting00:22
neverpanicthat depends on the contents of the recipe00:23
binarymhere is the recipe : http://pastebin.com/fk8hXHUn00:23
neverpanicusually, recipes that don't start with nativesdk- or end with -native are built for the target architecture; but recipes might violate that rule, the name does not determine what the build target is00:23
neverpanicThat's a target build00:23
binarymi added the PACKAGE_ARCHS="arm" later00:24
binarymbut doesn't solved00:24
neverpanicThat doesn't make a difference00:24
binarymand file included is host one:00:24
binarym /home/binarym/Work/poky/poky-krogoth-15.0.1/build/tmp/sysroots/x86_64-linux/usr/include/curl/curlrules.h:142:300:24
neverpanicYou should probably set -DBUNDLED_LIBS=Off00:25
binarymhmm00:25
binarymreally ?00:25
binarymok, gonna try without00:26
binarymat first i thought that they brings .a with sources00:26
binarymthat's why i set it off00:26
*** Snert <Snert!~snert_@65.74.8.146> has quit IRC00:27
binarymneverpanic: still the same error and wrong path00:27
*** Snert <Snert!~snert_@65.74.8.146> has joined #yocto00:28
neverpanicbinarym: what's your $WORKDIR for this build?00:29
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto00:31
*** Jefro <Jefro!~Jefro@2601:1c0:6100:7:7d5f:d6e8:ae75:9e5a> has joined #yocto00:34
*** Jefro <Jefro!~Jefro@2601:1c0:6100:7:7d5f:d6e8:ae75:9e5a> has quit IRC00:34
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC00:36
*** phoo1234567 <phoo1234567!~phoo12345@c-75-69-172-183.hsd1.nh.comcast.net> has quit IRC00:38
binarymneverpanic: WORKDIR isn't set in my shell env00:41
binarymneverpanic: btw, i used -DSYSTEM_LIBS=OFF00:42
binarymto my recipe00:42
binarymand now, it doesn't fail on the same error message00:42
binarymcompilation failed00:42
binarymbecause of -pthread missing00:42
binarymon CFLAGS00:42
neverpanicerr, that's interesting…00:43
neverpanicCMake should take care of that…00:43
neverpanicYou can always CFLAGS_append = " -pthread", though00:43
binarymon recipe ?00:43
binarymdirectly ?00:43
neverpanicyes00:43
binarymnice :)00:43
neverpanicThat's probably a hack, though, and you should figure out what's wrong00:44
binarymhmmm00:47
binarymnow, a new error message ...00:47
*** slothoholic <slothoholic!18f99aae@gateway/web/freenode/ip.24.249.154.174> has quit IRC00:48
binarymneverpanic: near 2 am here, i abandon for tonight00:49
binarymthks for the help :)00:49
neverpanicSame for me.00:49
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC00:53
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto00:57
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto01:01
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto01:01
*** dreyna <dreyna!~dreyna@unknown-216-196.windriver.com> has quit IRC01:03
*** caiortp <caiortp!~caiortp@189-107-28-173.user.veloxzone.com.br> has joined #yocto01:14
*** morphis_ <morphis_!~morphis@pD9ED6B3F.dip0.t-ipconnect.de> has joined #yocto02:08
*** morphis__ <morphis__!~morphis@pD9ED6906.dip0.t-ipconnect.de> has quit IRC02:12
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-pjebcdiwdusfyrsd> has joined #yocto02:35
*** bananadev <bananadev!~onlyester@118.70.128.150> has joined #yocto02:35
*** floob <floob!65a7060b@gateway/web/freenode/ip.101.167.6.11> has joined #yocto02:50
*** caiortp <caiortp!~caiortp@189-107-28-173.user.veloxzone.com.br> has quit IRC02:50
floobHow do I get my yocto build to display login prompt on serial and VGA console when it boots?02:51
khemfloob: enable serial console support in kernel and set SERIAL_CONSOLES variable correctly in yocto metadata for your machine02:57
*** aehs29 <aehs29!~aehernan@134.134.139.77> has joined #yocto02:58
floobkhem: >>"enable serial console support in kernel" would you mind pointing me in the right direction for where to find how to do that please? I'll do the research given a good start point thanks.02:59
*** aehs29 <aehs29!~aehernan@134.134.139.77> has left #yocto03:04
kergothto do it temporarily is trivial, can use the menuconfig task for that. bitbake -c menuconfig virtual/kernel. how you make it persistent depends on the kernel recipe you're using, which dpeends on the bsp you're using.03:06
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto03:10
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC03:33
-YoctoAutoBuilder- build #317 of nightly-no-x11 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/31703:37
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has quit IRC03:40
*** psadro <psadro!~Thunderbi@216.234.148.135> has joined #yocto03:43
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC03:45
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto03:46
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-pjebcdiwdusfyrsd> has quit IRC04:44
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto04:48
*** ronan <ronan!~ronan@ARennes-656-1-259-200.w90-32.abo.wanadoo.fr> has joined #yocto04:48
*** ronan__ <ronan__!~ronan@ARennes-656-1-230-245.w2-14.abo.wanadoo.fr> has quit IRC04:49
*** ronan__ <ronan__!~ronan@ARennes-656-1-249-103.w86-214.abo.wanadoo.fr> has joined #yocto04:56
*** ronan <ronan!~ronan@ARennes-656-1-259-200.w90-32.abo.wanadoo.fr> has quit IRC04:56
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC05:03
*** sgw_ <sgw_!~sgw_@2601:642:c400:19c4::ecc> has joined #yocto05:06
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto05:08
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto05:08
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto05:15
*** Snert <Snert!~snert_@65.74.8.146> has quit IRC05:20
*** Snert <Snert!~snert_@65.74.8.146> has joined #yocto05:20
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC05:27
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-vrhkdyvjtzdwrpti> has joined #yocto05:36
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto05:38
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC05:42
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC05:54
*** khem <khem!~khem@unaffiliated/khem> has quit IRC05:57
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto06:00
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto06:37
*** sjolley1 <sjolley1!~sjolley@134.134.139.76> has quit IRC06:48
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto06:48
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-iamcrxzvsmbbzbfv> has quit IRC06:50
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC06:51
*** pohly <pohly!~pohly@p5DE8E006.dip0.t-ipconnect.de> has joined #yocto06:52
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto06:53
-YoctoAutoBuilder- build #295 of nightly-musl is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-musl/builds/29506:54
*** agust <agust!~agust@p4FCB5B3C.dip0.t-ipconnect.de> has joined #yocto06:55
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto06:56
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto06:56
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto07:10
*** Cubi_ <Cubi_!~sstiller@b2b-94-79-174-114.unitymedia.biz> has joined #yocto07:12
*** jku_ <jku_!~jku@192.198.151.45> has joined #yocto07:12
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto07:21
-YoctoAutoBuilder- build #962 of nightly-qa-systemd is complete: Failure [failed BuildImages_2 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/96207:31
*** jku_ is now known as jku07:32
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto07:32
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has joined #yocto07:36
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-vrhkdyvjtzdwrpti> has quit IRC07:44
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC07:45
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto07:50
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC07:51
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has joined #yocto07:53
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto07:56
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto07:56
*** morphis_ <morphis_!~morphis@pD9ED6B3F.dip0.t-ipconnect.de> has quit IRC07:57
*** morphis_ <morphis_!~morphis@pD9ED6B3F.dip0.t-ipconnect.de> has joined #yocto07:59
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-eaqllcrfjyugkzjm> has joined #yocto08:04
*** eduardas_ <eduardas_!~eduardas_@213.197.143.19> has joined #yocto08:07
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC08:11
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto08:12
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto08:12
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto08:13
*** fl0v0 <fl0v0!~fvo@pD9F6A71E.dip0.t-ipconnect.de> has joined #yocto08:20
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto08:22
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC08:23
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has quit IRC08:23
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto08:23
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto08:28
*** boucman_work <boucman_work!~boucman@LStLambert-657-1-76-184.w80-13.abo.wanadoo.fr> has joined #yocto08:39
*** toscalix <toscalix!~toscalix@80.91.70.192> has joined #yocto08:43
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto08:43
*** zeenix <zeenix!~zeenix@83.218.80.242> has joined #yocto08:46
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has joined #yocto08:47
mdnneooO ... hmm basically a pretty general question ... where to stop with build dependencies .. if you have a simple "helloworld" cmake project would you need to specify cmake, make and gcc as dependency? and when which one? have seen cmake.bbclass adds cmake-native why not nativesdk-cmake to get it in the SDK as well?08:53
*** obsrwr_home <obsrwr_home!~obsrwr@188.24.218.70> has joined #yocto08:57
*** vdehors <vdehors!~vdehors@gre92-5-82-237-199-7.fbx.proxad.net> has joined #yocto09:01
rburtonmdnneo: gcc/binutils/and so on are part of the default depends09:02
rburtonmdnneo: as you say, inherit the class and you'll get cmake-native for you09:02
rburtonwhat goes into a SDK is unrelated and depending on nativesdk-cmake would be wrong09:02
mdnneoso again to get make and cmake in the SDK I would need to explicit specify either in the image or in some custom sdk packagegroup09:03
rburtonif you want nativesdk-cmake in your sdk then you need to add it explicitly, yes.09:03
rburton(by adding nativesdk-cmake to TOOLCHAIN_HOST_TASK in your image recipe)09:04
mdnneoso there is no way of just put something in if it is needed ... lets say the helloworld has some make target to generate doxygen docs I would need to figure out per image if the package is in and if nativesdk-doxygen is needed?09:08
rburtonwhy would you need doxygen because helloworld is in the image?09:09
rburtonthe SDK doesn't contain the tooling to rebuild every package that goes into the image09:09
rburtonits your SDK so you decide what goes into it.  by default you get a compiler and some very common tools (see packagegroup-sdk-host).09:10
mdnneook ... so the SDK is basically in the end kind of independent of the image ... at least the host part09:10
rburtonthe host part, yes09:10
rburtonwell09:10
rburtonthe image has control over what is in the host part, but it's not generated from the content of the image itself09:11
mdnneook so lets say you can control whats in in the image recipe but its independent of the contained packages09:12
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto09:16
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto09:17
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC09:17
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto09:17
*** maho <maho!~m4ho@p4FC30A06.dip0.t-ipconnect.de> has quit IRC09:17
*** aboseley <aboseley!~aboseley@101.165.216.251> has joined #yocto09:19
*** eduardas_ <eduardas_!~eduardas_@213.197.143.19> has quit IRC09:21
*** maho <maho!~m4ho@p5DD14238.dip0.t-ipconnect.de> has joined #yocto09:22
*** ronan__ <ronan__!~ronan@ARennes-656-1-249-103.w86-214.abo.wanadoo.fr> has quit IRC09:24
*** mekuto <mekuto!~mekuto@176.110.226.222> has joined #yocto09:27
*** Snert_ <Snert_!~LoginName@106-24-237-24.gci.net> has quit IRC09:28
*** robsta <robsta!~robsta@62-46-29-99.adsl.highway.telekom.at> has joined #yocto09:32
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC09:32
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto09:37
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto09:42
g0hl1nhi everybody, I've got a problem while trying to build an existing recipe on a new machine.09:45
g0hl1nI'm using daisy and when I'm trying to build the same image (all git revs are the same) on a new debian x86_64 machine i get the following error:09:45
g0hl1nERROR:  OE-core's config sanity checker detected a potential misconfiguration.09:46
g0hl1n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).09:46
g0hl1n    Following is the list of potential problems / advisories:09:46
g0hl1n    TUNE_ARCH is unset. Please ensure your MACHINE configuration includes a valid tune configuration file which will set this correctly.09:46
g0hl1nError, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (None).Toolchain tunings invalid:09:46
g0hl1nTuning 'cortexa9thf-vfpv3d16' has no defined features, and cannot be used.09:46
g0hl1nERROR: Execution of event handler 'check_sanity_eventhandler' failed09:47
g0hl1nERROR: Command execution failed: Exited with 109:47
rburtonif your layers are all identical, it sounds like your local.conf isn't09:47
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC09:48
g0hl1nrburton: I've also thought that, but I've checked the local conf "a million" times now and also copied it directly... still the same error09:48
*** bananadev <bananadev!~onlyester@118.70.128.150> has quit IRC09:49
rburtondouble-checked the layer/sha listing on startup is identical?09:49
g0hl1nThe only difference in local.conf is the "DL_DIR", but that (IMHO) shouldn't affect it...09:51
g0hl1ndo you mean the listing on startup of bitbake? This doesn't occur because the sanity checker errors are printed and bitbake exists before that...09:52
g0hl1nI compared all layers listed in bblayers.conf with "git log -1 --oneline" and the matched.09:54
g0hl1nAlso "git status" said "Your branch is up-to-date with 'origin/BRANCH'" on both machines09:55
LetoThe2ndhave you also triple-quadruple checked bblayers.conf, not only local.conf? :-)09:55
g0hl1nAnd the origin remote of the git repos match too ;-)09:56
g0hl1nLetoThe2nd: yes.. only the paths in BBLAYERS & BBLAYERS_NON_REMOVABLE are different, but point to the "same" local git repository...09:59
LetoThe2ndg0hl1n: no layers missing, or paths looking right but actually being invalid?10:01
*** maho <maho!~m4ho@p5DD14238.dip0.t-ipconnect.de> has quit IRC10:04
g0hl1nLetoThe2nd: just checked it again. All of the four lines in BBLAYERS are present and pointing to the "same" local git repository and at least "ls"ing and "cd"ing them works10:06
*** morphis_ <morphis_!~morphis@pD9ED6B3F.dip0.t-ipconnect.de> has quit IRC10:08
LetoThe2ndg0hl1n: well there ought to be a difference, somewhere. or bad karma.10:08
erbog0hl1n: I guess it's most likely the poky repo. Those tune setting are in poky/meta/conf/machine I think10:09
LetoThe2ndanother idea would be local modifications that do not show up in the git log10:09
LetoThe2ndg0hl1n: by the way, what do you mean by "same" git repo?10:09
*** morphis_ <morphis_!~morphis@pD9ED6B3F.dip0.t-ipconnect.de> has joined #yocto10:10
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-eaqllcrfjyugkzjm> has quit IRC10:14
erboTo me it looks like vfpv3d16 was added after daisy, see http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/machine/include/arm/arch-armv7a.inc?h=daisy vs http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/machine/include/arm/arch-armv7a.inc?h=master10:14
erbog0hl1n: ^^10:15
g0hl1nerbo: I've got this machine definition in my meta layer. otherwise it wouldn't work on my current/old machine ;-)10:16
*** aV_V <aV_V!~anatoli@146.66.253.137> has joined #yocto10:17
*** mortderire <mortderire!rkinsell@nat/intel/x-pnjgpngdlmsgldkr> has joined #yocto10:19
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC10:19
*** mortderire <mortderire!rkinsell@nat/intel/x-pnjgpngdlmsgldkr> has quit IRC10:19
*** cart_man <cart_man!~cart@105.27.205.70> has joined #yocto10:20
cart_manHi everyone... I tried to build an image for my Beaglebone black yesterday using Toaster. I got it to build but now I can not find the .hddimg file. It seems to be missing. Or am I missing something here?10:20
*** Ox4 <Ox4!~user@unaffiliated/zloy> has joined #yocto10:20
*** mortderire <mortderire!~rkinsell@192.198.151.43> has joined #yocto10:22
g0hl1nLetoThe2nd: I've also checked for local modification using "git status". There are none. And just for your understanding: Until now I've done the builds on my dev machine. Currently I'm trying to build on a separate server (to speed up the build). On that server a script is checking out the defined tags/branches of all needed layers before building. Therefore I'm pretty sure there are no local modifications to those repos.10:23
g0hl1nLetoThe2nd: With "same" repo I mean it's the same remote with the same revision in a separate local checkout ;-)10:24
JoiFcart_man: your images go to /build/tmp/deploy/images/<machine-name>10:25
JoiFcart_man: Err.. Ignore the leading slash .. it doesn't go to your / (root).. copy-paste error10:26
LetoThe2ndg0hl1n: i still guess the script is missing some step that you maybe subconsiously would do when setting up everything manually10:26
cart_manJoiF: I am in that file...theres a bunch of stuff there but no hddimg file10:27
JoiFcart_man: I don't even know what an "hddimg" file is10:27
JoiFcart_man: But you kernel, root-filesystem and everything else is there10:28
cart_manJoiF: its the file that you can copy to your SSD10:28
cart_manJoiF:Yea but in sepearte arts... I dont know how to build it from all those files10:28
LetoThe2ndcart_man: IMAGE_FSTYPES contains said hddimg?10:29
*** cadogan <cadogan!d4f7356c@gateway/web/freenode/ip.212.247.53.108> has joined #yocto10:29
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has joined #yocto10:29
cart_manLetoThe2nd: huh?10:29
LetoThe2ndcart_man: what huh?10:30
cart_manis IMAGE_FSTYPES a flag or something ?10:30
LetoThe2ndcart_man: nope, a configuration variable that tells bitbkae which image artifacts you desire to reciev in the end.10:30
LetoThe2ndincluding typos, of course!10:31
cart_manLeteThe2nd: Ohhh ... hmm ill quickly check10:31
JoiFcart_man: http://www.jumpnowtek.com/beaglebone/BeagleBone-Systems-with-Yocto.html10:31
LetoThe2ndcart_man: bitbake -e your-image-thing | grep IMAGE_FSTYPES10:31
*** maho <maho!~m4ho@p5DD14238.dip0.t-ipconnect.de> has joined #yocto10:32
JoiFcart_man: Instructions are for krogoth though .. morty should be pretty much the same thing10:32
jkuhddimg is not really a file system10:33
LetoThe2ndjku: sure, but the variable is called like that.10:34
jkuyeah but I don't think hddimg is going to be in that list10:34
LetoThe2nddepends on the machine configuration, it certainly could be pulled it. so in a nutshell: "it depends"10:35
*** maho <maho!~m4ho@p5DD14238.dip0.t-ipconnect.de> has quit IRC10:36
*** Snert_ <Snert_!~LoginName@106-24-237-24.gci.net> has joined #yocto10:37
*** maho <maho!~m4ho@p57923DDA.dip0.t-ipconnect.de> has joined #yocto10:39
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-cjjrsgzbfimgrtxa> has quit IRC10:43
*** seezer <seezer!~seezer@quassel/developer/seezer> has quit IRC10:44
*** Gintaro <Gintaro!~gintaro@2a00:8080:10:148:9017:2cff:fe26:adf0> has quit IRC10:44
*** pidge <pidge!~pidge@2001:41d0:a:5dc5::> has quit IRC10:44
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-ofpdsfwbugvpcsxb> has quit IRC10:44
*** flynn378 <flynn378!sid63564@gateway/web/irccloud.com/x-ownbxrpapezttibf> has quit IRC10:44
*** pidge <pidge!~pidge@2001:41d0:a:5dc5::> has joined #yocto10:44
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-etvheksgpnaortsb> has joined #yocto10:45
*** seezer <seezer!~seezer@quassel/developer/seezer> has joined #yocto10:45
*** berton <berton!~fabio@187.23.155.148> has joined #yocto10:45
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has joined #yocto10:46
cart_manOk so I used core-image-sato-sdk and it built fine twice before.,.. SO I added hddimg flag and now it stops with 2 errors -> Nothing PROVIDES 'syslinux'syslinux was skipped: incompatible with host arm-poky-linux-gnueabi (not in COMPATIBLE_HOST)10:46
cart_manRequired build target 'core-image-sato-sdk' has no buildable providers.10:46
cart_manMissing or unbuildable dependency chain was: ['core-image-sato-sdk', 'syslinux']10:46
*** flynn378 <flynn378!sid63564@gateway/web/irccloud.com/x-icrlnwlkxxkohtdc> has joined #yocto10:46
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-cdtpfnuyaewkbobq> has joined #yocto10:47
LetoThe2ndcart_man: obviously the hddimg image type is defined to be using syslinux.10:48
LetoThe2ndcart_man: what brings you the idea of using that for the bbb anyways?10:48
*** maho <maho!~m4ho@p57923DDA.dip0.t-ipconnect.de> has quit IRC10:48
LetoThe2ndcart_man: IIRC meta-ti brings everything along for creating the sd card, but as "live" and flasher images.10:48
cart_manLethoThe2nd: Well largely because I dont know how to create the image using anything else... that ons was easy. You just DD it onto a disc and there you go10:48
*** maho <maho!~m4ho@p579234ED.dip0.t-ipconnect.de> has joined #yocto10:49
*** aboseley <aboseley!~aboseley@101.165.216.251> has quit IRC10:50
LetoThe2ndcart_man: let me guess, knowig that procedure from some other platform?10:52
LetoThe2ndcart_man: my suggestion would be to have a good look at https://www.yoctoproject.org/downloads/bsps/morty22/beaglebone10:54
LetoThe2ndcart_man: it describes the procedure for a bbb sd card in good detail10:54
g0hl1nLetoThe2nd: thanks, I will check that (after lunch) ;-)10:55
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC10:57
*** robsta <robsta!~robsta@62-46-29-99.adsl.highway.telekom.at> has quit IRC11:00
*** Cwiiis <Cwiiis!~sid227@2620:101:8016:74::5:e3> has quit IRC11:04
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC11:06
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has joined #yocto11:07
*** mortderire <mortderire!~rkinsell@192.198.151.43> has quit IRC11:09
*** Cwiiis <Cwiiis!~sid227@2620:101:8016:74::5:e3> has joined #yocto11:09
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto11:10
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto11:13
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has quit IRC11:13
*** robsta <robsta!~robsta@62-46-29-99.adsl.highway.telekom.at> has joined #yocto11:13
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC11:19
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto11:19
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:24
*** fl0v01 <fl0v01!~fvo@pD9F6B163.dip0.t-ipconnect.de> has joined #yocto11:27
*** fl0v0 <fl0v0!~fvo@pD9F6A71E.dip0.t-ipconnect.de> has quit IRC11:28
*** igor1 <igor1!~igor@177.159.144.73> has joined #yocto11:36
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC11:36
*** agust <agust!~agust@p4FCB5B3C.dip0.t-ipconnect.de> has quit IRC11:40
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC11:42
eduardas_mhello, I am having a bad time making NFS boot work with my Yocto build using systemd11:42
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto11:42
eduardas_mI get failed unit dependencies during boot and eventually end up in the emergency mode prompt11:43
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto11:44
eduardas_mBooting via network used to work fine using sysvinit for the Yocto distro11:44
*** Siva_ <Siva_!dce17881@gateway/web/freenode/ip.220.225.120.129> has joined #yocto11:48
eduardas_mhttp://pastebin.com/w7DSMWTP11:50
Siva_How to compile recipe with license in INCOMPATIBLE_LICENSE list defined by other layer11:50
*** Cubi_ <Cubi_!~sstiller@b2b-94-79-174-114.unitymedia.biz> has quit IRC11:57
jkuSiva_: what sets INCOMPATIBLE_LICENSE? It's usually something you would only get from your own configuration, not from 3rd party layers...11:57
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC11:59
*** Cubi_ <Cubi_!~sstiller@94.79.174.114> has joined #yocto11:59
Cubi_eduardas_m, log in and look why the services failed? In the first error message you can read: See 'systemctl status systemd-modules-load.service' for details.12:00
Siva_@jku: Thanks for reply. I'm porting some distro layer on hikey, so that layer sets the conf.12:00
-YoctoAutoBuilder- build #1065 of nightly is complete: Failure [failed BitbakeSelftest] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly/builds/106512:02
jkuSiva_: I guess you need to remove that setting from the layer or avoid building recipes with incompatible license12:04
eduardas_mCubi_, this unit is probably not related to my problem, it fails even uring normal boot from sd card and all else still functions normally in that case12:07
eduardas_mI get only 2 failed units during normal boot from sd card, though12:08
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has quit IRC12:08
eduardas_mduring booting from network I get many more12:09
*** agust <agust!~agust@p4FCB5B3C.dip0.t-ipconnect.de> has joined #yocto12:09
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC12:09
Siva_@jku problem is I need to remove it from my layer12:11
Siva_@jku I can't modify that distro, that why looking for options like WHITELIST12:11
igor1hi guys12:15
igor1I built a SDK via populate_sdk to work on a software that is installed on my image12:15
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:16
cart_manIf I want to insert meta-qt5 into my Yocto build do I add it into the local.conf file ?12:16
igor1but this software needs to run a command called ngrestcg, which is native12:16
igor1but it is not going on x86 sysroot sdk, it exists only on core2 sysroot12:16
CTtpollardcart_man: the layer needs to be present in bblayers conf, and you need to define what you want from it12:17
igor1How can I built a sdk with this binary on x86 sysroot?12:17
cart_manCTtpollard : Ok but do I have to download it from GIT first ? Or do  just add /home/machine/Yocto/poky/meta-qt5  ?12:18
CTtpollardyou need to provide a path to the source layer yes, where ever that is located is optional12:18
cart_manCTtpollard : Ok soo I can download from git and insert it into a folder called /home/machine/Yocto/poky/meta-qt5   AND then add that exact filepath to my bblayer.conf ?12:19
CTtpollardindeed12:20
cart_manCTtpollard: Ok and then its included... nothing else to do ?12:20
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC12:20
CTtpollardcart_man: well nothing in your build will change, unless you instruct something to be built12:21
cart_manCttpollard : Not quite sure what that means ? .. You mean I have to let it know to build it in conf file or so?12:25
CTtpollardThat just makes bitbake aware of the layer, you the need to instruct it to build something that makes use of the layer12:26
cart_manCttpollard: Well I want it to build qt5 ... but I dont know where to actually insert XX += qt512:26
cart_manwhich file actually needs to be told12:26
Siva_#cart_man to include a layer in build do bitbake-layers add-layer <path>/meta-qt512:29
*** mortderire <mortderire!rkinsell@nat/intel/x-fxcasdyasjnvumcv> has joined #yocto12:30
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC12:31
*** rcw <rcw!~rwoolley@192-171-34-171.cpe.pppoe.ca> has joined #yocto12:33
*** robsta <robsta!~robsta@62-46-29-99.adsl.highway.telekom.at> has quit IRC12:35
cart_manSiva : my bitbake-layers show-recipes seem to crash with an error ParseError12:35
cart_manIts hacing this error because of the meta-qt5 layer in inserted into the folder12:37
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto12:38
CTtpollardyou've probably got a misconfigured bblayers.conf12:38
cart_manCTtpollard : Will pastebin12:39
cart_manCTtpollard : http://pastebin.com/YEb61QBd12:40
CTtpollardcart_man: you're missing a trailing \ on the metaqt5 entry12:40
CTtpollardalso, it's probably not wise to clone qt5 into poky12:41
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto12:41
cart_manHmm ok so where should I do it? make a folder inside poky?12:41
RPrburton: the build issues for -next look transient, ok to merge it?12:45
rburtonchmod: cannot access '/srv/www/vhosts/autobuilder.yoctoproject.org/pub/sstate//af/sstate:glibc:core2-64-poky-linux:2.24:r0:core2-64:3:af7a0582cdaf85391d07735d19bdab2f_package.tgz.qIPf4lK5': No such file or directory12:46
rburtonwhaaaat12:46
rburtontransient nfs snafu?12:47
rburtonRP: selftest is still running but its only got the expected kernel fail so far12:48
*** mortderire <mortderire!rkinsell@nat/intel/x-fxcasdyasjnvumcv> has quit IRC12:49
rburtonRP: yes, but remember to remove my WIP patch ;)12:49
RPrburton: We do see that periodically and I can only assume NFS being odd12:49
RPrburton: the code looks safe12:49
rburtonyeah i have the bug for that i think12:49
* RP will remember to remove WIP12:50
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto12:50
*** challinan_ <challinan_!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC12:54
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto12:55
*** mortderire <mortderire!rkinsell@nat/intel/x-thkhkkwkforpplco> has joined #yocto12:57
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has joined #yocto12:59
*** mortderire <mortderire!rkinsell@nat/intel/x-thkhkkwkforpplco> has quit IRC13:01
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC13:02
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has joined #yocto13:04
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto13:06
*** robsta <robsta!~robsta@62-46-29-99.adsl.highway.telekom.at> has joined #yocto13:08
*** mortderire <mortderire!rkinsell@nat/intel/x-iwbpynsahvyvseqg> has joined #yocto13:08
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has quit IRC13:09
*** mortderire <mortderire!rkinsell@nat/intel/x-iwbpynsahvyvseqg> has quit IRC13:12
*** robsta <robsta!~robsta@62-46-29-99.adsl.highway.telekom.at> has quit IRC13:15
*** Siva_ <Siva_!dce17881@gateway/web/freenode/ip.220.225.120.129> has left #yocto13:17
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC13:20
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5c28:2b4f:3fb0:1673> has joined #yocto13:24
*** deva_ <deva_!~deva@87.116.45.78> has joined #yocto13:24
*** gtristan <gtristan!~tristanva@110.11.226.29> has joined #yocto13:26
deva_I am having trouble compiling gcc-4.913:26
*** robsta <robsta!~robsta@62-46-29-99.adsl.highway.telekom.at> has joined #yocto13:26
deva_I seems to use -Werror and for some odd reason the c++ compiler is used to compile some of the .c files in the project leading to warnings, again leading to errors13:27
deva_I am not really sure where the bitbake config ends and the gcc project begins... in other words; could this be a yocto issue or should I bug the gcc boys?13:28
rburtondeva_: building gcc 4.9 with a modern distro using gcc6?13:28
deva_rburton: Exactly13:29
rburtonwhat release of yocto?13:29
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC13:29
rburton(we've fixed this for a few releases back in git/point releases)13:30
deva_I followed this: https://www.compulab.co.il/workspace/mediawiki/index.php5/CL-SOM-iMX6UL:_Yocto_Linux:_Building13:30
deva_I'm not entirely sure of the yocto version13:30
*** robsta <robsta!~robsta@62-46-29-99.adsl.highway.telekom.at> has quit IRC13:31
rburtonsuch fun13:31
rburtondora!13:32
rburtonreleased october 201313:32
deva_aah... that might be the problem then :-)13:32
rburtonah, no, wrong branch13:33
rburtonfido13:33
rburton(april 2015)13:33
rburtonyeah that doesn't support gcc6 host13:34
deva_that's still pre gcc6 I think?13:34
deva_To be honost I don't really understand why ubuntu ships gcc6 at all13:34
rburtonbecause its the current compiler13:34
rburtonworks great13:34
rburtonyou'll find https://www.yoctoproject.org/downloads/tools/dora15/buildtools-sdk-dora-15 useful13:35
deva_great. thanks13:35
rburtonno, i mean https://www.yoctoproject.org/downloads/tools/fido18/buildtools-sdk-fido-1813:35
rburtoncompiler etc that is known to work with that release.13:35
deva_ok13:35
rburtonbasically an older gcc that builds the gcc13:36
deva_I supposed installing an older version of ubuntu might fix the issue then?13:36
rburtonyeah, or that13:36
deva_great. I'll try that13:36
rburtonbuildtools is easier13:36
deva_Better to work in a known configuration I think13:37
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has quit IRC13:39
*** s65b44 <s65b44!c32a382c@gateway/web/freenode/ip.195.42.56.44> has joined #yocto13:39
s65b44hi guys13:39
*** paulg <paulg!~paulg@128.224.252.2> has joined #yocto13:41
*** jku <jku!~jku@192.198.151.45> has quit IRC13:48
Crofton|workzeddii, can I safely add linux-yocto-4.8 as a remote on torvalds linux13:48
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto13:50
CTtpollardcart_man: sorry went AFK, any progress?13:50
cart_manCTtpollard : No I restarted the entire thing13:51
cart_manSoo will upate soon13:51
*** mortderire <mortderire!rkinsell@nat/intel/x-nhmshwaanpfoscsz> has joined #yocto13:52
zeddiiCrofton|work. shouldn't be a problem.13:54
*** robsta <robsta!~robsta@193-83-0-189.adsl.highway.telekom.at> has joined #yocto13:57
*** madisox <madisox!~madison@12.30.244.5> has joined #yocto13:58
*** robsta <robsta!~robsta@193-83-0-189.adsl.highway.telekom.at> has quit IRC14:01
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC14:02
*** s65b44 <s65b44!c32a382c@gateway/web/freenode/ip.195.42.56.44> has quit IRC14:02
*** jonver <jonver!~jonver___@dd577603a.access.telenet.be> has joined #yocto14:02
cart_manCttpollard: Ok soo its seems like in Order ot get Qt5 I need Openembedded-core BUT I can not have the normal Yocto and the openembedded-core one as a layer ?14:04
CTtpollardcart_man: qt5 is a separate layer from OE or poky, meta-qt514:04
CTtpollardyou can add whatever layers you wish14:05
cart_manYea but it sais it depends on openembedded-core -> https://layers.openembedded.org/layerindex/branch/master/layer/meta-qt5/14:06
cart_manand when I add that it does not work14:06
cart_manok soo that is openembedded layers ...sigh .. where do I get a list of yoctos standard layers /14:07
cart_man?14:07
CTtpollardall yocto projects depend on OE core14:08
CTtpollardit's the build system of yocto14:08
cart_manCTtpollard : Ohhh well that makes much more sense >.<   ...thouht they somehow just co-worked14:09
CTtpollardthere are dev & ref manuals available, maybe start there for more insight14:10
cart_manCTtpollard : one more thing though.... if I added a Layer it will be included into any package I build wether it is core-image-sato or any of the other ones right ?14:12
*** benjamirc <benjamirc!besquive@nat/intel/x-kxtgfvvawduzuvvo> has joined #yocto14:13
eduardas_manyone on this channel using systemd with their Yocto builds?14:13
CTtpollardcart_man: if you ask for a package from the layer, or a package you build has a dependency from the layer, yes14:14
CTtpollardif you don't specify something, bitbake will not build it14:14
*** boucman_work <boucman_work!~boucman@LStLambert-657-1-76-184.w80-13.abo.wanadoo.fr> has quit IRC14:14
cart_manok soo how do I tell bitbake to add all of qt5 ?14:15
cart_manin local.conf file right ?14:15
cart_manAlthough I am not sure what I type in14:15
*** willeponken <willeponken!~willeponk@diderot.campus.ltu.se> has quit IRC14:17
CTtpollardyou can use image install append in local conf to specify extra packages on top of images yes14:17
CTtpollardcart_man: http://www.yoctoproject.org/docs/2.2/dev-manual/dev-manual.html14:17
*** Strike5150 <Strike5150!18de02de@gateway/web/freenode/ip.24.222.2.222> has joined #yocto14:18
Strike5150Hello I'm having trouble getting the UserAdd stuff to work properly.  I've got an image which includes the following recipe.  But on do_rootfs it fails complaining there is no package install cadidate14:21
Strike5150https://gist.github.com/strike5150/e7da196d5140a5d0f884a5364b2a8b2514:21
rburtonStrike5150: no need to add FILES because you don't actually create those files, remove INHIBIT_PACKAGE_DEBUG_SPLIT as that does nothing useful here, and add ALLOW_EMPTY_${PN} = "1" to actually fix your problem14:25
rburtonStrike5150: (as you didn't create /home/newuser the package has no files in, and empty packages are not created unless you say otherwise)14:26
-YoctoAutoBuilder- build #963 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/96314:26
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC14:31
*** deva_ <deva_!~deva@87.116.45.78> has quit IRC14:31
Strike5150Ahh thank you :D makes sense14:32
*** hsychla <hsychla!~hsychla@pd95c9392.dip0.t-ipconnect.de> has joined #yocto14:33
seebsso i got a bug report about pseudo because of systems where "python" is "python3".14:35
seebsRP: Any objections to a patch to configure which tries to find a likely Python version, and/or lets the user specify it?14:35
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-usqbqisfyrqzksrg> has joined #yocto14:36
seebsI figure bitbake's the largest user by far, but apparently something else recently picked up pseudo, so.14:36
RPseebs: being able to configure it is fine with me14:37
seebsProposed plan: If not specified, search $PATH for python, check to see whether it seems to be v2-ish, then try v2, and otherwise explode in rage and fury, deleting every file the user ever loved or cared about.14:38
seebs... wait, i'm not a minecraft modder. I'll omit the deleting files part.14:38
RPseebs: sounds good :)14:38
RPseebs: any chance we can make it just need python3?14:38
RPseebs: we're trying to move to a py3 only world14:38
seebsI've been hesitant about the upgrade, but a lot of that is historical from WR, where we got stuck with RHEL4 for I think four years longer than we should have been.14:39
seebsI could probably just change it to python3 and hope for the best.14:39
seebsI'd have to fix the code, though. Yay for stable languages that don't have a ton of breaking changes all the time.14:40
jedixI think there is something to try to guess python version when creating the self-extracting stuff14:40
seebsAnd of course, the machine I'm on right now hasn't even got a python3. AT ALL.14:41
seebs(Oldish Mac OS X.)14:41
jedixhttps://github.com/openembedded/openembedded-core/blob/master/meta/files/toolchain-shar-relocate.sh14:42
jedixseebs: line 2714:43
seebsYeah, although that doesn't seem version-aware, so I assume the thing it calls will run with either?14:43
jedix(if that helps)14:43
jedixyes, what it calls runs with either14:44
seebsI'm not as confident of my ability to make the code run with either, although I suppose I could look at that program and see what it does. It might be easy enough.14:44
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-kkbssvcgrqaojeae> has joined #yocto14:45
*** Hauke <Hauke!~Hauke@hauke-m.de> has quit IRC14:45
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto14:45
*** armpit <armpit!~akuster@2601:202:4001:9ea0:3d81:a694:3206:326e> has quit IRC14:46
-YoctoAutoBuilder- build #722 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/72214:47
*** deva <deva!~deva@87.116.45.78> has joined #yocto14:50
*** mekuto <mekuto!~mekuto@176.110.226.222> has quit IRC14:51
*** mekuto <mekuto!~mekuto@unaffiliated/mekuto> has joined #yocto14:51
*** benjamirc <benjamirc!besquive@nat/intel/x-kxtgfvvawduzuvvo> has quit IRC14:54
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto14:57
*** boucman_work <boucman_work!~boucman@LStLambert-657-1-76-184.w80-13.abo.wanadoo.fr> has joined #yocto14:57
ash_charlesseebs: can you point me to the bug report? Someone mentioned a similar issue to me.14:57
seebsI don't know of a bug report, I just got an email from a buildroot user.14:57
ash_charlesseebs: ah---probably the same14:58
ash_charlesguy in my office was fighting with python3+pseudo+buildroot so I'm guessing he filed a bug ;-)14:58
ash_charlesthx14:58
seebsGaël?14:59
*** armpit <armpit!~akuster@2601:202:4001:9ea0:8836:a344:6752:41ee> has joined #yocto15:00
ash_charlesyep---that's him!15:00
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC15:00
*** aV_V <aV_V!~anatoli@146.66.253.137> has quit IRC15:02
*** mortderire1 <mortderire1!rkinsell@nat/intel/x-tsyfohotiglcbwwr> has joined #yocto15:06
*** mortderire <mortderire!rkinsell@nat/intel/x-nhmshwaanpfoscsz> has quit IRC15:07
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC15:10
*** Cubi_ <Cubi_!~sstiller@94.79.174.114> has quit IRC15:11
*** deva <deva!~deva@87.116.45.78> has quit IRC15:12
*** cadogan <cadogan!d4f7356c@gateway/web/freenode/ip.212.247.53.108> has quit IRC15:18
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC15:19
*** Ox4 <Ox4!~user@unaffiliated/zloy> has left #yocto15:20
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC15:21
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto15:21
Strike5150Can somebody point me in the right direction to add my own /etc/network/interfaces.  I've tried using a bbappend to init-ifupdown, but the interfaces file itself always ends up being the original not my overlayed version15:23
*** JoiF <JoiF!~jofr@193.182.166.3> has quit IRC15:25
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC15:26
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto15:26
Strike5150I am using the following bbappend to try and change the interfaces file, but its failing to overlay it.15:28
Strike5150#Appends ~/poky/meta/recipes-core/init-ifupdown  SRC_URI = "file://interfaces"  do_install_append() {         # Install file only if it has contents         install -d ${D}${sysconfdir}/network         install -m 0644 ${S}/interfaces ${D}${sysconfdir}/network/interfaces }  do_install_append_qemuall () { }15:28
Strike5150https://gist.github.com/strike5150/e7da196d5140a5d0f884a5364b2a8b2515:28
*** gportay <gportay!~gportay@2607:fad8:4:6:38ec:b502:e495:a95> has joined #yocto15:33
*** anatoli_ <anatoli_!~anatoli@146.66.253.137> has joined #yocto15:34
*** anatoli_ is now known as yennifer_0115:34
*** Amynka <Amynka!~frozen@gentoo/developer/amynka> has quit IRC15:37
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto15:38
*** rbuchmann <rbuchmann!~rbuchmann@LMontsouris-657-1-239-42.w82-127.abo.wanadoo.fr> has joined #yocto15:41
*** zeenix <zeenix!~zeenix@83.218.80.242> has quit IRC15:42
*** psadro <psadro!~Thunderbi@216.234.148.135> has quit IRC15:44
*** freanux <freanux!~freanux@unaffiliated/freanux> has quit IRC15:51
*** Amynka <Amynka!~frozen@gentoo/developer/amynka> has joined #yocto15:53
*** TomK <TomK!4e0b08f9@gateway/web/freenode/ip.78.11.8.249> has joined #yocto15:54
TomKHi, Is this possible to check what needs to be rebuild after change in one of recipes and what will be used from cache with bitbake command?15:55
khemTomK: try bitbake-whatchanged <modified recipe>16:00
*** scottrif <scottrif!~scottrif@134.134.139.76> has joined #yocto16:02
CTtpollardTIL16:05
CTtpollardthat's cool16:05
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto16:07
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto16:07
*** benjamirc <benjamirc!~besquive@134.134.137.75> has joined #yocto16:08
*** aehs29 <aehs29!~aehernan@134.134.139.77> has joined #yocto16:09
TomKkhem: It shows a lot more packages than quick summary with dry-run (this : Attempted 5717 tasks of which 5676 didn't need to be rerun). Does dry run don't check if package has action compile then it also needs to update packages that depens on that?16:12
*** boucman_work <boucman_work!~boucman@LStLambert-657-1-76-184.w80-13.abo.wanadoo.fr> has quit IRC16:13
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC16:16
khemit should tell you all that bitbake will do16:19
khemmany a times its only quick tasks16:19
Strike5150I am using the following bbappend to try and change the interfaces file, but its failing to overlay it.16:22
Strike5150https://gist.github.com/strike5150/e7da196d5140a5d0f884a5364b2a8b2516:22
khemStrike5150: you need to let bitbake know about the new FILEPATH16:23
kergothRP: i want to get the checksum of a specific variable/function which isn't a task, obeying the basehash whitelist. is there anyway to do that without basically duplicating parts of _build_data() and generate_dependencies()/16:24
kergothRP: seems a bit odd, if so16:24
khemStrike5150: something like FILESEXTRAPATHS_prepend := "${THISDIR}/files:" provided you stored the interfaces file under files/ dir16:25
Strike5150khem: I'm not clear on what you mean by that, are you saying its not using the recipe because it thinks it shouldn't take precedence?16:25
*** tbotz <tbotz!43f96ceb@gateway/web/freenode/ip.67.249.108.235> has joined #yocto16:25
Strike5150khem: Ok I think your saying its not adding it to the files of the parent recipe16:25
tbotzHi all. I have an issue with incorrect logrotate permissions in my poky image. In the rootfs tar.gz they are "-rw-rw-r-- 1 root root 896 Jun 23 17:05 logrotate.conf" but in the ipk they are "-rw-r--r-- 115/65534       896 2016-10-10 21:29 ./etc/logrotate.conf".. Any ideas why they might be getting the extra g+w when tarred?16:26
tbotzadditional info: building the same image in two different locations. In one the permissions in the rootfs tarball are the correct 644, in the other they come out as 664, so it seems like an environment issue16:26
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC16:26
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto16:27
*** jonver <jonver!~jonver___@dd577603a.access.telenet.be> has quit IRC16:31
*** mortderire1 <mortderire1!rkinsell@nat/intel/x-tsyfohotiglcbwwr> has quit IRC16:32
TomKkhem: Thanks for help. I think that I will try to figure out the rest16:33
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC16:34
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto16:34
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC16:37
*** caiortp <caiortp!~inatel@131.221.242.10> has joined #yocto16:40
*** TomK <TomK!4e0b08f9@gateway/web/freenode/ip.78.11.8.249> has quit IRC16:43
*** scottrif <scottrif!~scottrif@134.134.139.76> has quit IRC16:45
Strike5150khem:  for the FILESEXTRAPATHS_prepend := "${THISDIR}/files:"  do you mean init-ifupdown/init-ifupdown-1.0/interfaces.   Or init-ifupdown/files/interfaces16:45
*** paulg is now known as paulg_16:47
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto16:48
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC16:48
*** lemagoup <lemagoup!~lemagoup@195.190.86.18> has quit IRC16:49
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC16:50
*** yennifer_01 <yennifer_01!~anatoli@146.66.253.137> has quit IRC16:50
*** rcw <rcw!~rwoolley@192-171-34-171.cpe.pppoe.ca> has quit IRC16:50
*** scottrif <scottrif!~scottrif@134.134.139.76> has joined #yocto16:51
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:cda6:ec6:7453:5313> has joined #yocto16:51
*** Snert <Snert!~snert_@65.74.8.146> has quit IRC16:52
*** Snert <Snert!~snert_@65.74.8.146> has joined #yocto16:53
*** mekuto <mekuto!~mekuto@unaffiliated/mekuto> has quit IRC16:54
*** benjamirc1 <benjamirc1!~besquive@134.134.139.82> has joined #yocto16:56
*** fl0v01 <fl0v01!~fvo@pD9F6B163.dip0.t-ipconnect.de> has quit IRC17:00
*** aratiu <aratiu!~adi@80.97.64.55> has quit IRC17:01
*** aratiu <aratiu!~adi@80.97.64.55> has joined #yocto17:01
*** grma <grma!~gruberm@80.93.38.128> has quit IRC17:04
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has quit IRC17:07
*** mortderire <mortderire!rkinsell@nat/intel/x-amhxdfoukecxpyha> has joined #yocto17:09
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC17:11
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:cda6:ec6:7453:5313> has quit IRC17:13
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:cda6:ec6:7453:5313> has joined #yocto17:14
*** freanux <freanux!~freanux@unaffiliated/freanux> has joined #yocto17:14
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:cda6:ec6:7453:5313> has quit IRC17:19
*** paulg <paulg!~paulg@otwaon23-3096772825.sdsl.bell.ca> has joined #yocto17:26
*** toscalix_ <toscalix_!~toscalix@213.143.60.21> has joined #yocto17:26
*** toscalix <toscalix!~toscalix@80.91.70.192> has quit IRC17:27
*** toscalix__ <toscalix__!~toscalix@80.91.70.192> has joined #yocto17:27
*** dscully <dscully!~dscully@24.249.154.174> has joined #yocto17:29
dscullyHi! Has anyone worked with systemd-networkd? I'm trying to enable it by adding an entry to DISTRO_FEATURES_append for "networkd", but when I examine the result in my rootfs I'm missing the networkctl binary and the systemd-networkd.service file17:30
*** psnsilva_ <psnsilva_!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto17:30
*** toscalix_ <toscalix_!~toscalix@213.143.60.21> has quit IRC17:31
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC17:31
kergothdscully: pretty sure networkd is a packageconfig in the systemd recipe, not a distro feature17:32
-YoctoAutoBuilder- build #986 of nightly-x86 is complete: Failure [failed Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/98617:37
dscullyAh, thank you! That lead to me the right spot in the docs17:38
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC17:40
*** scottrif <scottrif!~scottrif@134.134.139.76> has left #yocto17:41
kergothnp17:41
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC17:43
*** scottrif <scottrif!~scottrif@134.134.137.71> has joined #yocto17:44
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto17:45
*** psnsilva_ <psnsilva_!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC17:48
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC17:50
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC17:50
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto17:53
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-kkbssvcgrqaojeae> has quit IRC17:54
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-phgqajzrpfqsrcmk> has joined #yocto17:56
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto18:03
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-phgqajzrpfqsrcmk> has quit IRC18:06
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC18:07
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC18:10
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC18:11
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto18:11
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto18:12
*** anselmolsm <anselmolsm!~anselmols@177.194.114.16> has joined #yocto18:13
*** mortderire <mortderire!rkinsell@nat/intel/x-amhxdfoukecxpyha> has quit IRC18:13
*** aehs29 <aehs29!~aehernan@134.134.139.77> has left #yocto18:14
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC18:16
*** anselmolsm <anselmolsm!~anselmols@177.194.114.16> has joined #yocto18:17
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC18:20
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto18:21
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC18:26
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has joined #yocto18:26
*** fitzsim` <fitzsim`!~user@173.38.117.66> has joined #yocto18:27
*** fitzsim <fitzsim!~user@173.38.117.66> has quit IRC18:28
*** mattsm <mattsm!~mattsm@cpe-72-182-106-201.austin.res.rr.com> has quit IRC18:28
*** mattsm <mattsm!~mattsm@2605:6000:1019:149:f2c1:e6dc:7de9:abdf> has joined #yocto18:28
*** anselmolsm <anselmolsm!~anselmols@177.194.114.16> has quit IRC18:32
*** morphis_ <morphis_!~morphis@pD9ED6B3F.dip0.t-ipconnect.de> has quit IRC18:32
*** toscalix__ <toscalix__!~toscalix@80.91.70.192> has quit IRC18:33
*** anselmolsm <anselmolsm!~anselmols@177.194.114.16> has joined #yocto18:33
*** blueness <blueness!~blueness@cpe-69-207-17-242.buffalo.res.rr.com> has quit IRC18:35
*** blueness <blueness!~blueness@cpe-69-207-17-242.buffalo.res.rr.com> has joined #yocto18:36
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC18:38
Strike5150As I understand adding: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"             to a bbappend should trigger yocto to override any files in the ${PN}-${PV} directory of the same name as the original recipe18:40
Strike5150Does that look right?18:40
Strike5150Does that include subdirectories or do they need to be added explicitly18:42
*** dv__ <dv__!~quassel@62.178.118.86> has quit IRC18:43
seebsI can't think of anything that implicitly searches subdirectories in bitbake.18:43
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto18:43
Strike5150ok18:43
Strike5150thx :D18:43
*** paulg <paulg!~paulg@otwaon23-3096772825.sdsl.bell.ca> has quit IRC18:44
*** morphis_ <morphis_!~morphis@pD9ED6B3F.dip0.t-ipconnect.de> has joined #yocto18:44
Strike5150I suppose that would be silly, should have thought of that :P18:44
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto18:49
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC18:51
*** berton <berton!~fabio@187.23.155.148> has quit IRC18:52
*** benjamirc1 <benjamirc1!~besquive@134.134.139.82> has quit IRC18:53
*** aehs29 <aehs29!~aehernan@134.134.139.77> has joined #yocto18:56
*** Ulfalizer <Ulfalizer!~ulf@81.94.94.42> has joined #yocto18:58
*** tbotz <tbotz!43f96ceb@gateway/web/freenode/ip.67.249.108.235> has quit IRC19:02
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@2.43.39.17> has joined #yocto19:10
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@2.43.39.17> has quit IRC19:10
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto19:10
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC19:11
*** hanthings <hanthings!~hanthings@82-181-115-116.bb.dnainternet.fi> has joined #yocto19:18
*** morphis_ <morphis_!~morphis@pD9ED6B3F.dip0.t-ipconnect.de> has quit IRC19:21
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto19:34
*** rbuchmann <rbuchmann!~rbuchmann@LMontsouris-657-1-239-42.w82-127.abo.wanadoo.fr> has quit IRC19:34
*** fitzsim` <fitzsim`!~user@173.38.117.66> has left #yocto19:47
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-cgakujgiwowbgeuv> has quit IRC19:50
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto19:52
*** pohly <pohly!~pohly@p5DE8E006.dip0.t-ipconnect.de> has quit IRC19:53
*** stwcx <stwcx!~stwcx@2604:880:a:6::c9c> has quit IRC20:06
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto20:08
*** stwcx <stwcx!~stwcx@2604:880:a:6::c9c> has joined #yocto20:09
*** gtristan <gtristan!~tristanva@110.11.226.29> has quit IRC20:10
*** hanthings <hanthings!~hanthings@82-181-115-116.bb.dnainternet.fi> has quit IRC20:13
*** anselmolsm <anselmolsm!~anselmols@177.194.114.16> has quit IRC20:16
*** caiortp <caiortp!~inatel@131.221.242.10> has quit IRC20:26
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC20:42
*** awaisb <awaisb!~quassel@110.93.212.98> has joined #yocto20:45
*** abelal <abelal!~quassel@110.93.212.98> has quit IRC20:48
*** vdehors <vdehors!~vdehors@gre92-5-82-237-199-7.fbx.proxad.net> has quit IRC20:48
*** vdehors <vdehors!~vdehors@gre92-5-82-237-199-7.fbx.proxad.net> has joined #yocto20:48
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC20:49
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC20:55
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto21:11
*** sgw_ <sgw_!~sgw_@2601:642:c400:19c4::ecc> has quit IRC21:17
*** igor1 <igor1!~igor@177.159.144.73> has quit IRC21:19
*** pohly <pohly!~pohly@p5DE8E006.dip0.t-ipconnect.de> has joined #yocto21:24
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC21:27
*** pohly1 <pohly1!~pohly@p5DE8E006.dip0.t-ipconnect.de> has joined #yocto21:27
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto21:28
*** pohly <pohly!~pohly@p5DE8E006.dip0.t-ipconnect.de> has quit IRC21:29
*** pohly <pohly!~pohly@p5DE8E006.dip0.t-ipconnect.de> has joined #yocto21:30
*** caiortp <caiortp!~caiortp@189-107-28-173.user.veloxzone.com.br> has joined #yocto21:33
*** pohly1 <pohly1!~pohly@p5DE8E006.dip0.t-ipconnect.de> has quit IRC21:33
*** caiortp <caiortp!~caiortp@189-107-28-173.user.veloxzone.com.br> has quit IRC21:33
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC21:44
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto21:44
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC21:49
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto21:53
*** Snert <Snert!~snert_@65.74.8.146> has quit IRC21:57
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC22:06
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto22:07
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC22:07
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto22:07
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto22:08
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC22:09
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto22:09
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto22:10
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto22:11
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC22:11
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has joined #yocto22:12
*** lolsborn_ <lolsborn_!~lolsborn@70.102.74.164> has joined #yocto22:13
*** lolsborn <lolsborn!~lolsborn@70.102.74.164> has quit IRC22:13
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto22:17
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:5c28:2b4f:3fb0:1673> has quit IRC22:19
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC22:22
*** robsta <robsta!~robsta@62-46-27-17.adsl.highway.telekom.at> has joined #yocto22:22
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto22:23
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@31.157.133.24> has joined #yocto22:23
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto22:23
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has quit IRC22:24
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto22:24
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC22:27
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto22:28
*** Snert__ <Snert__!~snert_@65.74.8.146> has joined #yocto22:29
*** agust <agust!~agust@p4FCB5B3C.dip0.t-ipconnect.de> has quit IRC22:44
*** Biliogadafr1 <Biliogadafr1!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has joined #yocto22:45
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has quit IRC22:45
*** scottrif <scottrif!~scottrif@134.134.137.71> has left #yocto22:47
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC22:48
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto22:49
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC22:51
*** lolsborn_ <lolsborn_!~lolsborn@70.102.74.164> has quit IRC22:51
*** aehs29 <aehs29!~aehernan@134.134.139.77> has left #yocto22:55
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC23:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC23:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto23:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto23:01
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC23:11
*** obsrwr_home <obsrwr_home!~obsrwr@188.24.218.70> has quit IRC23:16
*** anselmolsm <anselmolsm!~anselmols@177.194.114.16> has joined #yocto23:17
*** anselmolsm <anselmolsm!~anselmols@177.194.114.16> has quit IRC23:20
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto23:28
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC23:31
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:7dd5:6ec3:5e61:bc61> has joined #yocto23:33
*** gportay <gportay!~gportay@2607:fad8:4:6:38ec:b502:e495:a95> has quit IRC23:35
*** robsta <robsta!~robsta@62-46-27-17.adsl.highway.telekom.at> has quit IRC23:48

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