Re: [OE-core] [PATCH] systemd: support systemd-boot as a stand-alone EFI bootloader

2016-05-26 Thread Saul Wold
On Thu, 2016-05-05 at 11:20 -0700, Jianxun Zhang wrote: > The "systemd-boot" is gummiboot now included into systemd project. > The old gummiboot project supported in OE is dead. > > Our intention is to get a gummiboot-like EFI bootloader without > much dependency on systemd and its features. > >

[OE-core] [PATCH] dpkg: Upgrade to 1.18.7

2016-05-26 Thread Aníbal Limón
Rebased patches: 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch add_armeb_triplet_entry.patchadd_armeb_triplet_entry.patch Patches removed already in upstream: [1] 0001-When-running-do_package_write_deb-we-have-trees-of-h.patch [2] fix-abs-redefine.patch

[OE-core] [PATCH V2] initscripts: check if swapon/swapoff exists before executing them

2016-05-26 Thread Ming Liu
From: Ming Liu Not all built images contain swapon/swapoff, for instance, it is configurable with or without them in busybox. So it'd better to check if they exist or not before executing them. Redirecting the potential errors to /dev/null is not good

Re: [OE-core] [PATCH 1/2] utility-tasks.bbclass: fix do_listtasks

2016-05-26 Thread Richard Purdie
On Wed, 2016-05-25 at 02:23 -0700, Robert Yang wrote: > It lists deleted tasks which is unexpected, use __BBTASKS to fix the > problem since deltask() which is defined in bitbake/lib/bb/build.py > updates __BBTASKS correctly. > > Signed-off-by: Robert Yang > --- >

Re: [OE-core] [oe] Unmaintained layers

2016-05-26 Thread Paul Eggleton
On Thu, 26 May 2016 22:42:35 Andreas Müller wrote: > On Thu, May 26, 2016 at 10:25 PM, Paul Eggleton > > wrote: > > On Thu, 26 May 2016 22:18:34 Andreas Müller wrote: > >> On Thu, May 26, 2016 at 10:14 PM, Paul Eggleton > >> > >>

Re: [OE-core] [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-26 Thread Andreas Müller
On Thu, May 26, 2016 at 10:25 PM, Paul Eggleton wrote: > On Thu, 26 May 2016 22:18:34 Andreas Müller wrote: >> On Thu, May 26, 2016 at 10:14 PM, Paul Eggleton >> >> wrote: >> > On Thu, 26 May 2016 13:46:21 Cliff Brake wrote: >> >> On

Re: [OE-core] [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-26 Thread Cliff Brake
Excellent idea -- I'll plan to do at some point ... Thanks, Cliff On 05/26/2016 04:14 PM, Paul Eggleton wrote: > On Thu, 26 May 2016 13:46:21 Cliff Brake wrote: >> On Tue, May 24, 2016 at 5:23 AM, Maxin B. John wrote: >>> meta-java repo was moved to: >>>

[OE-core] [PATCH] package.bbclass: fix strip and split logic

2016-05-26 Thread Stephano Cetola
In order for strip and split to work together, we need to populate the data structors if either split OR strip are not inhibited. Original behaviour: INHIBIT_PACKAGE_STRIP: no strip, no debug split INHIBIT_PACKAGE_DEBUG_SPLIT: strip, no split Behaviour after this patch: INHIBIT_PACKAGE_STRIP:

Re: [OE-core] [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-26 Thread Paul Eggleton
On Thu, 26 May 2016 22:18:34 Andreas Müller wrote: > On Thu, May 26, 2016 at 10:14 PM, Paul Eggleton > > wrote: > > On Thu, 26 May 2016 13:46:21 Cliff Brake wrote: > >> On Tue, May 24, 2016 at 5:23 AM, Maxin B. John wrote: > >> > meta-java

Re: [OE-core] [PATCH] initscripts: hide the error in case swapoff does not exist

2016-05-26 Thread Ming Liu
On 05/26/2016 10:11 PM, Christopher Larson wrote: On Thu, May 26, 2016 at 12:44 PM, Ming Liu > wrote: From: Ming Liu > To avoid reporting errors

Re: [OE-core] [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-26 Thread Andreas Müller
On Thu, May 26, 2016 at 10:14 PM, Paul Eggleton wrote: > On Thu, 26 May 2016 13:46:21 Cliff Brake wrote: >> On Tue, May 24, 2016 at 5:23 AM, Maxin B. John wrote: >> > meta-java repo was moved to: >> > git://git.yoctoproject.org/meta-java >> >

Re: [OE-core] [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-26 Thread Paul Eggleton
On Thu, 26 May 2016 13:46:21 Cliff Brake wrote: > On Tue, May 24, 2016 at 5:23 AM, Maxin B. John wrote: > > meta-java repo was moved to: > > git://git.yoctoproject.org/meta-java > > > > Is it possible to update the list with that info? > > Done, thanks! > >

Re: [OE-core] [PATCHv2 05/16] tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-26 Thread Andreas Müller
On Thu, May 26, 2016 at 3:41 PM, Peter Kjellerstedt wrote: >> -Original Message- >> From: Andreas Müller [mailto:schnitzelt...@googlemail.com] >> Sent: den 26 maj 2016 14:00 >> To: Peter Kjellerstedt >> Cc: Patches and discussions about the oe-core layer >>

Re: [OE-core] [PATCH] initscripts: hide the error in case swapoff does not exist

2016-05-26 Thread Christopher Larson
On Thu, May 26, 2016 at 12:44 PM, Ming Liu wrote: > From: Ming Liu > > To avoid reporting errors when swapoff does not exist. > > Signed-off-by: Ming Liu > This will suppress *real* errors as well.

[OE-core] [PATCH][fido] systemd: re-enable mount propagation for udevd

2016-05-26 Thread Alejandro Hernandez
From: Roy Li With MountFlags=slave, those mounts then become private to the systemd-udevd namespace and are no longer accessible from outside the namespace, which is not expected [YOCTO #8613] (From OE-Core rev: 73f43d857fe0102033f25491007b6dbe3d5fa8ee)

Re: [OE-core] [PATCH][jethro] systemd: re-enable mount propagation for udevd

2016-05-26 Thread Alejandro Hernandez
Sorry Joshua I screwed up sending the email, this is meant to be for Robert Yang since its for jethro On 05/26/2016 03:04 PM, Alejandro Hernandez wrote: From: Roy Li With MountFlags=slave, those mounts then become private to the systemd-udevd namespace and are no

[OE-core] [PATCH][jethro] systemd: re-enable mount propagation for udevd

2016-05-26 Thread Alejandro Hernandez
From: Roy Li With MountFlags=slave, those mounts then become private to the systemd-udevd namespace and are no longer accessible from outside the namespace, which is not expected [YOCTO #8613] (From OE-Core rev: 73f43d857fe0102033f25491007b6dbe3d5fa8ee)

[OE-core] [PATCH] initscripts: hide the error in case swapoff does not exist

2016-05-26 Thread Ming Liu
From: Ming Liu To avoid reporting errors when swapoff does not exist. Signed-off-by: Ming Liu --- meta/recipes-core/initscripts/initscripts-1.0/umountfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 13/13] weston: Upgrade 1.9.0 -> 1.10.0

2016-05-26 Thread Burton, Ross
On 26 May 2016 at 20:13, Burton, Ross wrote: > And literally nothing in oe-core uses libsdl2. Does anyone who knows SDL > have an opinion on whether we should switch qemu and ffmpeg to use libsdl2, > or keep on libsdl and move libsdl2 to meta-oe? > It appears that qemu

[OE-core] [PATCH 1/3] xcb-proto: upgrade to 1.12

2016-05-26 Thread Ross Burton
Signed-off-by: Ross Burton --- .../xorg-proto/{xcb-proto_1.11.bb => xcb-proto_1.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xcb-proto_1.11.bb => xcb-proto_1.12.bb} (60%) diff --git

[OE-core] [PATCH 3/3] xcb-proto: remove stale git recipe and now redundant .inc

2016-05-26 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-proto/xcb-proto.inc | 26 -- meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb | 25 +++-- meta/recipes-graphics/xorg-proto/xcb-proto_git.bb | 9 3 files changed,

[OE-core] [PATCH 2/3] libxcb: upgrade to 1.12

2016-05-26 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/{libxcb_1.11.1.bb => libxcb_1.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxcb_1.11.1.bb => libxcb_1.12.bb} (89%) diff --git

Re: [OE-core] [PATCH 13/13] weston: Upgrade 1.9.0 -> 1.10.0

2016-05-26 Thread Burton, Ross
On 26 May 2016 at 18:23, Martin Jansa wrote: > This wayland upgrade breaks libsdl2 > > http://errors.yoctoproject.org/Errors/Details/68336/ > > libsdl2 needs fix from here: > https://hg.libsdl.org/SDL/rev/330f500d5815 > And literally nothing in oe-core uses libsdl2.

Re: [OE-core] [PATCH v2] kernel-fitimage: add initramfs support

2016-05-26 Thread Marek Vasut
On 05/26/2016 03:55 PM, George McCollister wrote: > If INITRAMFS_IMAGE is set, build an additional fitImage containing the > initramfs. Copy the additional fitImage and the source .its file used to > create it to DEPLOYDIR. The fitImage containing the initramfs must be > built before do_deploy and

Re: [OE-core] [PATCH] kernel-fitimage: add initramfs support

2016-05-26 Thread Marek Vasut
On 05/26/2016 03:53 PM, George McCollister wrote: > On Wed, May 25, 2016 at 5:33 PM, Marek Vasut wrote: >> On 05/25/2016 01:25 AM, George McCollister wrote: >>> If INITRAMFS_IMAGE is set, build an additional fitImage containing the >>> initramfs. Copy the additional fitImage and

Re: [OE-core] is there an actual defensible usage for combining "_append" and "+="?

2016-05-26 Thread Khem Raj
On Thu, May 26, 2016 at 11:56 AM, Robert P. J. Day wrote: > > i've grumbled about this before -- the *apparent* redundancy in > combining the "_append" and "+=" constructs -- but someone recently > suggested there's a use case for that that weirds me out if true. > >

Re: [OE-core] [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-26 Thread Cliff Brake
Done, thanks! https://github.com/cbrake/openembedded-admin/commit/51604da79ed5a02341562a9bf254b3dd9dc71704 Cliff On Tue, May 24, 2016 at 5:23 AM, Maxin B. John wrote: > > meta-java repo was moved to: > git://git.yoctoproject.org/meta-java > > Is it possible to update the

[OE-core] [PATCH] uboot-sign: rebuild u-boot.img with signed dtb

2016-05-26 Thread George McCollister
u-boot-nodtb.img doesn't exist so if UBOOT_SUFFIX = "img" is used u-boot.img must be rebuilt by running make with EXT_DTB=${DEPLOYDIR}/${UBOOT_DTB_IMAGE} then the resulting .img file must be install to the deploy directories. Signed-off-by: George McCollister ---

Re: [OE-core] [PATCH 13/13] weston: Upgrade 1.9.0 -> 1.10.0

2016-05-26 Thread Martin Jansa
On Fri, May 13, 2016 at 05:15:13PM -0300, Otavio Salvador wrote: > On Thu, May 12, 2016 at 4:20 AM, Jussi Kukkonen > wrote: > > Support for multiple new protocols, many new features: > > https://lists.freedesktop.org/archives/wayland-devel/2016-February/027039.html > > >

Re: [OE-core] [PATCH 0/2] linux-yocto: intel staging and bxt backports

2016-05-26 Thread Bruce Ashfield
On 2016-05-26 12:34 PM, Burton, Ross wrote: On 26 May 2016 at 16:36, Bruce Ashfield > wrote: We have a couple of patches to integrate broxton backports, and to create some intel staging branches. With qemux86-64:

Re: [OE-core] [PATCH 0/2] linux-yocto: intel staging and bxt backports

2016-05-26 Thread Bruce Ashfield
On 2016-05-26 12:34 PM, Burton, Ross wrote: On 26 May 2016 at 16:36, Bruce Ashfield > wrote: We have a couple of patches to integrate broxton backports, and to create some intel staging branches. With qemux86-64:

Re: [OE-core] [PATCH 0/2] linux-yocto: intel staging and bxt backports

2016-05-26 Thread Burton, Ross
On 26 May 2016 at 16:36, Bruce Ashfield wrote: > We have a couple of patches to integrate broxton backports, and to > create some intel staging branches. > With qemux86-64: WARNING: linux-yocto-4.4.11+gitAUTOINC+1465ac389f_53e84104c5-r0 do_patch: After meta data

[OE-core] [PATCH 1/2] linux-yocto:4.4: broxton backports

2016-05-26 Thread Bruce Ashfield
Integrating the following mainline backports for better Broxton support: Adrian Hunter (3): mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNING mmc: mmc: Attempt to flush cache before reset mmc: mmc: Fix partition switch timeout for some eMMCs Andy Shevchenko (12): device

[OE-core] [PATCH 0/2] linux-yocto: intel staging and bxt backports

2016-05-26 Thread Bruce Ashfield
Hi all, We have a couple of patches to integrate broxton backports, and to create some intel staging branches. >From the patch: [ To provide timely support for Intel platforms, without risking issues with other platforms, we create intel branches from the common variants. i.e. We now

[OE-core] [PATCH 2/2] linux-yocto: create intel branches

2016-05-26 Thread Bruce Ashfield
To provide timely support for Intel platforms, without risking issues with other platforms, we create intel branches from the common variants. i.e. We now have standard/intel, which is from standard/base These branches will be managed like any other in the tree, and will get common -stable, -rt,

Re: [OE-core] [PATCHv2 05/16] tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-26 Thread Martin Jansa
On Thu, May 26, 2016 at 01:41:14PM +, Peter Kjellerstedt wrote: > > -Original Message- > > From: Andreas Müller [mailto:schnitzelt...@googlemail.com] > > Sent: den 26 maj 2016 14:00 > > To: Peter Kjellerstedt > > Cc: Patches and discussions about the oe-core layer > > Subject: Re:

[OE-core] [PATCH] u-boot: replace old-style shell syntax with the modern one

2016-05-26 Thread Andrew Shadura
Use "-n" operation instead of comparing with an "x"-ed empty string, use $(...) notation instead of the deprecated backticks. Signed-off-by: Andrew Shadura --- meta/recipes-bsp/u-boot/u-boot.inc | 60 +++--- 1 file changed, 30

Re: [OE-core] [PATCH 1/2] utility-tasks.bbclass: fix do_listtasks

2016-05-26 Thread Christopher Larson
On Thu, May 26, 2016 at 1:12 AM, Robert Yang wrote: > On 05/25/2016 07:17 PM, Burton, Ross wrote: > >> >> On 25 May 2016 at 10:23, Robert Yang > > wrote: >> >> It lists deleted tasks which is unexpected,

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-26 Thread Richard Purdie
On Wed, 2016-05-25 at 15:15 +0100, Richard Purdie wrote: > Just realised the failure is in mpc8315e_rdb so its meta-yocto-bsp > bumps we're missing? To update on this, python-pyqt broke once qt4 was building. This was due to webkit in qt4 being silently disabled. I've merged a patch to meta-qt4

Re: [OE-core] [PATCH 4/6] tcmode-default: Bump gcc,glibc,gdb

2016-05-26 Thread Bruce Ashfield
On 2016-05-26 10:15 AM, Richard Purdie wrote: On Wed, 2016-05-25 at 15:15 +0100, Richard Purdie wrote: Just realised the failure is in mpc8315e_rdb so its meta-yocto-bsp bumps we're missing? To update on this, python-pyqt broke once qt4 was building. This was due to webkit in qt4 being

[OE-core] [PATCH 4/6] gcr: upgrade to 3.20.0

2016-05-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/{gcr_3.18.0.bb => gcr_3.20.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gcr/{gcr_3.18.0.bb => gcr_3.20.0.bb} (89%) diff --git

[OE-core] [PATCH 0/6] Version updates, disabling introspection on native/nativesdk

2016-05-26 Thread Alexander Kanavin
A bunch of version updates that I forgot to sent out. I'll be working on more of those in the coming days to catch up to upstream somewhat. Also: disable gobject introspection for native and nativesdk targets. The following changes since commit 2718e843b3502afa1e21510bb6b9c4720f75124c:

Re: [OE-core] [PATCH 00/45] Move recipes to use Python 3 whenever possible

2016-05-26 Thread Mark Hatle
On 5/26/16 8:49 AM, Alexander Kanavin wrote: > On 05/26/2016 04:39 PM, Mark Hatle wrote: > >> The interchange format of the newer createrepo is very different then the >> older >> format the smartpm uses. Thus they have to be kept in sync. The new format >> also does not have the extensions we

[OE-core] [PATCH 5/6] liburcu: upgrade to 0.9.2

2016-05-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/liburcu/{liburcu_0.9.1.bb => liburcu_0.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/liburcu/{liburcu_0.9.1.bb => liburcu_0.9.2.bb} (83%) diff --git

[OE-core] [PATCH 6/6] libsecret: upgrade to 0.18.5

2016-05-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsecret/{libsecret_0.18.4.bb => libsecret_0.18.5.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libsecret/{libsecret_0.18.4.bb => libsecret_0.18.5.bb} (84%) diff

[OE-core] [PATCH 3/6] babeltrace: upgrade to 1.3.2

2016-05-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/lttng/{babeltrace_1.3.1.bb => babeltrace_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{babeltrace_1.3.1.bb => babeltrace_1.3.2.bb} (93%) diff --git

[OE-core] [PATCH 2/6] msmtp: upgrade to 1.6.4

2016-05-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/msmtp/{msmtp_1.6.3.bb => msmtp_1.6.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/msmtp/{msmtp_1.6.3.bb => msmtp_1.6.4.bb} (86%) diff --git

[OE-core] [PATCH 1/6] gobject-introspection.bbclass: disable introspection for -native and -nativesdk recipes

2016-05-26 Thread Alexander Kanavin
It is not necessary for those targets, adds to the build time, and pulls in the unneeded qemu-native dependency. Signed-off-by: Alexander Kanavin --- meta/classes/gobject-introspection.bbclass | 14 -- 1 file changed, 12 insertions(+), 2

[OE-core] [PATCH v2] kernel-fitimage: add initramfs support

2016-05-26 Thread George McCollister
If INITRAMFS_IMAGE is set, build an additional fitImage containing the initramfs. Copy the additional fitImage and the source .its file used to create it to DEPLOYDIR. The fitImage containing the initramfs must be built before do_deploy and after do_install to avoid circular dependencies.

Re: [OE-core] [PATCH] kernel-fitimage: add initramfs support

2016-05-26 Thread George McCollister
On Wed, May 25, 2016 at 5:33 PM, Marek Vasut wrote: > On 05/25/2016 01:25 AM, George McCollister wrote: >> If INITRAMFS_IMAGE is set, build an additional fitImage containing the >> initramfs. Copy the additional fitImage and the source .its file used to >> create it to DEPLOYDIR.

Re: [OE-core] [PATCH 00/45] Move recipes to use Python 3 whenever possible

2016-05-26 Thread Alexander Kanavin
On 05/26/2016 04:39 PM, Mark Hatle wrote: The interchange format of the newer createrepo is very different then the older format the smartpm uses. Thus they have to be kept in sync. The new format also does not have the extensions we added for the recommended package syntax. createrepo is

Re: [OE-core] [PATCHv2 05/16] tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-26 Thread Peter Kjellerstedt
> -Original Message- > From: Andreas Müller [mailto:schnitzelt...@googlemail.com] > Sent: den 26 maj 2016 14:00 > To: Peter Kjellerstedt > Cc: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCHv2 05/16] tcl: Use SYSROOT_DIRS to add > dirs to stage in sysroot >

Re: [OE-core] [PATCH 0/3] Improve SSL certificate handling

2016-05-26 Thread Richard Purdie
On Mon, 2016-05-23 at 17:45 -0300, Otavio Salvador wrote: > This patchset leverage the OpenSSL certificate handling so it works > aligned with Debian and other generic distributions regarding where > the certificates are stored and how they are installed. > > This all started when debugging why

Re: [OE-core] [PATCH 00/45] Move recipes to use Python 3 whenever possible

2016-05-26 Thread Mark Hatle
On 5/25/16 8:01 AM, alexander.kana...@linux.intel.com wrote: >>> Consequently, rpm's python bindings (required by smartpm) stay at python >>> 2 as well >>> for now, even tough python 3 seems to be supported. >> >> Is there a porting guide or similar that can used to help identify what >> types of

Re: [OE-core] [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-26 Thread Jussi Kukkonen
On 26 May 2016 at 16:01, Olof Johansson wrote: > On 16-05-25 16:29 +0300, Jussi Kukkonen wrote: >> https version seems more reliable and in an informal test fetching >> all gnupg recipes now takes <20% of the time it used to. >> >> Define GNUPG_MIRROR in bitbake.conf so

Re: [OE-core] [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-26 Thread Olof Johansson
On 16-05-25 16:29 +0300, Jussi Kukkonen wrote: > https version seems more reliable and in an informal test fetching > all gnupg recipes now takes <20% of the time it used to. > > Define GNUPG_MIRROR in bitbake.conf so future tweaks to this are > easier. Replace some slower mirrors with the

[OE-core] [PATCH v2 7/7] libgpg-error: Upgrade 1.21 -> 1.22

2016-05-26 Thread Jussi Kukkonen
License checksum changes are not license changes. Remove a patch that's in upstream now. Signed-off-by: Jussi Kukkonen --- .../0001-libgpg-error-Add-nios2-support.patch | 46 -- .../{libgpg-error_1.21.bb => libgpg-error_1.22.bb} | 9 ++--- 2

[OE-core] [PATCH v2 4/7] dosfstools: Upgrade 3.0.28 -> 4.0

2016-05-26 Thread Jussi Kukkonen
* Build system is now autotools * Patches are no longer required * Enable compatibility symlinks Signed-off-by: Jussi Kukkonen --- .../0001-mkfs.fat-fix-incorrect-int-type.patch | 46 -- .../dosfstools/dosfstools/largefile.patch | 19

[OE-core] [PATCH v2 3/7] gtk+: Upgrade 2.24.29 -> 2.24.30

2016-05-26 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/gtk+/{gtk+_2.24.29.bb => gtk+_2.24.30.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk+/{gtk+_2.24.29.bb => gtk+_2.24.30.bb} (91%) diff --git

[OE-core] [PATCH v2 1/7] clutter-1.0: Upgrade 1.24.2 -> 1.26.0

2016-05-26 Thread Jussi Kukkonen
Remove a backported patch. Signed-off-by: Jussi Kukkonen --- .../0001-build-Use-AC_COMPILE_IFELSE.patch | 105 - ...clutter-1.0_1.24.2.bb => clutter-1.0_1.26.0.bb} | 5 +- 2 files changed, 2 insertions(+), 108 deletions(-) delete mode

[OE-core] [PATCH v2 2/7] clutter-gst-3.0: Upgrade 3.0.16 -> 3.0.18

2016-05-26 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../clutter/{clutter-gst-3.0_3.0.16.bb => clutter-gst-3.0_3.0.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.16.bb => clutter-gst-3.0_3.0.18.bb} (58%) diff

[OE-core] [PATCH v2 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-26 Thread Jussi Kukkonen
https version seems more reliable and in an informal test fetching all gnupg recipes now takes <20% of the time it used to. Define GNUPG_MIRROR in bitbake.conf so future tweaks to this are easier. Replace some slower mirrors with the official ftp site and another from gnupg.org mirror list. Set

[OE-core] [PATCH v2 0/7] upgrades + gnupg.org SRC_URI change

2016-05-26 Thread Jussi Kukkonen
Bunch of unrelated upgrades and an update on everything hosted at gnupg.org: change from using the unreliable and slow FTP site to HTTPS. Changes since V1: * dosfstools: Enable compatibility symlinks * gnupg.org-hosted recipes: Set UPSTREAM_CHECK_URI, drop gnutls changes Other patches

[OE-core] [PATCH v2 5/7] libevdev: Upgrade 1.4.6 -> 1.5.1

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

Re: [OE-core] [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-26 Thread Jussi Kukkonen
On 26 May 2016 at 12:56, wrote: >> How can you be sure that other index.html files aren't similarly out of >> date? We should stick to the ftp directory listings for upstream checks >> until the upstream sorts this. I'm not sure if the patch should be held >>

Re: [OE-core] [PATCHv2 05/16] tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot

2016-05-26 Thread Andreas Müller
On Thu, May 12, 2016 at 10:37 AM, Peter Kjellerstedt wrote: > --- > meta/recipes-devtools/tcltk/tcl_8.6.4.bb | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb >

Re: [OE-core] [PATCH 00/72] Krogoth-next V2, pull request

2016-05-26 Thread André Draszik
Hi Armin, On Mo, 2016-05-23 at 21:55 -0700, Armin Kuster wrote: > Rebased, removed per feedback and add a few new ones. >  > Please consider this for krogoth-next. >  > The following changes since commit > da4bfbef46e52d2b647a837a47d0f5cb813ba8b2: >  >   gdb: Backport patch to changes with AVX

Re: [OE-core] [PATCH 28/45] swig: move to Python 3

2016-05-26 Thread alexander . kanavin
> > It would be nice to use PACKAGECONFIG to select 2 versus 3 so we can > build sdks that only have python2. This requires a conditional class inherit (pythonnative vs. python3native), which you can't at the moment do with PACKAGECONFIG. If you really need this, make a swig-python2 recipe.

[OE-core] [PATCH] xmlto: xmlto needs tail to run

2016-05-26 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb

Re: [OE-core] [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-26 Thread alexander . kanavin
> How can you be sure that other index.html files aren't similarly out of > date? We should stick to the ftp directory listings for upstream checks > until the upstream sorts this. I'm not sure if the patch should be held > off altogether, or fixed so that the upstream check uri explicitly points

[OE-core] is there an actual defensible usage for combining "_append" and "+="?

2016-05-26 Thread Robert P. J. Day
i've grumbled about this before -- the *apparent* redundancy in combining the "_append" and "+=" constructs -- but someone recently suggested there's a use case for that that weirds me out if true. given that "_append" defers appending, and that "+=" inserts a space, the argument was that

Re: [OE-core] [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-26 Thread alexander . kanavin
> I could add a UPSTREAM_CHECK_URI for the ftp site... except I can't > actually test that since the server has not really responded to me in > days (apparently a known issue for the gupnp.org people). Can you say which URL you cannot open? Everything works for me both behind and outside of

Re: [OE-core] [PATCH 1/2] utility-tasks.bbclass: fix do_listtasks

2016-05-26 Thread Robert Yang
On 05/25/2016 07:17 PM, Burton, Ross wrote: On 25 May 2016 at 10:23, Robert Yang > wrote: It lists deleted tasks which is unexpected, use __BBTASKS to fix the problem since deltask() which is defined in

Re: [OE-core] [PATCH v4 0/2] Yocto Bug #6945

2016-05-26 Thread He Zhe
On 05/25/2016 08:12 PM, Bruce Ashfield wrote: > > > On Wed, May 25, 2016 at 4:47 AM, > wrote: > > From: He Zhe > > > This has been reviewed several rounds and no more comments are

Re: [OE-core] [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site

2016-05-26 Thread Jussi Kukkonen
On 25 May 2016 at 17:42, wrote: >> Change gnutls to use GNUPG_MIRROR as well: they have their own domain >> but the ftp site is the slow, unreliable gnupg.org one. > > Doesn't work for gnutls I'm afraid: > > https://www.gnupg.org/ftp/gcrypt/gnutls/v3.4/ The

[OE-core] [PATCH] packagegroup-self-hosted.bb: remove unsuitable network related dependence

2016-05-26 Thread Zhenbo Gao
self-hosted should not include any network related dependence, the image that pulls in this packagegroup should handle any networking requirements. Signed-off-by: Zhenbo Gao --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 --- 1 file changed, 3