**** BEGIN LOGGING AT Fri Jun 17 02:59:58 2016 Jun 17 08:11:41 morning Jun 17 14:27:36 * kergoth yawns Jun 17 14:34:46 Hello Jun 17 15:08:15 I compiled world using ipk as deployment method, now I want to produce deb files without recompiling, is there is a way to do that ? Jun 17 15:09:04 rename "s|.ipk|.deb" *.ipk Jun 17 15:09:28 note : I already tried to just change PACKAGE_CLASSES but bitbake says there is no task to do... without producing debs Jun 17 15:10:12 XorA: ipk and deb are not directly compatible AFAIK Jun 17 15:10:28 isn't it ? Jun 17 15:10:38 neomilium: ipk is just an older deb format Jun 17 15:12:21 but the real answer I would have thought just adding .deb to the output package formats would re-create them as debs Jun 17 15:12:28 but Im rusty on OE these days Jun 17 15:20:22 if you change the packaging format it should just rerun packaging tasks for deb Jun 17 15:20:26 not recompile Jun 17 15:21:36 yes, adding/changing the packaging classes should work fine, just run do_package_write_deb tasks Jun 17 15:22:08 just add PACKAGE_CLASSES += "package_deb" Jun 17 15:43:47 think I'm going to prototype changing the automake python multilib patch to stop obeying sys.lib from python-native and make sure it fixes the need to manually set ac_cv_..pythondir Jun 17 17:52:16 can someone clue me in why I have to use +=, not =, to make this work: EXTRA_OECMAKE_append_somemachinename += "-DSOME_DEFINE=true" Jun 17 17:52:39 I thought append already means append on that machinename, but it does not work without the += Jun 17 17:52:51 there is no other assignment in that recipe with that machinename Jun 17 17:55:56 you didn't add the separator Jun 17 17:56:05 += implicitly adds a space separator, _append/_prepend/.=/=. do not Jun 17 17:56:11 just do " -DSOME_DEFINE=true" instead Jun 17 18:03:12 hmm let me check. I thought I looked at the run.do_configure and did not see it Jun 17 18:08:02 as i said, _append doesn't add a space for you, so the args will be back to back Jun 17 18:53:23 * cbrake thinks they should have just codenamed Yocto 2.1 Kergoth instead of Krogoth -- I keep typing the wrong thing ... Jun 17 19:02:32 cbrake, ++ Jun 17 21:56:30 what is the difference between imx6qpsabresd and imx6qpsabreauto Jun 17 21:56:51 or any of those imx6 flavors **** ENDING LOGGING AT Sat Jun 18 02:59:58 2016