**** BEGIN LOGGING AT Fri Jan 29 02:59:59 2016 Jan 29 12:43:38 is TOOLCHAIN_HOST_TASK_append the way to add packages to my SDK? Jan 29 12:56:14 I'm trying to use bin_package to install a deb to my sdk. Should that work? Jan 29 13:00:33 I'll change my Q. I have a folder with binaries that I would like to add to my SDK. What is the simplest way to do this? Jan 29 13:03:03 write a recipe to package the binaries into a package Jan 29 13:03:29 bin_package may well work Jan 29 13:05:35 rburton: I tried this http://pastebin.com/iyJz7bc0 Jan 29 13:06:06 then I added that package to TOOLCHAIN_HOST_TASK_append Jan 29 13:06:51 got a message that nothing could satisfy cuda-core-native Jan 29 13:09:56 what did you call the recipe? Jan 29 13:10:25 and more importantly, what packages did it generate Jan 29 13:11:22 rburton: it is called cuda-core-native_6.5.bb. must it be named somthing with nativesdk ? Jan 29 13:12:33 it seems to have generated armv7at2hf-vfp-neon packages Jan 29 13:12:57 yes, just naming the package -native doesnt change anything but the name Jan 29 13:13:33 try renaming the recipe to cuda-core_6.5.bb and doing BBCLASSEXTEND=nativesdk Jan 29 13:13:33 rburton: ok. so what do I name it? Jan 29 13:13:41 * rburton is guessing now Jan 29 13:13:43 in the recipe? Jan 29 13:13:45 yeah Jan 29 13:13:58 if you want it in a sdk it needs to have the right architecture flags and so on Jan 29 13:15:59 yeah. trying now. Jan 29 13:27:14 hmm. added BBCLASSEXTEND += "native nativesdk", but it still builds for arm Jan 29 13:27:55 build nativesdk-cuda-core Jan 29 13:32:14 rburton: you're making a big difference to my friday. thanks :) Jan 29 13:58:40 rburton: is TOOLCHAIN_HOST_TASK_append the place to add it? Jan 29 13:58:46 dunno, sorry Jan 29 13:59:03 how are you generating the sdk? Jan 29 13:59:25 the recommended way is to use -c populate_sdk on your image recipe Jan 29 14:03:45 rburton: that is what I do. I see that the package is in the manifest, but could not find it in the installed sdk. Jan 29 14:03:53 odd Jan 29 14:04:29 I have a feeling it is my fault :) Jan 29 14:04:52 you did verify that the packages contain what you expect, right? Jan 29 14:06:00 rburton: yes. the content in packages-split is correct Jan 29 14:14:51 rburton: the sdk has a nativesdk-cuda-core-native.list that lists all the files I want, but the sdk contains none of them Jan 29 16:14:00 Hi all, anyone attending FOSDEM this weekend and going out to the beer event this evening? Jan 29 16:14:19 I've just arrived in Brussels, would be good to meet up with a few people Jan 29 16:16:07 rofl Jan 29 16:16:11 yeah we are here Jan 29 16:16:27 usual suspects at least and hope to meet any new people Jan 29 16:17:06 Guessed you would be, just wondering what time people are going out Jan 29 16:17:31 troll dinner at 1900 meetin at St Nic Jan 29 16:18:02 cool, will see you there then Jan 29 17:51:33 belen, you around? Jan 29 17:52:57 Crofton: yep Jan 29 17:53:02 hey Jan 29 17:53:27 You have anything for the stand? Jan 29 17:53:35 weill you go there before your devroom? Jan 29 17:54:19 Crofton: of course. I need to be there from 8:15 or so. Will I see you there at around 9? Jan 29 17:54:44 maybe :) Jan 29 17:54:57 My wife and god daughter land around 0800 Jan 29 17:55:17 and I really should not leave here until they make it to the apartment Jan 29 17:55:25 even though I told them I would be gone Jan 29 17:55:43 Crofton: right, so if you are not there, what do I need to do? Do I need to collect the tables and cloths from somewhere? Jan 29 17:55:57 florian should be around Jan 29 17:56:10 I think the tables should be good to go Jan 29 17:56:22 I have two demos Jan 29 17:57:02 Crofton: right, I know where the stand is supposed to be, so we'll play by ear. Hopefully I'll find Florian :) Jan 29 17:57:04 you have toaster? Jan 29 17:57:10 in AW Jan 29 17:57:16 hopefully away from the door Jan 29 17:57:18 Crofton: I have toaster yes Jan 29 17:57:21 great Jan 29 17:57:39 hopefully we make progress explaining build systems Jan 29 17:57:40 we'll see you tomorrow at some point then Jan 29 17:57:52 I'll twist some guys arms to help man booth Jan 29 17:57:56 indeed Jan 29 17:58:03 I might try and learn some UI stuff Jan 29 17:58:21 OK, I am going to meet some trolls for dinner :) Jan 29 17:58:34 have fun Jan 29 17:58:41 I'll try and get to ULB as soon as possible Jan 29 17:58:43 you to Jan 29 20:24:32 Trying to add a nativesdk-cuda-core package to my sdk. It builds, the ipk contains the binaries I want, and the package is listed in the manifest. But! the binaries are not in the sdk. Jan 29 20:29:18 did you add it to TOOLCHAIN_HOST_TASK and confirm it's listed in that variable with bitbake -e ? Jan 29 20:31:56 kergoth: I added it with TOOLCHAIN_HOST_TASK_append, and it shows up in the manifest. There is also an opkg list file in the sdk that lists all the files I wish were there :) Jan 29 20:33:02 intreresting, never heard of a package ending up in the manifest but not the image/sdk Jan 29 20:33:04 werid Jan 29 20:37:58 indeed. perhaps I should just rebuild the entire sdk Jan 29 20:43:24 should -e work with -cpopulate_sdk? Jan 29 20:43:42 I don't understand the question Jan 29 20:43:50 the variable is set in the image, it doesn't change from one task to the next Jan 29 20:44:04 short answer, yes, just look at TOOLCHAIN_HOST_TASK in the image Jan 29 20:44:14 kergoth: ok :) Jan 29 20:46:20 perhaps there is a logfile for the assembling of the sdk that I can look at as well? Jan 29 20:50:00 confirmed that it is listed in TOOLCHAIN_HOST_TASK Jan 29 20:53:10 kergoth: if it matters my recipe uses bin_package and a deb file Jan 29 20:55:17 so the files I need are in /usr/local in the deb **** ENDING LOGGING AT Sat Jan 30 02:59:58 2016