**** BEGIN LOGGING AT Fri Dec 09 03:00:02 2016 Dec 09 07:29:54 Hi all. Anyone who knows any reason for that STAGING_KERNEL_DIR isn't included in BB_HASHBASE_WHITELIST ? Due to the lack of this full, project path will be included in the sstate.. Dec 09 07:30:50 A follow-up question is if anyone can see any problems for me adding it to BB_HASHBASE_WHITELIST through a _append in my layer.conf ? Dec 09 08:25:56 Hi, I have a question about in tree kernel module. I want add a kernel module into a initramfs, so I have add this module in rdepends that works fine but initramfs size is larger than expected because some unused dependencies are pulled. Dec 09 08:30:39 Is it possible to integrate this module without its dependencies being pulled? Dec 09 08:31:06 zerus: STAGING_KERNEL_DIR is usually defined in terms of TMPDIR and its assumed that things will relocate appropriately? Dec 09 09:02:13 RP: Yes, but when using multilib '56c677a multilib: Move redefinition of STAGING_DIR_KERNEL' will re-set STAGING_DIR_KERNEL so it contains an absolute path :( Dec 09 09:03:34 RP: So currently we can only get around it by adding STAGING_DIR_KERNEL to BB_HASHBASE_WHITELIST. Do you see any obvious problems adding it to BB_HASHBASE_WHITELIST? Dec 09 09:03:44 zerus: there is perhaps a trick we could play Dec 09 09:05:05 localdata = bb.data.createCopy(d) Dec 09 09:05:05 localdata.delVar('TMPDIR') Dec 09 09:05:06 e.data.setVar('STAGING_KERNEL_DIR', localdata.getVar('STAGING_KERNEL_DIR', True)) Dec 09 09:05:10 zerus: try the above Dec 09 09:17:03 RP: Ok, thanks. I will look into this. Dec 09 09:31:22 zerus: if it works, please send a patch Dec 09 10:39:55 RP: Sure, will do. Dec 09 10:53:54 Hi all Dec 09 10:55:33 I'm using Yocto and the populate_sdk on my image to create the toolchain installer Dec 09 10:56:18 But it works only 1 time. If I recompile the SDK, the .sh installer file doesn't include the setupt-env-* file anymore Dec 09 10:56:45 Have you an idea, suggestions? Dec 09 11:04:04 hilt0n: Try to clean your recipe with the `-c cleanall` parameter. E.g. `bitbake foo -c cleanall && bitbake foo` Dec 09 11:06:40 zzeroo thank you, I can't try now but I will see tonight Dec 09 11:20:34 My second question is concerning adding a new language in my SDK (Go in this case). I use the layer madisongh/meta-golang which provides the recipe golang-cross-canadian_1.7.bb (which inherit from cross-canadian). Dec 09 11:21:10 I don't know how to generate the Go toolchain binary using bitbake -c populate_sdk Dec 09 11:21:37 Do I have to simply create a Go recipe which uses the Go compiler ? Dec 09 11:58:55 hello, does anyone here have experience with embedded android... how does the development ecosystem compare to Yocto, OE? Dec 09 11:59:54 is userspace application development infrastructure actually better on embedded android compared to yocto? Dec 09 12:52:59 get my coordinates jump to negative during ts_test from time to time Dec 09 12:53:02 http://pastebin.com/ZzKEPMwj Dec 09 12:53:38 is this a tslib setting issue or a fundamental hardware problem? Dec 09 12:54:08 I am using a resistive touchscreen with imx6ul and its TSC Dec 09 12:54:43 this problem happens relatively rarely, but is very annoying when it does happen Dec 09 12:54:52 has anyone had similar issues? Dec 09 16:29:14 Hmm, Why is there a single meta-environment which writes for all MULTILIB_VARIANTS, rather than installing each variant of meta-environment the way we do packagegroup-core-standalone-sdk-target? This seems inconsistent. Dec 09 16:29:32 i guess its due to the target vs nativesdk recipe thing Dec 09 16:29:37 * kergoth scratches head Dec 09 17:59:09 hello everyone Dec 09 17:59:14 anyone could help me? https://paste.debian.net/901443/ Dec 09 17:59:19 im trying to compile cryptodev Dec 09 17:59:24 but there's no /lib/modules/3.10.17/build directory Dec 09 18:00:08 hmm, why do we need a 32-bit toolchain to build u-boot-qoriq for e[56]00-64b? the bootloader is 32-bit? Dec 09 21:30:54 hi all, I have a problem with IGB Intel driver for i210 NIC Dec 09 21:31:43 I need to make a recipe for IGB driver and add a patch to it Dec 09 21:31:51 Can someone help me with this? Dec 09 21:35:29 it's anyone here? Dec 09 21:37:46 join #yocto **** ENDING LOGGING AT Sat Dec 10 03:00:00 2016