Re: [OE-core] [PATCH] pcmanfm: upgrading to 1.2.5

2016-12-16 Thread Jussi Kukkonen
On 15 December 2016 at 23:55, Edwin Plauchu < edwin.plauchu.cama...@linux.intel.com> wrote: > From: Edwin Plauchu > > Signed-off-by: Edwin Plauchu > --- > meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb | 43 > -- > meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb | 43 > ++

Re: [OE-core] [PATCH 1/2] Revert "subversion: fix "svnadmin create" fail on x86"

2016-12-16 Thread Richard Purdie
On Fri, 2016-12-16 at 10:49 +0800, Dengke Du wrote: > This reverts commit cfe6f3e251240c9d9a70354be0501600357f0b87. You need to say why.  I'm guessing you've a better fix in the following patch but it is a guess and I shouldn't need to guess. Cheers, Richard --

[OE-core] [PATCH v2 2/2] grub-efi/live-vm-common: allow grub as EFI_PROVIDER

2016-12-16 Thread Awais Belal
This allows grub to be used as EFI_PROVIDER and extends the grub-efi class so it can be used as is when EFI_PROVIDER is grub. Currently this can only be leveraged if you are using the grub_git recipe and GRUBPLATFORM plus EFI_PROVIDER are set correctly. Signed-off-by: Awais Belal --- meta/classe

[OE-core] [PATCH v2 1/2] grub_git: extend recipe for proper target deployment

2016-12-16 Thread Awais Belal
This extends the grub_git recipe so it can deploy grub on the target boot disk just like grub-efi. Mainly this copies stuff from the grub-efi recipe and then adjusts some bits accordingly. This would allow using the latest and greatest versions of grub on the target. Signed-off-by: Awais Belal --

Re: [OE-core] [PATCH 1/2] Revert "subversion: fix "svnadmin create" fail on x86"

2016-12-16 Thread Dengke Du
Hi Richard Yes, I have a root fix for the subversion failed on x86 and multilib. I will send V2 explain it. // Dengke On 2016年12月16日 19:32, Richard Purdie wrote: On Fri, 2016-12-16 at 10:49 +0800, Dengke Du wrote: This reverts commit cfe6f3e251240c9d9a70354be0501600357f0b87. You need to s

Re: [OE-core] [PATCH] dpkg: upgrade to 1.18.15

2016-12-16 Thread Alexander Kanavin
On 12/16/2016 03:44 AM, Edwin Plauchu wrote: From: Edwin Plauchu Signed-off-by: Edwin Plauchu In addition to file rename detection (see Jussi's mail), you need to explain in the commit message the changes that you made. Specifically: ...tinsts-expect-D-to-be-set-when-running-in.patch |

Re: [OE-core] [PATCH] wic: obey the rootfs size from the metadata

2016-12-16 Thread Ed Bartosh
Hi Christopher, Thank you for the patch! +1 On Thu, Dec 15, 2016 at 12:42:39PM -0700, Christopher Larson wrote: > From: Christopher Larson > > When no --size is specified for the rootfs in the .wks, we want to obey the > rootfs size from the metadata, otherwise the defined IMAGE_ROOTFS_EXTRA_S

Re: [OE-core] [PATCH v2 3/3] selftest/wic: Add tests for --exclude-dir option.

2016-12-16 Thread Ed Bartosh
On Wed, Dec 14, 2016 at 05:28:54PM +0100, Kristian Amlie wrote: > Based partially on an earlier patch by Maciej Borzecki. > > Signed-off-by: Kristian Amlie > --- > meta/lib/oeqa/selftest/wic.py | 106 > +- > 1 file changed, 105 insertions(+), 1 deletion(-

[OE-core] [PATCH V2] pcmanfm: upgrading to 1.2.5

2016-12-16 Thread Edwin Plauchu
From: Edwin Plauchu Signed-off-by: Edwin Plauchu --- meta/recipes-sato/pcmanfm/{pcmanfm_1.2.4.bb => pcmanfm_1.2.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/pcmanfm/{pcmanfm_1.2.4.bb => pcmanfm_1.2.5.bb} (90%) diff --git a/meta/recipes-sato/pcmanfm

[OE-core] [PATCH] libfm: fix configure error if native vala is absent

2016-12-16 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...heck-the-stamp-file-that-indicates-if-we-.patch | 28 ++ meta/recipes-support/libfm/libfm_1.2.5.bb | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/libfm/libfm/0001-Correctly-c

[OE-core] [PATCH V2] dpkg: upgrade to 1.18.15

2016-12-16 Thread Edwin Plauchu
triplets file is no longer available. As of now using files data/tupletable and data/ostable Signed-off-by: Edwin Plauchu --- ...tinsts-expect-D-to-be-set-when-running-in.patch | 30 ...0006-add-musleabi-to-known-target-tripets.patch | 42 -- .../0006-add-mus

[OE-core] [OE-Core][Patch] arch-mips: Add MIPS 64r6 N32 tune

2016-12-16 Thread Zubair Lutfullah Kakakhel
Add MIPS64R6-n32 tuning options. Signed-off-by: Zubair Lutfullah Kakakhel --- meta/classes/insane.bbclass | 2 ++ meta/classes/siteinfo.bbclass | 2 ++ meta/conf/machine/include/tune-mips64r6.inc | 26 ++ 3 files changed, 30 insertions(+)

[OE-core] [OE-Core][Patch] openssl: Add support for many MIPS configurations

2016-12-16 Thread Zubair Lutfullah Kakakhel
Add more case statements to catch MIPS tune configurations Signed-off-by: Zubair Lutfullah Kakakhel --- meta/recipes-connectivity/openssl/openssl.inc | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/met

Re: [OE-core] [PATCH V2] python3-setuptools: upgrade to 31.0.0

2016-12-16 Thread Alexander Kanavin
On 12/15/2016 09:00 PM, Edwin Plauchu wrote: From: Edwin Plauchu It is a simultaneous upgrade for python 2 and 3 over setuptools. Signed-off-by: Edwin Plauchu --- meta/recipes-devtools/python/python-setuptools.inc | 4 +-- .../python/python-setuptools_29.0.1.bb | 38

[OE-core] [PATCH] ruby: upgrade to 2.3.3

2016-12-16 Thread Edwin Plauchu
Signed-off-by: Edwin Plauchu --- meta/recipes-devtools/ruby/{ruby_2.3.1.bb => ruby_2.3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ruby/{ruby_2.3.1.bb => ruby_2.3.3.bb} (89%) diff --git a/meta/recipes-devtools/ruby/ruby_2.3.1.bb b/meta/recipes-d

[OE-core] [PATCH] initscripts: populate-volatile: don't run commands in background

2016-12-16 Thread Mans Rullgard
If commands are run asynchronously they may be completed out of order causing problems if later entries depend on earlier ones. Signed-off-by: Mans Rullgard --- meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --

[OE-core] [PATCH V3] python3-setuptools: upgrade to 31.0.0

2016-12-16 Thread Edwin Plauchu
It is a simultaneous upgrade for python 2 and 3 over setuptools. Signed-off-by: Edwin Plauchu --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- .../{python-setuptools_29.0.1.bb => python-setuptools_31.0.0.bb} | 0 .../{python3-setuptools_29.0.1.bb => python

Re: [OE-core] [PATCH] gdb 7.11.1 -> 7.12

2016-12-16 Thread Khem Raj
> On Dec 15, 2016, at 1:16 AM, Zheng Ruoqin wrote: > > 1) Upgrade gdb from 7.11.1 to 7.12 > 2) Delete 11 patches below, since they are integrated upstream. >0001-include-sys-types.h-for-mode_t.patch >0002-make-man-install-relative-to-DESTDIR.patch >0003-mips-linux-nat-Define-_ABIO32-

[OE-core] [wic][PATCH] meta-yocto-bsp: add kickstart file for MPC8315

2016-12-16 Thread Ed Bartosh
Added kickstart file to produce partitioned image for MPC8315 reference hardware. [YOCTO #8719] Signed-off-by: Ed Bartosh --- scripts/lib/wic/canned-wks/mpc8315e-rdb.wks | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 scripts/lib/wic/canned-wks/mpc8315e-rdb.wks diff --git a/scr

[OE-core] [wic][PATCH v2] wic: add kickstart file for MPC8315

2016-12-16 Thread Ed Bartosh
Added kickstart file to produce partitioned image for MPC8315 reference hardware. [YOCTO #8719] Signed-off-by: Ed Bartosh --- scripts/lib/wic/canned-wks/mpc8315e-rdb.wks | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 scripts/lib/wic/canned-wks/mpc8315e-rdb.wks diff --git a/scr

Re: [OE-core] [wic][PATCH] meta-yocto-bsp: add kickstart file for MPC8315

2016-12-16 Thread Ed Bartosh
Sorry, wrong commit subject line. Please, ignore. On Fri, Dec 16, 2016 at 07:05:14PM +0200, Ed Bartosh wrote: > Added kickstart file to produce partitioned image for > MPC8315 reference hardware. > > [YOCTO #8719] > > Signed-off-by: Ed Bartosh > --- > scripts/lib/wic/canned-wks/mpc8315e-rdb.wk

Re: [OE-core] [PATCH] curl: add ptest

2016-12-16 Thread Burton, Ross
On 12 December 2016 at 13:09, Maxin B. John wrote: > + python-argparse python-pprint diffutils openssh \ > Sadly this dependency on openssh breaks images which pull in dropbear explicitly, such as core-image-sato-dev. Why does the curl ptest needs openssh, and can it use

[OE-core] bug with dpkg-native and sstate-cache mirrors

2016-12-16 Thread Anders Oleson
I originally posted this here: https://lists.yoctoproject.org/pipermail/yocto/2016-December/033542.html. Apologies, I did not know to report OE core issues here. Also, following Jussi's advice I started reading the submission guidelines and I posted the patch to dpkg itself to their list to see if

[OE-core] [wic][PATCH] wic: look for wks files in /recipes-images

2016-12-16 Thread Ed Bartosh
Currently wic looks for wks files in /scripts/lib/wic/canned-wks/ directories. This path is too nested and doesn't look consistent with the naming scheme of layer directories. Added 'recipes-images' directory to the list of paths to look for wks files. Signed-off-by: Ed Bartosh --- scripts/lib/

Re: [OE-core] [PATCH v3 1/2] gummiboot: Remove/change gummiboot references with systemd-boot

2016-12-16 Thread Wold, Saul
Ping!  Unfortunately this missed M1, but can we get it into M2 Early please. Thanks   Sau! On Wed, 2016-11-30 at 12:00 -0600, Alejandro Hernandez wrote: > After systemd-boot was introduced, its been tested for a while with > no major > issues being found until now, this patch completely replace

[OE-core] [PATCH] systemd: point to correct resolv.conf when resolved is enabled

2016-12-16 Thread Khem Raj
latest systemd has changed the resolved defaults which points to 127.0.0.53 port 53 on local network. If someone wants to use host-local IP address then it can be pointed to copy in /lib/systemd Signed-off-by: Khem Raj --- meta/recipes-core/systemd/systemd_232.bb | 11 ++- 1 file changed

[OE-core] [PATCH v2] binutils-2.27.inc: Fix alignment frags for aarch64

2016-12-16 Thread Manjukumar Matha
There was bug with alignment frags for aarch64 in binutils. This is fixed in master of binutils. This patch backports the fix to binutils 2.27 version. Signed-off-by: Manjukumar Matha Signed-off-by: Nathan Rossi --- meta/recipes-devtools/binutils/binutils-2.27.inc | 1 + ...eration-of-align

[OE-core] [PATCH] Add cxxtest framework to devtools.

2016-12-16 Thread Daniel Hilst Selli
CxxTest is a C++ unit framework test that doesn't need precompiled library. Signed-off-by: Daniel Hilst Selli --- meta/recipes-devtools/cxxtest/cxxtest_4.3.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-devtools/cxxtest/cxxtest_4.3.bb diff --git