**** BEGIN LOGGING AT Fri Jan 08 02:59:58 2016 Jan 08 05:01:18 Hi, how is the SSTATE_DUPWHITELIST suppose to be used? Jan 08 05:02:43 I get error saying that recipe is trying to install files in shared area and those files already exist. In the error description it suggest using the SSTATE_DUPWHITELIST but I couldn't find anywhere example how to actually use it. What to put there and where to put the SSTATE_DUPWHITELIST in the first place. Jan 08 07:21:43 what's proper way to update package that is available on standard yocto? I need never version but adding recipe with newer version to my own meta-layer doesn't work. if I copy the recipe the same exact recipe to same directory in standard yocto recipe it works. its on same directory on my own meta-layer so .bbappend would work but not .bb Jan 08 09:17:36 do build a linux with yocto, do I need a Linux machine or can I do it on my Mac also? Jan 08 09:22:52 AxonetBE: if you do it on a mac, you need to do the build in a linux vm Jan 08 09:23:08 AxonetBE: you can trivially have a headless vm that you ssh into though Jan 08 09:24:04 rburton: ok but that would be slow no? Jan 08 09:25:36 not with proper vm software Jan 08 09:25:44 the overhead of actual computation doesn't have to be massiv Jan 08 09:30:15 Ok another question. We are building a python app on an embedded device. What I want to achieve is like router having a firmware that we can distribute and the users can upload through webinterface and that the firmware and application gets updated. Is yocto the right tool to do this? Jan 08 09:33:26 yes Jan 08 09:33:57 rburton: thanks, can you provide me some information how to do this? Because I'm little bit lost in the project Jan 08 09:34:17 you'd need to write the updaters, and web interface Jan 08 09:35:20 rburton: there isn't yet a package/module that creates this firmware system ( like generating partitions and do some autotest on failure etc? ) Jan 08 09:36:08 none integrated directly into oe-core yet, but denx have written an updater framework Jan 08 09:36:28 so much depends on your exact hardware and software that it's not just a checkbox [ ] enable atomic and secure updates Jan 08 09:43:05 fwiw, we build yocto more or less exclusively in a VM on win Jan 08 09:46:01 rburton: o/ Jan 08 09:56:58 and whats the best distro for using yocto to build image for BeagleBone black Jan 08 09:57:21 I tried to find a demo image for bochs, can anyone point me to one? Jan 08 09:57:24 AxonetBE: your own distro Jan 08 09:57:58 (that's the point) Jan 08 09:58:09 havent got any toolchains setup, Windows only right now Jan 08 09:59:24 rburton: what do you mean by your own distro? I don't have any distro for the moment Jan 08 09:59:57 AxonetBE: oh do you mean like what host distro: debian, fedora, etc. Jan 08 10:00:27 in that case any of the supported list. i prefer debian. Jan 08 10:00:48 rburton: yes that is what I mean :) Jan 08 10:06:42 khem: getting connman and libdrm failures with your patches sent out Jan 08 13:13:21 hi, is there a (simple) way to tell opkg not to install certain package versions if those version exactly are installed already? Jan 08 13:13:34 it seems that the default behavior is reinstalling them anyway. Jan 08 14:34:19 hi guys !, the .so files allways end up in the '-dev' package. What can i do so that they end up in the normal package ? (i have tried:INHIBIT_PACKAGE_DEBUG_SPLIT = "1", PACKAGES = " ${PN}-staticdev ${PACKAGE_BEFORE_PN} ${PN}", INHIBIT_PACKAGE_STRIP = "1") none works Jan 08 14:42:26 darkspike:: set FILES_SOLIBSDEV Jan 08 15:14:34 DarkKnight: setting PACKAGES to something that doesn't contain PN-dev will work assuming you've got a FILES_PN to put them in the main package Jan 08 15:24:52 wanted: someone to go through all of the patches in oe-core and add CVE tags Jan 08 15:27:38 * zeddii steps back quickly Jan 08 15:35:22 Patches missing CVE: 26 (2%) Jan 08 15:35:25 \o/ tooling Jan 08 15:35:42 that's an estimate based on patches that have something which looks like a cve in their filename Jan 08 15:36:14 Patches missing CVE: 35 (2%) Jan 08 15:36:19 or in their content Jan 08 15:43:27 hm Jan 08 15:43:40 how to tell git cherry-pick that its okay to skip patches in a range if they're already in my branch Jan 08 15:45:04 ie cherry-picking a range and i get Jan 08 15:45:05 nothing to commit, working directory clean Jan 08 15:45:05 The previous cherry-pick is now empty, possibly due to conflict resolution. Jan 08 15:45:14 can i get cherry-pick to skip that magically Jan 08 15:49:25 maybe --allow-empty? Jan 08 15:52:41 you'd end up with a bunch of empty commits then, and would have to use filter-branch to remove them Jan 08 15:52:42 * kergoth yawns Jan 08 15:54:23 https://github.com/pv/git-cherry-tree is the first thing that comes to mind, but i think it only accepts a branch, not a range Jan 08 15:55:04 rburton: and upstream status updated Jan 08 16:05:53 bluelightning: there? Jan 08 16:06:59 bluelightning: I am fixing qt4 requirement on meta-fsl-arm and I wish to use the dynamic layer enablement; the collection provided by meta-qt4 is 'qt4'. Could you change it for 'qt4-layer' as most of other layers does? Jan 08 16:14:27 hi, is there a method to use KERNEL_DEVICETREE with a arm64 build? The location of the DT is different from arm arch/arm/boot/dts/foo.dts vs arch/arm64/boot/dts/bar/foo.dts so I can't use linux-dtb.inc. Any tips? Jan 08 16:14:58 otavio: alexander kanavin is the sort-of maintainer right now, send a patch to him? Jan 08 16:50:15 rburton: what is his nickname? Jan 08 16:51:05 otavio: not sure he's here- email is probably best Jan 08 16:51:22 he's also in +2 so its getting late there Jan 08 16:51:22 rburton: which is? Jan 08 16:51:31 alexander.kanavin@intel.com Jan 08 16:52:27 rburton: any feedback on http://patchwork.openembedded.org/patch/109575/ ? Jan 08 16:54:03 hm, missed that Jan 08 16:54:18 every time someone fixes that it breaks for someone else :) Jan 08 16:54:46 ok, still waiting for backports to be merged 7 for dizzy, 6 for fido and 13 for jethro :/ Jan 08 16:55:20 we're planning on a 2.0.1 rc next week so i'd ping robert now Jan 08 16:55:30 thanks Jan 08 16:55:50 armpit: ^ Jan 08 17:18:27 JaMa, Jan 08 17:18:44 * armpit looks Jan 08 17:20:14 rburton: sent it to him Jan 08 17:28:04 JaMa, those 7 are in my contrib branch Jan 08 17:28:51 guess its time to send a pull request Jan 08 17:35:15 armpit: thanks Jan 08 17:40:32 * armpit has a meta-oe jethro-next ready to go to Jan 08 17:48:28 otavio: now that i have the olimex mini what do i do with it? Jan 08 17:49:44 runs on latest u-boot/4.2.0/gentoo-staage3 Jan 08 17:51:37 time to build something random i guess... Jan 08 19:06:24 Hmm Jan 08 19:06:50 i wish bitbake had a libexec dir.. guess i could pull in an external script into bin/ if i absolutely had to, but that's not ideal either Jan 08 19:50:18 Hmm, wonder if there'd be much benefit to requiring xz be available and using it for git mirror tarballs in bitbake rather than gz, eventually Jan 08 20:32:52 xz does make much smaller tarballs or images... **** BEGIN LOGGING AT Sat Jan 09 00:45:36 2016 **** ENDING LOGGING AT Sat Jan 09 02:59:58 2016