IRC log for #oe on 20160920

00:05.40*** join/#oe fulgor3 (~NoNaMe@85.219.105.121.dyn.user.ono.com)
00:15.40*** join/#oe fulgor3 (~NoNaMe@85.219.105.121.dyn.user.ono.com)
00:53.14*** join/#oe aehs29 (~aehernan@134.134.139.76)
01:01.52*** part/#oe aehs29 (~aehernan@134.134.139.76)
01:38.54*** join/#oe vmeson (~rmacleod@24-212-184-107.cable.teksavvy.com)
01:44.49*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
02:03.06*** join/#oe armpit (~akuster@2601:202:4001:9ea0:8566:176d:d9a5:f047)
02:35.36*** join/#oe Crofton (~Crofton@pool-71-171-15-220.ronkva.east.verizon.net)
02:36.46*** join/#oe Crofton|work (~balister@pool-71-171-15-220.ronkva.east.verizon.net)
03:46.55*** join/#oe stefan_schmidt (~stefan@p20030048091839023252CBFFFE54190F.dip0.t-ipconnect.de)
04:13.14*** join/#oe dv__ (~quassel@62.178.118.86)
04:42.10*** join/#oe snowkidind (~textual@pool-96-255-207-158.washdc.fios.verizon.net)
05:14.08*** join/#oe morphis_ (~morphis@p50862B72.dip0.t-ipconnect.de)
05:56.53*** join/#oe morphis__ (~morphis@pD9ED781F.dip0.t-ipconnect.de)
05:59.48*** join/#oe ecloud (quassel@nat/qt/x-vxovavomllmczcdy)
06:05.55*** join/#oe phdeswer (~phdeswer@85-76-101-183-nat.elisa-mobile.fi)
06:10.13*** join/#oe Crofton|work (~balister@pool-71-171-15-220.ronkva.east.verizon.net)
06:11.09*** join/#oe qt-x (~Thunderbi@217.10.196.2)
06:18.56*** join/#oe Cubi_ (~sstiller@b2b-94-79-174-114.unitymedia.biz)
06:19.52*** join/#oe AndersD (~anders@nav-gw2.aktiviteten.se)
06:22.31*** join/#oe AndersD (~anders@nav-gw2.aktiviteten.se)
06:28.36*** join/#oe jku (jku@nat/intel/x-qsgmqpssywpjsuae)
06:32.33*** join/#oe AndersD (~anders@nav-gw2.aktiviteten.se)
06:37.00*** join/#oe AndersD (~anders@nav-gw2.aktiviteten.se)
06:41.02*** join/#oe JaMa (~martin@ip-89-176-104-169.net.upcbroadband.cz)
07:01.47*** join/#oe jbrianceau_away (uid10952@gateway/web/irccloud.com/x-hxjxjhesnopzgspy)
07:04.10*** join/#oe t0mmy (~tprrt@217.114.201.133)
07:21.24*** join/#oe florian_kc (~fuchs@Maemo/community/contributor/florian)
07:21.33*** join/#oe Paprika_007 (~Gebruiker@a83-163-237-65.adsl.xs4all.nl)
07:26.03*** join/#oe joeythesaint (~joe@vegas.deserted.net)
07:34.32*** join/#oe ao2 (~ao2@cl-35.trn-01.it.sixxs.net)
07:40.27*** join/#oe mckoan|away (~marco@host56-7-static.30-87-b.business.telecomitalia.it)
07:43.37*** join/#oe eduardas_m (~eduardas_@213.197.143.19)
07:45.19*** join/#oe ant_work (~ant__@host118-50-dynamic.40-79-r.retail.telecomitalia.it)
07:50.36*** join/#oe andre_d (~adraszik@77.107.218.170)
07:52.55*** join/#oe rburton (~Adium@home.burtonini.com)
07:54.42*** join/#oe joshuagl (~joshuagl@192.198.151.43)
07:56.16*** join/#oe rob_w (~bob@unaffiliated/rob-w/x-1112029)
08:08.59*** join/#oe t0mmy (~tprrt@217.114.201.133)
08:23.28*** join/#oe neomilium (~quassel@pas72-1-88-161-62-48.fbx.proxad.net)
08:38.16*** join/#oe neomilium (~quassel@pas72-1-88-161-62-48.fbx.proxad.net)
08:38.25*** join/#oe mago__ (~mago@88.131.56.168)
08:39.44*** join/#oe mago___ (~mago@88.131.56.168)
08:42.01*** join/#oe mago_ (~mago@88.131.56.168)
08:57.30*** join/#oe Paprika_007 (~Gebruiker@a83-163-237-65.adsl.xs4all.nl)
09:22.40*** join/#oe joseppc (~josep@sestofw01.enea.se)
09:22.40*** join/#oe joseppc (~josep@linaro/joseppc)
09:41.18mago_we have a lot of OE machines that use the same u-boot machine. some OE machine need to customize the u-boot default environment, what is the best way to do this? since u-boot does not support config fragments, we cannot easily do something like KERNEL_FEATURES to inject config into the u-boot compilation from the build system
09:44.52ZubairLKmago_: using upstream u-boot or internal?
09:45.17ZubairLKyou could have different defconfigs within a uboot git repo. And then choose different configurations from yocto.
09:47.35mago_ZubairLK: yeah, we have internal. but i'd prefer to not have multiple u-boot machines (even though technically, they are). I guess it's like the kernel configs. We don't want to edit the kernel repo just to have a different config (by adding a new defconfig), we just specify more config fragments through the build system
09:49.09mago_so really what i'm looking for is config fragments for uboot, and it should work since uboot supports kconfig nowadays (even though most compile-time options still are controlled by a C header file)
09:49.44mago_i was thinking i could add a Kconfig that injects some extra stuff into the default env of my u-boot machine, and then control that Kconfig through OE machine config. that'd be almost like KERNEL_FEATURES
09:52.57ZubairLKmago_: that is definitely the better way . Not sure if there is existing infrastructure to do that
09:53.31ZubairLKThere are mentions of UBOOT_ENV_ in the u-boot files
09:53.39ZubairLKcheck meta/recipes-bsp/u-boot/u-boot.inc
09:57.42mago_yeah, we could rely on importing a partial uboot env at runtime to modify the default environment, but we'd prefer doing it at compile time to ensure consistency. For example, if you build u-boot-fw-utils, it will also contain the default env (if you ever default a variable from Linux), so we need to ensure all tools agree on a single default environment and not some patched-up thing happening at boot based on
09:57.44mago_the default env + some uenv.txt or other imported env
10:03.32*** join/#oe kristoffer (~kristoffe@81-225-3-168-no164.bredband.skanova.com)
10:13.24*** join/#oe moto-tim1 (ttorling@nat/intel/x-pfzrgmbnmoiraivx)
10:14.07*** join/#oe melonipoika (~jose@194.9.252.238)
10:18.37*** join/#oe belen (~Adium@134.134.139.83)
10:23.01*** join/#oe thaytan (~thaytan@199.7.70.115.static.exetel.com.au)
10:29.34*** join/#oe melonipoika (~jose@194.9.252.238)
10:39.08*** join/#oe silviof (~silviof@unaffiliated/silviof)
10:39.17*** join/#oe lpotter (~quassel@2001:8003:6029:8500:76e6:e2ff:fee0:8120)
11:08.43*** join/#oe dv_ (~quassel@62.178.118.86)
11:29.44*** join/#oe neomilium (~quassel@pas72-1-88-161-62-48.fbx.proxad.net)
12:03.52*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
12:25.54*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
12:48.59*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
12:54.42*** join/#oe Nilesh_ (uid116340@gateway/web/irccloud.com/x-ytqsznkneieeacvk)
13:09.15*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
13:12.09*** join/#oe diego (~diego@host57-224-static.7-79-b.business.telecomitalia.it)
13:27.33*** join/#oe eduardas_m (~eduardas_@213.197.143.19)
13:32.59*** join/#oe Guest_49853 (779dee85@gateway/web/cgi-irc/kiwiirc.com/ip.119.157.238.133)
13:33.00*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
13:33.09Guest_49853allah is doing
13:33.14Guest_49853sun is not doing allah is doing
13:33.20Guest_49853moon is not doing allah is doing
13:33.26Guest_49853stars are not doing allah is doing
13:33.32Guest_49853planets are not doing allah is doing
13:33.41Guest_49853galaxies are not doing allah is doing
13:33.48Guest_49853oceans are not doing allah is doing
13:33.55Guest_49853mountains are not doing allah is doing
13:34.04Guest_49853trees are not doing allah is doing
13:34.10Guest_49853mom is not doing allah is doing
13:34.15Guest_49853dad is not doing allah is doing
13:34.21Guest_49853boss is not doing allah is doing
13:34.26Guest_49853job is not doing allah is doing
13:34.29*** join/#oe Aethenelle (~Aethenell@166.175.191.159)
13:34.34Guest_49853dollar is not doing allah is doing
13:34.40Guest_49853degree is not doing allah is doing
13:34.47Guest_49853medicine is not doing allah is doing
13:34.54Guest_49853customers are not doing allah is doing
13:35.08Guest_49853you can not get a job without the permission of allah
13:35.20Guest_49853you can not get married without the permission of allah
13:35.31Guest_49853nobody can get angry at you without the permission of allah
13:35.37Guest_49853light is not doing allah is doing
13:35.43Guest_49853fan is not doing allah is doing
13:35.50Guest_49853businessess are not doing allah is doing
13:35.59Guest_49853america is not doing allah is doing
13:36.12Guest_49853fire can not burn without the permission of allah
13:36.24Guest_49853knife can not cut without the permission of allah
13:36.30*** join/#oe caiortp (~inatel@131.221.240.204)
13:36.30Guest_49853rulers are not doing allah is doing
13:36.41Guest_49853governments are not doing allah is doing
13:36.48Guest_49853sleep is not doing allah is doing
13:36.54Guest_49853hunger is not doing allah is doing
13:37.13Guest_49853food does not take away the hunger allah takes away the hunger
13:37.32Guest_49853water does not take away the thirst allah takes away the thirst
13:37.35ZubairLKGuest_49853: I'd like to request you to please stop spamming the IRC channel with Daawah.
13:37.38Guest_49853seeing is not doing allah is doing
13:38.20ZubairLKunless you are a bot. Then I'd like a word with the programmer cause this is not the way..
13:38.59rburtonZubairLK: either a bot or a very persistent human, re-appears across freenode quite frequently
13:40.18ZubairLKI can see what he is trying to do.
13:40.18ZubairLKIts probably well intentioned.
13:40.25ZubairLKintended*
13:41.13ZubairLKbut not the correct way to go about talking about Islam
14:00.57*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
14:10.19*** join/#oe kscherer (~kscherer@128.224.252.2)
14:18.33*** join/#oe snowkidind (~textual@pool-96-255-207-158.washdc.fios.verizon.net)
14:39.22*** join/#oe ntl (~nathanl@cpe-24-242-74-130.austin.res.rr.com)
14:40.07*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
14:42.49*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
14:47.52*** join/#oe moto-timo (~ttorling@134.134.139.72)
14:47.52*** join/#oe moto-timo (~ttorling@fsf/member/moto-timo)
14:53.08*** join/#oe oldtopman (~oldtopman@unaffiliated/oldtopman)
15:05.56*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
15:08.53*** join/#oe Aethenelle (~Aethenell@199.15.128.78)
15:10.50*** join/#oe jkridner|pd (~jkridner@pdpc/supporter/active/jkridner)
15:13.39Crofton|workjust saw a build fail for libical
15:17.02*** join/#oe aehs29 (aehernan@nat/intel/x-xetkkwufkpmjlyks)
15:17.44*** join/#oe jku (~jku@dyj170ycrv18---3wlh9y-3.rev.dnainternet.fi)
15:36.56Crofton|workracey, cleanedsstate and reran and problem went away
15:39.04rburtoni hope you saved the log for a bug report
15:42.04Crofton|workrburton, http://pastebin.com/vR11yyrc
15:42.11Crofton|workI didn't really expect it to go away
15:42.16Crofton|workpretty weird
15:42.49rburtonCrofton|work: do any of the paths look wrong (like, wrong build directory)
15:44.02Crofton|worknot that I can see
15:47.05*** join/#oe behanw (uid110099@gateway/web/irccloud.com/x-ypeyqytnfvcezmke)
15:53.40*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
15:55.17*** join/#oe bpittman (~bill@130.164.62.212)
16:26.07*** join/#oe hrw (~hrw@redhat/hrw)
16:32.40*** part/#oe aehs29 (aehernan@nat/intel/x-xetkkwufkpmjlyks)
16:42.52*** join/#oe rob_w (~rob@unaffiliated/rob-w/x-1112029)
17:15.14*** join/#oe jku (~jku@dyj170ycrv18---3wlh9y-3.rev.dnainternet.fi)
17:19.50*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
17:20.53*** join/#oe Jefro (~jefro@50-0-152-82.dedicated.static.sonic.net)
17:41.51*** join/#oe eFfeM (~frans@c73189.upc-c.chello.nl)
17:43.58*** join/#oe joseppc (~josep@linaro/joseppc)
18:15.18*** join/#oe armpit (~akuster@50-233-148-156-static.hfc.comcastbusiness.net)
18:33.14*** join/#oe heeen (heeen@endboss.org)
18:33.37heeenhow do I enable DRI3 for an image
18:33.52heeenis it a machine feature or a distro feature
18:34.42heeenwe don't have x11 fwiw
18:57.20*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
19:15.11*** join/#oe jkridner|pd (~jkridner@pdpc/supporter/active/jkridner)
19:57.00rburtonheeen: its a packageconfig on mesa
19:57.22heeenoh I see. it looks like dri3 depends on x11 being enabled
19:57.28rburtonyeah i was about to say that :)
19:57.40heeenxshmfence is required
19:58.01heeenso would it even work on a wayland system
20:09.48*** join/#oe bluelightning (~paul@2406:e007:4090:1:5e51:4fff:febb:401d)
20:09.48*** join/#oe bluelightning (~paul@pdpc/supporter/professional/bluelightning)
20:13.14khemCrofton|work: it seems its missing dep on libgcc and virtual/libc
20:20.12heeendoes adding x11 to distro features also build and install xorg?
20:20.18heeenor just libs
20:20.28heeenI noticed it rebuild systemd
20:22.35kergoth<PROTECTED>
20:22.45*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
20:22.59kergothit doesn't mean an x11 server will suddenly get installed in all your images, though, if that's the concern
20:24.42heeenI wanted to try vulkan on valleyisland-64 which we build with wayland and without x11
20:25.11heeenbut if I enable dri3 in mesa it needs libxshmfence which is only built with x11
20:25.46heeenthe mesa recipe is missing install rules for vulkan files it seems
20:26.05heeenI get an installed and not shipped error
20:29.26heeenhow do you package a file in /usr/share
20:29.35khemfind a way to build libxshmfence without needing x11 and turn that into packageconfig
20:29.55heeensomething like ${sharedir}?
20:30.32khemyou install the files into ${D}${datadir}
20:30.58heeen${prefix}/share it seems
20:31.32kergothas khem just said, it's datadir
20:43.19*** join/#oe Jefro (~jefro@50-0-152-82.dedicated.static.sonic.net)
21:01.13heeenok, I got my vulkan files to ship, but this one remains
21:01.16heeen/usr/lib/dri/.debug/i965_dri.so
21:01.34heeenwhich is weird since this pkg rule was removed at some point:
21:01.42heeenFILES_${PN}-dbg += "${libdir}/dri/.debug/*"
21:11.44*** join/#oe aehs29 (~aehernan@134.134.139.82)
21:34.12*** join/#oe Aethenelle (~Aethenell@199.15.128.78)
21:36.07*** join/#oe Jefro (~jefro@50-0-152-82.dedicated.static.sonic.net)
21:37.39*** join/#oe fray (~mhatle@192.40.192.95)
21:49.48*** join/#oe anarsoul (~kvirc@205.250.92.228)
21:51.45*** join/#oe anarsoul (~kvirc@205.250.92.228)
23:13.46*** part/#oe aehs29 (~aehernan@134.134.139.82)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.