Re: [OE-core] libcurl vs. libcurl5 vs. libcurl4

2017-02-10 Thread Martin Jansa
On Fri, Feb 10, 2017 at 03:41:44PM +, Bryan Evenson wrote: > I'm on the dizzy branch and I'm working on updating my build tools to use a > more recent branch. I have an image built using fido and I'm doing some > firmware upgrade testing. I have a package that depends on libcurl and I'm >

[OE-core] [PATCHv2 1/1] insane.bbclass: Add missing dependencies

2017-02-10 Thread mariano . lopez
From: Mariano Lopez package_qa task requires some tools installed in sysroot; with the introduction of recipe specific sysroot this task won't have such tools installed if it's forced to run. Signed-off-by: Mariano Lopez ---

[OE-core] [PATCH] Revert "flex: upgrade to 2.6.2"

2017-02-10 Thread Trevor Woerner
This reverts commit 3632abd01abb8dfff230e18f828af705da488f97. Multiple people have expressed issues with flex-2.6.2; personally I had problems compiling libsepol from meta-selinux (for libselinux). I tried upgrading to flex-2.6.3, but that caused binutils-cross_2.27 to fail. The simplest for now

Re: [OE-core] State of bitbake world, Failed tasks 2017-02-08

2017-02-10 Thread Andreas Müller
On Fri, Feb 10, 2017 at 5:26 PM, Martin Jansa wrote: > On Fri, Feb 10, 2017 at 09:28:11AM +0100, Martin Jansa wrote: >> == Number of issues - stats == >> {| class='wikitable' >> !|Date !!colspan='3'|Failed tasks >>

[OE-core] [PATCHv2 0/1] insane.bbclass: Add missing dependencies

2017-02-10 Thread mariano . lopez
From: Mariano Lopez Changes in v2: - Add binutils as dependency too The following changes since commit a624cf7f95c8cf4ff764cc997fd1db4601b97dcc: oeqa/selftest/pkgdata: use m4 instead of bash (2017-02-07 14:50:10 +) are available in the git repository at:

Re: [OE-core] [OE-Core][PATCH v2] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-10 Thread Khem Raj
On 2/9/17 5:06 PM, Dalon Westergreen wrote: > When multible targets are defined it is useful to allow for > a default target along with a timeout. After timeout, the > default target will be selected. > > Signed-off-by: Dalon Westergreen > this looks good to me. > -- >

Re: [OE-core] [PATCH v2 3/3] rm_work.bbclass: clean up sooner

2017-02-10 Thread Mike Crowe
On Thursday 09 February 2017 at 17:24:39 +0100, Patrick Ohly wrote: > On Wed, 2017-02-08 at 13:48 +, Mike Crowe wrote: > > On Wednesday 08 February 2017 at 14:04:42 +0100, Patrick Ohly wrote: > > > On Wed, 2017-02-08 at 11:50 +, Mike Crowe wrote: > > > > On Friday 13 January 2017 at

Re: [OE-core] [PATCH 4/7] flex: upgrade to 2.6.2

2017-02-10 Thread Trevor Woerner
On Mon, Jan 30, 2017 at 2:56 PM, Denys Dmytriyenko wrote: > On Thu, Jan 26, 2017 at 06:21:48PM -0800, Khem Raj wrote: >> On Thu, Jan 26, 2017 at 6:19 PM, Martin Jansa wrote: >> > I did try 2.6.3 but it was even worse as reported, >> >> thats just sad.

Re: [OE-core] [PATCH 01/23] bitbake.conf: support for merged usr with DISTRO_FEATURE usrmerge

2017-02-10 Thread Christopher Larson
On Fri, Feb 10, 2017 at 6:42 AM, Amarnath Valluri < amarnath.vall...@intel.com> wrote: > From: Joshua Lock > > Modify bindir, libdir and sbindir to be exec_prefix/$d, rather than > base_prefix/$d, when the usrmerge DISTRO_FEATURE is enabled. > > Signed-off-by: Joshua

Re: [OE-core] [PATCH] lighttpd: Upgrade 1.4.43 -> 1.4.45

2017-02-10 Thread Khem Raj
On 2/10/17 4:42 AM, Andrej Valek wrote: > Signed-off-by: Andrej Valek > Signed-off-by: Pascal Bach > --- > meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb | 84 > --- > meta/recipes-extended/lighttpd/lighttpd_1.4.45.bb

[OE-core] libcurl vs. libcurl5 vs. libcurl4

2017-02-10 Thread Bryan Evenson
I'm on the dizzy branch and I'm working on updating my build tools to use a more recent branch. I have an image built using fido and I'm doing some firmware upgrade testing. I have a package that depends on libcurl and I'm getting some strange version dependencies that I'm trying to sort out.

Re: [OE-core] State of bitbake world, Failed tasks 2017-02-08

2017-02-10 Thread Martin Jansa
On Fri, Feb 10, 2017 at 09:28:11AM +0100, Martin Jansa wrote: > == Number of issues - stats == > {| class='wikitable' > !|Date !!colspan='3'|Failed tasks > !!colspan='6'|Failed depencencies!!|Signatures > !!colspan='12'|QA

Re: [OE-core] [PATCH 04/13] ncurses: 6.0+20160625 -> 6.0+20161126

2017-02-10 Thread Khem Raj
On 2/10/17 2:57 AM, Burton, Ross wrote: > > On 9 February 2017 at 06:45, Hongxu Jia > wrote: > > Signed-off-by: Hongxu Jia > > > > This upgrade is failing all

Re: [OE-core] [PATCH 4/7] flex: upgrade to 2.6.2

2017-02-10 Thread Khem Raj
On 2/10/17 10:32 AM, Trevor Woerner wrote: > On Mon, Jan 30, 2017 at 2:56 PM, Denys Dmytriyenko wrote: >> On Thu, Jan 26, 2017 at 06:21:48PM -0800, Khem Raj wrote: >>> On Thu, Jan 26, 2017 at 6:19 PM, Martin Jansa >>> wrote: I did try 2.6.3 but it

Re: [OE-core] [PATCH] insane.bbclass: print QA message correctly

2017-02-10 Thread Christopher Larson
On Thu, Feb 9, 2017 at 9:01 AM, Stephano Cetola < stephano.cet...@linux.intel.com> wrote: > When checking for ".debug" files, print QA message correctly. > > Fixes [YOCTO #11014] > > introduced in OE-core revision 1dcb38ca9d6 > > Signed-off-by: Stephano Cetola >

Re: [OE-core] [PATCH] Revert "flex: upgrade to 2.6.2"

2017-02-10 Thread Martin Jansa
On Fri, Feb 10, 2017 at 03:13:08PM -0500, Trevor Woerner wrote: > This reverts commit 3632abd01abb8dfff230e18f828af705da488f97. > > Multiple people have expressed issues with flex-2.6.2; personally I had > problems compiling libsepol from meta-selinux (for libselinux). I tried > upgrading to

[OE-core] [PATCH] scripts/contrib/patchtest: run patchtest on local branch

2017-02-10 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval The script run patchtest on local branch commits, printing results into stdout. This script is useful to test patches before sending to the mailing list. Examples: $ git checkout master-next-1.9 Branch master-next-1.9 set up

[OE-core] [PATCH 0/2] OEQA loader improvement

2017-02-10 Thread mariano . lopez
From: Mariano Lopez The first adds more verbosity when a class doesn't inherit from the expected test class. The second patch raises an error when trying to import a test with the same module name as a built-in module. The following changes since commit

[OE-core] [PATCH 1/2] oeqa/core/loader.py: Give meaningful error when failed to load classes

2017-02-10 Thread mariano . lopez
From: Mariano Lopez With this we get the class that is actually having the problem, not just a TypeError with an unknown class causing the error. Signed-off-by: Mariano Lopez --- meta/lib/oeqa/core/loader.py | 7 --- 1 file

[OE-core] [PATCH 2/2] oeqa/core/loader.py: Avoid importing tests with built-ins name

2017-02-10 Thread mariano . lopez
From: Mariano Lopez If importing a test with the same name as a built-in module, it will silently import the built-in and check for tests in built-in module. This happened with syslog module in debian based machines, so add a raise to avoid this behavior. [YOCTO

[OE-core] [PATCH V2 0/1] remove call to non-existent method

2017-02-10 Thread Stephano Cetola
Changed since V1: reworded commit message Stephano Cetola (1): insane.bbclass: print QA message correctly meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.1 -- ___ Openembedded-core mailing list

[OE-core] [PATCH V2 1/1] insane.bbclass: print QA message correctly

2017-02-10 Thread Stephano Cetola
Replace call to non-existent method "messages" with call to correct QA logging method. Fixes [YOCTO #11014] introduced in OE-core revision 1dcb38ca9d6 Signed-off-by: Stephano Cetola --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH] Revert "flex: upgrade to 2.6.2"

2017-02-10 Thread Khem Raj
On Fri, Feb 10, 2017 at 1:22 PM, Martin Jansa wrote: > On Fri, Feb 10, 2017 at 03:13:08PM -0500, Trevor Woerner wrote: >> This reverts commit 3632abd01abb8dfff230e18f828af705da488f97. >> >> Multiple people have expressed issues with flex-2.6.2; personally I had >> problems

Re: [OE-core] Is Krogoth release still maintained?

2017-02-10 Thread akuster808
On 02/10/2017 05:46 AM, Ruslan Bilovol wrote: Hi Armin, I see that Krogoth branches in openembedded-core and meta-openembedded layers were last updated 3 months ago. Thats about the run rate between updates. So is Krogoth release still maintained? Yes they are. Openembedded-core is

[OE-core] OEDAM Feb 20th - Portland

2017-02-10 Thread akuster808
Hello all, If you plan on attending the OEDAM in Portland, please ensure you have signed up on the wiki. We need a head count. It is a week from this Monday. please respond to this email or add your name to the wiki. kind regards, Armin -- ___

[OE-core] [PATCH] classes/license: Respect beginline and endline

2017-02-10 Thread Joshua Watt
Recipes have the option of specifying a 'beginline' and 'endline' options in LIC_FILES_CHKSUM which will cause the license bbclass to only extract those specific lines from the license file when generating the license database. Signed-off-by: Joshua Watt ---

[OE-core] ✗ patchtest: failure for #10619: refactor wic codebase. Part 3

2017-02-10 Thread Patchwork
== Series Details == Series: #10619: refactor wic codebase. Part 3 Revision: 1 URL : https://patchwork.openembedded.org/series/5263/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] State of bitbake world, Failed tasks 2017-02-08

2017-02-10 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] [PATCH] qemu: Inherit pythonnative

2017-02-10 Thread Burton, Ross
On 10 February 2017 at 04:58, Khem Raj wrote: > On buildhosts where default python has switched to using python3 > qemu-native fails configure like this > > | ERROR: Cannot use 'python', Python 2.6 or later is required. > |Note that Python 3 or later is not yet

Re: [OE-core] [PATCH 0/3] Fix cve-check (for recipe sysroots)

2017-02-10 Thread Alexander Kanavin
On 02/09/2017 09:38 PM, Jussi Kukkonen wrote: I mentioned error output improvements in email but did not implement as that requires more upstream changes: I'll talk to the maintainer about them. Isn't it so that the upstream maintainer has abandoned this tool (and the Big Rewrite of it

Re: [OE-core] [PATCH 04/13] ncurses: 6.0+20160625 -> 6.0+20161126

2017-02-10 Thread Burton, Ross
On 9 February 2017 at 06:45, Hongxu Jia wrote: > Signed-off-by: Hongxu Jia > This upgrade is failing all over the autobuilder. I'm guessing it's due to this new warning in the configure log: checking $CC variable... broken > configure:

[OE-core] [PATCH] rootfspostcommands: remove shadow backup files instead of trying to sort

2017-02-10 Thread Patrick Ohly
Backup are files sometimes are inconsistent and then cannot be sorted (YOCTO #11043), and more importantly, are not needed in the initial rootfs, so they get deleted. Fixes: [YOCTO #11007] Signed-off-by: Patrick Ohly --- meta/lib/rootfspostcommands.py | 28

Re: [OE-core] [PATCH V2 11/13] bash: update patches for 4.4

2017-02-10 Thread Burton, Ross
On 9 February 2017 at 06:45, Hongxu Jia wrote: > +do_install_append_class-target () { > + # Workaround do_package_write_rpm failure > + rm ${D}${libdir}/bash/uname > +} > This isn't target specific as it also breaks nativesdk builds (

Re: [OE-core] [PATCH 0/3] Fix cve-check (for recipe sysroots)

2017-02-10 Thread Burton, Ross
On 10 February 2017 at 11:55, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > I mentioned error output improvements in email but did not implement >> as that requires more upstream changes: I'll talk to the maintainer >> about them. >> > > Isn't it so that the upstream maintainer

Re: [OE-core] [PATCH 0/3] Fix cve-check (for recipe sysroots)

2017-02-10 Thread Alexander Kanavin
On 02/10/2017 03:04 PM, Burton, Ross wrote: Abandoned may be a strong word, but I'm not sure how much development is being done. I do plan on looking at this and dedicating some actual engineering time towards it soon. https://github.com/ikeydoherty/cve-check-tool/commits/master Last commit

[OE-core] [PATCH 01/23] bitbake.conf: support for merged usr with DISTRO_FEATURE usrmerge

2017-02-10 Thread Amarnath Valluri
From: Joshua Lock Modify bindir, libdir and sbindir to be exec_prefix/$d, rather than base_prefix/$d, when the usrmerge DISTRO_FEATURE is enabled. Signed-off-by: Joshua Lock --- meta/conf/bitbake.conf | 12 1 file changed, 8

[OE-core] [PATCH 07/23] busybox: changes to support merged /usr

2017-02-10 Thread Amarnath Valluri
Most of the shell scripts refer to /bin/sh inside the script. When 'usrmege' feature is enabled, this path would be /usr/bin/sh. Hence, to satisfy build dependency add '/bin/sh' to it's providers list. Signed-off-by: Amarnath Valluri ---

[OE-core] [PATCH 06/23] bash: changes to support merged /usr

2017-02-10 Thread Amarnath Valluri
Most of shell scripts refer to '#!/bin/{sh,bash}' inside the script. But when 'usrmege' feature is enbaled this path will be /usr/bin/{sh, bash}. so to satisify build dependency add '/bin/{sh,bash}' to its providers list. Signed-off-by: Amarnath Valluri ---

[OE-core] [PATCH 04/23] base-files: support merged /usr

2017-02-10 Thread Amarnath Valluri
From: Joshua Lock When the usrmerge DISTRO_FEATURE is enabled don't create /bin, /lib{32,64} and /sbin. Instead, link them to the equivalent directories in /usr Signed-off-by: Joshua Lock Signed-off-by: Amarnath Valluri

[OE-core] [PATCH 03/23] cross.bbclass: merged /usr support

2017-02-10 Thread Amarnath Valluri
When 'usrmerge' distro feature enabled match target_base_libdir to ${target_libdir}. Signed-off-by: Amarnath Valluri --- meta/classes/cross.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cross.bbclass

[OE-core] [PATCH 05/23] systemd: chagnes to support merged /usr

2017-02-10 Thread Amarnath Valluri
When the usrmerge DISTRO_FEATURE is selected disable the split-usr support and modify rootprefix to be exec_prefix, rather than base_prefix. Signed-off-by: Amarnath Valluri --- meta/recipes-core/systemd/systemd_232.bb | 6 +++--- 1 file changed, 3 insertions(+), 3

[OE-core] [PATCH 22/23] net-tools: Place package content as per bitbake environment.

2017-02-10 Thread Amarnath Valluri
net-tools Makefile was hardcoded sbin, bin installation paths to /bin and /sbin respectively. This change moves the installed files to appropriate location as per configured bitbake environment. This might be solved much better way by patching Makefile, but that causing build issues, as

[OE-core] [PATCH 21/23] mktemp: Move installed files only when needed

2017-02-10 Thread Amarnath Valluri
Move binary(ies) only when ${base_bindir} != ${bindir}. When usrmerge distro feature is enabled they both might point to same location. Signed-off-by: Amarnath Valluri --- meta/recipes-extended/mktemp/mktemp_1.7.bb | 8 +--- 1 file changed, 5 insertions(+), 3

[OE-core] [PATCH 19/23] firmware: use ${nonarch_base_libdir} for firmware installation.

2017-02-10 Thread Amarnath Valluri
Replace hardcoded '/lib' in kernel firmware installation path with ${nonarch_base_libdir}. Signed-off-by: Amarnath Valluri --- .../linux-firmware/linux-firmware_git.bb | 168 ++--- 1 file changed, 84 insertions(+), 84 deletions(-) diff

[OE-core] [PATCH] lighttpd: Upgrade 1.4.43 -> 1.4.45

2017-02-10 Thread Andrej Valek
Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach --- meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb | 84 --- meta/recipes-extended/lighttpd/lighttpd_1.4.45.bb | 84 +++ 2 files changed, 84

[OE-core] [PATCH 14/23] systemd: Do not add libnss_* to systemd package

2017-02-10 Thread Amarnath Valluri
libnss_* files should be part of corresponding sub-packages, the split happens by do_package_split(). By adding ${libdir}/libnss_* to FILES_${PN}, those files endup in systemd package when ${libdir} == ${base_libdir}. Signed-off-by: Amarnath Valluri ---

[OE-core] [PATCH 15/23] util-linux: Make sure '${base_bindir}/reset' is part of util-linux-reset package.

2017-02-10 Thread Amarnath Valluri
update-alternative.bbclass might rename the 'reset' binary when LINK_NAME == TARGET, This is true(${base_bindir} == ${bindir}) when 'usrmerge' distro feature is enabled. Hence, suffix with * to properly package the renamed binary. Took the opportunity to make 'reset' alternative available only

[OE-core] [PATCH 13/23] attr/acl: Do not create broken static library link when not needed

2017-02-10 Thread Amarnath Valluri
Stop creating the static library archieve(liba(ttr|cl).a) when --disable-static configure option used. Signed-off-by: Amarnath Valluri --- meta/recipes-support/attr/ea-acl.inc | 2 + ...gure-option-to-enable-disable-static-libr.patch | 70

[OE-core] [PATCH 10/23] musl: Fix issues in relative symlink creation

2017-02-10 Thread Amarnath Valluri
Make use of lnr/ln -r while creating relative symlinks than guessing the relalive path. Signed-off-by: Amarnath Valluri --- ...dynamic-linker-a-relative-symlink-to-libc.patch | 58 ++ meta/recipes-core/musl/musl_git.bb | 2 +- 2

[OE-core] [PATCH 09/23] package_deb.bbclass: Ignore file paths in RPROVIDES

2017-02-10 Thread Amarnath Valluri
Unlike rpm, debian packaging does not allow file paths in 'Provides:' field. When 'usrmerge' distro feature enabled bash/busybox packages adds '/bin/sh' to it's RPROVIDES to satisfy build dependencies, this entry should be filtered out. Signed-off-by: Amarnath Valluri

[OE-core] [PATCH 12/23] util-linux: Fix packaging with "usrmerge"

2017-02-10 Thread Amarnath Valluri
From: Jussi Kukkonen Make sure fsck.cramfs is packaged before fsck so the latter does not steal the fsck.cramfs binary when building with usrmerge DISTRO_FEATURE. Signed-off-by: Jussi Kukkonen --- meta/recipes-core/util-linux/util-linux.inc

[OE-core] [PATCH 08/23] sed: changes to support merged /usr

2017-02-10 Thread Amarnath Valluri
Few of the perl scripts referring '#!/bin/sed' inside the script. But when 'usrmerge' feature is enabled this path would be /usr/bin/sed. So to satisfy build dependency add '/bin/sed' to it's providers list. Signed-off-by: Amarnath Valluri ---

[OE-core] [PATCH 11/23] glibc: Ensure ldconfig is packaged into glibc

2017-02-10 Thread Amarnath Valluri
From: Jussi Kukkonen If "usrmerge" feature is used, /usr/sbin/ldconfig gets packaged into glibc-utils instead of glibc: Switch PACKAGES order to prevent this. Signed-off-by: Jussi Kukkonen --- meta/recipes-core/glibc/glibc-package.inc | 2 +-

[OE-core] [PATCH 00/23] Fix for #7040 - Support for /usr merge

2017-02-10 Thread Amarnath Valluri
This set of patches implements the long-standing feature - merging of /bin, /sbin, /libs to their /usr counterparts. It introduces a 'usrmerge' DISTRO_FEATURE, when it's enabled: - other than native all base paths(base_{bin,sbin,lib}dir) points to ${exec_prefix}/{bin,sbin,lib} - base-files

[OE-core] [PATCH 02/23] bitbake.conf: Modify nativesdk variables to support 'usrmerge' DISTRO_FEATURE

2017-02-10 Thread Amarnath Valluri
Modify base bin, sbin, and lib nativesdk variables to be ${prefix_nativesdk}/$d, when the usrmerge DISTRO_FEATURE is enabled. Signed-off-by: Amarnath Valluri --- meta/conf/bitbake.conf | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 17/23] libarchive: Backport upstream fixes.

2017-02-10 Thread Amarnath Valluri
These set of patches backported from upstream, which fixes the issues in extracting hardlinks over softlinks while etracting packages by opkg. Signed-off-by: Amarnath Valluri --- ...te_disk_posix.c-make-_fsobj-functions-mor.patch | 242 +

[OE-core] [PATCH 16/23] util-linux, shadow: Make 'nologin' alternative command

2017-02-10 Thread Amarnath Valluri
Both shadow and util-linux packages provides 'nologin' binary in ${base_sbindir} and ${sbindir} respectively, this leads to conflict when 'usrmerge' feature is enabled, where ${sbindir} == ${base_sbindir}. Hance, handle this to alternative system to resolve the conflict. Signed-off-by: Amarnath

[OE-core] [PATCH 18/23] kernel: use ${nonarch_base_libdir} for kernel modules installation.

2017-02-10 Thread Amarnath Valluri
Replace hardcoded '/lib' in kernel modules installation path with ${nonarch_base_libdir}, which is ment exactly for this. Signed-off-by: Amarnath Valluri --- meta/classes/kernel-module-split.bbclass | 2 +- meta/classes/kernel.bbclass | 14

[OE-core] [PATCH 20/23] mdadm: Avoid using hardocded udev, sbin paths

2017-02-10 Thread Amarnath Valluri
Use appropriate bitbake variables inplace of below hardcoded locations: /sbin -> ${base_sbindir} /lib/udev -> ${nonarch_base_libdir}/udev Signed-off-by: Amarnath Valluri --- meta/recipes-extended/mdadm/mdadm_4.0.bb | 6 -- 1 file changed, 4 insertions(+), 2

[OE-core] [PATCH 23/23] lsb: Make use of appropriate bitbake variables.

2017-02-10 Thread Amarnath Valluri
Using of bitbake environment variables in-place of hardcoded strings makes this recipe portable to all environments. Signed-off-by: Amarnath Valluri --- meta/recipes-extended/lsb/lsb_4.1.bb | 40 +--- 1 file changed, 19 insertions(+),

[OE-core] Is Krogoth release still maintained?

2017-02-10 Thread Ruslan Bilovol
Hi Armin, I see that Krogoth branches in openembedded-core and meta-openembedded layers were last updated 3 months ago. So is Krogoth release still maintained? If yes, when and how often do you plan do update it? Thanks, Ruslan -- ___

[OE-core] [PATCH v2 17/23] libarchive: Backport upstream fixes.

2017-02-10 Thread Amarnath Valluri
These set of patches backported from upstream, which fixes the issues in extracting hardlinks over softlinks while etracting packages by opkg. Signed-off-by: Amarnath Valluri --- ...te_disk_posix.c-make-_fsobj-functions-mor.patch | 245 +

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

2017-02-10 Thread Maxin B. John
Add ptest support to curl Signed-off-by: Cristian Iorga Signed-off-by: Maxin B. John --- Changes in v2: Make dependency on openssh optional .../curl/0001-runtests.pl-remove-warning.patch | 31 ++

[OE-core] [PATCH] libxslt: Add build fix (with ld-is-gold)

2017-02-10 Thread Jussi Kukkonen
Libraries must be linked with "-lm", otherwise gold fails to link binaries with those libraries. Signed-off-by: Jussi Kukkonen --- .../libxslt/0001-Link-libraries-with-libm.patch| 48 ++ meta/recipes-support/libxslt/libxslt_1.1.29.bb | 1 +

[OE-core] ✗ patchtest: failure for Fix for #7040 - Support for /usr merge

2017-02-10 Thread Patchwork
== Series Details == Series: Fix for #7040 - Support for /usr merge Revision: 1 URL : https://patchwork.openembedded.org/series/5259/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH 01/13] wic: move disk operations to PartitionImage class

2017-02-10 Thread Ed Bartosh
Disk operations were spread over DirectPlugin, DiskImage and Image code making the code hard to understand. Renamed Image class to PartitionedImage. Removed DiskImage class. Moved disk operations to PartitionedImage. There was an implicit support for multiple disks: if different devices were

[OE-core] [PATCH 00/13] #10619: refactor wic codebase. Part 3

2017-02-10 Thread Ed Bartosh
Hi, This patchset introduces PartitionedImage class and moves partition operations to it. This should simplify the API and make it easier to understand and maintain. The following changes since commit 5ea229d46a6ef4a197564815c51ee4c5d23a00c9: wic: remove unused argument scripts_path

[OE-core] [PATCH 02/13] wic: move PartitionedImage class to direct.py

2017-02-10 Thread Ed Bartosh
As PartitionedImage is only used in direct.py it makes sense to move it there. It's easier to maintain (and refactor) it this way. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 278 +++-

[OE-core] [PATCH 05/13] wic: direct: remove set_bootimg_dir setter

2017-02-10 Thread Ed Bartosh
Removed java-like setter set_bootimg_dir. It's more pythonic to access public attributes directly. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 9 - scripts/lib/wic/plugins/source/bootimg-efi.py| 2 +-

[OE-core] [PATCH 03/13] wic: remove utils/oe/__init__.py

2017-02-10 Thread Ed Bartosh
This file and utils/oe folder are not needed anymore as all modules were removed or moved out of this directory. Signed-off-by: Ed Bartosh --- scripts/lib/wic/utils/oe/__init__.py | 22 -- 1 file changed, 22 deletions(-) delete mode 100644

[OE-core] [PATCH 06/13] wic: direct: don't catch ImagerError

2017-02-10 Thread Ed Bartosh
Don't transform ImagerError exception into warning. Let wic to catch it on the upper level. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[OE-core] [PATCH 09/13] wic: direct: move UUID generation to PartitionedImage

2017-02-10 Thread Ed Bartosh
Moved code that generates partition UUIDs from DirectPlugin to PartitionedImage class as it's more logical to have it there. This allows the code to be reused by other imager plugins. Got rid of having yet another list of partitions in PartitionedImage. Reused the list passed from DirectPlugin.

[OE-core] [PATCH 11/13] wic: direct: add PartitionedImage.prepare method

2017-02-10 Thread Ed Bartosh
Moved code that calls prepare method of Partition objects from DirectPlugin to PartitionedImage.prepare. The idea is to have all code that works with partitions in PartitionedImage class. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 24

[OE-core] [PATCH 10/13] wic: direct: set bootloader.source in the __init__

2017-02-10 Thread Ed Bartosh
Moved setting of bootloader source from do_create method to __init__ as it doesn't have anything to do with image creation. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-)

[OE-core] [PATCH 12/13] wic: direct: move generation of part.realnum to PartitionedImage

2017-02-10 Thread Ed Bartosh
Moved the code that generates real partition numbers from DirectPlugin to PartitionedImage. The idea is to have all code that works with partitions in PartitionedImage class. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 26

[OE-core] [PATCH 13/13] wic: direct: move creation of PartitionedImage to __init__

2017-02-10 Thread Ed Bartosh
Moved creation of PartitionedImage object from DirectPlugin.create method to init. It makes the code a bit more readable and logical. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[OE-core] [PATCH 07/13] wic: direct: remove useless code

2017-02-10 Thread Ed Bartosh
Removed catching CreatorError and raising it again. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/lib/wic/plugins/imager/direct.py

[OE-core] [PATCH 08/13] wic: direct: add 'realnum' attribute to partition

2017-02-10 Thread Ed Bartosh
Replaced call of _get_part_num method with an attribute. This eliminates the need to call the method and loop over partitions every time we need to know realnum for partition. Signed-off-by: Ed Bartosh --- scripts/lib/wic/plugins/imager/direct.py | 46

[OE-core] [PATCH 04/13] wic: ksparser: set default disk to 'sda'

2017-02-10 Thread Ed Bartosh
Set default value of --ondisk to 'sda' to ensure we always have disk name for the partition. This is a first step of replacing --ondisk with disk attribute of .wks. This is better as all partitions share the same disk. Signed-off-by: Ed Bartosh ---