**** BEGIN LOGGING AT Fri Dec 04 03:00:42 2015 **** BEGIN LOGGING AT Fri Dec 04 12:26:18 2015 Dec 04 13:46:12 jynik: because if you do git clean -fdx in your poky dir, the build dir will be removed Dec 04 14:32:05 Marex: Ah - good ol'd case of setting yourself up to shoot yourself in the foot then, eh? Dec 04 14:32:14 Thanks for entertaining my curiosity Dec 04 14:36:23 :) Dec 04 14:56:40 hi guys Dec 04 14:58:33 thanks for the help over the last couple days. I've fixed the bbappend so that paxctl do_install now works with -native. I updated the gist for reference https://gist.github.com/BenGardiner/907b96111d8b1331a90e. Dec 04 15:09:49 The bbappend appears to still be needed in yocto master-next (meta-security/recipes-security/paxctl) so I should make a patch for that Dec 04 16:07:10 so there are syslinux and bootimg .bbclass -es, but I have no idea how to use them on my build. I'm trying to generate a disk image using `wic` but it fails saying: "Error: Couldn't find HDDDIR, exiting" Dec 04 16:07:32 I'm trying to figure out what to do to produce that hddimg file needed :/ Dec 04 17:22:36 does do_patch automatically a directories for files within the patch? Dec 04 17:24:16 It typically fails so i added a do_patch to my bbappend file and this makes the directory and takes one patch file but does not apply the rest? Dec 04 17:52:22 j6V6t: sounds like you need to read the man page for the 'patch' tool. do_patch just runs quilt, which runs patch. if you wnat to know what patch des when applying patches, read its documentation Dec 04 19:08:08 13 packages do not build currently on the NIOS2 Dec 04 19:08:34 mostly because of missing atomic ops or FPU bits Dec 04 19:08:47 QEMU is not building because my version of libpulsecommon is too new Dec 04 19:08:50 only 13? which layers do you include? Dec 04 19:09:17 JaMa: meta-altera and four patches of my own (all submitted) Dec 04 19:09:24 JaMa: I was fiddling with nios2 for a while :) Dec 04 19:09:49 http://patchwork.openembedded.org/patch/106641/ this problem is the same as my problem with QEMU :( Dec 04 19:09:52 so only meta-altera + oe-core and you're building world? Dec 04 19:10:12 JaMa: meta-altera + poky Dec 04 19:10:22 JaMa: yep, bitbake -k world Dec 04 19:11:43 JaMa: I started wondering if adding nios2 into debian makes sense :-) Dec 04 20:23:56 kergoth: The diff file needed to be done above the git directory for the patch to work properly Dec 04 20:41:43 you can specify both the subdir hte patch is applied within and the patch level (how many levels to remove from the paths) Dec 04 20:41:50 to handle that in either direction Dec 04 20:41:51 but yes, that's typical Dec 05 00:11:10 Well yet another dash vs bash item bit me in the arse Dec 05 00:11:19 printf '\xa2' | hexump -C Dec 05 00:11:31 different results in dash and bash Dec 05 00:13:05 dash yields 4 characters, the string "\xa2", wheras bash lands you the byte 0xa2. Long story... part of an image fixup Dec 05 00:17:47 Anyone happen to know if this is a POSIX-ism or just dash being silly? Dec 05 00:24:33 (To answer my own question - man dash explains it pretty well - c89 backescapes only) Dec 05 02:08:17 jynik: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html Dec 05 02:08:25 jynik: via http://pubs.opengroup.org/onlinepubs/9699919799/ **** ENDING LOGGING AT Sat Dec 05 02:59:58 2015