[OE-core] [PATCH] xinput-calibrator: get screen geometry when calibrating

2015-11-30 Thread Jonathan David
Calibration acquires a default resolution of 1280x1024 when running xinput_calibrator_pointercal.sh, obtain correct screen resolution by using xrandr to grab user-specified geometry and pass to script Signed-off-by: Jonathan David ---

[OE-core] [jethro][PATCH] opkg: add cache filename length fixes

2015-11-30 Thread Nicolas Dechesne
From: Alejandro del Castillo This is backported from master: 8e53500a. Signed-off-by: Alejandro del Castillo Signed-off-by: Ross Burton Signed-off-by: Nicolas Dechesne ---

[OE-core] [PATCH] iproute2: enable previously unselected utilities

2015-11-30 Thread Maxin B. John
Include below listed utilities that are not yet enabled/packaged in the iproute2 recipe: lnstat ifstat genl rtacct nstat ss Signed-off-by: Maxin B. John --- meta/recipes-connectivity/iproute2/iproute2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] Patchwork & patch handling improvements

2015-11-30 Thread Trevor Woerner
On 11/26/15 16:00, Paul Eggleton wrote: > I'm also > trying to ensure that the patch validation is generic enough so it can live > in > OE-Core, and thus we can easily update and refine it over time in line with > the > code itself as well as encourage submitters to use the script on their

Re: [OE-core] [OE-Core] [Fido] [PATCH] openssh: Backport CVE-2015-5600 fix

2015-11-30 Thread Haris Okanovic
On 11/05/2015 04:00 PM, Joshua Lock wrote: Thanks, I've pushed this change to my joshuagl/fido-next branch of openembedded-core-contrib and am testing it now. You can find instructions on testing the vulnerability at the following URL. I forgot to include it in the change description.

[OE-core] OE Changelog since 2015-11-22 until 2015-11-29

2015-11-30 Thread cliff . brake
Changelog since 2015-11-22 until 2015-11-29. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[OE-core] A performance analysis chronicle

2015-11-30 Thread Richard Purdie
One thing that bothers me at the moment is how long we spend in do_configure. I have some new build hardware but sadly whilst having quite a large parallel capacity, it spends a lot of time at idle and builds don't seem to do so well on it. In particular, gettext has caught my attention.

Re: [OE-core] [yocto] RFC: Reference updater filesystem

2015-11-30 Thread Jens Rehsack
> Am 23.11.2015 um 22:15 schrieb Mariano Lopez : > > There has been interest in an image based software updater in Yocto Project. > The proposed solution for a image based updater is to use Stefano Babic's > software updater (http://sbabic.github.io/swupdate). This

[OE-core] Yocto Project Status WW48

2015-11-30 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M1 Next Deadline: YP 2.1 M1 Cutoff December 7, 2015 noon GMT SWAT team rotation: Alejandro -> Maxim https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * Note that M1 is drawing near, time flies! * YP 2.1

Re: [OE-core] Patchwork & patch handling improvements

2015-11-30 Thread Paul Eggleton
Hi Trevor, On Mon, 30 Nov 2015 10:19:35 Trevor Woerner wrote: > On 11/26/15 16:00, Paul Eggleton wrote: > > I'm also > > trying to ensure that the patch validation is generic enough so it can > > live in OE-Core, and thus we can easily update and refine it over time in > > line with the code

Re: [OE-core] [PATCH] weston-init: add a native systemd unit file

2015-11-30 Thread Martin Jansa
On Mon, Nov 30, 2015 at 07:41:44PM +0200, Alexander Kanavin wrote: > Previously weston was started by systemd via a classic init script > > [YOCTO #5582] > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-graphics/wayland/weston-init.bb |

[OE-core] [PATCH] weston-init: add a native systemd unit file

2015-11-30 Thread Alexander Kanavin
Previously weston was started by systemd via a classic init script [YOCTO #5582] Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init.bb | 13 ++--- meta/recipes-graphics/wayland/weston-init/weston.service | 15

Re: [OE-core] [yocto] RFC: Reference updater filesystem

2015-11-30 Thread Jens Rehsack
> 2015-11-30 14:10 GMT-02:00 Jens Rehsack : >> >>> Am 23.11.2015 um 22:15 schrieb Mariano Lopez : >>> >>> There has been interest in an image based software updater in Yocto >>> Project. The proposed solution for a image based updater is to use

Re: [OE-core] [PATCH] ghostscript: Add NIOS2 support

2015-11-30 Thread Khem Raj
> On Nov 26, 2015, at 12:43 PM, Marek Vasut wrote: > > Add objarch.h for NIOS2 architecture. this is ok > > Signed-off-by: Marek Vasut > Cc: Ley Foon Tan > Cc: Richard Purdie > Cc: Ross Burton

Re: [OE-core] [PATCH] toolchain-scripts.bbclass: unset command_not_found_handle

2015-11-30 Thread Christopher Larson
On Mon, Nov 30, 2015 at 3:50 AM, Fang Jia wrote: > On Ubuntu-system, When sourcing the env.sh from an exported sdk, and > running a bogus linux command (for example "asd"), a core dump of > python is usually generated. > > Unset the command_not_found_handle to fix it. > >

[OE-core] [PATCH 1/1] cpio: fix test case of symlink-bad-length

2015-11-30 Thread Chen Qi
Signed-off-by: Chen Qi --- .../0001-fix-testcase-of-symlink-bad-length.patch | 57 ++ meta/recipes-extended/cpio/cpio_2.11.bb| 1 + 2 files changed, 58 insertions(+) create mode 100644

[OE-core] [PATCH 0/1] cpio: fix test case of symlink-bad-length

2015-11-30 Thread Chen Qi
The following changes since commit 80b3974081c4a8c604e23982a6db8fb32c616058: sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:08:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/cpio-testcase

[OE-core] [PATCH] libsdl: remove redundant configure_tweak patch

2015-11-30 Thread Ross Burton
configure_tweak.patch was simply adding arguments to AC_DEFINE which are only needed by autoheader. We we now disable autoheader and use upstream's config.h.in this patch isn't needed anymore. Signed-off-by: Ross Burton --- .../libsdl/libsdl-1.2.15/configure_tweak.patch

[OE-core] [PATCH][RFC] base: don't prefix/suffix packages when expanding PACKAGECONFIG

2015-11-30 Thread Ross Burton
When handling PACKAGECONFIG don't add nativesdk- prefixes or -native suffixes to packages, as the classexpand logic will run next and so the same operation again. Apart from removing redundant code, this also fixes a bug where the nativesdk- prefix was being added twice in some situations,

Re: [OE-core] [PATCH] toolchain-scripts.bbclass: unset command_not_found_handle

2015-11-30 Thread Robert Yang
On 12/01/2015 11:48 AM, Christopher Larson wrote: On Mon, Nov 30, 2015 at 3:50 AM, Fang Jia > wrote: On Ubuntu-system, When sourcing the env.sh from an exported sdk, and running a bogus linux command (for example "asd"), a core

Re: [OE-core] [PATCH] toolchain-scripts.bbclass: unset command_not_found_handle

2015-11-30 Thread Christopher Larson
On Mon, Nov 30, 2015 at 11:04 PM, Robert Yang wrote: > On 12/01/2015 11:48 AM, Christopher Larson wrote: > >> On Mon, Nov 30, 2015 at 3:50 AM, Fang Jia > > wrote: >> >> On Ubuntu-system, When sourcing the

[OE-core] [PATCH] matchbox-desktop: sync with gio for the inotify-sub

2015-11-30 Thread jackie.huang
From: Jackie Huang matchbox-desktop builds with included libinotify which is very old (last sync was in 2008), if we compile glib-2.0 with -fvisibility=default (the default is hidden for libglib and libgio), it will crash because of inconsistency of inotify-sub, so

Re: [OE-core] vmdk images with musl libc

2015-11-30 Thread Khem Raj
> On Nov 25, 2015, at 5:31 PM, Andre McCurdy wrote: > > On Wed, Nov 25, 2015 at 4:05 PM, Khem Raj wrote: >> >> On Nov 25, 2015, at 1:56 PM, Burton, Ross wrote: >> >> On 25 November 2015 at 21:40, Andre McCurdy

Re: [OE-core] [PATCH] cmake: Add nios2 support

2015-11-30 Thread Khem Raj
> On Nov 26, 2015, at 12:43 PM, Marek Vasut wrote: > > Add the necessary bits for nios2 support into cmake. This is ok. > > Signed-off-by: Marek Vasut > Cc: Ley Foon Tan > Cc: Richard Purdie > Cc: Ross

[OE-core] [PATCH] toolchain-scripts.bbclass: unset command_not_found_handle

2015-11-30 Thread Fang Jia
On Ubuntu-system, When sourcing the env.sh from an exported sdk, and running a bogus linux command (for example "asd"), a core dump of python is usually generated. Unset the command_not_found_handle to fix it. Signed-off-by: Fang Jia ---

[OE-core] [PATCH] kexec: update supported architecture list

2015-11-30 Thread Maxin B. John
Now, kexec is supported in mips, aarch64 and most of the machines within powerpc family. So, remove those architecture specific restrictions. Signed-off-by: Maxin B. John --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 6 +- 1 file changed, 1

[OE-core] [PATCH 2/2] libjpeg-turbo: import the recipe from meta-oe

2015-11-30 Thread Maxin B. John
Moving the package from meta-oe as a replacement for libjpeg package. libjpeg-turbo has same API/ABI as libjpeg. It is relatively faster in JPEG compression/decompression than libjpeg. [YOCTO #8628] Signed-off-by: Maxin B. John ---

[OE-core] [PATCH][dizzy] layer.conf: Add several allarch dependency exclusions

2015-11-30 Thread Martin Jansa
From: Richard Purdie These are dependencies that our allarch packages have in OE-Core that cause those allarch packages to rebuild every time MACHINE changes. With these changes, OE-Core allarch packages all have a common sstate signatures and no longer

[OE-core] [PATCH][fido] layer.conf: Add several allarch dependency exclusions

2015-11-30 Thread Martin Jansa
From: Richard Purdie These are dependencies that our allarch packages have in OE-Core that cause those allarch packages to rebuild every time MACHINE changes. With these changes, OE-Core allarch packages all have a common sstate signatures and no longer

Re: [OE-core] [PATCH] libsdl: expand PACKAGECONFIG and enable native builds

2015-11-30 Thread Burton, Ross
On 30 November 2015 at 12:40, Martin Jansa wrote: > When it was needed for xbmc it was rejected (and I was carrying this in > my branches since then): > I'm looking at producing a leaner libsdl-native that doesn't respect your DISTRO_FEATURES (so doesn't pull in libGL,

[OE-core] [PATCH][dizzy] layer.conf: Add missing dependency for allarch package initramfs-framework

2015-11-30 Thread Martin Jansa
From: Richard Purdie Similiarly to the other previous changes, add a missing allarch package dependency for initramfs-framework on udev. Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 1 + 1 file changed, 1

[OE-core] [PATCH][fido] layer.conf: Add missing dependency for allarch package initramfs-framework

2015-11-30 Thread Martin Jansa
From: Richard Purdie Similiarly to the other previous changes, add a missing allarch package dependency for initramfs-framework on udev. Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 1 + 1 file changed, 1

Re: [OE-core] [PATCH 2/2] libjpeg-turbo: import the recipe from meta-oe

2015-11-30 Thread Martin Jansa
On Mon, Nov 30, 2015 at 11:01:21AM +0200, Maxin B. John wrote: > Moving the package from meta-oe as a replacement for libjpeg > package. libjpeg-turbo has same API/ABI as libjpeg. It is relatively > faster in JPEG compression/decompression than libjpeg. Please squash them or apply in opposite

Re: [OE-core] Patchwork & patch handling improvements

2015-11-30 Thread Koen Kooi
Op 26-11-15 om 22:00 schreef Paul Eggleton: > Hi all, > > Over the past several years one of the regular complaints people have made > about our project has been that patches sometimes take a long time to make it > into master, and it's not always clear what the state of a patch is during >

Re: [OE-core] [PATCH 2/2] libjpeg-turbo: import the recipe from meta-oe

2015-11-30 Thread Maxin B. John
Hi Martin, On Mon, Nov 30, 2015 at 03:09:22PM +0100, Martin Jansa wrote: > On Mon, Nov 30, 2015 at 11:01:21AM +0200, Maxin B. John wrote: > > Moving the package from meta-oe as a replacement for libjpeg > > package. libjpeg-turbo has same API/ABI as libjpeg. It is relatively > > faster in JPEG

[OE-core] [PATCH] libjpeg: Replace libjpeg with libjpeg-turbo

2015-11-30 Thread Maxin B. John
Moving libjpeg-turbo from meta-oe as a replacement for libjpeg package. libjpeg-turbo has same API/ABI as libjpeg. It is relatively faster in JPEG compression/decompression than libjpeg. [YOCTO #8628] Signed-off-by: Maxin B. John --- meta/recipes-core/jpeg/jpeg_9a.bb

[OE-core] [PATCH] libsdl: expand PACKAGECONFIG and enable native builds

2015-11-30 Thread Ross Burton
Use PACKAGECONFIG instead of using logic in DEPENDS and EXTRA_OECONF, adding new options for PulseAudio, tslib, DirectFB, OpenGL and X11. Disable tslib by default as the kernel event input subsystem is generally used. SDL's OpenGL support requires X11 so check for both x11 and opengl, and merge

Re: [OE-core] [PATCH] libsdl: expand PACKAGECONFIG and enable native builds

2015-11-30 Thread Martin Jansa
On Mon, Nov 30, 2015 at 12:18:58PM +, Ross Burton wrote: > Use PACKAGECONFIG instead of using logic in DEPENDS and EXTRA_OECONF, adding > new > options for PulseAudio, tslib, DirectFB, OpenGL and X11. > > Disable tslib by default as the kernel event input subsystem is generally > used. > >

Re: [OE-core] [PATCH] libsdl: expand PACKAGECONFIG and enable native builds

2015-11-30 Thread Burton, Ross
On 30 November 2015 at 12:40, Martin Jansa wrote: > > Finally enable native builds. > > Why is this needed now? > > When it was needed for xbmc it was rejected (and I was carrying this in > my branches since then): > http://patchwork.openembedded.org/patch/63477/ > more

Re: [OE-core] Should the devmem2 recipe move to oe-core?

2015-11-30 Thread Philip Balister
On 11/30/2015 02:09 AM, Andre McCurdy wrote: > On Sat, Nov 28, 2015 at 6:30 PM, Philip Balister wrote: >> I was poking at the layer index and ran across this: >> >> http://layers.openembedded.org/layerindex/branch/master/recipes/?q=devmem >> >> The recipe appears in 4 layers.