Re: [OE-core] [PATCH 2/3] gnutls: update to 3.4.1

2015-06-15 Thread Burton, Ross
So this happens: WARNING: QA Issue: gnutls-openssl rdepends on libidn, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gnutls-xx rdepends on libidn, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gnutls-dev rdepends on libidn, but it isn't a build dependency?

[OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-15 Thread Alexander Kanavin
Hello everyone, I've been looking into updating oe-core's aging web engine/browser combo, and want to give you a heads up about what's going to happen: 1) webkit-gtk engine will be updated to latest stable upstream release (2.8.3 which is providing Webkit2 API and is a Gtk3 port) 2) midori

Re: [OE-core] [PATCH 2/2][dizzy] python-nose: backport it to dizzy

2015-06-15 Thread Otavio Salvador
On Sun, Jun 14, 2015 at 8:12 PM, akuster808 akuster...@gmail.com wrote: On 6/14/15 9:13 AM, Khem Raj wrote: On Sun, Jun 14, 2015 at 1:56 AM, akuster808 akuster...@gmail.com wrote: Alejandro, This looks to be a new recipe. I don't believe dizzy is taking new features. Contextual. If its a

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-15 Thread Andreas Müller
On Mon, Jun 15, 2015 at 11:46 AM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: Hello everyone, I've been looking into updating oe-core's aging web engine/browser combo, and want to give you a heads up about what's going to happen: 1) webkit-gtk engine will be updated to latest

Re: [OE-core] [PATCH 3/3] libpcap: fix PACKAGECONFIG

2015-06-15 Thread Burton, Ross
On 11 June 2015 at 10:08, Robert Yang liezhi.y...@windriver.com wrote: The BLUEZ is default to bluez5, but there is only PACKAGECONFIG[bluez4], no PACKAGECONFIG[bluez5], and the current version of libpcap (or the higher version 1.7.3) only supports bluez4, we can't use

[OE-core] [PATCH] gtk+: Upgrade 2.24.27 - 2.24.28

2015-06-15 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-gnome/gtk+/{gtk+_2.24.27.bb = gtk+_2.24.28.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk+/{gtk+_2.24.27.bb = gtk+_2.24.28.bb} (90%) diff --git

Re: [OE-core] [PATCH v2 1/6] gtk+3: Upgrade to 3.16.3

2015-06-15 Thread Burton, Ross
On 12 June 2015 at 14:11, Jussi Kukkonen jussi.kukko...@intel.com wrote: + docbook-utils-native gdk-pixbuf-native libepoxy Note that libepoxy currently doesn't know how to be a no implementation stub of OpenGL so this does mean that GTK+ 3 now has a hard dependency on OpenGL.

[OE-core] KCONF_AUDIT_LEVEL + kernel_configcheck

2015-06-15 Thread Patrick Ohly
= 1.27.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Debian-8.0 TARGET_SYS= i586-poky-linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.8+snapshot-20150615 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta-yocto

Re: [OE-core] [PATCH] scripts/oe-selftest: enhancement 7865

2015-06-15 Thread Constantin, Costin C
Hello, Please don't consider this patch. It was intended for 7865, but a better patch was proposed for this -Original Message- From: Constantin, Costin C Sent: Saturday, June 13, 2015 11:59 PM To: openembedded-core@lists.openembedded.org Cc: Constantin, Costin C Subject: [PATCH]

Re: [OE-core] [PATCH] base: Fix license checksum rebuild problems

2015-06-15 Thread Christopher Larson
On Mon, Jun 1, 2015 at 2:13 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: MACHINE=qemux86-64 bitbake init-ifupdown; MACHINE=genericx86-64 bitbake init-ifupdown shows a rebuild when it would be expected. The reason is a LIC_FILES_CHKSUM which contains file://${WORKDIR}, an

[OE-core] OE Changelog since 2015-06-07 until 2015-06-14

2015-06-15 Thread cliff . brake
Changelog since 2015-06-07 until 2015-06-14. 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:

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-15 Thread Burton, Ross
On 15 June 2015 at 12:53, Andreas Müller schnitzelt...@googlemail.com wrote: So we are loosing last working browser around - what get's better except later is greater? If you actually compare the build dependencies, you'll see that Midori and Epiphany are actually almost identical. We need

Re: [OE-core] [PATCH 1/1] copyleft_filter.bbclass: Allow to filter on name

2015-06-15 Thread Paul Eggleton
On Tuesday 09 June 2015 12:46:48 mariano.lo...@linux.intel.com wrote: From: Mariano Lopez mariano.lo...@linux.intel.com The archiver uses a license based filter to provide the source code. This patch allows to search on name based on two new variables (COPYLEFT_PN_INCLUDE,

Re: [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-15 Thread Alexander Kanavin
On 06/15/2015 05:24 PM, Burton, Ross wrote: If you actually compare the build dependencies, you'll see that Midori and Epiphany are actually almost identical. We need to upgrade WebKit as the release we're shipping has known security flaws and is very old - and the community is rightly moaning

[OE-core] [PATCH] insane.bbclass: fix false negative in build-deps QA check

2015-06-15 Thread Patrick Ohly
When a recipe called 'foobar-test' links against 'foobar' without listing that in DEPENDS, the build-deps check misses that error because it looks for 'foobar' in a package string containing (among others) the 'foobar-test' name, leading to the incorrect conclusion that the package is listed as

Re: [OE-core] FW: 7865 patch

2015-06-15 Thread Burton, Ross
Hi Sharron, On 15 June 2015 at 08:04, Liu, Sharron sharron@intel.com wrote: Here attached the patch to 7865 https://bugzilla.yoctoproject.org/show_bug.cgi?id=7865 (component: automated build testing). Patch status: reviewed and agreed by Costin (in copy), issue owner. Can you send

[OE-core] [PATCH] babeltrace: Fix invalid pointer free with trace collection

2015-06-15 Thread rongqing.li
From: Roy Li rongqing...@windriver.com This fixed the bug https://bugs.lttng.org/issues/790 Signed-off-by: Roy Li rongqing...@windriver.com --- ...nvalid-pointer-free-with-trace-collection.patch | 44 ++ meta/recipes-kernel/lttng/babeltrace_1.2.4.bb | 4 +- 2 files

Re: [OE-core] [OE-Core][PATCH] {python, python3}-native: fix TypeError

2015-06-15 Thread Changhyeok Bae
Doesn't this mean BUILD_SYS or HOST_SYS weren't set in the environment? - You're right. The default env value of BUILD_SYS and HOST_SYS is (empty). - I wonder that the original patch (12-distutils-prefix-is-inside-staging-area.patch) to add is required? Wouldn't this patch just mean you get a

[OE-core] [PATCH] mdadm: add systemd service files

2015-06-15 Thread Li xin
Add mdmonitor.service to support systemd systems and add configuration file. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-extended/mdadm/files/mdadm.conf | 1 + meta/recipes-extended/mdadm/files/mdadm.default| 25

[OE-core] [PATCH 09/10] init-install: code cleanup: Replace tabs with spaces

2015-06-15 Thread Ed Bartosh
Cleaned up spaces from init-install* shell scripts. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/meta/recipes-core/initrdscripts/files/init-install-efi.sh index a6a8679..dca1432 100644 ---

[OE-core] [PATCH 10/10] init-install: code cleanup: replace /dev/$device - $device

2015-06-15 Thread Ed Bartosh
Shortened code by including /dev/ prefix into variable. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/meta/recipes-core/initrdscripts/files/init-install-efi.sh index dca1432..74372b0 100644 ---

[OE-core] [PATCH 07/10] init-install: Specify filesystem type in parted command line

2015-06-15 Thread Ed Bartosh
Explicitly specified filesystem type for parted mkpart command. This makes partition table to look more informative. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh

[OE-core] [PATCH 08/10] init-install: Specify partition name in parted command line

2015-06-15 Thread Ed Bartosh
parted allows to use names for partitions if GPT partition table is used on the device. msdos partitioning can have only partition types: 'primary', 'logical' or 'extended'. Used meaningful partition names in parted command line for GPT partitioning. Signed-off-by: Ed Bartosh

[OE-core] [PATCH 04/10] init-install-efi: Implement UUID support

2015-06-15 Thread Ed Bartosh
Using UUID in favor of device names is more reliable as UUID names are persistent. Device names can change as the order of adding device nodes is arbitrary. This sometimes results in device names switching on each boot, which can cause system fail to boot. Persistent naming solves these issues.

[OE-core] [PATCH 02/10] initramfs-live-install: Add blkid to initramfs

2015-06-15 Thread Ed Bartosh
Added util-linux-blkid to the list of dependencies of initramfs-live-install and initramfs-live-install-efi. This is a part of the work to support partiion UUID in installer. blkid is going to be used to get partition and filesystem UUIDs. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com

[OE-core] [PATCH 06/10] init-install: Implement UUID support

2015-06-15 Thread Ed Bartosh
Used partition UUID in kernel command line to specify root partition. Searched root device by file system uuid in GRUB configuration. Used partition UUID in /etc/fstab to specify swap partition. Used filesystem UUID in /etc/fstab to specify boot partition. [YOCTO #6101] Signed-off-by: Ed Bartosh

[OE-core] [PATCH 00/10] UUID support in installer (poky-contrib: ed/oe-core/uuid-init-install)

2015-06-15 Thread Ed Bartosh
Hi, This patchet adds support of GPT partition table and UUID support to initramfs installer scripts. Using UUID in favor of device names is more reliable as UUID names are persistent. Device names can change as the order of adding device nodes is arbitrary. This sometimes results in device

[OE-core] [PATCH] lttng-modules: drop makefile patch

2015-06-15 Thread Nathan Lynch
The lttng-modules Makefile allows us to specify the kernel we're building against via the KERNELDIR variable on the build command line. Use that and drop the patch (which tends to need updating whenever the upstream Makefile changes). Signed-off-by: Nathan Lynch nathan_ly...@mentor.com ---

[OE-core] [PATCH 05/10] init-install: Use GPT table with GRUB 2

2015-06-15 Thread Ed Bartosh
Changed partition type from 'msdos' to 'gpt'. Added special partition for grub stage2 bootloader. NOTE: This is done only for GRUB 2 as legacy GRUB is rarely used and doesn't support GPT partitions. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git

[OE-core] [PATCH 03/10] busybox: Enable UUID-related options

2015-06-15 Thread Ed Bartosh
Enabled MOUNT_LABEL and VOLUMEID* features for busybox mount to understand 'UUID=' syntax in fstab. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index c200ee0..468c40e 100644 ---

[OE-core] [PATCH 01/10] image-live: Set syslinux timeout to 5s

2015-06-15 Thread Ed Bartosh
Increased syslinux timeout to 5s as default 1s timeout is not enough to notice syslinux prompt on some devices. Signed-off-by: Ed Bartosh ed.bart...@linux.intel.com diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass index 7b770fb..52b6de7 100644 ---

Re: [OE-core] [PATCH V2 3/3] populate_sdk_ext: consider custom configuration in local.conf

2015-06-15 Thread Paul Eggleton
On Wednesday 10 June 2015 15:25:24 Chen Qi wrote: Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made into the final local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc. Before this change,

Re: [OE-core] [PATCH][fido] runqemu: add support to boot arm64 qemu target from NFS

2015-06-15 Thread Jagadeesh Krishnanjanappa
Ping. Regards, Jagadeesh On Tue, Jun 9, 2015 at 10:18 AM, Jagadeesh Krishnanjanappa jkrishnanjana...@mvista.com wrote: The other changes include, runqemu - fix MACHINE type being detected as qemuarm when qemuarm64 kernel image name is given. runqemu-internal - Added

[OE-core] [PATCH] openssl: fix building on x32 systems

2015-06-15 Thread Cristian Iorga
Fix build on Fedora 21 i686. When building on x32 systems where the default type is 32bit, make sure that 64bit integers can be represented transparently. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../openssl/openssl/openssl-1.0.2a-x32-asm.patch | 45 ++

[OE-core] [PATCH] piglit: Add missing inclusion of Xutil.h

2015-06-15 Thread Otavio Salvador
The EGL tests rely on Xutil.h being included. Some EGL implementation does not explitly include it by default and than the build fail. This fixes the build in imx53qsb board, of meta-fsl-arm, but is a generic fix. Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

Re: [OE-core] KCONF_AUDIT_LEVEL + kernel_configcheck

2015-06-15 Thread Bruce Ashfield
= x86_64-linux NATIVELSBSTRING = Debian-8.0 TARGET_SYS= i586-poky-linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.8+snapshot-20150615 TUNE_FEATURES = m32 i586 TARGET_FPU= meta meta-yocto meta-yocto-bsp= master

Re: [OE-core] [PATCH] openssl: fix building on x32 systems

2015-06-15 Thread Iorga, Cristian
Patch applicable to 1.8 branch also. -Original Message- From: Iorga, Cristian Sent: Monday, June 15, 2015 11:35 PM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH] openssl: fix building on x32 systems Fix build on Fedora 21 i686. When building on x32

Re: [OE-core] [PATCH 3/3] libpcap: fix PACKAGECONFIG

2015-06-15 Thread Robert Yang
On 06/15/2015 07:52 PM, Burton, Ross wrote: On 11 June 2015 at 10:08, Robert Yang liezhi.y...@windriver.com mailto:liezhi.y...@windriver.com wrote: The BLUEZ is default to bluez5, but there is only PACKAGECONFIG[bluez4], no PACKAGECONFIG[bluez5], and the current version of libpcap (or

Re: [OE-core] [PATCH 3/3] libpcap: fix PACKAGECONFIG

2015-06-15 Thread Robert Yang
On 06/16/2015 09:55 AM, Robert Yang wrote: On 06/15/2015 07:52 PM, Burton, Ross wrote: On 11 June 2015 at 10:08, Robert Yang liezhi.y...@windriver.com mailto:liezhi.y...@windriver.com wrote: The BLUEZ is default to bluez5, but there is only PACKAGECONFIG[bluez4], no

Re: [OE-core] [PATCH] openssl: fix building on x32 systems

2015-06-15 Thread Burton, Ross
On 15 June 2015 at 21:34, Cristian Iorga cristian.io...@intel.com wrote: +Upstream-Status: Pending You need a signed-off-by in the patch too. Cheers Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH V2] openssl: fix building on x32 systems

2015-06-15 Thread Cristian Iorga
Fix build on Fedora 21 i686. When building on x32 systems where the default type is 32bit, make sure that 64bit integers can be represented transparently. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../openssl/openssl/openssl-1.0.2a-x32-asm.patch | 46 ++

Re: [OE-core] [PATCH V2] openssl: fix building on x32 systems

2015-06-15 Thread Iorga, Cristian
Signed off the original patch for V2. /Cristian -Original Message- From: Iorga, Cristian Sent: Tuesday, June 16, 2015 12:32 AM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH V2] openssl: fix building on x32 systems Fix build on Fedora 21 i686. When

[OE-core] [PATCH] logging.bbclass: avoid bashism in bbdebug()

2015-06-15 Thread Patrick Ohly
Checking the bbdebug() debug level parameter with a regular test expression only works in bash. Using tr to filter out digits and then checking whether anything is left achieves the same result and is more portable. Signed-off-by: Patrick Ohly patrick.o...@intel.com ---

Re: [OE-core] [PATCH v2 6/6] midori: Depend on Adwaita, not gnome-icon-theme

2015-06-15 Thread Jussi Kukkonen
On 12 June 2015 at 18:25, Alexander Kanavin alexander.kana...@linux.intel.com wrote: On 06/12/2015 04:11 PM, Jussi Kukkonen wrote: -RRECOMMENDS_${PN} += glib-networking ca-certificates gnome-icon-theme +RRECOMMENDS_${PN} += glib-networking ca-certificates adwaita-icon-theme This should

Re: [OE-core] [PATCH 2/3] gnutls: update to 3.4.1

2015-06-15 Thread akuster808
On 06/15/2015 03:13 AM, Burton, Ross wrote: So this happens: WARNING: QA Issue: gnutls-openssl rdepends on libidn, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gnutls-xx rdepends on libidn, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gnutls-dev

Re: [OE-core] [OE-Core][PATCH] {python, python3}-native: fix TypeError

2015-06-15 Thread Richard Purdie
On Tue, 2015-06-09 at 14:08 +0900, Changhyeok Bae wrote: g-ir-core in meta-gir is building with python-native. When the g-ir-core(v1.42.0) is building, following error is occurred. Error in g-ir-core: EXEC_PREFIX = os.path.normpath(sys.exec_prefix).replace( os.getenv(BUILD_SYS),

Re: [OE-core] [OE-Core][PATCH] {python, python3}-native: fix TypeError

2015-06-15 Thread Changhyeok Bae
ping -Original Message- From: Changhyeok Bae [mailto:changhyeok@lge.com] Sent: Tuesday, June 09, 2015 2:08 PM To: openembedded-core@lists.openembedded.org Cc: Changhyeok Bae Subject: [OE-Core][PATCH] {python,python3}-native: fix TypeError g-ir-core in meta-gir is building with

Re: [OE-core] [PATCH 0/1] scripts: Add cleanup-downloads-dir tool

2015-06-15 Thread Burton, Ross
On 12 June 2015 at 13:15, Laurentiu Palcu laurentiu.pa...@intel.com wrote: A few days ago I noticed I had no space on disk and decided to make some space. Since my downloads directory was never deleted since denzil, it consumed 25GB of space which I needed. However, I wanted to delete only old

Re: [OE-core] [daisy][PATCH 0/1] Backport BAD_RECOMMENDATIONS fix from master/dizzy

2015-06-15 Thread Denys Dmytriyenko
I know Daisy is rather old, but is there any chance to get this fix pulled in? Or should I look for a local workaround instead? Thanks! -- Denys On Thu, Jun 11, 2015 at 03:07:54PM -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com This is a self-contained clean backport