IRC log for #oe on 20170601

00:02.34khem4
00:21.21*** join/#oe infobot (ibot@rikers.org)
00:21.21*** topic/#oe is OpenEmbedded Developer Lounge | Web: http://openembedded.org | Repositories: http://git.openembedded.org/ | Primary Repo Mirrors: https://github.com/openembedded | This is not a distro or machine support channel
00:35.45*** join/#oe khem (~khem@unaffiliated/khem)
01:17.50*** join/#oe morphis__ (~morphis@pD9ED6E0C.dip0.t-ipconnect.de)
01:34.14*** join/#oe hrw (~hrw@redhat/hrw)
01:48.55*** join/#oe dengke (~dengke@106.120.101.38)
03:25.01*** join/#oe jennifermu_ (~jiemu@85.203.36.5)
05:08.47*** join/#oe AndersD (~anders@194-237-220-218.customer.telia.com)
05:25.37*** join/#oe ao2 (~ao2@cl-35.trn-01.it.sixxs.net)
05:36.24*** join/#oe MarcWe (~hmw@zimbra.welvaarts.com)
05:40.37*** join/#oe rob_w (~bob@93.104.205.194)
05:40.37*** join/#oe rob_w (~bob@unaffiliated/rob-w/x-1112029)
05:55.50*** join/#oe ilial (~ilial@185.23.60.4)
06:02.49*** join/#oe joseppc (~josep@c-6f1be455.010-118-73746f7.cust.bredbandsbolaget.se)
06:02.49*** join/#oe joseppc (~josep@linaro/joseppc)
06:07.23*** join/#oe jku (~jku@192.198.151.44)
06:09.40*** join/#oe tasslehoff (~Tasslehof@82.147.55.166)
06:50.29*** join/#oe jbrianceau_away (uid10952@gateway/web/irccloud.com/x-tpavppgqhsirbyja)
06:55.10*** join/#oe Bunio_FH (~bunio@clj-165.netdrive.pl)
07:20.01*** join/#oe Bunio_FH (~bunio@89-68-88-224.dynamic.chello.pl)
07:21.35*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
07:34.17*** join/#oe ant_work (~ant__@87.13.49.114)
08:03.29*** join/#oe eduardas_m (~eduardas@213.197.143.19)
08:17.00*** part/#oe jku (~jku@192.198.151.44)
08:28.42*** join/#oe jku (~jku@192.198.151.44)
08:32.27*** join/#oe yann (~yann@LFbn-1-12676-32.w90-90.abo.wanadoo.fr)
08:42.27*** join/#oe morphis (~morphis@pD9ED6E0C.dip0.t-ipconnect.de)
08:49.51*** join/#oe joshuagl (joshuagl@nat/intel/x-yqylkehgzvvipmsz)
08:53.54*** join/#oe Noor (~quassel@110.93.212.98)
09:17.31*** join/#oe rburton (~Adium@home.burtonini.com)
09:43.11*** join/#oe Bunio_FH (~bunio@89-68-88-224.dynamic.chello.pl)
10:12.38*** join/#oe Bunio_FH (~bunio@89-68-88-224.dynamic.chello.pl)
10:51.23Net147I get "libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be found in PATH. Please either install it, or configure qemu not to require sdl." doing a clean bitbake when updating from morty to pyro on Arch. any ideas?
10:57.54jkuNet147: you can comment the ASSUME_PROVIDED line in your local.conf to make bitbake build sdl (I think this the default nowadays). Otherwise you can install sdl (dev package) on your host
11:18.13*** join/#oe ecloud (quassel@nat/qt/x-tglwipdtqmekizjt)
11:18.14Net147jku: it is already installed. OE is not finding it.
11:18.56Net147jku: I have 1.2.15 installed
11:23.12Net147does OE still have issues with Python 3.6 on host?
11:29.31*** join/#oe jku (~jku@dyj-skycrv18---3wlh9y-3.rev.dnainternet.fi)
11:30.21Net147jku: I have SDL 1.2.15 installed already but OE is not finding it
11:30.31*** join/#oe khem (~khem@unaffiliated/khem)
11:32.18jkuNet147: so can you succesfully run sdl-config?
11:32.30Net147jku: yes
11:32.48jkuwell that's strange
11:33.39Net147it worked for every release from daisy to morty
11:33.44Net147so perhaps it is a regression
11:38.44nrossiNet147: ahh thats likely because HOSTTOOLS doesn't pass through sdl-config
11:39.26Net147nrossi: do you have a fix proposed?
11:39.55nrossiNet147: nope, but HOSTTOOLS_NONFATAL_append = " sdl-config" in your local.conf should let it work
11:40.56*** join/#oe Bunio_FH (~bunio@89-68-88-224.dynamic.chello.pl)
11:43.02*** join/#oe ldnunes (~ldnunes_@189.35.69.200)
11:44.32Net147nrossi: do you know what broke it?
11:45.42nrossiNet147: well its a regression caused by the HOSTTOOLS filter, that prevents access to host tools other than what is set in the HOSTTOOLS whitelist.
11:45.44*** join/#oe berton (~berton@189.35.69.200)
11:52.29*** join/#oe neomilium (~quassel@188.94.206.49)
11:53.44jkunrossi: oh yeah that must be it
11:54.17jkuNet147: please file a bug
11:54.32Net147I can just submit a patch for it to ML
11:55.08jkuoh please do if you have a fix
11:55.56Net147just wondering what I should put in the subject prefix so that it goes to both master and pyro. [pyro][master][PATCH] ?
11:56.32jkuIn many ways sdl-config is exactly the sort of host tool the filter was supposed to work on though...
11:57.22nrossiNet147, jku: I think this is a case of adding the HOSTTOOLS_NONFATAL_append to the sample local.conf right next to the ASSUME_PROVIDES
11:58.09Net147nrossi: okay, but that doesn't handle the case of upgrading from previous version...
11:58.30jkunrossi: sure but that means some configure step might just use host sdl-config...
11:59.12Net147jku, nrossi: maybe conditionally add it if libsdl-native is in ASSUME_PROVIDES?
11:59.31nrossijku: Maybe it needs to be pn specific then, HOSTTOOLS_NONFATAL_pn-libsdl-native_append...
12:00.57nrossioh wait no this is a -config... it needs to be available generally. :|
12:11.27*** join/#oe Guest60055 (~john@host86-146-145-234.range86-146.btcentralplus.com)
12:14.17Net147jku: nrossi: sent patch to ML - http://lists.openembedded.org/pipermail/openembedded-core/2017-June/137428.html
12:19.01*** join/#oe ash_charles (~acharles@2607:fad8:4:6:c8a6:17d:5ad6:1157)
12:26.17*** join/#oe paulg (~paulg@198-84-239-75.cpe.teksavvy.com)
12:30.30*** join/#oe MarcWe (~hmw@zimbra.welvaarts.com)
12:40.30*** join/#oe marka (~masselst@128.224.252.2)
12:44.23*** join/#oe jku (~jku@dyj-skycrv18---3wlh9y-3.rev.dnainternet.fi)
12:53.48*** join/#oe ash_charles (~acharles@2607:fad8:4:6:a041:d326:252:2bf)
13:01.31*** join/#oe Guest60055 (~john@host86-146-145-234.range86-146.btcentralplus.com)
13:10.02Net147do_install seems to be broken for linux v4.12-rc2 and later since https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=05d8cba4a1e8c7e2d1f91a24a2f3d26852938a04
13:30.16*** join/#oe madisox (~madison@216-75-232-11.static.wiline.com)
13:37.18*** join/#oe Guest60055 (~john@host86-147-127-48.range86-147.btcentralplus.com)
13:38.43*** join/#oe neomilium (~quassel@188.94.206.49)
13:44.52*** join/#oe crmoore (~cmoore@wsip-98-172-25-44.dc.dc.cox.net)
13:53.57*** join/#oe AndersD (~anders@h83-209-191-235.cust.se.alltele.net)
13:57.14*** join/#oe ecloud (quassel@nat/qt/x-ljvkvmstglkiyhyj)
14:01.39*** join/#oe crmoore_ (62ac192c@gateway/web/freenode/ip.98.172.25.44)
14:14.13*** join/#oe stefan_schmidt (~stefan@p20030048096538B39A8389FFFE2E3FAE.dip0.t-ipconnect.de)
14:15.03*** join/#oe ash_charles (~acharles@2607:fad8:4:6:a041:d326:252:2bf)
14:49.54*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
15:25.14*** join/#oe snowkidind (~textual@216-15-40-124.c3-0.gth-ubr1.lnh-gth.md.cable.rcn.com)
15:25.58*** join/#oe jo90 (~John90@111.92.59.71)
15:33.21*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
15:56.49*** join/#oe neomilium (~quassel@LFbn-1-11819-107.w90-93.abo.wanadoo.fr)
16:12.17*** join/#oe Varti (~varthall@dynamic-adsl-78-12-167-240.clienti.tiscali.it)
16:25.08*** join/#oe florian (~fuchs@xd9be992b.dyn.telefonica.de)
16:25.08*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
16:41.20*** join/#oe Guest44371 (~john@host86-147-127-48.range86-147.btcentralplus.com)
16:59.25*** join/#oe Guest44371 (~john@host86-147-127-48.range86-147.btcentralplus.com)
17:02.01*** join/#oe itseris (~emikulin@76.77.65.2)
17:20.14Crofton|workCharming: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11452
17:25.37*** join/#oe ash_charles (~acharles@2607:fad8:4:6:c8a6:17d:5ad6:1157)
17:28.03*** join/#oe ash_charles (~acharles@2607:fad8:4:6:c8a6:17d:5ad6:1157)
17:30.22*** join/#oe anarsoul (~kvirc@216-71-193-140.dyn.novuscom.net)
17:36.11*** join/#oe ash_charles (~acharles@2607:fad8:4:6:c8a6:17d:5ad6:1157)
18:10.34*** join/#oe ash_charles (~acharles@2607:fad8:4:6:a041:d326:252:2bf)
18:35.31*** join/#oe ant_home (~ant__@host134-11-dynamic.32-79-r.retail.telecomitalia.it)
20:29.09*** join/#oe jkridner (~jkridner@pdpc/supporter/active/jkridner)
20:42.30*** join/#oe christner (~dchristne@50-76-27-165-static.hfc.comcastbusiness.net)
20:56.35*** join/#oe DJWillis (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net)
21:09.42mattsmis there a recommended way to add a dts overlay to the main dts during the build?
21:39.14Crofton|workmattsm, use ACPI!
21:39.40mattsmCrofton|work unfortunately it's not an option on my platform ;p
21:39.46Crofton|work:)
21:57.19*** join/#oe Guest60910 (~john@host86-147-127-48.range86-147.btcentralplus.com)
22:57.03*** join/#oe dv__ (~quassel@62.178.118.86)
23:17.40khemmattsm: on rpi you add dtoverlay= in config.txt
23:17.47khemmattsm: see recipes-bsp/bootfiles/rpi-config_git.bb
23:18.20mattsmkhem forgot to mention using u-boot, so i wanted to create the final dt as part of the build... maybe i should explore some of the dt stuff in u-boot
23:34.59khemuboot should be supporting fdts too dont know if pi port has it working or not
23:37.02mattsmim on the last release, so in theory it should be there

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