**** BEGIN LOGGING AT Thu Jun 01 03:00:02 2017 Jun 01 10:51:23 I 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? Jun 01 10:57:54 Net147: 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 Jun 01 11:18:14 jku: it is already installed. OE is not finding it. Jun 01 11:18:56 jku: I have 1.2.15 installed Jun 01 11:23:12 does OE still have issues with Python 3.6 on host? Jun 01 11:30:21 jku: I have SDL 1.2.15 installed already but OE is not finding it Jun 01 11:32:18 Net147: so can you succesfully run sdl-config? Jun 01 11:32:30 jku: yes Jun 01 11:32:48 well that's strange Jun 01 11:33:39 it worked for every release from daisy to morty Jun 01 11:33:44 so perhaps it is a regression Jun 01 11:38:44 Net147: ahh thats likely because HOSTTOOLS doesn't pass through sdl-config Jun 01 11:39:26 nrossi: do you have a fix proposed? Jun 01 11:39:55 Net147: nope, but HOSTTOOLS_NONFATAL_append = " sdl-config" in your local.conf should let it work Jun 01 11:44:32 nrossi: do you know what broke it? Jun 01 11:45:42 Net147: well its a regression caused by the HOSTTOOLS filter, that prevents access to host tools other than what is set in the HOSTTOOLS whitelist. Jun 01 11:53:44 nrossi: oh yeah that must be it Jun 01 11:54:17 Net147: please file a bug Jun 01 11:54:32 I can just submit a patch for it to ML Jun 01 11:55:08 oh please do if you have a fix Jun 01 11:55:56 just wondering what I should put in the subject prefix so that it goes to both master and pyro. [pyro][master][PATCH] ? Jun 01 11:56:32 In many ways sdl-config is exactly the sort of host tool the filter was supposed to work on though... Jun 01 11:57:22 Net147, jku: I think this is a case of adding the HOSTTOOLS_NONFATAL_append to the sample local.conf right next to the ASSUME_PROVIDES Jun 01 11:58:09 nrossi: okay, but that doesn't handle the case of upgrading from previous version... Jun 01 11:58:30 nrossi: sure but that means some configure step might just use host sdl-config... Jun 01 11:59:12 jku, nrossi: maybe conditionally add it if libsdl-native is in ASSUME_PROVIDES? Jun 01 11:59:31 jku: Maybe it needs to be pn specific then, HOSTTOOLS_NONFATAL_pn-libsdl-native_append... Jun 01 12:00:57 oh wait no this is a -config... it needs to be available generally. :| Jun 01 12:14:17 jku: nrossi: sent patch to ML - http://lists.openembedded.org/pipermail/openembedded-core/2017-June/137428.html Jun 01 13:10:02 do_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 Jun 01 17:20:14 Charming: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11452 Jun 01 21:09:42 is there a recommended way to add a dts overlay to the main dts during the build? Jun 01 21:39:14 mattsm, use ACPI! Jun 01 21:39:40 Crofton|work unfortunately it's not an option on my platform ;p Jun 01 21:39:45 :) Jun 01 23:17:40 mattsm: on rpi you add dtoverlay= in config.txt Jun 01 23:17:47 mattsm: see recipes-bsp/bootfiles/rpi-config_git.bb Jun 01 23:18:20 khem 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 Jun 01 23:34:59 uboot should be supporting fdts too dont know if pi port has it working or not Jun 01 23:37:01 im on the last release, so in theory it should be there **** ENDING LOGGING AT Fri Jun 02 03:00:01 2017