[yocto] [meta-selinux][PATCH] audit: update to v2.7.1

2017-02-10 Thread Tim Orling
Added swig-native to DEPENDS Signed-off-by: Tim Orling --- recipes-security/audit/{audit_2.7.bb => audit_2.7.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-security/audit/{audit_2.7.bb => audit_2.7.1.bb} (95%) diff --git

Re: [yocto] How to gracefully disable a setscene task?

2017-02-10 Thread Gary Thomas
On 2017-02-11 02:24, Khem Raj wrote: On Fri, Feb 10, 2017 at 3:05 PM, Xiaohui Liu wrote: Hi everyone, I tried to disable a setscene task as below: do_populate_lic_setscene () { exit 1 } you could use something like deltask do_populate_lic_setscene It works but

Re: [yocto] How to gracefully disable a setscene task?

2017-02-10 Thread Khem Raj
On Fri, Feb 10, 2017 at 3:05 PM, Xiaohui Liu wrote: > Hi everyone, > > I tried to disable a setscene task as below: > > do_populate_lic_setscene () { >exit 1 > } > you could use something like deltask do_populate_lic_setscene > It works but shows a warning: > > WARNING:

[yocto] How to gracefully disable a setscene task?

2017-02-10 Thread Xiaohui Liu
Hi everyone, I tried to disable a setscene task as below: *do_populate_lic_setscene () {* * exit 1* *}* It works but shows a warning: *WARNING: Logfile for failed setscene task is

Re: [yocto] [PATCH v2 5/5] rmc: add database extraction functionality

2017-02-10 Thread Jianxun Zhang
Todor, Appreciate the V2 series. I have only one real concern on using system() in this patch and the whole series. The other comments are more for corner cases which have less impact. I could miss some of your feedbacks in V1 threads. Sorry for not to point out things earlier before the V2.

Re: [yocto] [PATCH v2 4/5] rmc: remove unnecessary return variable

2017-02-10 Thread Jianxun Zhang
Nice. Review +1 > On Feb 9, 2017, at 11:17 AM, Todor Minchev > wrote: > > Signed-off-by: Todor Minchev > --- > src/rmc.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/src/rmc.c b/src/rmc.c > index

Re: [yocto] [PATCH v2 3/5] rmc: Enable reading the contents of an existing fingerprint file

2017-02-10 Thread Jianxun Zhang
> On Feb 9, 2017, at 11:17 AM, Todor Minchev > wrote: > > The contents of an existing fingerprint file can be read and output on > the command line with the following options: > > rmc -E -f input_fingerprint_file > > Signed-off-by: Todor Minchev

Re: [yocto] [PATCH v2 2/5] Makefile: add debug target

2017-02-10 Thread Jianxun Zhang
> On Feb 9, 2017, at 11:17 AM, Todor Minchev > wrote: > > A debug version of the rmc binary can be built by using the debug > Makefile target. This will include debug symbols and will disable > compiler optimizations. > > Example: > > make debug > >

Re: [yocto] [PATCH v2 1/5] Makefile: disable silent mode in Makefiles

2017-02-10 Thread Jianxun Zhang
Review +1, Thanks to address my comment > On Feb 9, 2017, at 11:17 AM, Todor Minchev > wrote: > > By default make will output the commands that are executed for each > target. Silent mode can be enabled with the '-s' option. > > Example: > make -s > >

Re: [yocto] poky: core-image-minimal cannot login

2017-02-10 Thread Khem Raj
On 2/9/17 4:23 AM, Belal Hassan wrote: > > Hi, > > I have error when i try to login as root this message is appear login > can't set groups: operation not permitted. Could you help me. > > I target zynq7 zc702 and i use master meta-xilinx > what kernel version are you on. and what release

[yocto] [patchwork][PATCH] parsemail: Split PATCH prefix if not single

2017-02-10 Thread Jose Lamego
PATCH prefix is not appropriately identified as such if it is not sepparated from following word in an email Subject line. This leads to wrong email parsing and revisions not appended to initial series. This change allows appropriate email parsing by checking if PATCH prefix in Subject line is

Re: [yocto] ld: cannot find -lgcc in glibc 2.24-r0

2017-02-10 Thread winfried . dobbe
This problem occur when bitbake core-image-minimal-dev or bitbake core-image-minimal-dev -c populate_sdk but only for glibc Did you override variable SDKPATH ? I had the exact same issue last week when I tried to include ${TUNE_PKGARCH} in the SDKPATH variable. After setting SDKPATH to a

Re: [yocto] intel cpu apollo lake support qusetion

2017-02-10 Thread Wold, Saul
On Fri, 2017-02-10 at 17:44 +0800, ryan.hsu(許文政) wrote: > Hi >   > Does Yocto 2.2 or other release version support intel Apollo lake ? >   Yocto Project 2.2 along with the meta-intel does support Apollo Lake with the 4.8 kernel.  For the upcoming 2.3 release the 4.9 kernel has additional support. 

[yocto] ld: cannot find -lgcc in glibc 2.24-r0

2017-02-10 Thread Florian Wulff
Dear Yocto team, I have an issues building and linked the glibc (2.24-r0) with Morty Yocto 2.2 It can not find the libgcc -lgcc, but gcc and gcc-multilib are installed in /usr/lib/gcc This problem occur when bitbake core-image-minimal-dev or bitbake core-image-minimal-dev -c populate_sdk but

[yocto] QA Test Report for Yocto Project 2.3 M2 rc3

2017-02-10 Thread Perez Carranza, Jose
Hi Here is the report for Partial QA Cycle on 2.3 M2 rc3 Full Report : https://wiki.yoctoproject.org/wiki/WW06_-_2017-02-03_-_Full_Test_Cycle_2.3_M2_rc3 Summary The QA cycle for 2.3 M2 rc3 is complete, this was a partial test cycle focused on testimage, selftest and performance. Bug that was

[yocto] poky: core-image-minimal cannot login

2017-02-10 Thread Belal Hassan
Hi, I have error when i try to login as root this message is appear login can't set groups: operation not permitted. Could you help me. I target zynq7 zc702 and i use master meta-xilinx Thanks, Belal Mohamed -- ___ yocto mailing list