**** BEGIN LOGGING AT Thu Mar 15 03:00:02 2018 Mar 15 03:46:38 New news from stackoverflow: Display blank with core-image-sato image on custom intel board Mar 15 04:09:32 2 Mar 15 04:12:22 2 son_goku Mar 15 05:36:32 Where do I add: inherit populate_sdk_qt5 ? Can I add this in local.conf? Mar 15 07:54:14 How to add qmake to my image? Mar 15 07:58:57 learningc: at a first glance i can not see that is packaged already. Mar 15 08:00:26 learningc: correct, yocto/oe approach is to compile on the dev host anyways. and for that, check meta-qt5 and the qmake5.bbclass it provides. Mar 15 08:14:58 From my search, people said to add: inherit populate_sdk_qt5 I added it to my image recipe, not doest not seem to be building qmake Mar 15 08:16:35 learningc: because populating the sdk has nothing to do with the image. this means that qmake will be included in the generated sdk, Mar 15 08:17:05 I see Mar 15 08:17:36 How do I rebuilt my populate_sdk image? Mar 15 08:17:52 Which will include the "inherit ....." Mar 15 08:18:14 *sigh* your image will not include the sdk Mar 15 08:19:05 the sdk is something that you create as a *second* product, that one can use to compile software *for* the image. Mar 15 08:24:33 Yes, I do: bitbake myimage -c populate_sdk Mar 15 08:24:46 But how do I force it to rebuild? Mar 15 08:25:03 why rebuild? Mar 15 08:25:24 the sdk can be found at temp/deploy/sdk/$YOURMACHINE Mar 15 08:43:18 Because I made changes to the sdk Mar 15 08:47:13 just issue the command again. if it does not rebuild then your modifications are not detected to be applicable Mar 15 08:48:32 LetoThe2nd: Do I need any special magic to have 'oe-publish-sdk' available on eSDK? (I've provided SDK_EXT_TYPE = "minimal", SDK_UPDATE_URL, SDK_INCLUDE_PKGDATA to local.conf) Mar 15 08:49:07 lukma: no idea, sorry. Mar 15 09:26:38 Morning! I have some problem using docker (with crops/poky image) & repo tool. Is there a clean way to handle git authentification to repo init & sync on private git ? Mar 15 10:15:21 Hello ! Mar 15 10:50:45 kergoth: tried three times and failed three times to express an opinion on (if_false, if_true)[some_bool) without resorting to threats of violence Mar 15 11:48:15 New news from stackoverflow: Yocto project, try to add my device driver config into the Linux kernel configuration file Mar 15 14:04:51 Hi i would like to add pacman4console in my yocto image. I create the recipe and added in my local.conf via IMAGE_INSTALL variable. when i do "bitbake -e pacman | gerp ^PACKAGES " i see the package but when i launch "bitbake core-image-minimal" i don't see pacman in my rootfs Mar 15 14:05:38 should i do something else to add it? Mar 15 14:07:57 i forget to precise, i have added ALLOW_EMPTY_${PN} = "1" to my local.conf to because the do_rootfs task failed with the error " pacman not found in the base feeds" Mar 15 14:30:34 How can I build a full-version of a tool, such as DD? Mar 15 14:31:23 I really need to see the bandwidth like this "4194304000 bytes (4.2 GB, 3.9 GiB) copied, 1.1395 s, 3.7 GB/s", but on my version of DD on my dev board, no such print =( Mar 15 14:37:19 Hi all, it's probably a stupid question but i'm going to ask :) I'm working on several custom boards based on the same arch ( Zynq 7000). Each board has her own .conf file in conf/machine folder ( in meta-xxxx). I have created several build_boardx.x folders Mar 15 14:37:46 The real question is how to share all staging folders because all boards are really similar Mar 15 14:38:12 I have taken a look inside meta-raspberry but it's not really clear... Mar 15 14:47:04 Adam___: install coreutils Mar 15 14:49:51 @rburton ty, I was messing with busybox but let me try coreutils first Mar 15 14:55:36 Adam___: if you want "proper" dd then you want coreutils Mar 15 14:56:24 Great, glad I asked. I thought there'd be an option to specify full version of DD in busybox, but coreutils definitely does the job Mar 15 14:56:25 ty Mar 15 14:59:29 busybox by definition isn't "full" versions Mar 15 14:59:43 it is "just enough to work" Mar 15 15:24:03 @rburton makes sense ty Mar 15 16:50:44 Hi, I added another meta-layer where I am trying to add to oeqa, i have a /lib/oeqa/controllers path. If I include this layer, do_testimage fails complaining that it cant find module oeqa.core because its looking in my layer and not seeing a oeqa/core. pretty sure this is whats happening because if I dont include this layer in the bb file, its runs fine. think i am missing something, any ideas? Mar 15 18:19:29 New news from stackoverflow: Python3-glob and Python3-shutil Missing in Bitbake Mar 15 20:11:32 How do I remove an optional package from a recipe? Mar 15 20:11:35 For example: https://layers.openembedded.org/layerindex/recipe/1188/ Mar 15 20:11:48 The bottom 3 dependencies have gear icons, meaning they are optional Mar 15 20:11:56 But I can't figure out how to disable them Mar 15 20:15:08 see the documentation on PACKAGECONFIG Mar 15 20:19:52 New news from stackoverflow: Installing OpenCV module in python3 - Yocto Mar 15 21:50:09 New news from stackoverflow: Recipe to bitbake a docker container into Yocto Mar 15 22:30:13 I have a native recipe building with cmake. The build output executable has the executable property, but version in sysroot-providers is non-executable **** ENDING LOGGING AT Fri Mar 16 03:00:01 2018