**** BEGIN LOGGING AT Tue Feb 07 03:00:01 2017 Feb 07 08:16:13 hi ant Feb 07 08:17:05 good morning Feb 07 20:35:04 oops.. Ubuntu updated to 4.4.0 rebooting. brb Feb 07 20:38:08 bluelightning, what about meta-handheld patches? Feb 07 20:38:17 ant_home: hey Feb 07 20:38:26 sorry haven't looked at them yet - will try to at lunchtime Feb 07 20:38:33 one oe-core is still pending Feb 07 20:38:43 thanks Feb 07 20:38:57 I'll send a couple formeta-initramfs on the list Feb 07 21:53:21 bluelightning, wouldn't it be a good test for recipetool to try to convert from makefile based projects (LibreELEC etc.)? Feb 07 21:54:04 ant_home: there's not a huge amount recipetool can do with makefiles, since they can be structured any way you want Feb 07 21:54:12 i.e. there's no standard Feb 07 21:54:28 ok, restricting the scope to e.g. buildroot? Feb 07 21:54:42 we do look for some patterns e.g. the install directory variable Feb 07 21:54:47 say some import-plugins Feb 07 21:55:08 we could possibly yes, I haven't looked much at buildroot's makefiles though Feb 07 21:55:21 it's just a vague idea Feb 07 22:23:28 bluelightning, I got rid of update-rc.d Feb 07 22:24:00 the hammer: BAD_RECOMMENDATIONS += "update-rc.d" in the image Feb 07 22:24:14 there must be an elegant way Feb 07 22:29:11 what's RRECOMMENDSing it? Feb 07 22:31:13 digging behind log.do_rootfs.4416:run-postinsts: ignoring recommendation for update-rc.d at user request Feb 07 22:32:30 boh, seems to me only native matches with grep Feb 07 22:32:31 http://pastebin.com/ZtuzyTYp Feb 07 22:35:15 this is where buildhistory is really useful Feb 07 22:35:23 in particular the depgraphs Feb 07 22:35:25 yes, I'll enable it Feb 07 22:35:38 I forgot... Feb 07 22:46:42 bluelightning, we knew it is in postinst: http://pastebin.com/6jYvZF5T Feb 07 22:48:46 hmm, but how is run-postinsts getting in there? Feb 07 22:49:55 lot of unwanted stuff in ROOTFS_POSTPROCESS_COMMAND Feb 07 22:50:16 can you check bitbake -e initramfs-kexecboot-klibc-image for PACKAGE_INSTALL ? Feb 07 22:50:28 sure Feb 07 22:51:37 http://pastebin.com/B9w9D1Yi Feb 07 22:53:11 that one? export PACKAGE_INSTALL="kexecboot-klibc kexec-klibc ubiattach-klibc run-postinsts " Feb 07 22:54:51 ant_home: don't grep it, pipe through less and search with / Feb 07 22:55:12 /^PACKAGE_INSTALL Feb 07 22:55:14 ok but it's already there ^ Feb 07 22:55:23 run_postinsts Feb 07 22:55:33 yeah except you can't see the full history, only lines that actually have that string in it Feb 07 22:55:46 we want to see where that got in Feb 07 22:56:45 ok I have the file Feb 07 22:57:36 RDEPENDS=" kexecboot-klibc kexec-klibc ubiattach-klibc run-postinsts " Feb 07 23:00:53 just that Feb 07 23:00:54 # pre-expansion value: Feb 07 23:00:54 # " ${PACKAGE_INSTALL} ${LINGUAS_INSTALL}" Feb 07 23:00:54 RDEPENDS=" kexecboot-klibc kexec-klibc ubiattach-klibc run-postinsts " Feb 07 23:01:02 first occurrence Feb 07 23:03:03 bluelightning, https://filebin.net/wzw5m2fy7uolq716 Feb 07 23:05:35 hmm ROOTFS_PKGMANAGE_BOOTSTRAP="run-postinsts" Feb 07 23:06:15 even ROOTFS_BOOTSTRAP_INSTALL="run-postinsts" Feb 07 23:06:51 hmm it's ROOTFS_BOOTSTRAP_INSTALL I think Feb 07 23:06:58 set that to "" Feb 07 23:07:27 let's try Feb 07 23:09:16 yes, it's away Feb 07 23:09:30 RDEPENDS=" kexecboot-klibc kexec-klibc ubiattach-klibc " Feb 07 23:09:51 nice Feb 07 23:10:44 btw should I give a try to inherit core-image ? Feb 07 23:13:34 what is 'right' for an initramfs image? Feb 07 23:15:44 now the manifest sounds right Feb 07 23:16:01 kexec-klibc mips32r2el 2.0.2-r1 Feb 07 23:16:02 kexecboot-klibc gcw0 0.6-r0 Feb 07 23:16:02 ubiattach-klibc mips32r2el 1.5.1-r0 Feb 07 23:16:49 ..no there is that timestamp task to get rid of Feb 07 23:16:52 *now Feb 07 23:17:47 and some opkg cruft (empty dirs) Feb 07 23:19:47 no, I don't think you should be inheriting core-image Feb 07 23:20:32 last added initramfs-debug-image does Feb 07 23:20:38 and some in oe-core iirc Feb 07 23:20:47 that's why I wondered Feb 07 23:21:18 I have tried now and there are no visible diffs Feb 07 23:21:29 for this recipe Feb 07 23:21:51 so no changes Feb 07 23:22:57 I'll add a couple of comments in the code about that Feb 07 23:23:44 # disable runtime dependency on run-postinsts -> update-rc.d Feb 07 23:23:44 ROOTFS_BOOTSTRAP_INSTALL = "" Feb 07 23:31:00 bluelightning, seems KERNELDEPMODDEPEND="" is not really necessary Feb 07 23:31:19 because the -kexecboot kernel skips the packaging Feb 07 23:31:53 I'll add it anyway as it is documented in image.bbclass Feb 07 23:57:11 bluelightning, patches sent Feb 07 23:57:12 gn **** ENDING LOGGING AT Wed Feb 08 03:00:02 2017