Re: [OE-core] [master][PATCHv2 2/3] mkelfimage: obey LDFLAGS, sort out HOST_ flags

2016-05-13 Thread Richard Purdie
On Thu, 2016-05-05 at 15:59 -0700, Christopher Larson wrote: > From: Christopher Larson > > We weren't consistent in the HOST_ (aka BUILD_) and non-HOST_ flags, > so we > were using BUILD_CPPFLAGS to compile target stuff, for example. Sort > that out, > and make sure we obey LDFLAGS. > > Signed-

Re: [OE-core] [PATCH 1/3] ofono: update to 1.18

2016-05-13 Thread Richard Purdie
On Thu, 2016-05-12 at 16:16 +0300, Maxin B. John wrote: > 1.17 -> 1.18 > > Signed-off-by: Maxin B. John This results in: http://errors.yoctoproject.org/Errors/Details/62886/ which Alexander would probably be quite pleased about but isn't good for the autobuilder. Cheers, Richard --

Re: [OE-core] [master][krogoth][PATCH 4/4] gcc: Security fix CVE-2016-4490

2016-05-13 Thread akuster808
On 05/13/2016 02:04 PM, Khem Raj wrote: > On Fri, May 13, 2016 at 1:52 PM, akuster808 wrote: >> >> >> On 05/13/2016 11:07 AM, Khem Raj wrote: >>> Thanks for noting. We will update gcc-6 to latest on gcc-6 branch sometime >>> later and hopefully it will come in >>> please keep an eye on it >> >>

Re: [OE-core] [master][krogoth][PATCH 3/5] openjade-native: work around bug exposed by GCC 6

2016-05-13 Thread Khem Raj
> On May 10, 2016, at 9:04 AM, danismostlik...@gmail.com wrote: > > From: Dan McGregor > > From: Daniel McGregor > > Simply turn off the optimzation that is causing this breakage. I had > originally used -fno-lifetime-dse, but -fno-tree-dse works at least > going back as far as gcc 4.8. > >

Re: [OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-13 Thread akuster808
On 05/13/2016 09:34 AM, Richard Purdie wrote: > On Thu, 2016-05-12 at 16:16 +0200, Martin Jansa wrote: >> On Thu, May 12, 2016 at 01:06:33PM +0100, Joshua Lock wrote: >>> The backported upgrade to OpenSSL 1.0.2h introduced a newer version >>> of >>> Debian's linker version-script which breaks the

[OE-core] [jethro][PATCH] openssl: prevent ABI break from earlier jethro releases

2016-05-13 Thread Armin Kuster
From: Joshua Lock The backported upgrade to 1.0.2h included an updated GNU LD version-script which results in an ABI change. In order to try and respect ABI for existing binaries built against fido this commit partially reverts the version-script to maintain the existing ABI and instead only add

Re: [OE-core] [master][krogoth][PATCH 4/4] gcc: Security fix CVE-2016-4490

2016-05-13 Thread Khem Raj
On Fri, May 13, 2016 at 1:52 PM, akuster808 wrote: > > > On 05/13/2016 11:07 AM, Khem Raj wrote: >> Thanks for noting. We will update gcc-6 to latest on gcc-6 branch sometime >> later and hopefully it will come in >> please keep an eye on it > > sure, np > > So here is the problem. Per process, t

Re: [OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-13 Thread akuster808
On 05/13/2016 09:34 AM, Richard Purdie wrote: > On Thu, 2016-05-12 at 16:16 +0200, Martin Jansa wrote: >> On Thu, May 12, 2016 at 01:06:33PM +0100, Joshua Lock wrote: >>> The backported upgrade to OpenSSL 1.0.2h introduced a newer version >>> of >>> Debian's linker version-script which breaks the

Re: [OE-core] [master][krogoth][PATCH 4/4] gcc: Security fix CVE-2016-4490

2016-05-13 Thread akuster808
On 05/13/2016 11:07 AM, Khem Raj wrote: > Thanks for noting. We will update gcc-6 to latest on gcc-6 branch sometime > later and hopefully it will come in > please keep an eye on it sure, np So here is the problem. Per process, this fix can not be propagated to the any stable branch until Mast

[OE-core] State of bitbake world 2016-05-12

2016-05-13 Thread Martin Jansa
This time complete QA issues list == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm |

Re: [OE-core] [PATCH 13/13] weston: Upgrade 1.9.0 -> 1.10.0

2016-05-13 Thread Otavio Salvador
On Thu, May 12, 2016 at 4:20 AM, Jussi Kukkonen wrote: > Support for multiple new protocols, many new features: > https://lists.freedesktop.org/archives/wayland-devel/2016-February/027039.html > > Weston now depends on wayland-protocols (which is protocol > collection split off from weston). > > R

Re: [OE-core] [master][krogoth][PATCH] openssl: Security fix via update to 1.0.2h

2016-05-13 Thread akuster808
On 05/13/2016 07:31 AM, Martin Jansa wrote: > On Wed, May 11, 2016 at 03:37:59AM -0700, akuster808 wrote: >> Robert, >> >> >> On 05/10/2016 11:22 PM, Robert Yang wrote: >>> >>> >>> On 05/04/2016 07:46 AM, Armin Kuster wrote: From: Armin Kuster CVE-2016-2105 CVE-2016-2106

[OE-core] [PATCH 4/4] security_flags: Enable security flags on leafpad, ltp and libuser.

2016-05-13 Thread Aníbal Limón
Now we have patches that solves the security formatting issues into those packages. Signed-off-by: Aníbal Limón --- meta/conf/distro/include/security_flags.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_f

[OE-core] [PATCH 3/4] leafpad: Fix security formating issues.

2016-05-13 Thread Aníbal Limón
[YOCTO #9546] Signed-off-by: Aníbal Limón --- ...gtkprint-.c-Fix-security-formatting-issue.patch | 81 ++ meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 4 +- 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-sato/leafpad/files/src-dial

[OE-core] [PATCH 1/4] ltp: Fixes security string printf on testcases/network/nfsv4/acl/acl1.c

2016-05-13 Thread Aníbal Limón
[YOCTO #9548] Signed-off-by: Aníbal Limón --- ...etwork-nfsv4-acl-acl1.c-Security-fix-on-s.patch | 41 ++ meta/recipes-extended/ltp/ltp_20160126.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-extended/ltp/ltp/0001-testcases-network-nfs

[OE-core] [PATCH 2/4] libuser: Fix security string formatting issues.

2016-05-13 Thread Aníbal Limón
[YOCTO #9547] Signed-off-by: Aníbal Limón --- ...es.c-parse_field-fix-string-formating-in-.patch | 34 ++ meta/recipes-extended/libuser/libuser_0.62.bb | 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-extended/libuser/libuser/00

[OE-core] [PATCH] security_flags: Enable security flags on leafpad, ltp and libuser.

2016-05-13 Thread Aníbal Limón
Now we have patches that solves the security formatting issues into those packages. Signed-off-by: Aníbal Limón --- meta/conf/distro/include/security_flags.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_f

Re: [OE-core] [master][krogoth][PATCH 4/4] gcc: Security fix CVE-2016-4490

2016-05-13 Thread Khem Raj
Thanks for noting. We will update gcc-6 to latest on gcc-6 branch sometime later and hopefully it will come in please keep an eye on it > On May 13, 2016, at 9:16 AM, akuster808 wrote: > > this fix is not in gcc 6.0 > > On 05/06/2016 12:11 AM, Armin Kuster wrote: >> From: Armin Kuster >> >>

Re: [OE-core] Please help edit OEDAM minutes

2016-05-13 Thread Jeff Osier-Mixon
Fantastic, thanks Trevor! On Fri, May 13, 2016 at 10:24 AM, Trevor Woerner wrote: > On Fri 2016-05-13 @ 09:57:07 AM, Trevor Woerner wrote: >> On Thu 2016-05-12 @ 04:32:01 PM, Jeff Osier-Mixon wrote: >> > I admit defeat. I have been "trying to get to" the OEDAM minutes for a >> > month and I am cl

Re: [OE-core] Please help edit OEDAM minutes

2016-05-13 Thread Trevor Woerner
On Fri 2016-05-13 @ 09:57:07 AM, Trevor Woerner wrote: > On Thu 2016-05-12 @ 04:32:01 PM, Jeff Osier-Mixon wrote: > > I admit defeat. I have been "trying to get to" the OEDAM minutes for a > > month and I am clearly not getting to it, so I am now getting out of > > the way. We are crowdsourcing the

Re: [OE-core] [PATCH v3 4/6] bmap-tools: generate standalone script

2016-05-13 Thread Richard Purdie
On Mon, 2016-05-02 at 15:22 +0300, Ed Bartosh wrote: > Generated standalone bmaptool script that is more convenient > to use than native script. It can be run straight from > its location ./tmp/deploy/tools/bmaptool. The script doesn't > depend on anything except Python. > > Signed-off-by: Ed Bart

Re: [OE-core] [PATCH v3 0/6] bmaptool support

2016-05-13 Thread Richard Purdie
On Mon, 2016-05-02 at 15:22 +0300, Ed Bartosh wrote: > This patchset adds ability to use bmaptool to flash images faster > than > using traditional methods. It contains bmap-tools recipe and > generation > of .bmap files for the images generated by bitbake and wic. I'm happy to merge this assuming

Re: [OE-core] [PATCH v3][krogoth] feature-arm-neon.inc: restore vfpv3-d16 support

2016-05-13 Thread Khem Raj
> On May 13, 2016, at 12:56 AM, André Draszik wrote: > > Commit 6661718 (feature-arm-{neon,vfp}.inc: refactor and fix issues) > effectively changed the gcc -mfpu= option from -mfpu=vfpv3-d16 to > -mfpu=vfpv3d16, which gcc doesn't understand. > > Restore the original value. > > After doing that

Re: [OE-core] [RFC][PATCH 0/7] image creation improvements

2016-05-13 Thread Richard Purdie
On Fri, 2016-05-06 at 17:58 +0300, Ed Bartosh wrote: > Hi, > > This patchset contains various improvements for the image creation > functionality > made by Patchick Ohly during his work on bug #9076: > - added support for zip compression > - fixed dependency calculation for conversion chaining >

[OE-core] [PATCH 2/2] combo-layer: avoid too long command lines in update with history

2016-05-13 Thread Patrick Ohly
As suspected, invoking "git archive" with all intended files as parameters can run into command line length limitations. Splitting up the parameters into multiple invocations (xargs-style) works and was tested after encountering the situation in practice. Signed-off-by: Patrick Ohly --- scripts/

[OE-core] [PATCH 0/2] fixes for combo-layer update history mode

2016-05-13 Thread Patrick Ohly
The first fix is urgent: the default mode was accidentally changed from the traditional "apply patches" to "import the history". The second fix is less urgent but still useful for those who actually use the new mode. The following changes since commit fcaaabb401fffcda4db9a7d1f927a2a404e4776d:

[OE-core] [PATCH 1/2] combo-layer: fix default "update" mode

2016-05-13 Thread Patrick Ohly
When the "history" option is not set in the combo-layer.conf, the intended default was to use the traditional method. Passing "True" as default when querying the config was unintentional. Also remove some left-over debugging code. Signed-off-by: Patrick Ohly --- scripts/combo-layer | 3 +-- 1 f

Re: [OE-core] [PATCH 00/42] GCC/GDB/Binutils Upgrades

2016-05-13 Thread Khem Raj
> On May 13, 2016, at 5:47 AM, Richard Purdie > wrote: > > On Wed, 2016-05-11 at 10:35 -0700, Khem Raj wrote: >> This patchset covers gcc 6 upgrade along with gdb 7.11 >> and glibc 2.24 ( upcoming ) release. >> >> Rest of upgrades are necessaciated by gcc-6 due to backports >> that were alread

[OE-core] [PATCH 3/6] gdb: Upgrade to 7.11

2016-05-13 Thread Khem Raj
Signed-off-by: Khem Raj --- .../gdb/{gdb-7.10.1.inc => gdb-7.11.inc} | 0 meta/recipes-devtools/gdb/gdb-common.inc | 20 +++-- ...nadian_7.10.1.bb => gdb-cross-canadian_7.11.bb} | 0 meta/recipes-devtools/gdb/gdb-cross_7.10.1.bb | 4 -- meta/recipes-devtools/gdb/gd

[OE-core] [PATCH 1/6] glibc: Add recipes for 2.24 release

2016-05-13 Thread Khem Raj
Signed-off-by: Khem Raj --- .../fix_for_centos_5.8.patch | 18 ...tive_2.23.bb => cross-localedef-native_2.24.bb} | 18 ...glibc-initial_2.23.bb => glibc-initial_2.24.bb} | 0 .../{glibc-locale_2.23.bb => glibc-locale_2.24.bb} | 0 .../{glibc-mtrace_2.23.

[OE-core] [PATCH 6/6] feature-arm-vfp.inc: fix overzealous ARMPKGSFX_FPU modification

2016-05-13 Thread Khem Raj
From: André Draszik Since commit 972b4fc (feature-arm-neon.inc: restore vfpv3-d16 support) we're replacing _all_ dashes (-) in ARMPKGSFX_FPU, which is causing problems for all legitimate uses of the dash as TUNE_PKGARCH doesn't have the right value anymore: E.g. on raspberrypi2: ERROR: OE-core

[OE-core] [PATCH 2/6] python-native: Point to expat in native sysroot and add missing dep on expat-native

2016-05-13 Thread Khem Raj
This fixes inconsistency where expat dependency is then depending upon build host having it or not having it Fixes errors like WARNING: renaming "pyexpat" since importing it failed: build/lib.linux-x86_64-2.7/pyexpat.so: undefined symbol: XML_SetCommentHandler also reported here https://dev.open

[OE-core] [PATCH 5/6] linux-yocto/4.4: gcc6 build fixes (powerpc and mips)

2016-05-13 Thread Khem Raj
From: Bruce Ashfield Khem provided fixes to fix gcc6 build issues, these are safe for all gcc versions, so we integrate them directly. Signed-off-by: Khem Raj Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-t

[OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-13 Thread Khem Raj
gcc 6.1, glibc 2.24, gdb 7.11 Signed-off-by: Khem Raj --- meta/conf/distro/include/tcmode-default.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index c412420..d3a4351 100644

[OE-core] [PATCH 0/6] Glibc/gdb upgrade switch to gcc-6 as default

2016-05-13 Thread Khem Raj
This is essentially v2 of the gcc-6 series for remaining patches Fixes linux-yocto to build with gcc-6 Adds recipes for glibc-2.24 and gdb 7.11 Python native fix to add native expat dependency that OE builds feature-arm-vfp.inc fixes build breakage seen on rpi Finally switch to using gcc-6/glibc-

Re: [OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-13 Thread Richard Purdie
On Thu, 2016-05-12 at 16:16 +0200, Martin Jansa wrote: > On Thu, May 12, 2016 at 01:06:33PM +0100, Joshua Lock wrote: > > The backported upgrade to OpenSSL 1.0.2h introduced a newer version > > of > > Debian's linker version-script which breaks the OpenSSL ABI. > > This isn't desirable for a stable

Re: [OE-core] [PATCH] pseudo: obey our LDFLAGS

2016-05-13 Thread Christopher Larson
On Fri, May 13, 2016 at 9:27 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2016-05-12 at 13:24 -0500, Peter Seebach wrote: > > On Wed, 11 May 2016 09:25:27 -0700 > > Christopher Larson wrote: > > > > > +Subject: [PATCH] Obey external LDFLAGS the way we obey CFLAGS > >

Re: [OE-core] [PATCH] pseudo: obey our LDFLAGS

2016-05-13 Thread Richard Purdie
On Thu, 2016-05-12 at 13:24 -0500, Peter Seebach wrote: > On Wed, 11 May 2016 09:25:27 -0700 > Christopher Larson wrote: > > > +Subject: [PATCH] Obey external LDFLAGS the way we obey CFLAGS > > This has been merged into pseudo's upstream, now, but it's on top of > some > large changes, so we sho

Re: [OE-core] [master][krogoth][PATCH] openssl: Security fix via update to 1.0.2h

2016-05-13 Thread Martin Jansa
On Fri, May 13, 2016 at 04:31:39PM +0200, Martin Jansa wrote: > On Wed, May 11, 2016 at 03:37:59AM -0700, akuster808 wrote: > > Robert, > > > > > > On 05/10/2016 11:22 PM, Robert Yang wrote: > > > > > > > > > On 05/04/2016 07:46 AM, Armin Kuster wrote: > > >> From: Armin Kuster > > >> > > >> C

Re: [OE-core] [master][krogoth][PATCH 4/4] gcc: Security fix CVE-2016-4490

2016-05-13 Thread akuster808
this fix is not in gcc 6.0 On 05/06/2016 12:11 AM, Armin Kuster wrote: > From: Armin Kuster > > Signed-off-by: Armin Kuster > --- > meta/recipes-devtools/gcc/gcc-5.3.inc | 1 + > .../gcc/gcc-5.3/CVE-2016-4490.patch| 270 > + > 2 files changed

Re: [OE-core] [master][krogoth][PATCH 3/4] gcc: Security fix CVE-2016-2226

2016-05-13 Thread akuster808
this fix is in GCC 6.0 On 05/06/2016 12:11 AM, Armin Kuster wrote: > From: Armin Kuster > > Signed-off-by: Armin Kuster > --- > meta/recipes-devtools/gcc/gcc-5.3.inc | 1 + > .../gcc/gcc-5.3/CVE-2016-2226.patch| 103 > + > 2 files changed, 1

[OE-core] Yocto Project Status WW20

2016-05-13 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M1 Next Deadline: YP 2.2 cut off: June 13, 2016 SWAT team rotation: Juro -> Anibal https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * The bitbake python3 branch is nearing readiness, the OE-Core branch is not quite at the same

Re: [OE-core] [master][krogoth][PATCH] openssl: Security fix via update to 1.0.2h

2016-05-13 Thread Martin Jansa
On Wed, May 11, 2016 at 03:37:59AM -0700, akuster808 wrote: > Robert, > > > On 05/10/2016 11:22 PM, Robert Yang wrote: > > > > > > On 05/04/2016 07:46 AM, Armin Kuster wrote: > >> From: Armin Kuster > >> > >> CVE-2016-2105 > >> CVE-2016-2106 > >> CVE-2016-2109 > >> CVE-2016-2176 > >> > >> http

[OE-core] [master][krogoth][jethro][PATCH 1/1] wic: fix path parsing, use last occurrence

2016-05-13 Thread George McCollister
If the path contains 'scripts' more than once the first occurrence will be incorrectly used. Use rfind instead of find to find the last occurrence. Signed-off-by: George McCollister --- scripts/lib/wic/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/

[OE-core] [master][krogoth][jethro][PATCH 0/1] wic: fix path parsing, use last occurrence

2016-05-13 Thread George McCollister
This patch was pushed to fido (35ecb0b8557aae85f377c9d99f1a72cbb76fb6d8) but was never brought forward. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] krogoth's core-image-minimal is much bigger than jethro's

2016-05-13 Thread Burton, Ross
On 13 May 2016 at 08:07, Andrea Adami wrote: > IMHO for embedded devices it would be better to disable by default and > let the distro/machine add a specific RRECOMMEND. > Patches welcome :) Ross -- ___ Openembedded-core mailing list Openembedded-cor

Re: [OE-core] Please help edit OEDAM minutes

2016-05-13 Thread Trevor Woerner
On Thu 2016-05-12 @ 04:32:01 PM, Jeff Osier-Mixon wrote: > I admit defeat. I have been "trying to get to" the OEDAM minutes for a > month and I am clearly not getting to it, so I am now getting out of > the way. We are crowdsourcing these minutes, because collaborative > effort is what we do best.

Re: [OE-core] [PATCH 00/42] GCC/GDB/Binutils Upgrades

2016-05-13 Thread Richard Purdie
On Wed, 2016-05-11 at 10:35 -0700, Khem Raj wrote: > This patchset covers gcc 6 upgrade along with gdb 7.11 > and glibc 2.24 ( upcoming ) release. > > Rest of upgrades are necessaciated by gcc-6 due to backports > that were already in newer versions of packages > > It has been boot tested with co

Re: [OE-core] [PATCH 19/42] systemd: Create missing sysusers offline

2016-05-13 Thread Richard Purdie
On Wed, 2016-05-11 at 10:35 -0700, Khem Raj wrote: > Some system users which are needed by systemd components were missing > create these users knobbed with relevant packageconfig > > Signed-off-by: Khem Raj > --- > meta/recipes-core/systemd/systemd_229.bb | 8 +++- > 1 file changed, 7 inser

[OE-core] [PATCH] image_types: adjust default level of XZ compression

2016-05-13 Thread Alexander D. Kanevskiy
XZ extreme compression method usually uses a lot more CPU time with not that often big saving on space. Same goes with -6 level of compression. Compression level -3 usually the best balance for time/size, especially on big images. Signed-off-by: Alexander D. Kanevskiy --- meta/classes/image_type

Re: [OE-core] [PATCH 12/13] wayland-protocols: Add recipe

2016-05-13 Thread Jussi Kukkonen
On 13 May 2016 at 12:15, Burton, Ross wrote: > > On 12 May 2016 at 08:20, Jussi Kukkonen wrote: >> >> wayland-protocols is a collection of Wayland protocols split >> out from weston. It is a build dependency for Weston 1.10. > > > * satisfy_dependencies_for: Cannot satisfy the following dependenc

Re: [OE-core] [PATCH 12/13] wayland-protocols: Add recipe

2016-05-13 Thread Burton, Ross
On 12 May 2016 at 08:20, Jussi Kukkonen wrote: > wayland-protocols is a collection of Wayland protocols split > out from weston. It is a build dependency for Weston 1.10. > * satisfy_dependencies_for: Cannot satisfy the following dependencies for weston-dev: * wayland-protocols (= 1.3-r0) *

[OE-core] [PATCH v3][krogoth] feature-arm-neon.inc: restore vfpv3-d16 support

2016-05-13 Thread André Draszik
Commit 6661718 (feature-arm-{neon,vfp}.inc: refactor and fix issues) effectively changed the gcc -mfpu= option from -mfpu=vfpv3-d16 to -mfpu=vfpv3d16, which gcc doesn't understand. Restore the original value. After doing that, we also need to adjust ARMPKGSFX_FPU which should contain the same val

Re: [OE-core] krogoth's core-image-minimal is much bigger than jethro's

2016-05-13 Thread Gary Thomas
On 2016-05-13 09:07, Andrea Adami wrote: On Fri, May 13, 2016 at 8:48 AM, Robert Yang wrote: * For ext4: 11M -> 26M The similar to vmdk, qcow2 and iso. * For tar.bz2: 2.7M -> 4.5M The main problem is eudev-hwdb which would be 12M after installed, jethro doesn't use this, but udev by

Re: [OE-core] krogoth's core-image-minimal is much bigger than jethro's

2016-05-13 Thread Gary Thomas
On 2016-05-13 09:23, Robert Yang wrote: On 05/13/2016 03:07 PM, Andrea Adami wrote: On Fri, May 13, 2016 at 8:48 AM, Robert Yang wrote: * For ext4: 11M -> 26M The similar to vmdk, qcow2 and iso. * For tar.bz2: 2.7M -> 4.5M The main problem is eudev-hwdb which would be 12M after i

Re: [OE-core] krogoth's core-image-minimal is much bigger than jethro's

2016-05-13 Thread Robert Yang
On 05/13/2016 03:07 PM, Andrea Adami wrote: On Fri, May 13, 2016 at 8:48 AM, Robert Yang wrote: * For ext4: 11M -> 26M The similar to vmdk, qcow2 and iso. * For tar.bz2: 2.7M -> 4.5M The main problem is eudev-hwdb which would be 12M after installed, jethro doesn't use this, but ud

[OE-core] augeas: oe-core removal warning

2016-05-13 Thread Jussi Kukkonen
Morning, I'm considering removing the augeas recipe from oe-core: it has not really been depended on by anything since Danny (rpm has a non-default PACKAGECONFIG but even that is accompanied by comments about no testing) and we have nothing testing its functionality. Please speak up now if you thi

Re: [OE-core] krogoth's core-image-minimal is much bigger than jethro's

2016-05-13 Thread Andrea Adami
On Fri, May 13, 2016 at 8:48 AM, Robert Yang wrote: > > * For ext4: > 11M -> 26M > The similar to vmdk, qcow2 and iso. > > * For tar.bz2: > 2.7M -> 4.5M > > The main problem is eudev-hwdb which would be 12M after installed, jethro > doesn't use this, but udev by default, and it's gone in kro