Re: [OE-core] [PATCH 11/14] devtool: deploy-target: preserve existing files

2016-02-20 Thread Khem Raj
On Fri, Feb 19, 2016 at 1:38 AM, Paul Eggleton wrote: > If files would be overwritten by the deployment, preserve them in a > separate location on the target so that they can be restored if you > later run devtool undeploy-target. > > At the same time, also check for sufficient space before starti

Re: [OE-core] [PATCH 01/14] devtool: minor fix for error message

2016-02-20 Thread Khem Raj
On Fri, Feb 19, 2016 at 1:38 AM, Paul Eggleton wrote: > There is no -N/--name option for devtool, that's a recipetool option - > with devtool you just specify the name as a positional argument. > > Signed-off-by: Paul Eggleton > --- > scripts/lib/devtool/standard.py | 2 +- > 1 file changed, 1 i

Re: [OE-core] [PATCH] buildstats.bbclass: Don't assume /proc//io present

2016-02-20 Thread Khem Raj
Juro On Fri, Feb 19, 2016 at 5:37 PM, Juro Bystricky wrote: > It is not guaranteed Linux kernel was configured with process I/O > statistics enabled. If process I/O statistcs are not present, issue > a one time warning and do not attempt to read the non-existing stats > counters. > > [YOCTO#9025]

[OE-core] [PATCH] sysvinit-inittab: Move start_getty scrip to base_bindir.

2016-02-20 Thread Philip Tricca
When this file is in ${sysconfdir}/init.d, SELinux labels it as a generic init script (initrc_t). This causes problms at runtime because SELinux doesn't let the login process execute generic init script. Moving this helper script to base_bindir results in it being labeled as a generic binary (bin_t

Re: [OE-core] [PATCH 2/5] gcc-5.3.inc/base.bbclass: add gcc option to not record -fdebug-prefix-map to debugging info

2016-02-20 Thread Khem Raj
> On Feb 20, 2016, at 5:00 AM, Martin Jansa wrote: > > On Fri, Jan 29, 2016 at 12:35:55PM -0500, Hongxu Jia wrote: >> Add option '-gno-record-debug-prefix-map' and '-grecord-debug-prefix-map' >> for gcc. If '-gno-record-debug-prefix-map' is used, it does not record >> '-fdebug-prefix-map' to gcc

Re: [OE-core] [PATCH 2/5] gcc-5.3.inc/base.bbclass: add gcc option to not record -fdebug-prefix-map to debugging info

2016-02-20 Thread Martin Jansa
On Fri, Jan 29, 2016 at 12:35:55PM -0500, Hongxu Jia wrote: > Add option '-gno-record-debug-prefix-map' and '-grecord-debug-prefix-map' > for gcc. If '-gno-record-debug-prefix-map' is used, it does not record > '-fdebug-prefix-map' to gcc command line switches in DWARF DW_AT_producer. Did you chec

[OE-core] [PATCH 2/3] pseudo: Fix build when security flags are enabled

2016-02-20 Thread Khem Raj
filter out PIE options Signed-off-by: Khem Raj --- .../files/0001-configure-Prune-PIE-flags.patch | 44 ++ meta/recipes-devtools/pseudo/pseudo_1.7.5.bb | 1 + 2 files changed, 45 insertions(+) create mode 100644 meta/recipes-devtools/pseudo/files/0001-configure-P

[OE-core] [PATCH 3/3] libnewt: Fix build with PIE flags

2016-02-20 Thread Khem Raj
security flags add -pie -fpie to CFLAGS which is not right options for compiling .so files, they are only useful for compiling executables Signed-off-by: Khem Raj --- meta/recipes-extended/newt/files/pie-flags.patch | 36 meta/recipes-extended/newt/libnewt_0.52.18.bb

[OE-core] [PATCH 0/3] Upgrade glibc 2.23

2016-02-20 Thread Khem Raj
Glibc 2.23 has been cut out. Additional fixes for packages failing due to PIE flags, cleans up the world build The following changes since commit 84065e9b33e6d401e4e50436665838be2d0267ad: cml1/sstate: Fix missing getVar parameter (2016-02-19 15:32:56 +) are available in the git repository