[oe] [meta-networking][PATCH] rp-pppoe:3.8->3.11

2015-08-18 Thread Lei Maohui
-deleted use-ldflags.patch that not needed. -modified patches for 3.11 Signed-off-by: Lei Maohui --- .../configure.in-Error-fix.patch | 18 + .../configure.patch| 0 .../configure_in_cross.patch | 46 ++-

[oe] [meta-oe][PATCH] libjs-sizzle: upgrade 1.9.3 -> 1.10.18

2015-08-18 Thread Li xin
* Modify SRC_URI to avoid do_fetch failed. * Modify LICENSE file,and the LICENSE has been changed. * Replace the hardcoded strings "/usr/share" Signed-off-by: Li Xin --- ...bjs-sizzle_1.9.3.bb => libjs-sizzle_1.10.18.bb} | 24 ++ 1 file changed, 11 insertions(+), 13 deletions

Re: [oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1

2015-08-18 Thread Rafaël Carré
On 08/19/2015 05:05 AM, Tim Orling wrote: > On Tue, Aug 18, 2015 at 2:44 AM, Martin Jansa > wrote: > >> On Sun, Aug 02, 2015 at 06:07:57PM -0700, Tim Orling wrote: >>> I accidentally left libvorbis as a dependency in vlc.inc, which is not >>> needed (tremor provides what was needed). >>> >>> You

Re: [oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1

2015-08-18 Thread Tim Orling
On Tue, Aug 18, 2015 at 2:44 AM, Martin Jansa wrote: > On Sun, Aug 02, 2015 at 06:07:57PM -0700, Tim Orling wrote: > > I accidentally left libvorbis as a dependency in vlc.inc, which is not > > needed (tremor provides what was needed). > > > > You can pull the corrected recipes from: > > > > > ht

Re: [oe] [meta-oe][RFC][PATCH 1/3] heimdal 1.6rc2: add buildtool for samba4

2015-08-18 Thread Bian, Naimeng
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Koen > Kooi > Sent: Tuesday, August 18, 2015 6:51 PM > To: Martin Jansa > Cc: openembedded-devel@lists.openembedded.org > Subject: Re: [oe

Re: [oe] [meta-oe][PATCH] pmtools: add new recipe

2015-08-18 Thread Jagadeesh Krishnanjanappa
> > > On Aug 18, 2015, at 9:49 AM, Jagadeesh Krishnanjanappa < > jkrishnanjana...@mvista.com> wrote: > > > > pmtools contains small collection of power management test and > > investigation tools, > > acpidump - dump a system’s ACPI tables to an ASCII file > > acpixtract - convert ASCII acpidump ou

[oe] [meta-networking][PATCH] ptpd: 2.3.1-rc2->2.3.1

2015-08-18 Thread Lei Maohui
Delete ptpd-add-dpaa-etsec-support.patch.The reason is the following: - The ptpd-add-dpaa-etsec-support.patch does not suitable for new version. - The upstream didn't accept this patch. Signed-off-by: Lei Maohui --- .../ptpd/ptpd/ptpd-add-dpaa-etsec-support.patch| 621 -

Re: [oe] [PATCH 00/55] For meta-oe fido-next

2015-08-18 Thread Andre McCurdy
On Mon, Aug 3, 2015 at 9:22 AM, Armin Kuster wrote: > I don't recall if I sent this pull request already. > > Please consider these changes for Meta-openembedded fido next > > The following changes since commit c841231b9f327d2d06d19d2ba1324dd86b83617c: > > netperf: fix the broken download url (2

[oe] Updates to meta-browser (master) in 2015-08-18

2015-08-18 Thread Otavio Salvador
Hello, I pushed following updates: commit ca96f4326345dcd779fc539877a04f069f431749 (HEAD -> master, origin/master, origin/HEAD) Author: Max Krummenacher Date: Sun Aug 16 21:40:23 2015 +0200 firefox-l10n: Update all languages for 10.0.12esr release Signed-off-by: Max Krummenacher

[oe] Updates to meta-java (master) in 2015-08-18

2015-08-18 Thread Otavio Salvador
Hello, I pushed following updates: commit 3e5d59227c1370ca7ec5c5eb62af431699cd855c (HEAD -> pending, yocto/master, m/master) Author: Mario Domenech Goulart Date: Tue Aug 18 17:14:31 2015 -0300 rxtx: drop dependency on fastjar-native; depend on virtual/javac-native fastjar-native

[oe] [meta-java][PATCH 2/3] Avoid parse time errors due to dependency on x11, for distros without x11

2015-08-18 Thread Mario Domenech Goulart
BitBake raises some errors when processing recipes that depend on x11 for distros that don't have x11 in DISTRO_FEATURES. To work around that issue, REQUIRED_DISTRO_FEATURES = "x11" (from distro_features_check.bbclass) has been set for the following recipes: * cacao * classpath * jamvm * openjdk-6

[oe] [meta-java][PATCH 3/3] rxtx: drop dependency on fastjar-native; depend on virtual/javac-native

2015-08-18 Thread Mario Domenech Goulart
fastjar-native must be provided by either virtual/javac-native itself or by a recipe virtual/javac-native depends on. Signed-off-by: Mario Domenech Goulart --- recipes-extended/rxtx/rxtx_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/rxtx/rxtx_2.2.0

[oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-18 Thread Mario Domenech Goulart
The recipes below depended on a hardcoded native compile (ecj-initial-native). Since we may use another native compiler to build them, we set the dependency in virtual/javac-native instead. * cacao * classpath-native * jamvm Signed-off-by: Mario Domenech Goulart --- recipes-core/cacao/cacao_1.

Re: [oe] [meta-oe][PATCH] pmtools: add new recipe

2015-08-18 Thread Khem Raj
> On Aug 18, 2015, at 9:49 AM, Jagadeesh Krishnanjanappa > wrote: > > pmtools contains small collection of power management test and > investigation tools, > acpidump - dump a system’s ACPI tables to an ASCII file > acpixtract - convert ASCII acpidump output to raw binary table > madt - parser

[oe] [meta-oe][PATCH] pmtools: add new recipe

2015-08-18 Thread Jagadeesh Krishnanjanappa
pmtools contains small collection of power management test and investigation tools, acpidump - dump a system’s ACPI tables to an ASCII file acpixtract - convert ASCII acpidump output to raw binary table madt - parser for ACPI table Signed-off-by: Jagadeesh Krishnanjanappa --- .../recipes-devtoo

Re: [oe] [meta-java][PATCH 1/2] OpenJDK-8u: For x86 and arm

2015-08-18 Thread Awasthi, Vinay K
Openjdk-8-jre is changed to openjdk-8u-jre (Openjdk-8 update) I will incorporate other comments and send out an updated patch. Thanks, Vinay -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of

Re: [oe] [meta-java][PATCH 1/2] OpenJDK-8u: For x86 and arm

2015-08-18 Thread Maxin B. John
Hi, On Fri, Aug 14, 2015 at 12:35:03PM -0700, Vinay K. Awasthi wrote: > From: "Vinay K. Awasthi" > > OpenJDK-8 Update Build 40b27: > > This package enables OpenJDK-8 update for x86 and arm in following vm > configurations. > > x86: hotspot VM > arm: interpreter mode (zero vm) > > Openjdk-8u

Re: [oe] [meta-java][PATCH 2/2] Openjdk-8u: Added bootstrap JDK option

2015-08-18 Thread Maxin B. John
Hi, On Fri, Aug 14, 2015 at 12:35:22PM -0700, Vinay K. Awasthi wrote: > From: "Vinay K. Awasthi" > > Added --with-boot-jdk option that allows icedtea7-native to be used as > bootstrap jdk. > > Signed-off-by: Vinay K. Awasthi > --- > recipes-core/openjdk/openjdk-8u_40b27-2.5.4.bb | 1 + > 1 f

Re: [oe] [meta-oe] inconsistency between autotests and ssh support

2015-08-18 Thread Paul Eggleton
Hi Amit, On Tuesday 18 August 2015 09:34:44 Amit Chaudhuri wrote: > I am experimenting with tools-profile and qemux86 and qemuarm. Autotest > failures make me think there is an inconsistency in the recipes and > possibly also somewhere in the docs. > > I was under the impression (from docs?) that

Re: [oe] [meta-oe][PATCH] libvpx: fix build errors for gcc 5

2015-08-18 Thread Martin Jansa
On Sun, Aug 09, 2015 at 06:20:13PM +0200, Max Krummenacher wrote: > Signed-off-by: Max Krummenacher Please test your patches. gcc-5-max_align_t.patch and in SRC_URI there is: file://fix_build_with_gcc5.patch I'll fix it this time when cherry-picking to master-next. > --- > .../webm/libvpx/gcc

Re: [oe] [meta-oe][RFC][PATCH 1/3] heimdal 1.6rc2: add buildtool for samba4

2015-08-18 Thread Koen Kooi
> Op 18 aug. 2015, om 12:35 heeft Martin Jansa het > volgende geschreven: > > On Sun, Aug 09, 2015 at 10:54:04AM +0200, Koen Kooi wrote: >> Samba4 uses ans1_compile and compile_et to build itself, so we need a >> -native version of it. Heimdal is the external upstream variant of the tools >> s

Re: [oe] [PATCH 00/55] For meta-oe fido-next

2015-08-18 Thread Otavio Salvador
On Tue, Aug 18, 2015 at 7:45 AM, Martin Jansa wrote: > On Thu, Aug 13, 2015 at 01:34:42PM -0700, akuster808 wrote: >> can I get a status on this request? > > Sorry for delay caused by my vacation, I've just merged it to fido-next. > > Send your ACKs when it's ready for merge to fido. Acked-by: Ot

Re: [oe] [PATCH 00/55] For meta-oe fido-next

2015-08-18 Thread Martin Jansa
On Thu, Aug 13, 2015 at 01:34:42PM -0700, akuster808 wrote: > can I get a status on this request? Sorry for delay caused by my vacation, I've just merged it to fido-next. Send your ACKs when it's ready for merge to fido. > - armin > > On 08/03/2015 09:22 AM, Armin Kuster wrote: > > I don't rec

Re: [oe] [meta-oe][PATCH v2 3/7] libldb: add new recipe

2015-08-18 Thread Martin Jansa
On Thu, Aug 06, 2015 at 06:57:08AM +, Bian, Naimeng wrote: > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org > > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > > Martin Jansa > > Sent: Monday, August 03, 2015 5:40 PM > > To: op

Re: [oe] [meta-oe][RFC][PATCH 1/3] heimdal 1.6rc2: add buildtool for samba4

2015-08-18 Thread Martin Jansa
On Sun, Aug 09, 2015 at 10:54:04AM +0200, Koen Kooi wrote: > Samba4 uses ans1_compile and compile_et to build itself, so we need a > -native version of it. Heimdal is the external upstream variant of the tools > samba bundles. Can you please compare with implementation from Bian: http://lists.ope

Re: [oe] [PATCH][meta-oe] cryptsetup: upgrade 1.6.6 -> 1.6.7

2015-08-18 Thread Martin Jansa
On Tue, Aug 18, 2015 at 02:29:22PM +0800, rongqing...@windriver.com wrote: > From: Roy Li > > 1.6.7 is a bugfix release. Duplicates: commit 4233630de77d52718adc2d624288a4d3b3d7dede Author: leimaohui Date: Fri Jul 31 11:44:14 2015 +0800 cryptsetup: upgrade 1.6.6->1.6.7 > > Signed-off-b

Re: [oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: update to 2.2.1

2015-08-18 Thread Martin Jansa
On Sun, Aug 02, 2015 at 06:07:57PM -0700, Tim Orling wrote: > I accidentally left libvorbis as a dependency in vlc.inc, which is not > needed (tremor provides what was needed). > > You can pull the corrected recipes from: > > http://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/vlc-2

Re: [oe] [meta-oe][meta-multimedia][PATCH 1/2] libdvdread: update to 5.0.3

2015-08-18 Thread Martin Jansa
On Sun, Aug 02, 2015 at 05:47:23PM -0700, Tim Orling wrote: > * libdvdread > 4.9 required for vlc 2.2.1 > > Signed-off-by: Tim Orling > --- > .../vlc/{vlc_2.1.4.bb => vlc_2.2.1.bb} | 0 This part belongs to next patch, I've moved it before merge to master. > .../recipes-multi

[oe] [meta-oe] inconsistency between autotests and ssh support

2015-08-18 Thread Amit Chaudhuri
Hi, I am experimenting with tools-profile and qemux86 and qemuarm. Autotest failures make me think there is an inconsistency in the recipes and possibly also somewhere in the docs. I was under the impression (from docs?) that core-image-base would add ssh support so I switched from core-image-min