Re: [OE-core] [PATCH 1/8] bitbake.conf: set CONFFILES by default

2016-01-14 Thread Robert Yang
On 01/15/2016 02:27 PM, Mike Looijmans wrote: How about /etc/init.d and /etc/rcS.d? Are these now suddenly CONFFILES too? For /etc/init.d/*, yes, and I think that they should be CONFFILES. For /etc/rcS.d/*, they are symlinks which are not owned by pkg, but created by update-rc.d. // Robert

Re: [OE-core] [PATCH 1/8] bitbake.conf: set CONFFILES by default

2016-01-14 Thread Mike Looijmans
How about /etc/init.d and /etc/rcS.d? Are these now suddenly CONFFILES too? On 15-01-16 03:29, Robert Yang wrote: There are a lot of binary packages have files in /etc/, but only a few of them have set CONFFILES, more than 180 packages are not set in a world build. So treat all the files in /e

Re: [OE-core] [PATCH 1/1] ncurses: 5.9 0 -> 6.0

2016-01-14 Thread dengke...@windriver.com
Drop it , use the newer patch, because I specifiy the error remote. Sorry for inconvenience. On 2016年01月15日 11:07, Dengke Du wrote: To be compatible with ncurses 5, add option '--with-abi-version=5' to EXTRA_OECONF Signed-off-by: Dengke Du --- .../recipes-core/ncurses/{ncurses-5.9 => ncurse

[OE-core] [PATCH 0/1] ncurses: 5.9 0 -> 6.0

2016-01-14 Thread Dengke Du
The following changes since commit 92cc02fe517bad0af4e493fda3331738cbcc9a26: linux-yocto: Update Genericx86* BSPs to 4.1.15 (2016-01-14 15:18:46 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib dengke/upgrade-ncurses http://cgit.openembed

[OE-core] [PATCH 1/1] ncurses: 5.9 0 -> 6.0

2016-01-14 Thread Dengke Du
To be compatible with ncurses 5, add option '--with-abi-version=5' to EXTRA_OECONF Signed-off-by: Dengke Du --- .../recipes-core/ncurses/{ncurses-5.9 => ncurses-6.0}/config.cache | 0 .../ncurses/{ncurses-5.9 => ncurses-6.0}/tic-hang.patch| 0 meta/recipes-core/ncurses/ncurses.inc

[OE-core] [PATCH 1/1] ncurses: 5.9 0 -> 6.0

2016-01-14 Thread Dengke Du
To be compatible with ncurses 5, add option '--with-abi-version=5' to EXTRA_OECONF Signed-off-by: Dengke Du --- .../recipes-core/ncurses/{ncurses-5.9 => ncurses-6.0}/config.cache | 0 .../ncurses/{ncurses-5.9 => ncurses-6.0}/tic-hang.patch| 0 meta/recipes-core/ncurses/ncurses.inc

[OE-core] [PATCH 0/1] ncurses: 5.9 0 -> 6.0

2016-01-14 Thread Dengke Du
The following changes since commit 92cc02fe517bad0af4e493fda3331738cbcc9a26: linux-yocto: Update Genericx86* BSPs to 4.1.15 (2016-01-14 15:18:46 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dengke/upgrade-ncurses http://git.pokylinux.org/cgit.cgi/poky

[OE-core] [PATCH 8/8] recipes-multimedia/sato/support: cleanup CONFFILES

2016-01-14 Thread Robert Yang
The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |8 .../pulseaudio-client-conf-sato_1.bb |1 - .../ca-certificates/ca-certificates_20150426.bb|4 3 files cha

[OE-core] [PATCH 5/8] recipes-core: cleanup CONFFILES

2016-01-14 Thread Robert Yang
The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- meta/recipes-core/base-files/base-files_3.0.14.bb |4 meta/recipes-core/busybox/busybox.inc |3 --- meta/recipes-core/dbus/dbus_1.8.20.bb |2 -- meta/recipes-co

[OE-core] [PATCH 4/8] recipes-extended: cleanup CONFFILES

2016-01-14 Thread Robert Yang
The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- meta/recipes-extended/cronie/cronie_1.5.0.bb |1 - meta/recipes-extended/cups/cups.inc|1 - meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb |2 -- meta/recipes-extende

[OE-core] [PATCH 2/8] recipes-bsp: cleanup CONFFILES

2016-01-14 Thread Robert Yang
The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- meta/recipes-bsp/alsa-state/alsa-state.bb|1 - meta/recipes-bsp/pcmciautils/pcmciautils.inc |2 -- 2 files changed, 3 deletions(-) diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/me

[OE-core] [PATCH 6/8] recipes-devtools: cleanup CONFFILES

2016-01-14 Thread Robert Yang
The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb |2 -- meta/recipes-devtools/opkg/opkg_0.3.1.bb |1 - 2 files changed, 3 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg-arc

[OE-core] [PATCH 7/8] recipes-graphics: cleanup CONFFILES

2016-01-14 Thread Robert Yang
The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- .../xinput-calibrator/pointercal-xinput_0.0.bb |1 - .../xorg-xserver/xserver-xf86-config_0.1.bb|3 --- 2 files changed, 4 deletions(-) diff --git a/meta/recipes-graphics/xinput-calib

[OE-core] [PATCH 1/8] bitbake.conf: set CONFFILES by default

2016-01-14 Thread Robert Yang
There are a lot of binary packages have files in /etc/, but only a few of them have set CONFFILES, more than 180 packages are not set in a world build. So treat all the files in /etc/ as CONFFILES as Debian does: - All the files in /etc/ are CONFFILES - Move the file out of /etc/ if it is not a co

[OE-core] [PATCH 3/8] recipes-connectivity: cleanup CONFFILES

2016-01-14 Thread Robert Yang
The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- meta/recipes-connectivity/avahi/avahi.inc |2 -- meta/recipes-connectivity/bind/bind_9.10.3-P2.bb | 11 --- .../nfs-utils/nfs-utils_1.3.3.bb |2 +- meta/reci

[OE-core] [PATCH 0/8] bitbake.conf: set CONFFILES by default

2016-01-14 Thread Robert Yang
The following changes since commit 541315d6c56df6448f64c262f99d43d5c1e9400b: update_font_cache: only scan system font directories (2016-01-11 23:23:18 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/conf http://cgit.openembedded.org

[OE-core] [PATCH 1/1] insane.bbclass: make package_qa_walk() can print all the messages

2016-01-14 Thread Robert Yang
* If more than one files have the same QA issue, package_qa_walk() can only print the last one, others are overrided, for example: messages["host-user-contaminated"] = "foo1" messages["host-user-contaminated"] = "foo2" Only foo2 will be printed, this patch fixes the issue. * Remove unused

[OE-core] [PATCH 0/1] insane.bbclass: make package_qa_walk() can print all the messages

2016-01-14 Thread Robert Yang
The following changes since commit 541315d6c56df6448f64c262f99d43d5c1e9400b: update_font_cache: only scan system font directories (2016-01-11 23:23:18 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/qa http://cgit.openembedded.org/cg

[OE-core] [PATCH 0/1] e2fsprogs: 1.42.9 -> 1.43-WIP

2016-01-14 Thread Robert Yang
The following changes since commit 541315d6c56df6448f64c262f99d43d5c1e9400b: update_font_cache: only scan system font directories (2016-01-11 23:23:18 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/e2fsprogs http://cgit.openembedde

[OE-core] [PATCH 1/1] e2fsprogs: 1.42.9 -> 1.43-WIP

2016-01-14 Thread Robert Yang
Upgrade to 1.43-WIP to make "mke2fs -d" support xattr, so that the layer which requires xattr such as meta-selinux can populate images easily. * Remove the following patches since they are alredy in the source. 0001-e2fsprogs-fix-cross-compilation-problem.patch 0001-libext2fs-fix-potential-buf

[OE-core] [PATCH v3] net-tools_1.60-26.bb: Error fix

2016-01-14 Thread Li Xin
when set PATCHTOOL = "patch" in conf/local.conf,error will occur in the step of do_patch. The error is: "quilt: command not found",so fix it. Signed-off-by: Li Xin --- meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/n

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-14 Thread Marek Vasut
On Friday, January 15, 2016 at 12:42:18 AM, Otavio Salvador wrote: > On Thu, Jan 14, 2016 at 7:41 PM, Marek Vasut wrote: > > On Thursday, January 14, 2016 at 10:37:16 PM, Otavio Salvador wrote: > >> On Thu, Jan 14, 2016 at 7:15 PM, Marek Vasut wrote: > >> ... > >> > >> > Taking a look at u-boot.

[OE-core] [jethro]PATCH 00/17] devtool/extensible SDK backports for jethro (cover letter only)

2016-01-14 Thread Paul Eggleton
The following changes since commit 901af5a00338fd8f1ace939123484ea91c090a7a: libaio: don't disable linking to the system libraries (2016-01-14 15:18:16 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/jethro-fixes2-oecore http://c

Re: [OE-core] [PATCH] openssh: update to 7.1p2

2016-01-14 Thread akuster808
On 01/14/2016 07:38 AM, Alexander Kanavin wrote: > This fixes a number of security issues. > > Signed-off-by: Alexander Kanavin This should apply to Jethro to as its the same version. - armin > --- > .../openssh/{openssh_7.1p1.bb => openssh_7.1p2.bb}| 4 > ++-- > 1 file

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-14 Thread Otavio Salvador
On Thu, Jan 14, 2016 at 7:41 PM, Marek Vasut wrote: > On Thursday, January 14, 2016 at 10:37:16 PM, Otavio Salvador wrote: >> On Thu, Jan 14, 2016 at 7:15 PM, Marek Vasut wrote: >> ... >> >> > Taking a look at u-boot.inc and uboot-config.bbclass makes me wonder how >> > all that could work at all

[OE-core] [PATCH 2/3] ptests: Update references to new ptest-runner2.

2016-01-14 Thread Aníbal Limón
classes/ptest.bbclass: Now recommends ptest-runner2 instead of ptest-runner. oeqa/runtime/_ptest.py: Now validate if ptest-runner2 is installed. Signed-off-by: Aníbal Limón --- meta/classes/ptest.bbclass | 2 +- meta/lib/oeqa/runtime/_ptest.py | 4 ++-- 2 files chang

[OE-core] [PATCH 1/3] ptest-runner2: Add new ptest-runner2 recipe.

2016-01-14 Thread Aníbal Limón
The ptest-runner2 is C written program for run ptests of Yocto/Openembedded, is fully compatible with previous version of ptest-runner that was a shell script that runs ptests sequencially. The mainly reason for the new ptest-runner in C is because is designed for run in tiny systems also the old

[OE-core] [PATCH 3/3] Update dev-manual to point to the new ptest-runner2.

2016-01-14 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index dbf493a..767f51c 100644 -

[OE-core] [PATCH 0/3] ptest-runner2 C implementation

2016-01-14 Thread Aníbal Limón
This is the changes that adds new ptest-runner2 C implementation a detail description exists in the recipe adding. You can review the ptest-runner2 code on [1], i wrote unit tests for all the code using check framework also i used mtrace for found possible memory leaks. Finally i tested the new

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-14 Thread Marek Vasut
On Thursday, January 14, 2016 at 10:37:16 PM, Otavio Salvador wrote: > On Thu, Jan 14, 2016 at 7:15 PM, Marek Vasut wrote: > ... > > > Taking a look at u-boot.inc and uboot-config.bbclass makes me wonder how > > all that could work at all. It's either a stackpile of legacy cruft or > > just poor

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-14 Thread Otavio Salvador
On Thu, Jan 14, 2016 at 7:15 PM, Marek Vasut wrote: ... > Taking a look at u-boot.inc and uboot-config.bbclass makes me wonder how all > that could work at all. It's either a stackpile of legacy cruft or just poor > design. I think it is a mix of both. How would you address this in a clean way?

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-14 Thread Marek Vasut
On Thursday, January 14, 2016 at 09:43:24 PM, Otavio Salvador wrote: > On Wed, Jan 13, 2016 at 8:09 PM, Tom Rini wrote: > > On Wed, Jan 13, 2016 at 01:55:56PM -0200, Otavio Salvador wrote: > >> On Wed, Jan 13, 2016 at 1:53 PM, Marek Vasut wrote: > >> > On Wednesday, January 13, 2016 at 04:39:53 P

Re: [OE-core] [PATCH 1/1] Use TUNE_CCARGS for target compilation

2016-01-14 Thread Mark Hatle
On 1/14/16 3:24 PM, Andre McCurdy wrote: > Hi Peter, > > On Thu, Jan 14, 2016 at 1:04 PM, Peter Seebach > wrote: >> The initial gcc configuration is using TARGET_CFLAGS, but this is >> probably not what is intended, because TARGET_CFLAGS doesn't include >> any architecture-specific flags. > > I

Re: [OE-core] [PATCH 1/1] Use TUNE_CCARGS for target compilation

2016-01-14 Thread Peter Seebach
On Thu, 14 Jan 2016 13:24:22 -0800 Andre McCurdy wrote: > Could that PPC64 issue be solved in the same way that the default arch > is set in gcc-configure-common.inc for the various MIPS targets? Huh. That might be a better choice. I hadn't noticed that default arch selection thing. It would mak

Re: [OE-core] [PATCH 1/1] Use TUNE_CCARGS for target compilation

2016-01-14 Thread Andre McCurdy
Hi Peter, On Thu, Jan 14, 2016 at 1:04 PM, Peter Seebach wrote: > The initial gcc configuration is using TARGET_CFLAGS, but this is > probably not what is intended, because TARGET_CFLAGS doesn't include > any architecture-specific flags. I think the current behaviour is deliberate, in order to t

Re: [OE-core] [PATCH] matchbox-keyboard: Fix build failure with ld-is-gold

2016-01-14 Thread Phil Blundell
How does that patch help with this issue? It seems to be adding ifunc support which isn't obviously related to the problem at hand. p. On Thu, 2016-01-14 at 10:27 -0800, Khem Raj wrote: > Carlos > > Can you try this fix > > https://github.com/kraj/openembedded-core/commit/0e35ad5a35262cfb7a624

[OE-core] [PATCH] image.bbclass: Handle image base type dependency properly

2016-01-14 Thread Otavio Salvador
When a base image type has an implicit dependency (from IMAGE_TYPEDEP) this has to be taken into account. This is a regression introduced by OE-Core:c2dab18 (image: Create separate tasks for rootfs construction). The issue has been found when building meta-fsl-arm based images which does not inclu

Re: [OE-core] [PATCH] directfb.inc: enable bfd linker workaround for all arm targets

2016-01-14 Thread Andre McCurdy
Hi Khem, On Thu, Jan 14, 2016 at 10:25 AM, Khem Raj wrote: > Andre > > I have a fix for this issue in binutils > > can you try it out if it works for you ? > > https://github.com/kraj/openembedded-core/commit/0e35ad5a35262cfb7a6249ce158f76d1399d6cb4 I cherry picked 5803c581 from your master bran

[OE-core] [PATCH 1/1] Use TUNE_CCARGS for target compilation

2016-01-14 Thread Peter Seebach
The initial gcc configuration is using TARGET_CFLAGS, but this is probably not what is intended, because TARGET_CFLAGS doesn't include any architecture-specific flags. For PPC64, it's possible to end up with gcc configured to pass -a64 to the assembler, but be itself getting invoked without -m64,

[OE-core] [PATCH 0/1] Fix target cflags for gcc cross builds

2016-01-14 Thread Peter Seebach
In some cases, CFLAGS_FOR_TARGET may need to have tune-specific compiler flags, particularly if you're trying to build a multilib compiler which won't automatically pick the right ABI, bit size, etc. by default if invoked without them. After some experimentation and thought, I concluded that cross

[OE-core] [RFC][PATCH 5/9] glib: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister --- meta/recipes-core/glib-2.0/glib.inc | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 86f7e0e..0

[OE-core] [RFC][PATCH 6/9] util-linux: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister --- meta/recipes-core/util-linux/util-linux.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-lin

[OE-core] [RFC][PATCH 4/9] dbus-glib: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister --- meta/recipes-core/dbus/dbus-glib.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc index f8c0eb

[OE-core] [RFC][PATCH 9/9] gstreamer1.0: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/

[OE-core] [RFC][PATCH 8/9] kmod: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister --- meta/recipes-kernel/kmod/kmod_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index e0bb95c.

[OE-core] [RFC][PATCH 7/9] git: use bash-completion.bbclass

2016-01-14 Thread George McCollister
Use bash-completion.bbclass to package bash completions. Signed-off-by: George McCollister --- meta/recipes-devtools/git/git.inc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index d9770e6..c19e0d4

[OE-core] [RFC][PATCH 3/9] bash-completion.bbclass: add class

2016-01-14 Thread George McCollister
Add bash-completion.bbclass which will package bash completion files in a subpackage ${PN}-bash-completion. Use of this class will ensure consitent handling of bash completions across recipes. Signed-off-by: George McCollister --- meta/classes/bash-completion.bbclass | 5 + 1 file changed, 5

[OE-core] [RFC][PATCH 0/9] cleanup packaging of bash completions

2016-01-14 Thread George McCollister
Recipes in OE core and meta-oe (possibly others too) package bash completion files in a similar but inconsitent manner. This patch series adds a class bash-completion.bbclass that creates a subpackage containing files installed to the common bash-completion paths. Prior to this series some recipes

[OE-core] [RFC][PATCH 1/9] bash-completion: move in recipe from meta-oe

2016-01-14 Thread George McCollister
Recipes in OE core are building packages that should RDEPEND on bash-completion so it should be in this layer. Signed-off-by: George McCollister --- .../bash-completion/bash-completion_2.1.bb | 39 ++ 1 file changed, 39 insertions(+) create mode 100644 meta/recipes-s

[OE-core] [RFC][PATCH 2/9] bash-completion: build nativesdk variant

2016-01-14 Thread George McCollister
The nativesdk variant is required for some recipes like git to use the class. Signed-off-by: George McCollister --- meta/recipes-support/bash-completion/bash-completion_2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/bash-completion/bash-completion_2.1.bb b/met

Re: [OE-core] [PATCH V2] u-boot: Update to 2016.01 release

2016-01-14 Thread Otavio Salvador
On Thu, Jan 14, 2016 at 1:17 AM, Marek Vasut wrote: > Upgrade U-Boot to latest version and drop upstreamed patches. > > Signed-off-by: Marek Vasut Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com

[OE-core] [PATCH 2/2] opkg-utils: store alternatives in nonarch_libdir

2016-01-14 Thread Dan McGregor
From: Daniel McGregor opkg-utils-native stores alternative info in /usr/lib, so do the same on the target. Signed-off-by: Daniel McGregor --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/opkg-utils/

[OE-core] [PATCH 1/2] bitbake.conf: make localedir nonarch

2016-01-14 Thread Dan McGregor
From: Daniel McGregor systemd and others expect locales to be in nonarch_libdir, regardless of the base library directory. Signed-off-by: Daniel McGregor --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.co

[OE-core] [PATCH 0/2] BASELIB != lib fixes

2016-01-14 Thread Dan McGregor
From: Dan McGregor These solve a few issues when libdir is /usr/lib64. The commits are also available in the git repository at: git://git.openembedded.org/openembedded-core-contrib.git dankm/libdir Daniel McGregor (2): bitbake.conf: make localedir nonarch opkg-utils: store alternatives in n

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-14 Thread Otavio Salvador
On Wed, Jan 13, 2016 at 8:09 PM, Tom Rini wrote: > On Wed, Jan 13, 2016 at 01:55:56PM -0200, Otavio Salvador wrote: >> On Wed, Jan 13, 2016 at 1:53 PM, Marek Vasut wrote: >> > On Wednesday, January 13, 2016 at 04:39:53 PM, Otavio Salvador wrote: >> >> On Wed, Jan 13, 2016 at 12:34 PM, Marek Vasut

Re: [OE-core] [PATCH] matchbox-keyboard: Fix build failure with ld-is-gold

2016-01-14 Thread Khem Raj
Carlos Can you try this fix https://github.com/kraj/openembedded-core/commit/0e35ad5a35262cfb7a6249ce158f76d1399d6cb4 This should help with this issue. > On Sep 14, 2015, at 4:01 PM, Carlos Alberto Lopez Perez > wrote: > > On 14/09/15 09:24, Khem Raj wrote: >> >>> On Sep 11, 2015, at 7:51

Re: [OE-core] [PATCH] directfb.inc: enable bfd linker workaround for all arm targets

2016-01-14 Thread Khem Raj
Andre I have a fix for this issue in binutils can you try it out if it works for you ? https://github.com/kraj/openembedded-core/commit/0e35ad5a35262cfb7a6249ce158f76d1399d6cb4 > On Dec 21, 2015, at 5:07 PM, Andre McCurdy wrote: > > Although the gold linker problems with DirectFB have only s

Re: [OE-core] [PATCH 0/3] Introduces kernel-initramfs recipe to resolve a implicit dependency issue

2016-01-14 Thread Bruce Ashfield
Just bumping this review to let you know that I haven't forgotten about it. I've been looking at the details at least twice now, but haven't managed to sort everything out. I'll pick this up again shortly. Bruce On 16-01-05 08:12 AM, Ming Liu wrote: In current initramfs bundled kernel packagi

[OE-core] [PATCH] openssh: update to 7.1p2

2016-01-14 Thread Alexander Kanavin
This fixes a number of security issues. Signed-off-by: Alexander Kanavin --- .../openssh/{openssh_7.1p1.bb => openssh_7.1p2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/openssh/{openssh_7.1p1.bb => openssh_7.1p2.bb} (97%) di

Re: [OE-core] [PATCH] matchbox-keyboard: export GTK_IM_MODULE_FILE location

2016-01-14 Thread Maxin B. John
Hi, gentle ping on this one. On Mon, Jan 04, 2016 at 05:20:57PM +0200, Maxin B. John wrote: > This commit in gtk+ moved the cache files below > " > commit c8849046860a9b17fa943247d85ddadb29262b48 > Author: Matthias Clasen > Date: Thu Jul 4 09:27:17 2013 -0400 > > Move the module cache files

[OE-core] [wic][PATCH 8/9] wic: get rid of set_size and set_source_file setters

2016-01-14 Thread Ed Bartosh
Used size and source_file attributes instead of using setters. It's more pythonic, clear an consistent. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/source/bootimg-efi.py| 4 ++-- scripts/lib/wic/plugins/source/bootimg-pcbios.py | 4 ++-- scripts/lib/wic/plugins/source/isoim

[OE-core] [wic][PATCH 9/9] wic: get rid of 2 getters

2016-01-14 Thread Ed Bartosh
Used partitions and configfile bootloader attributes instead of using getters get_bootloader_file and get_partitions. Signed-off-by: Ed Bartosh --- scripts/lib/wic/imager/direct.py | 2 +- scripts/lib/wic/plugins/source/bootimg-efi.py| 4 ++-- scripts/lib/wic/plugins/source

[OE-core] [wic][PATCH 7/9] wic: get rid of get_rootfs and set_rootfs

2016-01-14 Thread Ed Bartosh
Got rid of get_rootfs and set_rootfs java-like getter and setter. Renamed rootfs to rootfs_dir to be consistent with the name of kickstart parameter --rootfs-dir. Signed-off-by: Ed Bartosh --- scripts/lib/wic/imager/direct.py | 6 +++--- scripts/lib/wic/plugins/source/isoima

[OE-core] [wic][PATCH 6/9] wic: get rid of get_timeout getter

2016-01-14 Thread Ed Bartosh
Used bootloader.timeout instead of kickstart.get_timeout getter. Accessing attributes instead of getting them with getters is more pythonic, shorter and readable. It also more consistent as most of partition and bootloader attributes are used this way. This change also takes care of appendLine bo

[OE-core] [wic][PATCH 5/9] wic: adjust code for new data structure

2016-01-14 Thread Ed Bartosh
New data structure is less nested than old one. Adjusted bootloader and partitions fields: self.ks.handler.bootloader -> self.ks.bootoader self.ks.handler.partitions -> self.ks.partitions Signed-off-by: Ed Bartosh --- scripts/lib/wic/imager/baseimager.py| 2 +- scripts/lib/wic/i

[OE-core] [wic][PATCH 3/9] wic: use new kickstart parser

2016-01-14 Thread Ed Bartosh
Used KickStart parser class instead of pykickstart API. This commit breaks wic as data structures and field names provided by new API are a bit different from old ones. This issue will be addressed in the following commits. Signed-off-by: Ed Bartosh --- scripts/lib/wic/conf.py | 4 ++--

[OE-core] [wic][PATCH 4/9] wic: remove pykickstart code

2016-01-14 Thread Ed Bartosh
Removed pykickstart-related code as it's replaced by new kickstart parser. Signed-off-by: Ed Bartosh --- scripts/lib/wic/3rdparty/pykickstart/__init__.py | 0 scripts/lib/wic/3rdparty/pykickstart/base.py | 466 .../wic/3rdparty/pykickstart/commands/__init__.py | 20 -

[OE-core] [wic][PATCH 2/9] wic: add kickstart parser module

2016-01-14 Thread Ed Bartosh
This module will replace existing pykickstart machinery it contains only option used by wic, it's simple and clear. And It will allow to remove a lot of old complex code from 3rdparty/pykickstart/ and kickstart/custom_commands. Signed-off-by: Ed Bartosh --- scripts/lib/wic/kickstart.py | 120 +++

[OE-core] [wic][PATCH 1/9] wic: add partition module

2016-01-14 Thread Ed Bartosh
Copied partition-related API from kickstart/custom_commands/partition.py to separate module in preparation for removal of all pykickstart related code. Signed-off-by: Ed Bartosh --- scripts/lib/wic/partition.py | 410 +++ 1 file changed, 410 insertions(+)

[OE-core] [wic][PATCH 0/9] Reimplement kickstart parser

2016-01-14 Thread Ed Bartosh
Hi, This patchset contains reimplementation of .ks file parser. New parser code is much smaller (around 4K) than complex pykickstart parser from Fedora (around 170K). I hope it's much more clean and mainainable too. Getting rid of dependency to pykickstart was in my TODO list since March 2015 whe

[OE-core] [PATCH 6/9] librsvg: upgrade to 2.40.13

2016-01-14 Thread Jussi Kukkonen
Updated gtk-option.patch. Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/librsvg/librsvg/gtk-option.patch | 13 + .../librsvg/{librsvg_2.40.11.bb => librsvg_2.40.13.bb} | 4 ++-- 2 files changed, 7 insertions(+), 10 deletions(-) rename meta/recipes-gnome/librsvg/

[OE-core] [PATCH 9/9] xf86-input-evdev: upgrade to 2.10.1

2016-01-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../{xf86-input-evdev_2.10.0.bb => xf86-input-evdev_2.10.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.10.0.bb => xf86-input-evdev_2.10.1.bb} (83%) diff --git a/meta/recipes-

[OE-core] [PATCH 5/9] libgpg-error: upgrade to 1.21

2016-01-14 Thread Jussi Kukkonen
License checksum changed because text layout changed. Signed-off-by: Jussi Kukkonen --- .../libgpg-error/{libgpg-error_1.19.bb => libgpg-error_1.21.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.19.bb => libgpg-error

[OE-core] [PATCH 8/9] menu-cache: upgrade to 1.0.1

2016-01-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../menu-cache/{menu-cache_1.0.0.bb => menu-cache_1.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/menu-cache/{menu-cache_1.0.0.bb => menu-cache_1.0.1.bb} (79%) diff --git a/meta/recipes-graphics/menu-c

[OE-core] [PATCH 7/9] libxi: upgrade to 1.7.6

2016-01-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/xorg-lib/{libxi_1.7.5.bb => libxi_1.7.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.7.5.bb => libxi_1.7.6.bb} (81%) diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.5.bb

[OE-core] [PATCH 1/9] gpgme: upgrade to 1.6.0

2016-01-14 Thread Jussi Kukkonen
License checksum changed because of text layout change. Signed-off-by: Jussi Kukkonen --- meta/recipes-support/gpgme/{gpgme_1.5.4.bb => gpgme_1.6.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/gpgme/{gpgme_1.5.4.bb => gpgme_1.6.0.bb} (85%) diff --

[OE-core] [PATCH 4/9] libevdev: upgrade to 1.4.6

2016-01-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../recipes-support/libevdev/{libevdev_1.4.2.bb => libevdev_1.4.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevdev/{libevdev_1.4.2.bb => libevdev_1.4.6.bb} (74%) diff --git a/meta/recipes-support/libevdev/libev

[OE-core] [PATCH 2/9] gsettings-desktop-schemas: upgrade to 3.19.3

2016-01-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- ...-desktop-schemas_3.18.1.bb => gsettings-desktop-schemas_3.19.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_3.18.1.bb => gsettings-desktop-schemas_3.19.3.bb} (69

[OE-core] [PATCH 3/9] libcroco: upgrade to 0.6.11

2016-01-14 Thread Jussi Kukkonen
Remove PR from recipe. Signed-off-by: Jussi Kukkonen --- .../libcroco/{libcroco_0.6.9.bb => libcroco_0.6.11.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-support/libcroco/{libcroco_0.6.9.bb => libcroco_0.6.11.bb} (80%) diff --git a/meta/recip

[OE-core] [PATCH 0/9] Bunch of upgrades

2016-01-14 Thread Jussi Kukkonen
Fairly minor upgrades (maybe with the exception of gpgme). FYI, all are based on AUH generated patches. Cheers, Jussi The following changes since commit 96a34e7f847ad34deac520b78809e7dd82dbc59e: conf/distro/poky-tiny: correctly disable python in opkg-utils (2016-01-12 15:35:27 +) are a

Re: [OE-core] [PATCH 1/5] connman-gnome: rrecommend connman, don't rdepend

2016-01-14 Thread Jussi Kukkonen
On 25 November 2015 at 15:05, Jussi Kukkonen wrote: > connman-gnome doesn't have a binary dependency on connman, and using > RRECOMMEND is better for multilib builds (connman-gnome works fine > with connman from a different architecture). > It's possible I've missed a thread during holidays but

Re: [OE-core] [PATCH] alsa-lib: 1.0.29 -> 1.1.0

2016-01-14 Thread Burton, Ross
On 14 January 2016 at 12:45, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > It's more convenient if you send them in a single batch, with a branch to > pull from (using scripts/(create|send)-pull-request). Less manual > cherry-picking in the email client for Ross. > FWIW I threw

Re: [OE-core] [PATCH 1/2] cantarell-fonts: Add recipe

2016-01-14 Thread Alexander Kanavin
On 01/13/2016 07:36 PM, Jagadeesh Krishnanjanappa wrote: Ping. Without cantarell fonts, the pango test case test-layout.test fails. Previous result of pango ptest is at https://wiki.yoctoproject.org/wiki/Ptest_5e3e2e0cbb0a49986f4653e64c4c8d2b5461645e There is an upstream bug for this: https://

Re: [OE-core] [PATCH] alsa-lib: 1.0.29 -> 1.1.0

2016-01-14 Thread Alexander Kanavin
On 01/14/2016 02:21 PM, Tanu Kaskinen wrote: Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v 1.1.0 What about all the other alsa-* recipes? They are coming. It's more convenient if you send them in a single batch, with a branch to pull from (using scripts/(create|send)-

Re: [OE-core] [PATCH 1/2] cantarell-fonts: Add recipe

2016-01-14 Thread Jussi Kukkonen
On 13 January 2016 at 19:36, Jagadeesh Krishnanjanappa < jkrishnanjana...@mvista.com> wrote: > Ping. > > Without cantarell fonts, the pango test case test-layout.test fails. > Previous result of pango ptest is at > > https://wiki.yoctoproject.org/wiki/Ptest_5e3e2e0cbb0a49986f4653e64c4c8d2b5461645

[OE-core] [PATCH v2] alsa-lib: 1.0.29 -> 1.1.0

2016-01-14 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 The most significant change is probably the addition of the "topology API", which is used to change the DSP topology from userspace. My understanding is that the API is (or will be) needed to support some new hardware, but I

Re: [OE-core] [PATCH] alsa-lib: 1.0.29 -> 1.1.0

2016-01-14 Thread Tanu Kaskinen
On Thu, 2016-01-14 at 13:11 +0200, Alexander Kanavin wrote: > On 01/14/2016 08:52 AM, Tanu Kaskinen wrote: > > Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v > > 1.1.0 > > What about all the other alsa-* recipes? They are coming. --  Tanu --

[OE-core] State of bitbake world, Failed tasks 2016-01-09, full QA report

2016-01-14 Thread Martin Jansa
qemuarm was using slightly older metadata, that's why it shows more failures. Reexecuting qemuarm build shows only one failure: Summary: 1 task failed: /home/jenkins/oe/world/shr-core/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.24.2.bb, do_populate_sysroot Summary

Re: [OE-core] [PATCH V2] u-boot: Update to 2016.01 release

2016-01-14 Thread Tom Rini
On Thu, Jan 14, 2016 at 04:17:12AM +0100, Marek Vasut wrote: > Upgrade U-Boot to latest version and drop upstreamed patches. > > Signed-off-by: Marek Vasut > Cc: Otavio Salvador > Cc: Ross Burton > Cc: Richard Purdie Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signat

Re: [OE-core] [Openembedded-architecture] Cached size of off_t

2016-01-14 Thread Martin Jansa
On Tue, Jan 12, 2016 at 03:23:33PM -0800, Khem Raj wrote: > Hi > > We cache size of off_t in site files and the value is 4 in most cases > > > meta/site/arm-linux:ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} > meta/site/ix86-common:ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4} > meta/site/nios2-linux

Re: [OE-core] [PATCH] alsa-lib: 1.0.29 -> 1.1.0

2016-01-14 Thread Alexander Kanavin
On 01/14/2016 08:52 AM, Tanu Kaskinen wrote: Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 What about all the other alsa-* recipes? Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:/

[OE-core] [PATCH 0/1] dbus: upgrade to 1.10.6

2016-01-14 Thread Chen Qi
The following changes since commit 541315d6c56df6448f64c262f99d43d5c1e9400b: update_font_cache: only scan system font directories (2016-01-11 23:23:18 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/dbus-1.10.6 http://cgit.openem

[OE-core] [PATCH 1/1] dbus: upgrade to 1.10.6

2016-01-14 Thread Chen Qi
1. Upgrade dbus and dbus-test to 1.10.6. 2. Modify PACKAGECONFIG for systemd to avoid runtime failure. 3. Modify python-config.patch to suite the latest version. 4. Change FILES variable to suite the latest version. 5. Remove obsolete option '--without-dbus-glib'. Signed-off-by: Chen Qi --- .../