Re: [oe] Fwd: Re: open embedded build issues with beagle board

2014-07-15 Thread Stephen Arnold
Just add meta-ti to your bblayers and set your machine. The latest kernel *should* support video; there's also the LinuxOnArm wiki with a working kernel. Steve On Mon, Jul 14, 2014 at 9:29 PM, Bryan just4tec...@gmail.com wrote: Hi Cliff, thanks for your suggestion, i tried links

Re: [oe] avoiding hard-coded filenames in package file lists

2014-07-15 Thread Henning Heinold
On Mon, Jul 14, 2014 at 07:35:39PM -0400, Robert P. J. Day wrote: occasionally, i still trip across stuff like this (this is from oe-core): meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb:FILES_${PN} = /etc ${datadir}/fonts i'm assuming that one should avoid hard-coding

Re: [oe] [PATCH] vsftpd: fix install warning

2014-07-15 Thread Rongqing Li
It should be in meta-networking On 07/15/2014 08:59 AM, rongqing...@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com WARNING: QA Issue: vsftpd: Files/directories were installed but not shipped /run /run/vsftpd /run/vsftpd/empty Signed-off-by: Roy Li

Re: [oe] [PATCH][meta-oe] memstat: add memstat recipe

2014-07-15 Thread Matthieu CRAPET
Hi, A manpage is included in the sources but not installed. This would be nice to package it. Regards, Matthieu -Message d'origine- De : openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] De la part de Rongqing Li Envoyé :

Re: [oe] [PATCH][meta-oe] memstat: add memstat recipe

2014-07-15 Thread Rongqing Li
On 07/15/2014 04:44 PM, Matthieu CRAPET wrote: Hi, A manpage is included in the sources but not installed. This would be nice to package it. Regards, Matthieu Cc: HuangJie -Roy -Message d'origine- De : openembedded-devel-boun...@lists.openembedded.org

Re: [oe] [meta-oe][PATCH] [v3] lz4: update to latest version

2014-07-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Armin Kuster schreef op 15-07-14 07:31: update to version r119 Use github instead of svn LICENSE md5sum changed since it was updated in r117 Good to know when it was changed, but I'm more interested in *what* changed. FIxes CVE-2014-4611

[oe] [PATCH][meta-oe] libee: add recipe

2014-07-15 Thread rongqing.li
From: Roy Li rongqing...@windriver.com The core idea of libee is to provide a small but hopefully convenient API layer above the CEE standard. Signed-off-by: Roy Li rongqing...@windriver.com --- meta-oe/recipes-support/libee/libee.inc| 39

Re: [oe] [PATCH][meta-oe] memstat: add memstat recipe

2014-07-15 Thread Huang, Jie (Jackie)
On 07/15/2014 04:44 PM, Matthieu CRAPET wrote: Hi, A manpage is included in the sources but not installed. This would be nice to package it. Sure, it make senses, I will add it and send v2. Thanks, Jackie Regards, Matthieu Cc: HuangJie -Roy -Message

Re: [oe] Building openjdk-7-jre

2014-07-15 Thread MONDON Daniel
Hi, Confirmation! To build java under Ubuntu 12.04, the default compilator version 4.6 must be change. I succeed with V4.8. Thanks Daniel. -Message d'origine- De : openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] De la part

[oe] [meta-oe][PATCH v2] memstat: add new recipe

2014-07-15 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com memstat is a small proc-based utility designed to help the system administrator figure out what's consuming memory. Like ps, it lists all the processes, and how much private memory each is using. Unlike ps, it also lists all the shared objects (shared

Re: [oe] defining FEATURE_PACKAGES_* in core-image.bbclass vs image.bbclass

2014-07-15 Thread Robert P. J. Day
On Mon, 14 Jul 2014, Rudolf Streif wrote: then i noticed that the splash feature is defined, not in core-image.bbclass, but in the more basic image.bbclass, as is package-management: FEATURE_PACKAGES_package-management = ${ROOTFS_PKGMANAGE} SPLASH ?= psplash

Re: [oe] [meta-oe][PATCH 2/2 v2] syslog-ng: uprev to 3.5.4.1

2014-07-15 Thread Martin Jansa
On Fri, Jul 11, 2014 at 05:55:09AM -0400, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com - initscript: add status, PIDFILE and xconsole - syslog-ng.conf: dump the version - Fix some memory leak problems we found - Some backport patches - scl: fix wrong

Re: [oe] [meta-oe][PATCH] [v3] lz4: update to latest version

2014-07-15 Thread Martin Jansa
On Mon, Jul 14, 2014 at 10:31:25PM -0700, Armin Kuster wrote: update to version r119 Use github instead of svn LICENSE md5sum changed since it was updated in r117 FIxes CVE-2014-4611 This belongs to oe-core as you have originally posted it :) Signed-off-by: Armin Kuster akus...@mvista.com

[oe] [meta-oe][PATCH 1/2] mcnavi: add missing dependency on intltool-native

2014-07-15 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb b/meta-efl/recipes-navigation/mcnavi/mcnavi_0.3.4.bb index

[oe] [meta-oe][PATCH 2/2] navit, usbpath: add missing pkgconfig inherit

2014-07-15 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-navigation/navit/navit.inc | 2 +- meta-oe/recipes-support/usbpath/usbpath_svn.bb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-navigation/navit/navit.inc

Re: [oe] [meta-oe][PATCH] [v3] lz4: update to latest version

2014-07-15 Thread akuster
On 07/15/2014 02:08 AM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Armin Kuster schreef op 15-07-14 07:31: update to version r119 Use github instead of svn LICENSE md5sum changed since it was updated in r117 Good to know when it was changed, but I'm more interested in

[oe] OE Changelog since 2014-07-06 until 2014-07-13

2014-07-15 Thread cliff . brake
Changelog since 2014-07-06 until 2014-07-13. 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] [PATCH 3/7] which: use foreign automake strictness

2014-07-15 Thread Ross Burton
which doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-extended/which/which-2.20/automake.patch | 10 ++ meta/recipes-extended/which/which_2.20.bb |1 + 2 files changed, 11

[oe] [PATCH 1/7] bzip2: use foreign automake strictness

2014-07-15 Thread Ross Burton
bzip2 doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH 0/7][RFC] Remove enforced --foreign in autoreconf

2014-07-15 Thread Ross Burton
Hi, Since 2004 we've been forcibly passing --foreign to automake in autoreconf. This is a change from upstream behaviour and can actually break packages that expect GNU behaviour (admittedly the failure case reported was interesting), and I'm on a bit of a mission to remove patches that don't

[oe] [PATCH 2/7] libid3tag: use foreign automake strictness

2014-07-15 Thread Ross Burton
libid3tag doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../libid3tag/libid3tag/obsolete_automake_macros.patch |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[oe] [PATCH 4/7] libmad: use foreign automake strictness

2014-07-15 Thread Ross Burton
libmad doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../libmad/libmad/automake-foreign.patch | 12 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb |1 + 2 files

[oe] [PATCH 6/7] ltp: use foreign automake strictness

2014-07-15 Thread Ross Burton
ltp doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../ltp/ltp/automake-foreign.patch | 20 meta/recipes-extended/ltp/ltp_20140422.bb |1 + 2 files changed, 21

[oe] [PATCH 7/7] autoconf: remove automake patch enforcing --foreign

2014-07-15 Thread Ross Burton
Since 2004 we've been carrying a patch[1] make autoreconf pass --foreign to automake. Presumably at the time this was due to many upstreams using hand-coded bootstrap scripts that passed --foreign manually, but we were using autoreconf. These days many projects have added foreign to

[oe] [PATCH 5/7] oprofile: use foreign automake strictness

2014-07-15 Thread Ross Burton
oprofile doesn't want GNU-levels of automake strictness so tell it to be foreign. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-kernel/oprofile/oprofile.inc|1 + meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch |7 +++ 2 files

Re: [oe] [PATCH 0/7][RFC] Remove enforced --foreign in autoreconf

2014-07-15 Thread Martin Jansa
On Tue, Jul 15, 2014 at 05:18:30PM +0100, Ross Burton wrote: Hi, Since 2004 we've been forcibly passing --foreign to automake in autoreconf. This is a change from upstream behaviour and can actually break packages that expect GNU behaviour (admittedly the failure case reported was

[oe] [meta-oe][PATCH] stop trying to remove folders that do not exist

2014-07-15 Thread Stephano Cetola
From: Stephano Cetola scet...@reachtech.com The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola scet...@reachtech.com --- meta-oe/recipes-devtools/php/php.inc |6 ++ 1 file changed, 6

Re: [oe] [meta-oe][PATCH] stop trying to remove folders that do not exist

2014-07-15 Thread Gary Thomas
On 2014-07-15 12:01, Stephano Cetola wrote: From: Stephano Cetola scet...@reachtech.com The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola scet...@reachtech.com ---

Re: [oe] [meta-oe][PATCH] stop trying to remove folders that do not exist

2014-07-15 Thread Martin Jansa
On Tue, Jul 15, 2014 at 11:01:55AM -0700, Stephano Cetola wrote: From: Stephano Cetola scet...@reachtech.com The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. this doesn't match with the diff Signed-off-by: Stephano

[oe] [meta-oe][PATCH] php: stop removing directories that do not exist

2014-07-15 Thread Stephano Cetola
The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola stepha...@gmail.com --- meta-oe/recipes-devtools/php/php.inc |6 -- 1 file changed, 6 deletions(-) diff --git

Re: [oe] [meta-oe][PATCH v3] cpuburn-neon: Upgrade to version 20140626

2014-07-15 Thread Otavio Salvador
Martin, On Fri, Jun 27, 2014 at 2:13 PM, Lauren Post lauren.p...@freescale.com wrote: Previous location is no longer accessible and breaks builds that include cpuburn-neon. This updates the location to fix the build breaks Signed-off-by: Lauren Post lauren.p...@freescale.com Signed-off-by:

Re: [oe] [meta-oe][PATCH] stop trying to remove folders that do not exist

2014-07-15 Thread Stephano Cetola
Stephano Cetola stephanoc at gmail.com writes: From: Stephano Cetola scetola at reachtech.com The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola scetola at reachtech.com ---

[oe] [meta-oe][PATCH] libnice: create ${S}/m4 directory before gtkdocize is called

2014-07-15 Thread Martin Jansa
* otherwise it fails with: + gtkdocize --docdir /OE/build/shr-core/tmp-eglibc/work/core2-64-oe-linux/libnice/0.0.13-r4/libnice-0.0.13 ln: target 'm4/' is not a directory: No such file or directory cp: cannot create regular file 'm4/': Not a directory Signed-off-by: Martin Jansa

Re: [oe] [oe-commits] Richard Purdie : recipes: add missing gtk-doc class dependencies

2014-07-15 Thread Martin Jansa
On Sat, Jun 21, 2014 at 05:24:45PM +, g...@git.openembedded.org wrote: Module: meta-openembedded.git Branch: master Commit: f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e URL: http://git.openembedded.org/?p=meta-openembedded.gita=commit;h=f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e Author:

Re: [oe] [meta-oe][PATCH v3] cpuburn-neon: Upgrade to version 20140626

2014-07-15 Thread Martin Jansa
On Tue, Jul 15, 2014 at 03:27:58PM -0300, Otavio Salvador wrote: Martin, On Fri, Jun 27, 2014 at 2:13 PM, Lauren Post lauren.p...@freescale.com wrote: Previous location is no longer accessible and breaks builds that include cpuburn-neon. This updates the location to fix the build breaks

Re: [oe] [PATCH 7/7] autoconf: remove automake patch enforcing --foreign

2014-07-15 Thread Burton, Ross
On 15 July 2014 21:14, Khem Raj raj.k...@gmail.com wrote: can it be somehow made such that it can be passed via option flags so we dont have to patch the packages not using above automake macro Packages that don't use the right automake macro are generally very old and we're already carrying

Re: [oe] [meta-oe][PATCH] php: stop removing directories that do not exist

2014-07-15 Thread Stephano Cetola
Stephano Cetola stephanoc at gmail.com writes: The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola stephanoc at gmail.com --- meta-oe/recipes-devtools/php/php.inc |6 -- 1 file

[oe] [meta-oe][PATCH 1/2] meta-python: create layer

2014-07-15 Thread Tim Orling
Signed-off-by: Tim Orling ticot...@gmail.com --- meta-python/COPYING.MIT | 17 +++ meta-python/README | 53 + meta-python/conf/layer.conf | 9 3 files changed, 79 insertions(+) create mode 100644

[oe] [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe

2014-07-15 Thread Tim Orling
* Move recipes from meta-openembedded/meta-oe that are not depended upon by recipes already in meta-oe (e.g. gateone, anki) * Recipes NOT moved: python-futures python-pyopenssl python-simplejson python-tornado python-pyqt

[oe] [meta-oe][PATCH 0/2] meta-python creation

2014-07-15 Thread Tim Orling
This layer is intended to be the home of python modules for OpenEmbedded. Modules in this layer need to be independent of openembedded-core and meta-openembedded/meta-oe. Because of this, modules required by 'gateone' and 'anki' are not included and remain in:

[oe] [PATCH][meta-oe] liblognorm: add recipe

2014-07-15 Thread rongqing.li
From: Roy Li rongqing...@windriver.com liblognorm is a tool to normalize log data. Signed-off-by: Roy Li rongqing...@windriver.com --- meta-oe/recipes-extended/liblognorm/liblognorm.inc| 17 + .../recipes-extended/liblognorm/liblognorm_1.0.1.bb |5 + 2 files

[oe] [meta-oe][PATCH] ola: add 0.9.1

2014-07-15 Thread Koen Kooi
Open Lighting Architecture (OLA) is part of the Open Lighting Project and provides applications with a mechanism to send and receive DMX512 RDM commands using hardware devices and DMX over IP protocols. Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---