**** BEGIN LOGGING AT Tue Jun 21 02:59:58 2016 Jun 21 11:08:28 hello Jun 21 11:09:03 XorA: thanks for help, last time (I was disconnected before being able to reply) Jun 21 11:09:44 XorA: but just rename it does not bypass architecture problem : ipkg use more "various" arch name than debian Jun 21 11:10:39 Does someone know why while I'm setting package_deb in conf/local.conf , OE does compile ipkg ? Jun 21 11:11:00 is there is anyway to force it to package into deb format ? Jun 21 11:11:03 neomilium: ah, I think last time I did that trick was before we had the more specific arches in OE Jun 21 11:14:40 neomilium: could check that the setting is really taking effect "bitbake -e | grep ^PACKAGE_CLASSES" Jun 21 11:15:56 jku_: it does not : PACKAGE_CLASSES="package_ipk" Jun 21 11:16:15 neomilium: how are you setting it? Jun 21 11:16:23 grep ^PACKAGE_CLASSES conf/local.conf Jun 21 11:16:29 PACKAGE_CLASSES ?= "package_deb" Jun 21 11:16:50 ?= is a soft override Jun 21 11:16:54 get rid of the ? Jun 21 11:17:12 already tryed but I can retry Jun 21 11:17:43 f*** I have to go.. Jun 21 11:17:54 thanks koen, jku_ Jun 21 11:18:45 bitbake -e virtual/kernel | grep ^PACKAGE_CLASSES right after setting PACKAGE_CLASSES = "package_deb" give the same result Jun 21 11:18:55 see you later, thanks Jun 21 14:57:39 kergoth: you ever try running the OE builds as root in docker container to get around the UID mapping issue? Jun 21 16:27:39 hmm, what the hell. Jun 21 16:27:50 has anyone seen bitbake inexplicably not expanding variables? this is really odd Jun 21 16:28:06 getting a SyntaxError with WKS_FULL_PATH, but it's syntactically valid and works on other hosts Jun 21 16:28:09 * kergoth scratches head Jun 21 16:31:41 oh, i think i found the issue, nevermind Jun 21 18:45:56 is there a way to "uninherit" a class in a bbappend? Jun 21 18:46:03 nope Jun 21 18:49:44 unless you are rich Jun 21 18:52:17 kergoth: Alrighty, thanks Jun 21 18:52:54 best you can do is try to undo each thing the class did. not fun Jun 21 18:55:19 if the class respects a variable you can fiddle the variable, obviously Jun 21 18:56:12 I think I'll just do PACKAGESPLITFUNCS_remove = "populate_packages_updatercd", to prevent the postinst from being run with a few recipes Jun 21 22:16:09 koen: FYI, I made a clean install with a PACKAGE_CLASSES = "package_deb" in local.conf and "bitbake -e | grep ^PACKAGE_CLASSES" always returns PACKAGE_CLASSES="package_ipk" Jun 21 22:16:25 koen: but thanks for help Jun 21 22:24:49 ipk is default Jun 21 22:25:02 so if you dont set it to something else it will use ipk Jun 21 22:26:41 hm, tons and tons of these: [log_check] WARNING: XRamp_Global_CA_Root.pem does not contain a certificate or CRL: skipping Jun 21 22:26:46 anyone run into this? Jun 21 23:29:11 khem: I set it in local.conf, should I set package_deb elsewhere ? Jun 21 23:29:22 how to override default Jun 21 23:29:24 ? Jun 21 23:50:22 neomilium: local.conf should have done it Jun 21 23:50:40 can you do bitbake -e and see where its setting PACKAGE_CLASSES Jun 22 02:27:39 khem: PACKAGE_CLASSES = package_ipk Jun 22 02:27:57 in ` bitbake -e` output **** ENDING LOGGING AT Wed Jun 22 02:59:58 2016