[oe] [meta-oe][PATCH] geis: Add python3-argparse module to RDEPENDS

2016-08-23 Thread Fabio Berton
Python module argparse was removed from python3-misc package, so we need to add new python3-argparse package to RDEPENDS. Signed-off-by: Fabio Berton --- meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/canoni

[oe] [meta-oe] [PATCH 2/3] benchmarks:Added recipe for dhrystone

2016-08-23 Thread Mubin Sayyed
This patch adds recipe for dhrystone benchmarks. Dhrystone benchmarks measure CPU performance. Signed-off-by: Mubin Sayyed --- .../recipes-benchmark/dhrystone/dhrystone_2.1.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-benchmark/dhrystone/

[oe] [meta-oe] [PATCH 1/3] benchmarks:Added recipe for whetstone benchmarks

2016-08-23 Thread Mubin Sayyed
This patch adds recipe for whestone benchmarks. Whestone benchmarks measures CPU's floating-point arithmetic performance Signed-off-by: Mubin Sayyed --- .../recipes-benchmark/whetstone/whetstone_1.0.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/re

[oe] [meta-oe] [PATCH 0/3] Added cpu benchmarks

2016-08-23 Thread Mubin Sayyed
Added recipes for cpu benchmarks dhrystone,whetstone and linpack. Mubin Sayyed (3): benchmarks:Added recipe for whetstone benchmarks benchmarks:Added recipe for dhrystone benchmarks:Added recipe for linpack .../recipes-benchmark/dhrystone/dhrystone_2.1.bb | 22 ++ met

[oe] [meta-oe] [PATCH 3/3] benchmarks:Added recipe for linpack

2016-08-23 Thread Mubin Sayyed
This patch adds recipe for linpack benchmarks. linpack benchmarks measures the CPU's floating point computing power. Signed-off-by: Mubin Sayyed --- meta-oe/recipes-benchmark/linpack/linpack_1.0.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-

[oe] [meta-java][PATCH v2] openjdk-8: Fix QA error caused by a missing hash

2016-08-23 Thread Erkka Kääriä
EXTRA_LDFLAGS were not used when building certain shared objects. This means that the Yocto specific linker flags were lost, which caused build failures due to a bad hash style QA error. Signed-off-by: Erkka Kääriä --- recipes-core/openjdk/openjdk-8_102b14.bb | 1 + recipes-core/openj

[oe] [meta-qt5][PATCH] qtbase: avoid QA warning if PACKAGECONFIG_RELEASE = "debug"

2016-08-23 Thread Jonathan Liu
If PACKAGECONFIG_RELEASE = "debug", an invalid PACKAGECONFIG QA warning is shown. To avoid this, we add dummy debug PACKAGECONFIG. Signed-off-by: Jonathan Liu --- recipes-qt/qt5/qtbase_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase

[oe] [PATCH][meta-oe] efivar: fix PIC not found

2016-08-23 Thread Hongxu Jia
Previously, we tweak gcc option for gold linker to workaround link failure, it caused shared object dependencies missing while non gold linker: Print shared object dependencies in target: .. root@localhost:~# ldd /usr/sbin/efibootmgr linux-vdso.so.1 (0x7ffdbbbe4000) libc.so