Re: [yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-12 Thread Hongzhi, Song
Thanks. So would you help to remedy the commit log while merging the patch? --Hongzhi On 12/13/2018 02:45 AM, Bruce Ashfield wrote: On 12/11/18 5:12 AM, Hongzhi.Song wrote: The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' T

Re: [yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-12 Thread Bruce Ashfield
On 12/11/18 5:12 AM, Hongzhi.Song wrote: The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' This should say "not always one space". There really should always just be a single space, but typos do sneak in. I'll queue the patch shor

Re: [yocto] Quick confirmation about multilib

2018-12-12 Thread Nicholas Tsirakis
Sure, thanks for the reply. The image itself should is 64 bit and I want to add an additional toolchain to my image that can run 32-bit binaries. I am trying to build a 32-bit glibc that will be part of this toolchain. Now, when I go to build, there is a new folder that got created in tmp-glibc fo

Re: [yocto] Quick confirmation about multilib

2018-12-12 Thread Burton, Ross
On Wed, 12 Dec 2018 at 16:59, Nicholas Tsirakis wrote: > I'm trying to build a 32-bit toolchain for my 64-bit image using multilib and > was hoping someone could confirm something for me. I am seeing issues when > building lib32-glibc, and I can't tell if it's attempting to build properly. > Th

[yocto] Quick confirmation about multilib

2018-12-12 Thread Nicholas Tsirakis
Hello, I'm trying to build a 32-bit toolchain for my 64-bit image using multilib and was hoping someone could confirm something for me. I am seeing issues when building lib32-glibc, and I can't tell if it's attempting to build properly. The resulting build files are created in a folder called "x86

[yocto] [meta-security][thud][PATCH] tpm2-abrmd: Fix QA error

2018-12-12 Thread Daniel Dragomir
QA Issue: tpm2-abrmd: Files/directories were installed but not shipped in any package: /usr/share/dbus-1 /usr/share/dbus-1/system-services /usr/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service Signed-off-by: Daniel Dragomir --- meta-tpm/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.0.2

Re: [yocto] Enable PACKAGECONFIG Feature

2018-12-12 Thread Burton, Ross
On Wed, 12 Dec 2018 at 03:42, Mohamed Youseif wrote: > I'm asking about how to enable PACKAGECONFIG feature from local.conf file, > let's say that i have the following pacakgeconfig in a recipe > PACKAGECONFIG = " f1 f2 " > PACKAGECONFIG[f1] = "-DENABLE_f1=ON,-DENABLE_f1=OFF,f1," > > so i need t

Re: [yocto] Git tool/command problems with YOCTO Open Source repos

2018-12-12 Thread Zoran Stojsavljevic
Hello to all, After some time I sorted out some of the confusion about git tool. The tags I requested to be added to the repos, this could be done by using git clone, combined with git branch -a command and customized script (adding git tags), which could be added to additional configuration of th