Re: [OE-core] [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks

2014-04-10 Thread Denys Dmytriyenko
beaglebone: enable DRM for HDMI output Signed-off-by: Denys Dmytriyenko de...@ti.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 2 +- 2 files changed, 2 insertions

Re: [OE-core] export TARGET_LDFLAGS and native sstate

2014-04-10 Thread Denys Dmytriyenko
On Thu, Apr 10, 2014 at 10:36:07AM -0700, Chris Larson wrote: On Thu, Apr 10, 2014 at 9:15 AM, Mike Crowe m...@mcrowe.com wrote: On Monday 07 April 2014 at 17:49:51 +0100, Mike Crowe wrote: On Monday 07 April 2014 at 09:17:38 -0700, Chris Larson wrote: On Mon, Apr 7, 2014 at 8:53 AM,

[OE-core] [PATCH 2/4] cryptodev-linux: create common .inc file to be shared by module and tests

2014-04-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-kernel/cryptodev/cryptodev-linux_1.6.bb | 11 ++- meta/recipes-kernel/cryptodev/cryptodev_1.6.inc | 11 +++ 2 files changed, 13 insertions(+), 9 deletions(-) create mode

[OE-core] [PATCH v2 3/4] cryptodev-module: recipe for out-of-tree cryptodev device driver

2014-04-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Depends on cryptodev-linux for providing a header file Signed-off-by: Denys Dmytriyenko de...@ti.com --- v2 - add patch to fix INIT_COMPLETION rename in 3.13+ kernels .../cryptodev/cryptodev-module_1.6.bb | 18 + ...talling-header-file

[OE-core] [PATCH 1/4] cryptodev-linux: move to recipes-kernel to be shared with module and tests

2014-04-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- .../openssl = recipes-kernel/cryptodev}/cryptodev-linux_1.6.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/{recipes-connectivity/openssl = recipes-kernel/cryptodev}/cryptodev

[OE-core] [PATCH 4/4] cryptodev-tests: recipe for cryptodev test suite based on OpenSSL

2014-04-10 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- .../cryptodev/cryptodev-tests_1.6.bb | 23 ...pile-and-install-rules-for-cryptodev-test.patch | 69 ++ ...ests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch | 29

Re: [OE-core] [PATCH 3/4] cryptodev-module: recipe for out-of-tree cryptodev device driver

2014-04-10 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 08:50:39PM -0400, Denys Dmytriyenko wrote: On Mon, Apr 07, 2014 at 03:13:14PM -0700, Saul Wold wrote: On 04/06/2014 07:29 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Depends on cryptodev-linux for providing a header file I am seeing

Re: [OE-core] meta-toolchain-sdk LDFLAGS fails for ARMv7 (beagleboard)

2014-04-07 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 10:02:40PM +0200, Ulf Samuelsson wrote: Trying to build an SDK for the Beaglebone $ git clone git://git.yoctoproject.org/poky $ cd poky $ git checkout -b dora origin/dora $ . oe-init-build-env MACHINE is set to beagleboard in local.conf It's not critical to

Re: [OE-core] [PATCH v2] udev-extraconf: update mount.sh to use /run/media instead of /media

2014-04-07 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 08:49:44AM -0700, Saul Wold wrote: On 04/06/2014 03:46 PM, Denys Dmytriyenko wrote: ping This change is a little late for 1.6 as we are prepping for the final RC this week. It's kind of an API change since it moves the mount location /media, should we be linking

Re: [OE-core] OEDAM updates

2014-04-07 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 04:01:57PM -0700, Philip Balister wrote: Once again, please add yourself (or email Jefro or myself) if you plan to attend OEDAM. We have room for about 5-10 more people. http://www.openembedded.org/wiki/OEDAM We should also get serious about creating an agenda. Even

Re: [OE-core] [PATCH 3/4] cryptodev-module: recipe for out-of-tree cryptodev device driver

2014-04-07 Thread Denys Dmytriyenko
On Mon, Apr 07, 2014 at 03:13:14PM -0700, Saul Wold wrote: On 04/06/2014 07:29 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Depends on cryptodev-linux for providing a header file I am seeing failure on the Autobuilder with multilib enabled (lib32), I am not sure

Re: [OE-core] [PATCH v2] udev-extraconf: update mount.sh to use /run/media instead of /media

2014-04-06 Thread Denys Dmytriyenko
ping On Mon, Mar 31, 2014 at 11:54:11PM -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com This is done to work around the issue of auto-mounting block devices (i.e. SD cards) when root filesystem is still in read-only mode and creating /media/device mount-points by udev

[OE-core] [PATCH 1/4] cryptodev-linux: move to recipes-kernel to be shared with module and tests

2014-04-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- .../openssl = recipes-kernel/cryptodev}/cryptodev-linux_1.6.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/{recipes-connectivity/openssl = recipes-kernel/cryptodev}/cryptodev

[OE-core] [PATCH 3/4] cryptodev-module: recipe for out-of-tree cryptodev device driver

2014-04-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Depends on cryptodev-linux for providing a header file Signed-off-by: Denys Dmytriyenko de...@ti.com --- .../cryptodev/cryptodev-module_1.6.bb | 15 ...talling-header-file-provided-by-another-p.patch | 28 ++ 2

[OE-core] [PATCH 2/4] cryptodev-linux: create common .inc file to be shared by module and tests

2014-04-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-kernel/cryptodev/cryptodev-linux_1.6.bb | 11 ++- meta/recipes-kernel/cryptodev/cryptodev_1.6.inc | 11 +++ 2 files changed, 13 insertions(+), 9 deletions(-) create mode

[OE-core] [PATCH 4/4] cryptodev-tests: recipe for cryptodev test suite based on OpenSSL

2014-04-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- .../cryptodev/cryptodev-tests_1.6.bb | 23 ...pile-and-install-rules-for-cryptodev-test.patch | 69 ++ ...ests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch | 29

Re: [OE-core] [dora][PATCH] opkg-utils: Update to latest git master

2014-04-03 Thread Denys Dmytriyenko
On Tue, Apr 01, 2014 at 02:04:03PM +0100, Paul Barker wrote: On 1 April 2014 13:29, Paul Barker p...@paulbarker.me.uk wrote: On 1 April 2014 01:58, Denys Dmytriyenko de...@denix.org wrote: From: Denys Dmytriyenko de...@ti.com The latest commit in opkg-utils allows packages created by opkg

Re: [OE-core] [PATCH 2/2] alsa-tools: Enable GTK support for X11 and Wayland

2014-04-01 Thread Denys Dmytriyenko
On Tue, Apr 01, 2014 at 02:08:00PM -0300, Otavio Salvador wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- This patch depends on the alsa-tools one I sent some minutes ago meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [dora][PATCH] opkg-utils: Update to latest git master

2014-03-31 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com The latest commit in opkg-utils allows packages created by opkg-build to be read by dpkg-deb again. (Based on OE-Core master rev: 219944af2700ce9dbc425fac384cd32b0a802123, but all of the update-alternative fixes from master are skipped) Signed-off-by: Denys

[OE-core] [PATCH v2] udev-extraconf: update mount.sh to use /run/media instead of /media

2014-03-31 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com This is done to work around the issue of auto-mounting block devices (i.e. SD cards) when root filesystem is still in read-only mode and creating /media/device mount-points by udev is not possible. That is due to udev (/etc/rcS.d/S03udev) getting started

Re: [OE-core] OE monthy today (?)

2014-03-31 Thread Denys Dmytriyenko
On Tue, Apr 01, 2014 at 12:04:16AM -0400, Trevor Woerner wrote: ...in roughly 12 hours from now? ? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] [RFC] udev-extraconf: update mount.sh to use /run/media instead of /media

2014-03-29 Thread Denys Dmytriyenko
On Sat, Mar 29, 2014 at 12:17:23PM -0300, Otavio Salvador wrote: Hello Denys, On Fri, Mar 28, 2014 at 6:29 PM, Denys Dmytriyenko de...@denix.org wrote: From: Denys Dmytriyenko de...@ti.com This is done to work around the issue of auto-mounting block devices (i.e. SD cards) when root

Re: [OE-core] [PATCH 0/3] Replace ocf-linux with cryptodev-linux

2014-03-28 Thread Denys Dmytriyenko
On Wed, Mar 26, 2014 at 11:42:39AM -0300, Otavio Salvador wrote: Hello Kai, On Wed, Mar 26, 2014 at 7:15 AM, Kai Kang kai.k...@windriver.com wrote: Replace ocf-linux with cryptodev-linux because linux-yocto use cryptodev-linux to implement /dev/crypto. Thanks for handling it; I was

Re: [OE-core] [PATCH] kernel-arch: Always use ld.bfd to link the kernel

2014-03-28 Thread Denys Dmytriyenko
On Tue, Apr 23, 2013 at 05:47:29PM +0100, Phil Blundell wrote: The kernel's penchant for custom linker scripts means that it doesn't generally get on very well with gold. Make sure we are using the BFD linker here no matter what the distro default is set to. Signed-off-by: Phil Blundell

Re: [OE-core] [PATCH 0/3] Replace ocf-linux with cryptodev-linux

2014-03-28 Thread Denys Dmytriyenko
On Fri, Mar 28, 2014 at 01:18:32PM -0400, Bruce Ashfield wrote: On Fri, Mar 28, 2014 at 1:13 PM, Denys Dmytriyenko de...@denix.org wrote: On Wed, Mar 26, 2014 at 11:42:39AM -0300, Otavio Salvador wrote: Hello Kai, On Wed, Mar 26, 2014 at 7:15 AM, Kai Kang kai.k...@windriver.com wrote

Re: [OE-core] [PATCH 0/3] Replace ocf-linux with cryptodev-linux

2014-03-28 Thread Denys Dmytriyenko
On Fri, Mar 28, 2014 at 05:22:14PM +, Richard Purdie wrote: On Fri, 2014-03-28 at 13:13 -0400, Denys Dmytriyenko wrote: On Wed, Mar 26, 2014 at 11:42:39AM -0300, Otavio Salvador wrote: Hello Kai, On Wed, Mar 26, 2014 at 7:15 AM, Kai Kang kai.k...@windriver.com wrote: Replace

Re: [OE-core] [PATCH 1/3] cryptodev-linux: add recipe

2014-03-28 Thread Denys Dmytriyenko
On Wed, Mar 26, 2014 at 06:15:57PM +0800, Kai Kang wrote: Yocto kernel linux-yocto uses cryptodev-linux to use device /dev/crypto. So add cryptodev-linux which is one alternative of ocf-linux and then remove ocf-linux later. Quick question - is it native-only recipe? Does it expect cryptodev

Re: [OE-core] [PATCH v2] weston : refactor to identify EGL, cairoglesv2 support

2014-03-28 Thread Denys Dmytriyenko
On Fri, Mar 28, 2014 at 11:02:37AM -0300, Otavio Salvador wrote: From: Prabhu Sundararaj prabhu.sundara...@freescale.com Signed-off-by: Prabhu Sundararaj prabhu.sundara...@freescale.com Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-graphics/wayland/weston_1.4.0.bb

[OE-core] [PATCH] [RFC] udev-extraconf: update mount.sh to use /run/media instead of /media

2014-03-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com This is done to work around the issue of auto-mounting block devices (i.e. SD cards) when root filesystem is still in read-only mode and creating /media/device mount-points by udev is not possible. That is due to udev (/etc/rcS.d/S03udev) getting started

Re: [OE-core] [PATCH 1/1] openssl: add Aarch64 bie-endian support

2013-10-14 Thread Denys Dmytriyenko
On Sat, Oct 12, 2013 at 02:59:19PM -0300, Otavio Salvador wrote: On Sat, Oct 12, 2013 at 7:17 AM, Fathi Boudra fathi.bou...@linaro.org wrote: Signed-off-by: Victor Kamensky victor.kamen...@linaro.org Signed-off-by: Fathi Boudra fathi.bou...@linaro.org ... ---

Re: [OE-core] [for dylan][PATCH] kernel.bbclass: Correct post(inst|rm) package association

2013-10-11 Thread Denys Dmytriyenko
On Fri, Oct 11, 2013 at 10:33:03AM +0100, Paul Eggleton wrote: On Friday 04 October 2013 23:56:18 Paul Eggleton wrote: On Friday 04 October 2013 14:41:16 Denys Dmytriyenko wrote: Ping. Is Dylan still alive? It is yes. I pushed a paule/dylan-next poky-contrib branch the other day

Re: [OE-core] [for dylan][PATCH] kernel.bbclass: Correct post(inst|rm) package association

2013-10-04 Thread Denys Dmytriyenko
Ping. Is Dylan still alive? On Tue, Sep 24, 2013 at 12:58:20PM -0500, Franklin S. Cooper Jr wrote: From: Darren Hart dvh...@linux.intel.com Fixes [YOCTO #4991] The kernel image is installed as part of the kernel-image package, but the symlink creation/removal via alternatives is being

Re: [OE-core] [PATCH] libtool-native_2.4.2.bb: Always use /bin/sed for SED

2013-09-27 Thread Denys Dmytriyenko
On Fri, Sep 27, 2013 at 11:06:42AM +0100, Richard Purdie wrote: On Fri, 2013-09-27 at 10:20 +0100, Richard Purdie wrote: On Thu, 2013-09-26 at 18:40 -0400, Denys Dmytriyenko wrote: On Tue, Feb 12, 2013 at 01:36:44PM -0600, Jason Wessel wrote: If you never use sstate and always build

Re: [OE-core] [PATCH] libtool-native_2.4.2.bb: Always use /bin/sed for SED

2013-09-26 Thread Denys Dmytriyenko
On Tue, Feb 12, 2013 at 01:36:44PM -0600, Jason Wessel wrote: If you never use sstate and always build everything from scratch you will never see this problem. However, if you use sstate and build directories that last a long time eventually you can end up with the scenario where libtool gets

Re: [OE-core] eglibc_2.17.bb: Failure expanding variable SELECTED_OPTIMIZATION[:=]

2013-09-09 Thread Denys Dmytriyenko
Any ideas or suggestions at this point would be greatly appreciated! Thanks. On Fri, Sep 06, 2013 at 02:57:41PM -0400, Denys Dmytriyenko wrote: Hi, Has anyone seen this error before? It happens for me quite often, but not always, on Dylan branch during initial parsing: Parsing recipes

Re: [OE-core] eglibc_2.17.bb: Failure expanding variable SELECTED_OPTIMIZATION[:=]

2013-09-09 Thread Denys Dmytriyenko
On Mon, Sep 09, 2013 at 04:24:23PM +0100, Richard Purdie wrote: On Mon, 2013-09-09 at 09:51 -0400, Denys Dmytriyenko wrote: Any ideas or suggestions at this point would be greatly appreciated! Thanks. Richard, I have vague recollections about this from something happening in master. Perhaps

Re: [OE-core] [RFC][PATCH] mesa-gl: add GL-only Mesa recipe

2013-09-09 Thread Denys Dmytriyenko
On Mon, Sep 09, 2013 at 04:57:40PM +, Kamble, Nitin A wrote: Hi Ross, This is a clever way to deal with unnecessary rebuilding of mesa we were seeing earlier. With this mesa-gl, the mesa also need modification to remove gl from the default recipe. Also looks like there is a need

[OE-core] eglibc_2.17.bb: Failure expanding variable SELECTED_OPTIMIZATION[:=]

2013-09-06 Thread Denys Dmytriyenko
Hi, Has anyone seen this error before? It happens for me quite often, but not always, on Dylan branch during initial parsing: Parsing recipes... ERROR: ExpansionError during parsing .../oe-core/meta/recipes-core/eglibc/eglibc_2.17.bb: Failure expanding variable SELECTED_OPTIMIZATION[:=],

Re: [OE-core] Heads up: _remove in recipe namespace - check your layers

2013-09-02 Thread Denys Dmytriyenko
On Mon, Sep 02, 2013 at 10:54:20AM +0100, Paul Eggleton wrote: Hi all, With the recent addition of a _remove operator into BitBake in master [1] any use of _remove_ within a name or _remove at the end of a name within recipe namespace (i.e. function and variable names) needs to be changed

[OE-core] eglibc-2.17 build breaks with nptl #include nested too deeply

2013-06-05 Thread Denys Dmytriyenko
Has anyone seen this issue before - my builds are failing with the following: from ../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23, from ../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23, from

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Denys Dmytriyenko
Ack, regardless of whether a separate X11DEPENDS variable stays or goes, as we had the same fix for our SDKs for some time now (yeah, I'm well behind on upstreaming my fixes, sorry). Acked-by: Denys Dmytriyenko de...@ti.com Tested-by: Denys Dmytriyenko de...@ti.com On Wed, Jun 05, 2013 at 09

Re: [OE-core] eglibc-2.17 build breaks with nptl #include nested too deeply

2013-06-05 Thread Denys Dmytriyenko
On Wed, Jun 05, 2013 at 12:04:37PM -0400, Denys Dmytriyenko wrote: Has anyone seen this issue before - my builds are failing with the following: from ../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23, from ../ports/sysdeps/arm/sysdeps/../nptl

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Denys Dmytriyenko
On Wed, Jun 05, 2013 at 02:43:07PM -0300, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 2:23 PM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Wed, Jun 5, 2013 at 7:19 PM, Saul Wold s...@linux.intel.com wrote: On 06/05/2013 10:12 AM, Otavio Salvador wrote: On

Re: [OE-core] [PATCH 0/2] Simplify tune-cortexa*.inc, and add cortex-a5 tuning

2013-06-05 Thread Denys Dmytriyenko
On Wed, Jun 05, 2013 at 11:52:28AM -0400, Andy Voltz wrote: This series puts the common tuning setup in an include and reworks the tuning files for each cortex-a* series to use that include. A new variable, CORTEX_ID is used to specify which processor is used. Add a tuning file for the

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Denys Dmytriyenko
On Wed, Jun 05, 2013 at 05:56:31PM -0300, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:53 PM, Saul Wold s...@linux.intel.com wrote: On 06/05/2013 01:10 PM, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:07 PM, Denys Dmytriyenko de...@denix.org mailto:de...@denix.org wrote

Re: [OE-core] [PATCHv2] u-boot: Add UBOOT_LOCALVERSION to control version string

2013-04-16 Thread Denys Dmytriyenko
On Tue, Apr 16, 2013 at 11:21:35PM +0100, Richard Purdie wrote: On Tue, 2013-04-16 at 11:59 +, Maupin, Chase wrote: -Original Message- From: Maupin, Chase Sent: Thursday, April 11, 2013 8:03 AM To: openembedded-core@lists.openembedded.org Cc: Maupin, Chase Subject:

Re: [OE-core] [PATCH][for-danny] kernel bbclass: return to original directory in do_deploy

2013-04-11 Thread Denys Dmytriyenko
On Thu, Apr 11, 2013 at 12:43:30PM +, Maupin, Chase wrote: -Original Message- From: Denys Dmytriyenko [mailto:de...@denix.org] Sent: Wednesday, April 10, 2013 6:02 PM To: Maupin, Chase Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH][for-danny

Re: [OE-core] [PATCH] kernel: Add KERNEL_LOCALVERSION to control version string

2013-04-11 Thread Denys Dmytriyenko
On Thu, Apr 11, 2013 at 08:53:57AM -0400, Bruce Ashfield wrote: On Thu, Apr 11, 2013 at 8:44 AM, Maupin, Chase chase.mau...@ti.com wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] Sent: Wednesday, April 10, 2013 7:42 PM To: Maupin, Chase Cc:

Re: [OE-core] [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm

2013-04-10 Thread Denys Dmytriyenko
On Wed, Apr 10, 2013 at 06:44:21PM -0400, Trevor Woerner wrote: On Wed, Apr 10, 2013 at 2:10 PM, Marco koansoftw...@gmail.com wrote: Yes, it is copied from meta-openembedded into oe-core I'm sorry, I thought the [meta-oe] in the subject line implied this patch was destined for

Re: [OE-core] [PATCH][for-danny] kernel bbclass: return to original directory in do_deploy

2013-04-10 Thread Denys Dmytriyenko
Ping. Ross, is it in your queue for your next danny merge? -- Denys On Mon, Mar 18, 2013 at 12:39:19PM -0500, Chase Maupin wrote: * During the base kernel_do_deploy function the directory is changed to DEPLOYDIR in order to do some cleanup and symlinking. However, the directory is not

[OE-core] [PATCH 2/2][for-danny] relocate_sdk.py: allow relocate_sdk.py to work with python 2.4.x

2013-04-01 Thread Denys Dmytriyenko
From: Jason Wessel jason.wes...@windriver.com Avoid the chicken / egg problem of an SDK that provides a working python but requires that version of python to extract itself. The RHEL 5.x systems and some other enterprise Linux systems ship with python 2.4.x as the default python. We need to at

[OE-core] [PATCH 1/2][for-danny] relocate_sdk.py: Fix corruption of sdk binaries

2013-04-01 Thread Denys Dmytriyenko
From: Jason Wessel jason.wes...@windriver.com There are two cases of corruption that the relocate_sdk.py was not correctly dealing with. 1) SDK Extras should be left alone Extra external binaries included in an SDK that were linked against the host's version of /usr/lib/ld-so.so should not

[OE-core] [PATCH][for-danny] kernel.bbclass: Add missing modules.order and modules.builtins

2013-03-12 Thread Denys Dmytriyenko
From: Mark Hatle mark.ha...@windriver.com When running depmod, from kmod, warnings about missing modules.order and modules.builtins occur. Looking back it is not clear why these files were being ignored, other then nobody knew what to do with them. Add the files into the kernel-base package, if

[OE-core] [PATCH][for-danny] soc-family: fix SOC_FAMILY override order

2013-03-12 Thread Denys Dmytriyenko
From: Chase Maupin chase.mau...@ti.com * the current order has SOC_FAMILY settings, which are generic settings for a group of devices, overriding the machine specific settings. For example: KERNEL_DEVICETREE_ti33x = KERNEL_DEVICETREE_beaglebone = Should yield when

Re: [OE-core] [PATCH] soc-family: fix SOC_FAMILY override order

2013-03-11 Thread Denys Dmytriyenko
On Mon, Mar 11, 2013 at 06:03:25PM +, Maupin, Chase wrote: -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Monday, March 11, 2013 11:24 AM To: Maupin, Chase Cc: Denys Dmytriyenko; Patches

Re: [OE-core] [PATCH] soc-family: fix SOC_FAMILY override order

2013-03-11 Thread Denys Dmytriyenko
On Mon, Mar 11, 2013 at 02:49:20PM +, Maupin, Chase wrote: -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Saturday, March 09, 2013 6:11 AM To: Maupin, Chase Cc: Denys Dmytriyenko; Patches

Re: [OE-core] [PATCH] soc-family: fix SOC_FAMILY override order

2013-03-08 Thread Denys Dmytriyenko
On Fri, Mar 08, 2013 at 03:52:57PM -0300, Otavio Salvador wrote: On Fri, Mar 8, 2013 at 2:51 PM, Chase Maupin chase.mau...@ti.com wrote: * the current order has SOC_FAMILY settings, which are generic settings for a group of devices, overriding the machine specific settings. For

[OE-core] [PATCH 1/2] tune-cortexa15: add tunes for ARM Cortex-A15

2013-03-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com http://www.arm.com/products/processors/cortex-a/cortex-a15.php Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/conf/machine/include/tune-cortexa15.inc | 36 1 file changed, 36 insertions(+) create mode 100644 meta/conf

[OE-core] [PATCH][for-danny] scripts/bitbake: Remove all instances of paths to a layer's scripts directory.

2013-02-15 Thread Denys Dmytriyenko
From: Franklin S. Cooper Jr fcoo...@ti.com * Currently the assumption is made that only oe-core can include a scripts directory. * However, when other layers create a scripts directory the bitbake script freaks out causing a infinite recursive loop until it crashes. * Simply changing the

[OE-core] [PATCH][for-danny] relocate_sdk.py: new interpreter string was not '\0' terminated

2013-02-07 Thread Denys Dmytriyenko
From: Laurentiu Palcu laurentiu.pa...@intel.com The problem: SDK binaries were not properly relocated when the SDK was installed into a path that had a length less than the default one. Apparently, there were two problems here: the padding was done wrong (the size of one program header table

[OE-core] [PATCH] nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed

2013-02-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc

[OE-core] [PATCH][danny] nativesdk-qt4-tools: fix DEPENDS, as nativesdk is now prefixed

2013-02-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc

Re: [OE-core] [meta-ti] building for pandaboard fails fetching u-boot *way* into the build phase

2012-11-20 Thread Denys Dmytriyenko
On Tue, Nov 20, 2012 at 11:24:20AM -0500, Robert P. J. Day wrote: i'm sure there's a trivial workaround/explanation for this, but i wanted to build the basic meta-ti based build for my panda ES, so i started with oe-core and added the meta-ti layer. then, because of some license issues

Re: [OE-core] [meta-ti] building for pandaboard fails fetching u-boot *way* into the build phase

2012-11-20 Thread Denys Dmytriyenko
On Tue, Nov 20, 2012 at 12:34:47PM -0500, Robert P. J. Day wrote: On Tue, 20 Nov 2012, Denys Dmytriyenko wrote: On Tue, Nov 20, 2012 at 11:24:20AM -0500, Robert P. J. Day wrote: i'm sure there's a trivial workaround/explanation for this, but i wanted to build the basic meta-ti

Re: [OE-core] dbus: only use x11 if DISTRO_FEATURES has selected it

2012-10-24 Thread Denys Dmytriyenko
On Fri, Aug 12, 2011 at 04:59:43PM +0100, Phil Blundell wrote: This makes it possible to include dbus in a non-X11-equipped DISTRO. I have a follow up question on this old change... Signed-off-by: Phil Blundell ph...@gnu.org --- meta/recipes-core/dbus/dbus.inc |7 --- 1 files

Re: [OE-core] [PATCH 0/2] Add more tunes for new ARM processors Cortex-A15 and Cortex-A7

2012-10-19 Thread Denys Dmytriyenko
On Fri, Oct 19, 2012 at 10:44:32AM +0200, Martin Jansa wrote: On Thu, Oct 18, 2012 at 06:51:56PM -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com The patchset adds 2 more standard tune files for the new ARM MPCore (multicore) processors Cortex-A15 and Cortex-A7

[OE-core] [PATCH 2/2] tune-cortexa7: add tunes for ARM Cortex-A7

2012-10-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com http://www.arm.com/products/processors/cortex-a/cortex-a7.php Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/conf/machine/include/tune-cortexa7.inc | 24 1 file changed, 24 insertions(+) create mode 100644 meta/conf/machine

[OE-core] [PATCH 0/2] Add more tunes for new ARM processors Cortex-A15 and Cortex-A7

2012-10-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com The patchset adds 2 more standard tune files for the new ARM MPCore (multicore) processors Cortex-A15 and Cortex-A7, as per: http://www.arm.com/products/processors/cortex-a/cortex-a15.php http://www.arm.com/products/processors/cortex-a/cortex-a7.php Denys

[OE-core] [PATCH 1/2] tune-cortexa15: add tunes for ARM Cortex-A15

2012-10-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com http://www.arm.com/products/processors/cortex-a/cortex-a15.php Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/conf/machine/include/tune-cortexa15.inc | 24 1 file changed, 24 insertions(+) create mode 100644 meta/conf

Re: [OE-core] [oe] [PATCH] SDK: allow SDK path of various level

2012-10-16 Thread Denys Dmytriyenko
On Tue, Oct 16, 2012 at 01:37:17PM +, Fabien Proriol wrote: In the previous version, tar extraction use the --strip-component option with 4 hard coded value. If we set another SDKPATH, with a different depth, the sdk installation fails. This patch computes the level from the SDKPATH

[OE-core] [PATCH][denzil] openjade-native: fix undefined Getopts error, use std namespace

2012-10-02 Thread Denys Dmytriyenko
From: Dennis Lan dennis.y...@gmail.com Using Gentoo Linux as the build host, it fails without this patch Use Getopt::Std in place of getopts.pl. https://bugs.gentoo.org/show_bug.cgi?id=420083 which following error: /usr/bin/perl -w ./../msggen.pl -l jstyleModule InterpreterMessages.msg

[OE-core] [PATCH][denzil] openssl: add deprecated and unmaintained find.pl from perl-5.14 to fix perlpath.pl

2012-10-02 Thread Denys Dmytriyenko
From: Martin Jansa martin.ja...@gmail.com * openembedded-core/meta/recipes-connectivity/openssl/openssl.inc * * is using perlpath.pl: * * do_configure () { * cd util * perl perlpath.pl ${STAGING_BINDIR_NATIVE} * ... * * and perlpath.pl is using find.pl: *

Re: [OE-core] [PATCH] lib/oe/lsb: Add basic LSB functions

2012-07-30 Thread Denys Dmytriyenko
On Sat, Jul 28, 2012 at 10:58:16AM +0100, Jack Mitchell wrote: On 28/07/2012 10:37, Martin Jansa wrote: On Sat, Jul 28, 2012 at 11:16:14AM +0200, Martin Jansa wrote: by installing lsb_release. Archlinux 64. Should it check to see if it installed first and error otherwise? It looks like it

Re: [OE-core] [meta-ti] massive fallout after updates / was (no subject)

2012-06-21 Thread Denys Dmytriyenko
On Fri, Jun 22, 2012 at 12:11:46AM +0200, Andreas Müller wrote: On Thu, Jun 21, 2012 at 11:36 PM, Andreas Müller schnitzelt...@googlemail.com wrote: after updating all my repos (angstrom+few extra layers) I get The error seems to be caused by meta-ti. When removed, parsing works as

Re: [OE-core] [meta-ti] massive fallout after updates / was (no subject)

2012-06-21 Thread Denys Dmytriyenko
On Fri, Jun 22, 2012 at 01:34:54AM +0200, Andreas Müller wrote: On Fri, Jun 22, 2012 at 1:02 AM, Denys Dmytriyenko de...@denix.org wrote: No need to understand everything: By removing require linux-tools.inc (the fastest patch I ever had :) I can now build again. @layer maintainers: removing

[OE-core] [PATCH] pulseaudio: fix typo in the patch name, pulseaudo - pulseaudio

2012-06-05 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com No PR bump is needed. Signed-off-by: Denys Dmytriyenko de...@ti.com --- .../pulseaudio/pulseaudio_fix_for_x32.patch| 238 .../pulseaudio/pulseaudo_fix_for_x32.patch | 238 .../pulseaudio

Re: [OE-core] [oe] Fwd: Linuxtag 2012

2012-05-16 Thread Denys Dmytriyenko
On Thu, May 17, 2012 at 03:18:26AM +0200, Henning Heinold wrote: On Tue, May 15, 2012 at 11:34:15PM +0200, Florian Boor wrote: Hi all, Am 10.05.2012 23:41, schrieb Philip Balister: I encourage anyone involved in OpenEmbedded who can get to Linuxtag for even a day to help it. It is a

Re: [OE-core] [meta-openembedded] [PATCH] networkmanager: silence systemd bbclass WARNING.

2012-05-04 Thread Denys Dmytriyenko
On Fri, May 04, 2012 at 11:15:33AM +0200, Elvis Dowson wrote: This patch fixes WARNING: /tool/yocto/meta-openembedded/meta-oe/ This is not the right mailing list for patches addressed to meta-oe. As I recall, I told you to submit to openembedded-devel, but not here. Sorry if it got you

Re: [OE-core] How to fix warning: set SYSTEMD_PACKAGES as existing-package-systemd

2012-05-04 Thread Denys Dmytriyenko
On Fri, May 04, 2012 at 08:09:39PM +0200, Elvis Dowson wrote: Hi Koen, I bumped the PR, but still get the warning message. How is the warning for this specific package linked to its dependents. The warning looks localized to the lighttpd_1.4.30.bb recipe. If you can tell me how to fix

Re: [OE-core] [meta-openembedded] [PATCH] networkmanager: silence systemd bbclass WARNING.

2012-05-04 Thread Denys Dmytriyenko
On Fri, May 04, 2012 at 11:39:16AM -0700, Khem Raj wrote: On Fri, May 4, 2012 at 10:39 AM, Elvis Dowson elvis.dow...@gmail.com wrote: Me neither :-) ,... but this is what the warning message, suggested be done. It fixed the warning for networkmanager, though. If you have sysvinit

Re: [OE-core] [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to arm

2012-04-19 Thread Denys Dmytriyenko
a new version gets pulled in). This patch applies the same workaround to the bdwgc/bdwgc_20110107.bb recipe. Signed-off-by: Ken Werner ken.wer...@linaro.org Acked-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-support/bdwgc/bdwgc_20110107.bb |2 ++ 1 files changed, 2 insertions

Re: [OE-core] [yocto] meta-chromium

2012-04-17 Thread Denys Dmytriyenko
On Tue, Apr 17, 2012 at 10:40:28PM +0200, Eric B?nard wrote: Hi, we have pushed the begining of our (Eukr?a Electromatique's team and especially Denis) work to get Chromium to build with OpenEmbedded Core to : git://github.com/eukrea/meta-chromium.git https://github.com/eukrea/meta-chromium

Re: [OE-core] Fwd: ARM hard-float linker path - consensus

2012-04-13 Thread Denys Dmytriyenko
On Fri, Apr 13, 2012 at 11:11:02AM -0700, Khem Raj wrote: FYI this will impact us in coming time. If someone has questions please bring it up While it's a slightly unexpected outcome (/lib/ld-linux-armhf.so.3) it's still good to see some agreement here. Do we want to make the necessary

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-12 Thread Denys Dmytriyenko
On Thu, Apr 12, 2012 at 04:39:52PM +0200, Koen Kooi wrote: We can't do worse than fedora: http://lists.fedoraproject.org/pipermail/announce/2012-February/003044.html Are you suggesting we adopt a new Unhealthy snacks or Junk food versioning schema? :) -- Denys

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-12 Thread Denys Dmytriyenko
On Thu, Apr 12, 2012 at 02:32:00PM -0300, Otavio Salvador wrote: On Thu, Apr 12, 2012 at 14:22, Koen Kooi k...@dominion.thruhere.net wrote: You just volunteered to handle all the Does it work with yocto 1.2? questions :) Simply put: people are stupid, they need explicit PHB compliant

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-12 Thread Denys Dmytriyenko
On Thu, Apr 12, 2012 at 08:31:13PM +0100, Julian Pidancet wrote: On Thu, Apr 12, 2012 at 5:55 PM, Khem Raj raj.k...@gmail.com wrote: I think that string is fine as long as its just for yocto but I think for OE-Core we are going to do a General release so tagging that with something yocto

Re: [OE-core] Yocto Project 1.2 M4 schedule

2012-04-12 Thread Denys Dmytriyenko
On Thu, Apr 12, 2012 at 09:57:02PM +0200, Koen Kooi wrote: Op 12 apr. 2012, om 21:46 heeft Philip Balister het volgende geschreven: On 04/12/2012 11:40 AM, Richard Purdie wrote: On Thu, 2012-04-12 at 14:32 -0300, Otavio Salvador wrote: On Thu, Apr 12, 2012 at 14:22, Koen Kooi

Re: [OE-core] gdb 7.4 and libexpat

2012-04-08 Thread Denys Dmytriyenko
On Mon, Apr 02, 2012 at 01:09:09PM -0700, Khem Raj wrote: On (14/03/12 09:35), Henning Heinold wrote: On Wed, Mar 14, 2012 at 02:49:19AM +0100, Andreas Oberritter wrote: Hi, option 2 is my favourite. yes enable expat on both ends is better. ... having xml support is good to have

Re: [OE-core] [bitbake-devel] do_rootfs failed ... bug in log_check?

2012-03-30 Thread Denys Dmytriyenko
On Fri, Mar 30, 2012 at 02:27:13AM -0400, Oren Leaffer wrote: Hi, I'm getting the following failure on bitbake -v -D -D -D systemd-image: ERROR: Task 8 (/home/ol/setup-scripts/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb, do_rootfs) failed with exit code '1' NOTE: Tasks

Re: [OE-core] [PATCHv2] rootfs_ipk: don't echo opkg-cl output to log.do_rootfs

2012-03-30 Thread Denys Dmytriyenko
-devel... Acked-by: Denys Dmytriyenko de...@ti.com --- meta/classes/rootfs_ipk.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 13bd4bf..cbc63f0 100644 --- a/meta/classes

Re: [OE-core] require/include a .bb file in the same directory?

2012-03-30 Thread Denys Dmytriyenko
On Fri, Mar 30, 2012 at 05:59:22AM -0400, Robert P. J. Day wrote: couple questions about the require/include directives. first, can you include *any* valid text file? not just your standard .inc file (even though that is of course the most common thing to do). and second, i'm looking

[OE-core] [PATCH] tune-cortexa8/9: fix PACKAGE tunes being all armv7at even for non-Thumb ones

2012-03-30 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com All PACKAGE_EXTRA_ARCHS for cortexa8, cortexa8t and cortexa8-neon have typo in referencing tune-armv7at even for non-Thumb modes. Probably a copy/paste error. That's not the case for recently-added hard-fp tunes. Same for cortexa9. Signed-off-by: Denys

[OE-core] [PATCH] bc: use update-alternatives to make dc play nice with busybox

2012-03-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com busybox' default configuration enables dc app, which bc also provides, setup update-alternatives to resolve the conflict. Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-extended/bc/bc_1.06.bb | 13 +++-- 1 files changed, 11

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-28 Thread Denys Dmytriyenko
On Mon, Mar 26, 2012 at 05:56:16PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 09:25 -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 10:35 -0700, Tom Rini wrote: As per

Re: [OE-core] [PATCH] bc: use update-alternatives to make dc play nice with busybox

2012-03-28 Thread Denys Dmytriyenko
On Wed, Mar 28, 2012 at 09:38:04AM +0100, Richard Purdie wrote: On Wed, 2012-03-28 at 02:11 -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com busybox' default configuration enables dc app, which bc also provides, setup update-alternatives to resolve the conflict

[OE-core] [PATCHv2] bc: use update-alternatives to make dc play nice with busybox

2012-03-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com busybox' default configuration enables dc app, which bc also provides, setup update-alternatives to resolve the conflict. Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-extended/bc/bc_1.06.bb |7 +-- 1 files changed, 5 insertions

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-27 Thread Denys Dmytriyenko
On Tue, Mar 27, 2012 at 08:27:02PM +0100, Paul Eggleton wrote: On Tuesday 27 March 2012 08:20:11 Robert P. J. Day wrote: i'm currently poring over the OE docs (including the ones at the yocto site), and i'm trying to figure out how to simply add a package to an image through one's

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-26 Thread Denys Dmytriyenko
On Mon, Mar 26, 2012 at 10:13:59AM -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 05:56:16PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 09:25 -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 10:35 -0700, Tom Rini wrote:

Re: [OE-core] Stable release of oe-core

2012-03-26 Thread Denys Dmytriyenko
On Mon, Mar 26, 2012 at 04:25:19PM -0400, Brandon Stafford wrote: Hi all, I don't see an RC branch or anything like that in the git repo. I'm about to make the leap from the oe classic 2011.03-maintenance branch to oe-core, so I'm trying to figure out the right place to land. In the March

Re: [OE-core] Consistency and use cases for IMAGE_FSTYPES

2012-03-22 Thread Denys Dmytriyenko
On Thu, Mar 22, 2012 at 11:26:24PM +, Richard Purdie wrote: On Fri, 2012-03-09 at 14:39 -0700, Tom Rini wrote: Hey all, Over in meta-ti I kicked off a discussion (https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html) about if we should be using '?=' or '+=' with

<    3   4   5   6   7   8   9   >