Re: [OE-core] [PATCH] image.py: make sure ROOTFS_SIZE is an integer

2015-09-17 Thread Mike Looijmans
Suggestion: Why bother so much about that last bit? If floats are being used (I suspect because "overhead_factor" is float), any bit-perfect accuracy has been thrown out the window anyway. I suggest just saying "base_size = int(size_kb * overhead_factor)", and be done with it. If someone speci

[OE-core] [PATCH 1/1] meta: fix build with gettext 0.16.1

2015-09-17 Thread Robert Yang
The gettext 0.16.1 doesn't install any m4 files to sysroot, please see the following commit: commit 9e10db5bdfe77c0ef2aff2f1cf89958b62c294a1 Author: Christopher Larson Date: Mon Mar 17 18:10:54 2014 + gettext-0.16.1: kill target m4 macros from sysroot This is aim for using get

[OE-core] [PATCH 0/1] meta: fix build with gettext 0.16.1

2015-09-17 Thread Robert Yang
The world build will be OK with this patch when buidling low versions: PREFERRED_VERSION_bash = "3.2.48" PREFERRED_VERSION_bison = "2.3" PREFERRED_VERSION_busybox = "1.23.2" PREFERRED_VERSION_coreutils = "6.9" PREFERRED_VERSION_cpio = "2.8" PREFERRED_VERSION_db = "5.3.28" PREFERRED_VERSION_diffuti

[OE-core] [PATCH 1/2] ccache: fix file name too long

2015-09-17 Thread Robert Yang
The all_cppflags change paths to filename which cause file name too long error when the path is longer than NAME_MAX (usually 255). Strip srcdir to fix the problem. [YOCTO #8313] Signed-off-by: Robert Yang --- meta/recipes-devtools/ccache/ccache_3.2.3.bb |4 ++- .../0002-dev.mk.in-fix

[OE-core] [PATCH 2/2] bind: fix too long error from gen

2015-09-17 Thread Robert Yang
gen.c uses 512 as the path length which is a little short when build in deep dir, and cause "too long" error, use PATH_MAX if defined. Signed-off-by: Robert Yang --- .../0001-lib-dns-gen.c-fix-too-long-error.patch| 34 meta/recipes-connectivity/bind/bind_9.10.2-P4.bb

[OE-core] [PATCH 0/1] fix when len(TMPDIR) = 410

2015-09-17 Thread Robert Yang
len(TMPDIR) = 410 is supported by oe-core, the world build will be OK after the 2 patches. // Robert The following changes since commit f0189829498e30231d826c9f55aad73e622d076e: qemu: Update to upstream patches (2015-09-14 11:22:02 +0100) are available in the git repository at: git://git.o

Re: [OE-core] [PATCH 0/1] util-linux: add runuser PAM config files

2015-09-17 Thread ChenQi
Without this patch, we would meet errors like below. Please consider merging this patch. root@qemux86-64:~# touch 1 2 root@qemux86-64:~# ls 1 2 root@qemux86-64:~# runuser -l root -c ls runuser: Failure setting user credentials Best Regards, Chen Qi On 05/15/2015 01:29 PM, Shan Hai wrote: Add

[OE-core] [PATCH 1/4] wic: add dependencies to wic-image-minimal recipe

2015-09-17 Thread Ed Bartosh
Added "DEPENDS =" line to the recipe to ensure that all tools required for image creation are built. Signed-off-by: Ed Bartosh --- meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb

[OE-core] [wic] [PATCH v2 0/4] wic bugfix and improvements

2015-09-17 Thread Ed Bartosh
Hi, This patchset contains a changes suggested by QA team. Daniel, thank you for suggestions! Changes in v2: added one more patch The following changes since commit ea562de57590c966cd5a75fda8defecd397e6436: qemu: Update to upstream patches (2015-09-14 20:46:40 +0100) are available in the git

[OE-core] [PATCH 4/4] wic-image-minimal: add dependency to .wks

2015-09-17 Thread Ed Bartosh
Added dependency to wic-image-minimal.wks to the recipe. This makes bitbake to rebuild the image if .wks file changes. Signed-off-by: Ed Bartosh --- meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-selftest/recipes-test/images/wic-

[OE-core] [PATCH 2/4] wic: use ext4 in wic-image-minimal.wks

2015-09-17 Thread Ed Bartosh
ext4 is used in canned wks files, so let's use it here too for the sake of consistency. Signed-off-by: Ed Bartosh --- meta-selftest/recipes-test/images/wic-image-minimal.wks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-selftest/recipes-test/images/wic-image-mini

[OE-core] [PATCH 3/4] wic: fix partition size calculation

2015-09-17 Thread Ed Bartosh
It was wrongly assumed that part.size is meagured in Mb. In fact it's in Kb, so there is no need to convert bitbake variable ROOTFS_SIZE as it's also in Kb. Signed-off-by: Ed Bartosh --- scripts/lib/wic/imager/direct.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script

Re: [OE-core] [PATCH] rpm: search for gpg if gpg2 is not found

2015-09-17 Thread Markus Lehtonen
Hi Mark, On Tue, 2015-09-15 at 08:58 -0500, Mark Hatle wrote: > On 9/15/15 8:05 AM, Markus Lehtonen wrote: > > Some (host) systems only have a binary named 'gpg' (e.g. Fedora) while > > some only have 'gpg2' (Ubuntu) and others have both of them (openSUSE). > > Currently the behavior of rpm-native

Re: [OE-core] [PATCH] rpm: search for gpg if gpg2 is not found

2015-09-17 Thread Markus Lehtonen
Hi Gary, On Tue, 2015-09-15 at 07:11 -0600, Gary Thomas wrote: > On 2015-09-15 07:05, Markus Lehtonen wrote: > > Some (host) systems only have a binary named 'gpg' (e.g. Fedora) while > > some only have 'gpg2' (Ubuntu) and others have both of them (openSUSE). > > Currently the behavior of rpm-nati

Re: [OE-core] udev + 60-persistent-storage.rules + IDE

2015-09-17 Thread Bruce Ashfield
On Thu, Sep 17, 2015 at 2:44 AM, Patrick Ohly wrote: > On Wed, 2015-09-16 at 14:11 +0200, Patrick Ohly wrote: >> I just noticed that udev (no longer) creates /dev/disk/by-uuid links for >> my boot partition under qemu when booting a whole-disk image >> (hdddirect). The device is then /dev/hda, wit

[OE-core] [PATCH 1/1] xinput-calibrator: Add a dummy calibration file for qemu

2015-09-17 Thread Jussi Kukkonen
This prevents xinput_calibrator from popping up on every boot in qemu. Signed-off-by: Jussi Kukkonen --- .../xinput-calibrator/pointercal-xinput/pointercal-qemu.xinput | 2 ++ meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb| 6 ++ 2 files changed, 8 insertions(+) c

[OE-core] [PATCH 0/1] Add a dummy pointercal calibration for qemu

2015-09-17 Thread Jussi Kukkonen
xinput_calibrator keeps popping up on every boot (or session start) when testing Sato image on qemu: This seems to be because qemu emulates a tablet and is made worse by xinput_calibrator not actually being able to write xinput files for xorg drivers, so the problem persists on following boots. Th

[OE-core] [PATCH v2] Rename 'BRANCH' variable to 'SRCBRANCH' for clearness

2015-09-17 Thread Otavio Salvador
The 'BRANCH' variable name has no explicit relation with the SRC_URI. Using 'SRCBRANCH' makes it more obvious and easier to identify. This patch makes the use consistent across the metadata. Signed-off-by: Otavio Salvador --- Changes in v2: - Use SRCBRANCH instead of SRC_BRANCH (Khem) meta/re

[OE-core] [dizzy][PATCH] rsync: backport libattr checking patch

2015-09-17 Thread Sergiy Kibrik
Add check_libattr.patch to version 3.1.0 recipe, which checks and includes libattr to linker, otherwise rsync may fail to build with linker error below (as -lattr option gets omitted): [..] lib/sysxattrs.o: undefined reference to symbol 'llistxattr@@ATTR_1.0' [..]/lib/libattr.so.1: error adding sy

Re: [OE-core] [PATCH 1/1] xinput-calibrator: Add a dummy calibration file for qemu

2015-09-17 Thread Otavio Salvador
On Thu, Sep 17, 2015 at 10:00 AM, Jussi Kukkonen wrote: > This prevents xinput_calibrator from popping up on every boot in qemu. > > Signed-off-by: Jussi Kukkonen Why you don't provide a valid calibration for it instead? -- Otavio Salvador O.S. Systems http://www.os

Re: [OE-core] [PATCH v2] Rename 'BRANCH' variable to 'SRCBRANCH' for clearness

2015-09-17 Thread Gary Thomas
On 2015-09-17 07:21, Otavio Salvador wrote: The 'BRANCH' variable name has no explicit relation with the SRC_URI. Using 'SRCBRANCH' makes it more obvious and easier to identify. This patch makes the use consistent across the metadata. Signed-off-by: Otavio Salvador These should be separated

Re: [OE-core] [PATCH v2] Rename 'BRANCH' variable to 'SRCBRANCH' for clearness

2015-09-17 Thread Otavio Salvador
On Thu, Sep 17, 2015 at 10:30 AM, Gary Thomas wrote: > On 2015-09-17 07:21, Otavio Salvador wrote: >> >> The 'BRANCH' variable name has no explicit relation with the >> SRC_URI. Using 'SRCBRANCH' makes it more obvious and easier to >> identify. >> >> This patch makes the use consistent across the

Re: [OE-core] [PATCH 1/1] xinput-calibrator: Add a dummy calibration file for qemu

2015-09-17 Thread Jussi Kukkonen
On 17 September 2015 at 16:23, Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > > On Thu, Sep 17, 2015 at 10:00 AM, Jussi Kukkonen > wrote: > > This prevents xinput_calibrator from popping up on every boot in qemu. > > > > Signed-off-by: Jussi Kukkonen > > Why you don't provide a vali

Re: [OE-core] [PATCH 1/1] xinput-calibrator: Add a dummy calibration file for qemu

2015-09-17 Thread Otavio Salvador
On Thu, Sep 17, 2015 at 10:36 AM, Jussi Kukkonen wrote: > On 17 September 2015 at 16:23, Otavio Salvador > wrote: >> >> On Thu, Sep 17, 2015 at 10:00 AM, Jussi Kukkonen >> wrote: >> > This prevents xinput_calibrator from popping up on every boot in qemu. >> > >> > Signed-off-by: Jussi Kukkonen

Re: [OE-core] [PATCH v2] Rename 'BRANCH' variable to 'SRCBRANCH' for clearness

2015-09-17 Thread Khem Raj
On Thursday, September 17, 2015, Otavio Salvador wrote: > The 'BRANCH' variable name has no explicit relation with the > SRC_URI. Using 'SRCBRANCH' makes it more obvious and easier to > identify. > > This patch makes the use consistent across the metadata. > > Signed-off-by: Otavio Salvador > > -

Re: [OE-core] [PATCH v2] Rename 'BRANCH' variable to 'SRCBRANCH' for clearness

2015-09-17 Thread Otavio Salvador
On Thu, Sep 17, 2015 at 10:54 AM, Khem Raj wrote: >> meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 4 ++-- >> meta/recipes-core/glibc/glibc_2.22.bb | 4 ++-- >> meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 ++-- > > > Did you cover all the recipes Yes. -

Re: [OE-core] [PATCH v2] Rename 'BRANCH' variable to 'SRCBRANCH' for clearness

2015-09-17 Thread Richard Purdie
On Thu, 2015-09-17 at 10:33 -0300, Otavio Salvador wrote: > On Thu, Sep 17, 2015 at 10:30 AM, Gary Thomas wrote: > > On 2015-09-17 07:21, Otavio Salvador wrote: > >> > >> The 'BRANCH' variable name has no explicit relation with the > >> SRC_URI. Using 'SRCBRANCH' makes it more obvious and easier t

[OE-core] [PATCH 7/8] pixman: Fix missing FE_DIVBYZERO on nios2

2015-09-17 Thread Marek Vasut
The FE_DIVBYZERO is missing on nios2 , add a small patch to pixman which checks for the presence of FE_DIVBYZERO and disables the test which depends on it. Signed-off-by: Marek Vasut --- ...0001-v3-test-add-a-check-for-FE_DIVBYZERO.patch | 65 ++ meta/recipes-graphics/xorg-li

[OE-core] [PATCH 3/8] linux-yocto: depend on libgcc for nios2

2015-09-17 Thread Marek Vasut
Make nios2 kernel depend on libgcc. In arch/nios2/Makefile, it adds LIBGCC to libs-y: LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) libs-y += $(LIBGCC) In file Makefile in top directory, libs-y is assigned to to var KBUILD_VMLINUX_MAIN. It uses script link-v

[OE-core] [PATCH 6/8] libtool: Fix nios2 support

2015-09-17 Thread Marek Vasut
Add patch to fix excessive greediness of OS/2 check in libtool. Signed-off-by: Marek Vasut --- meta/recipes-devtools/libtool/libtool-2.4.6.inc| 1 + ...1-libtool-Fix-support-for-NIOS2-processor.patch | 67 ++ 2 files changed, 68 insertions(+) create mode 100644 meta/re

Re: [OE-core] [PATCH 1/1] meta: fix build with gettext 0.16.1

2015-09-17 Thread Burton, Ross
On 17 September 2015 at 08:46, Robert Yang wrote: > -DEPENDS = "gtk+ dbus-glib intltool-native" > +DEPENDS = "gtk+ dbus-glib intltool-native gettext-native" > Shouldn't this be "inherit gettext"? Ross -- ___ Openembedded-core mailing list Openembedde

[OE-core] [PATCH 2/8] kernel-arch: Add nios2 to valid archs

2015-09-17 Thread Marek Vasut
Add nios2 target to valid arch list definition. Based on previous work by Walter Goossens at https://github.com/wgoossens/meta-nios2 . Signed-off-by: Marek Vasut Cc: Walter Goossens --- meta/classes/kernel-arch.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 8/8] libgpg-error: Add support for nios2

2015-09-17 Thread Marek Vasut
Add a patch which adds a configuration for the nios2 processor. Signed-off-by: Marek Vasut --- .../0001-libgpg-error-Add-nios2-support.patch | 45 ++ .../libgpg-error/libgpg-error_1.19.bb | 4 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode

[OE-core] [poky][PATCH] gstreamer1.0: Fix basesink drop buffer error

2015-09-17 Thread Yuqing Zhu
Basesink: Shouldn't drop buffer when sync=false Signed-off-by: Yuqing Zhu --- ...ink-Shouldn-t-drop-buffer-when-sync-false.patch | 30 ++ .../gstreamer/gstreamer1.0_1.4.5.bb| 1 + 2 files changed, 31 insertions(+) create mode 100755 meta/recipes-multimedia/

[OE-core] [PATCH 0/8] nios2 fixes

2015-09-17 Thread Marek Vasut
This patchset fixes various minor issues found during the process of getting Yocto working with the Altera NIOS2 soft-processor. Marek Vasut (8): insane: Add nios2 support kernel-arch: Add nios2 to valid archs linux-yocto: depend on libgcc for nios2 openssl: Add nios2 configuration sitei

[OE-core] [PATCH 4/8] openssl: Add nios2 configuration

2015-09-17 Thread Marek Vasut
Add small patch which adds NIOS2 configuration settings into the OpenSSL library. Signed-off-by: Marek Vasut Cc: Walter Goossens --- .../openssl/openssl/openssl_add_nios2.patch| 32 ++ .../recipes-connectivity/openssl/openssl_1.0.2d.bb | 1 + 2 files changed, 33 ins

[OE-core] [PATCH 5/8] siteinfo: Add nios2-linux

2015-09-17 Thread Marek Vasut
Add nios2-linux info, pulled from OE-Classic [1] as of commit fabd8e6d07d3cd0cc93c2a0fc804f8c8f316c649 . [1] https://github.com/openembedded/openembedded.git Signed-off-by: Marek Vasut --- meta/site/nios2-linux | 395 ++ 1 file changed, 395 insert

[OE-core] [PATCH 1/8] insane: Add nios2 support

2015-09-17 Thread Marek Vasut
Add support information for the Altera NIOS-II soft processor. Based on previous work by Walter Goossens at https://github.com/wgoossens/meta-nios2 . Signed-off-by: Marek Vasut Cc: Walter Goossens --- meta/classes/insane.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes

[OE-core] [meta-oe][PATCH] openssl: remove lock data_word from x86cpuid.pl

2015-09-17 Thread Kinsella, Ray
The cmpxchg instruction is encoded in functions such as OPENSSL_atomic_add as a perlasm data_word. This has the effect of hiding the instruction from the assembler. Stripping the LOCK prefix on cmpxchg via the assembler with --momit-lock-prefix=yes then becomes impossible (required on the Intel X

Re: [OE-core] [PATCH 1/1] xinput-calibrator: Add a dummy calibration file for qemu

2015-09-17 Thread Martin Jansa
On Thu, Sep 17, 2015 at 04:00:38PM +0300, Jussi Kukkonen wrote: > This prevents xinput_calibrator from popping up on every boot in qemu. > > Signed-off-by: Jussi Kukkonen > --- > .../xinput-calibrator/pointercal-xinput/pointercal-qemu.xinput | 2 ++ > meta/recipes-graphics/xinput-calibrator

[OE-core] [PATCH 3/4] gzip: fix install if bindir == base_bindir

2015-09-17 Thread Dominic Sacré
Don't try to move binaries onto themselves if ${bindir} and ${base_bindir} are the same, as is the case on systems with a merged /usr directory. Signed-off-by: Dominic Sacré --- meta/recipes-extended/gzip/gzip.inc | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a

[OE-core] [PATCH 4/4] grep: fix install if bindir == base_bindir

2015-09-17 Thread Dominic Sacré
Don't try to move binaries onto themselves if ${bindir} and ${base_bindir} are the same, as is the case on systems with a merged /usr directory. Signed-off-by: Dominic Sacré --- meta/recipes-extended/grep/grep_2.21.bb | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 1/3] core-mage-minimal-initramfs: overwrite hardcoded dependency to virtual reference

2015-09-17 Thread Alejandro Joya
This recipe have a hardcoded dependency to busybox, in order to be able to have a flexible selection, instead of the hardcoded dependency,now is point to virtual reference anybox. Signed-off-by: Alejandro Joya --- meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 +- 1 file changed,

[OE-core] [PATCH 2/3] initramfs-framework: overwrite hardcoded dependency to virtual reference

2015-09-17 Thread Alejandro Joya
This recipe have a hardcoded dependency to busybox, in order to be able to have a flexible selection, instead of the hardcoded dependency,now is point to virtual reference anybox. Signed-off-by: Alejandro Joya --- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 2 +- 1 file changed

[OE-core] [PATCH 1/4] tar: fix install if bindir == base_bindir

2015-09-17 Thread Dominic Sacré
Don't try to move binaries onto themselves if ${bindir} and ${base_bindir} are the same, as is the case on systems with a merged /usr directory. Signed-off-by: Dominic Sacré --- meta/recipes-extended/tar/tar.inc | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/

[OE-core] [PATCH 0/4] Some fixes for distros with merged /usr directory

2015-09-17 Thread Dominic Sacré
This fixes a few recipes that move binaries from ${bindir} to ${base_bindir}, which fails if the two directories are the same. Dominic Sacré (4): tar: fix install if bindir == base_bindir cpio: fix install if bindir == base_bindir gzip: fix install if bindir == base_bindir grep: fix instal

[OE-core] [PATCH 2/4] cpio: fix install if bindir == base_bindir

2015-09-17 Thread Dominic Sacré
Don't try to move binaries onto themselves if ${bindir} and ${base_bindir} are the same, as is the case on systems with a merged /usr directory. Signed-off-by: Dominic Sacré --- meta/recipes-extended/cpio/cpio_v2.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/met

[OE-core] [PATCH 0/3] Dynamic common utilities

2015-09-17 Thread Alejandro Joya
It provide a virtual reference for the common utilities. it replace of the lock to busybox, it will be simple exchange between other common utilities like gnu core utils or toybox among others. In order to enable its required to fill at the distro conf or local.conf VIRTUAL-RUNTIME_login_manager

[OE-core] [PATCH 3/3] packagegroup-core-boot: overwrite hardcoded dependency to virtual reference

2015-09-17 Thread Alejandro Joya
This recipe have a hardcoded dependency to busybox, in order to be able to have a flexible selection, instead of the hardcoded dependency,now is point to virtual reference anybox. Signed-off-by: Alejandro Joya --- meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 6 +++--- 1 file chan

Re: [OE-core] [PATCH 0/8] nios2 fixes

2015-09-17 Thread Burton, Ross
On 17 September 2015 at 15:31, Marek Vasut wrote: > This patchset fixes various minor issues found during the process > of getting Yocto working with the Altera NIOS2 soft-processor. > The patches all look good, but the patches which include changes to upstream need an Upstream-Status tag in the

Re: [OE-core] [PATCH 3/3] prserv/db: Use DELETE instead of WAL journal mode

2015-09-17 Thread Burton, Ross
On 15 September 2015 at 15:59, wrote: > -self.connection.execute("PRAGMA journal_mode = WAL;") > +self.connection.execute("PRAGMA journal_mode = DELETE;") > Richard probably has a better memory than me but I seem to recall that WAL was a pretty serious speed improvement for the l

Re: [OE-core] [PATCH 2/3] prserv/serv.py: Better messaging when starting/stopping the server with port=0

2015-09-17 Thread Burton, Ross
On 15 September 2015 at 15:59, wrote: > +sys.stderr.write("WARNING: Server is listening at port %s instead > of %s\n" > + % (rport,port)) > I wouldn't call this a warning: port=0 means "pick your own", so it's not a warning that a different port was changed, it's

Re: [OE-core] [PATCH 3/8] linux-yocto: depend on libgcc for nios2

2015-09-17 Thread Khem Raj
> On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: > > Make nios2 kernel depend on libgcc. > > In arch/nios2/Makefile, it adds LIBGCC to libs-y: > > LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) > libs-y += $(LIBGCC) > > In file Makefile in top directory,

Re: [OE-core] [PATCH 3/8] linux-yocto: depend on libgcc for nios2

2015-09-17 Thread Marek Vasut
On Friday, September 18, 2015 at 03:40:11 AM, Khem Raj wrote: Hi! > > On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: > > > > Make nios2 kernel depend on libgcc. > > > > In arch/nios2/Makefile, it adds LIBGCC to libs-y: > > > > LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) > > -print-libg

Re: [OE-core] [PATCH 8/8] libgpg-error: Add support for nios2

2015-09-17 Thread Khem Raj
> On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: > > Add a patch which adds a configuration for the nios2 processor. > > Signed-off-by: Marek Vasut > --- > .../0001-libgpg-error-Add-nios2-support.patch | 45 ++ > .../libgpg-error/libgpg-error_1.19.bb | 4

Re: [OE-core] [PATCH 3/8] linux-yocto: depend on libgcc for nios2

2015-09-17 Thread Khem Raj
> On Sep 17, 2015, at 6:41 PM, Marek Vasut wrote: > > On Friday, September 18, 2015 at 03:40:11 AM, Khem Raj wrote: > > Hi! > >>> On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: >>> >>> Make nios2 kernel depend on libgcc. >>> >>> In arch/nios2/Makefile, it adds LIBGCC to libs-y: >>> >>> LI

Re: [OE-core] [PATCH 0/8] nios2 fixes

2015-09-17 Thread Khem Raj
> On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: > > This patchset fixes various minor issues found during the process > of getting Yocto working with the Altera NIOS2 soft-processor. > Looks ok to me with few nits. But the changes are self contained which is less risk for other arches > Ma

Re: [OE-core] [PATCH 0/8] nios2 fixes

2015-09-17 Thread Marek Vasut
On Friday, September 18, 2015 at 03:44:54 AM, Khem Raj wrote: > > On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: > > > > This patchset fixes various minor issues found during the process > > of getting Yocto working with the Altera NIOS2 soft-processor. > > Looks ok to me with few nits. But the

Re: [OE-core] [PATCH 3/8] linux-yocto: depend on libgcc for nios2

2015-09-17 Thread Marek Vasut
On Friday, September 18, 2015 at 03:43:50 AM, Khem Raj wrote: > > On Sep 17, 2015, at 6:41 PM, Marek Vasut wrote: > > > > On Friday, September 18, 2015 at 03:40:11 AM, Khem Raj wrote: > > > > Hi! > > > >>> On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: > >>> > >>> Make nios2 kernel depend on

Re: [OE-core] [PATCH 3/8] linux-yocto: depend on libgcc for nios2

2015-09-17 Thread Khem Raj
> On Sep 17, 2015, at 6:48 PM, Marek Vasut wrote: > > On Friday, September 18, 2015 at 03:43:50 AM, Khem Raj wrote: >>> On Sep 17, 2015, at 6:41 PM, Marek Vasut wrote: >>> >>> On Friday, September 18, 2015 at 03:40:11 AM, Khem Raj wrote: >>> >>> Hi! >>> > On Sep 17, 2015, at 7:31 AM, Mar

Re: [OE-core] [PATCH 3/8] linux-yocto: depend on libgcc for nios2

2015-09-17 Thread Marek Vasut
On Friday, September 18, 2015 at 03:51:30 AM, Khem Raj wrote: > > On Sep 17, 2015, at 6:48 PM, Marek Vasut wrote: > > > > On Friday, September 18, 2015 at 03:43:50 AM, Khem Raj wrote: > >>> On Sep 17, 2015, at 6:41 PM, Marek Vasut wrote: > >>> > >>> On Friday, September 18, 2015 at 03:40:11 AM,

Re: [OE-core] [PATCH 8/8] libgpg-error: Add support for nios2

2015-09-17 Thread Marek Vasut
On Friday, September 18, 2015 at 03:41:40 AM, Khem Raj wrote: > > On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: > > > > Add a patch which adds a configuration for the nios2 processor. > > > > Signed-off-by: Marek Vasut > > --- > > .../0001-libgpg-error-Add-nios2-support.patch | 45 > > ++

Re: [OE-core] [PATCH 3/8] linux-yocto: depend on libgcc for nios2

2015-09-17 Thread Khem Raj
> On Sep 17, 2015, at 7:11 PM, Marek Vasut wrote: > > On Friday, September 18, 2015 at 03:51:30 AM, Khem Raj wrote: >>> On Sep 17, 2015, at 6:48 PM, Marek Vasut wrote: >>> >>> On Friday, September 18, 2015 at 03:43:50 AM, Khem Raj wrote: > On Sep 17, 2015, at 6:41 PM, Marek Vasut wrote: >

Re: [OE-core] [PATCH 8/8] libgpg-error: Add support for nios2

2015-09-17 Thread Khem Raj
> On Sep 17, 2015, at 6:53 PM, Marek Vasut wrote: > > On Friday, September 18, 2015 at 03:41:40 AM, Khem Raj wrote: >>> On Sep 17, 2015, at 7:31 AM, Marek Vasut wrote: >>> >>> Add a patch which adds a configuration for the nios2 processor. >>> >>> Signed-off-by: Marek Vasut >>> --- >>> .../0

Re: [OE-core] [PATCH 1/1] meta: fix build with gettext 0.16.1

2015-09-17 Thread Robert Yang
On 09/17/2015 10:32 PM, Burton, Ross wrote: On 17 September 2015 at 08:46, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: -DEPENDS = "gtk+ dbus-glib intltool-native" +DEPENDS = "gtk+ dbus-glib intltool-native gettext-native" Shouldn't this be "inherit gettext"? Thanks, upda

[OE-core] [PATCH] lttng-tools: sessiond: disable: match app event by name

2015-09-17 Thread Li Zhou
Get upstream patch from lttng-tools github: , for solving the filtered tracepoint disabling error. The use of a simple lookup and match on event name is insufficient to identify the corresponding ust app event. Signed-off-by: Li Zhou --- ...-sessiond-disab

[OE-core] [PATCH 1/1] bind: 9.10.2-P4 -> 9.10.3

2015-09-17 Thread kai.kang
From: Kai Kang Upgrade bind to 9.10.3 to fix CVE issues. * update context of 0001-build-use-pkg-config-to-find-libxml2.patch for new version. [YOCTO #8281] Signed-off-by: Kai Kang --- .../0001-build-use-pkg-config-to-find-libxml2.patch | 20 ++-- .../bind/{bind_9.10.2-P4.b

[OE-core] [PATCH 0/1] Upgrade bind to fix CVE issues

2015-09-17 Thread kai.kang
From: Kai Kang Build for qemumips and qemux86-64. The following changes since commit ea562de57590c966cd5a75fda8defecd397e6436: qemu: Update to upstream patches (2015-09-14 20:46:40 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/bind http://gi

[OE-core] [PATCH] selftest/buildoptions: pexpect not a builtin module

2015-09-17 Thread Benjamin Esquivel
put the import of pexpect around a try statement so it can tell you why it failed to import when in a system that has the module unreachable the message that outputs is: "No module named pexpect, import failed" Signed-off-by: Benjamin Esquivel --- meta/lib/oeqa/selftest/buildoptions.py | 8 +++

[OE-core] [PATCH] libpcre: Allow building 16 and 32bit libpcre versions

2015-09-17 Thread Pascal Bach
This change allows selecting the 8, 16 or 32 bit version via PACKAGECONFIG. By default only the 8bit version is built, this corresponds to the old behavior. Some packages like Qt5 require the 16 bit version of libpcre. After this change the corresponding layer can easily enable the version needed