[OE-core] [PATCH] apt: apt-key binary was not being installed, including it in the installation

2014-09-30 Thread Alejandro Hernandez
[YOCTO #6476] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/apt/apt-package.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/apt/apt-package.inc b/meta/recipes-devtools/apt/apt-package.inc index 0897d3a..a553aa2 100644 --- a/meta/recipes-devtools/apt

[OE-core] [PATCH] linux-yocto: Added bc-native as DEPENDS

2014-10-02 Thread Alejandro Hernandez
The makefile checks for bc during for compilation [YOCTO #6781] Signed-off-by: Alejandro Hernandez --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 78b33ce..0782923 100644 --- a

[OE-core] [PATCH v2] kernel: Added bc-native as DEPENDS

2014-10-02 Thread Alejandro Hernandez
The makefile checks for bc during for compilation [YOCTO #6781] Signed-off-by: Alejandro Hernandez --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 78b33ce..0782923 100644 --- a

[OE-core] [PATCH] buildinfo: Added buildinfo recipe

2014-10-10 Thread Alejandro Hernandez
Writes build information to target filesystem to help developers [YOCTO #6770] Signed-off-by: Alejandro Hernandez --- meta/recipes-extended/buildinfo/buildinfo_0.1.bb | 34 1 file changed, 34 insertions(+) create mode 100644 meta/recipes-extended/buildinfo

[OE-core] [PATCH] image.bbclass: Added buildinfo IMAGE_FEATURE

2014-10-15 Thread Alejandro Hernandez
Writes build information to target filesystem to help developers [YOCTO #6770] Signed-off-by: Alejandro Hernandez --- meta/classes/image.bbclass | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes

[OE-core] [PATCH v2] image.bbclass: Added buildinfo IMAGE_FEATURE

2014-10-29 Thread Alejandro Hernandez
Writes build information to target filesystem to help developers [YOCTO #6770] Signed-off-by: Alejandro Hernandez --- meta/classes/image.bbclass | 46 +- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta

[OE-core] [PATCH v3] buildinfo.bblass: Added buildinfo class

2014-10-30 Thread Alejandro Hernandez
Writes build information to target filesystem to help developers [YOCTO #6770] Signed-off-by: Alejandro Hernandez --- meta/classes/buildinfo.bbclass | 90 ++ 1 file changed, 90 insertions(+) create mode 100644 meta/classes/buildinfo.bbclass diff --git

[OE-core] [PATCH v4] buildinfo.bblass: Added buildinfo class

2014-10-30 Thread Alejandro Hernandez
-by: Alejandro Hernandez --- meta/classes/buildhistory.bbclass | 39 meta/classes/buildinfo.bbclass| 53 +++ meta/lib/oe/utils.py | 16 3 files changed, 80 insertions(+), 28 deletions(-) create mode

[OE-core] [PATCH v5] image-buildinfo.bbclass: New class, writes

2014-11-04 Thread Alejandro Hernandez
build information to target filesystem on /etc/build such as enabled layers, their current status and commit. [YOCTO #6770] Signed-off-by: Alejandro Hernandez --- meta/classes/image-buildinfo.bbclass | 76 1 file changed, 76 insertions(+) create mode

Re: [OE-core] [PATCH v5] image-buildinfo.bbclass: New class, writes

2014-11-05 Thread Alejandro Hernandez
Hi Alejandro, We're getting there, thanks for your patience - just a few more tweaks: On Tuesday 04 November 2014 12:09:13 Alejandro Hernandez wrote: build information to target filesystem on /etc/build Looks like the shortlog has been split over two lines here... such as enabled layers, their

[OE-core] [PATCH v6] image-buildinfo.bbclass: New class, writes

2014-11-05 Thread Alejandro Hernandez
build information to target filesystem on /etc/build such as enabled layers, their current status and commit squashspaces was moved to oe/utils.py to make it available to different classes and avoid code duplication. [YOCTO #6770] Signed-off-by: Alejandro Hernandez --- meta/classes

[OE-core] [PATCH] cronie: Upgrade to 1.4.12

2014-11-12 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez --- meta/recipes-extended/cronie/cronie_1.4.11.bb | 85 --- meta/recipes-extended/cronie/cronie_1.4.12.bb | 84 ++ 2 files changed, 84 insertions(+), 85 deletions(-) delete mode 100644 meta/recipes-extended

[OE-core] [PATCH] nfs-utils: Upgrade to 1.3.1

2014-11-12 Thread Alejandro Hernandez
Removed: fix-a-Gcc-undefined-behavior.patch - Upstream Removed: 0001-statd-fixed-the-with-statdpath-flag.patch - Upstream Removed: fix-the-start-statd.patch - Different solution on upstream Removed: nfs-utils-1.0.6-uclibc.patch - Different solution on upstream Signed-off-by: Alejandro

[OE-core] [PATCH 0/2] Upgrades

2014-11-13 Thread Alejandro Hernandez
/cgit.cgi/poky-contrib/log/?h=hsalejandro/updates Alejandro Hernandez (2): nfs-utils: Upgrade to 1.3.1 cronie: Upgrade to 1.4.12 .../files/fix-a-Gcc-undefined-behavior.patch | 38 .../0001-statd-fixed-the-with-statdpath-flag.patch | 41 -- .../nfs

[OE-core] [PATCH 2/2 v2] cronie: Upgrade to 1.4.12

2014-11-13 Thread Alejandro Hernandez
Fixed license BSD, it should've been BSD-3 & BSD-2 Added license GPLv2+ according to upstream Patch fix-out-of-tree-build removed; already on upstream. Signed-off-by: Alejandro Hernandez --- .../cronie/cronie/fix-out-of-tree-build.patch | 31 -- .

[OE-core] [PATCH 1/2 v2] nfs-utils: Upgrade to 1.3.1

2014-11-13 Thread Alejandro Hernandez
Removed: fix-a-Gcc-undefined-behavior.patch - Upstream Removed: 0001-statd-fixed-the-with-statdpath-flag.patch - Upstream Removed: fix-the-start-statd.patch - Different solution on upstream Removed: nfs-utils-1.0.6-uclibc.patch - Different solution on upstream Signed-off-by: Alejandro

[OE-core] [PATCH 0/1] cronie: Added default configuration to crontab

2014-11-19 Thread Alejandro Hernandez
/?h=hsalejandro/6644_cronie Alejandro Hernandez (1): cronie: Added default crontab meta/recipes-extended/cronie/cronie/crontab | 6 +- meta/recipes-extended/cronie/cronie_1.4.12.bb | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) -- 1.9.1

[OE-core] [PATCH 1/1] cronie: Added default crontab

2014-11-19 Thread Alejandro Hernandez
Added default configuration to crontab, for instructive pruposes Added /etc/crontab to CONFFILES to avoid overwriting if updating via PMS [YOCTO 6644] Signed-off-by: Alejandro Hernandez --- meta/recipes-extended/cronie/cronie/crontab | 6 +- meta/recipes-extended/cronie/cronie_1.4.12.bb

[OE-core] [PATCH 1/1] insane.bbclass: Added QA test for unexpanded ${D}

2014-12-03 Thread Alejandro Hernandez
Checks in FILES and pkg_* variables ,solves common mistake of using ${D} instead of $D and warns the user accordingly. [YOCTO #6642] Signed-off-by: Alejandro Hernandez --- meta/classes/insane.bbclass | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH 1/1] python3-core: Fix minimal python3 install

2014-12-04 Thread Alejandro Hernandez
copyreg undetected before due to previously needed installation of python3-misc. [YOCTO #6967] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-3.3-manifest.inc | 14 +- scripts/contrib/python/generate-manifest-3.3.py | 9 ++--- 2 files changed, 15

Re: [OE-core] [PATCH 1/1] insane.bbclass: Added QA test for unexpanded ${D}

2014-12-05 Thread Alejandro Hernandez
case, any suggestions? On 04/12/14 03:48, Richard Purdie wrote: On Wed, 2014-12-03 at 11:00 -0600, Alejandro Hernandez wrote: Checks in FILES and pkg_* variables ,solves common mistake of using ${D} instead of $D and warns the user accordingly. [YOCTO #6642] Signed-off-by: Alejandro Hernandez

[OE-core] [PATCH 1/1] insane.bbclass: Added QA test for expanded ${D}

2014-12-11 Thread Alejandro Hernandez
Checks in FILES and pkg_* variables, solves common mistake of using ${D} instead of $D and warns the user accordingly. [YOCTO #6642] Signed-off-by: Alejandro Hernandez --- meta/classes/insane.bbclass | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff

Re: [OE-core] [PATCH 1/1] insane.bbclass: Added QA test for expanded ${D}

2015-01-13 Thread Alejandro Hernandez
Thank Ross, sending new patch soon. On 07/01/15 12:27, Burton, Ross wrote: Hi Alejandro, Looks good, but some small points: On 11 December 2014 at 22:40, Alejandro Hernandez <mailto:alejandro.hernan...@linux.intel.com>> wrote: - version-going-

[OE-core] [PATCH v2 1/1] insane.bbclass: Added QA test for expanded ${D}

2015-01-13 Thread Alejandro Hernandez
Checks in FILES and pkg_* variables, solves common mistake of using ${D} instead of $D and warns the user accordingly. [YOCTO #6642] Signed-off-by: Alejandro Hernandez --- meta/classes/insane.bbclass | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH 1/1] xmlto-native: fixes slow creation of yocto docs

2015-01-27 Thread Alejandro Hernandez
Forces native RDEPENDS of xmlto-native to be built and installed since those files are required when creating yocto-docs if not found, they are downloaded from upstream everytime significant time difference is achieved. [YOCTO #7148] Signed-off-by: Alejandro Hernandez --- meta/recipes

[OE-core] [PATCH] terminal.py: fixes launching multiple windows of gnome-terminal

2015-01-27 Thread Alejandro Hernandez
When resolving a patch, a new process of gnome-terminal is created for every patch to be resolved, it "waits" for the previous one to end, instead of launching multiple windows at the same time. [YOCTO #7254] Signed-off-by: Alejandro Hernandez --- meta/lib/oe/terminal.py | 2

[OE-core] [PATCH][RFC] insane.bbclass: Enhance file-rdeps QA check

2015-01-28 Thread Alejandro Hernandez
: Alejandro Hernandez --- meta/classes/insane.bbclass | 26 +++--- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 143ec46..542346a 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes

Re: [OE-core] [PATCH] terminal.py: fixes launching multiple windows of gnome-terminal

2015-01-29 Thread Alejandro Hernandez
On 29/01/15 04:56, Burton, Ross wrote: On 27 January 2015 at 23:36, Alejandro Hernandez <mailto:alejandro.hernan...@linux.intel.com>> wrote: When resolving a patch, a new process of gnome-terminal is created for every patch to be resolved, it "waits" for the

Re: [OE-core] [PATCH][RFC] insane.bbclass: Enhance file-rdeps QA check

2015-01-29 Thread Alejandro Hernandez
On 29/01/15 08:18, Saul Wold wrote: Have you done before and after builds to assess the performance differences if any? I checked, found no actual difference on performance. What tool are you using that might cause double spacing in your commit messages. Won't be happening again. dif

[OE-core] [PATCH 0/1] python: Upgrade from 2.7.3 to 2.7.9

2015-02-11 Thread Alejandro Hernandez
://git.yoctoproject.org/poky-contrib hsalejandro/python_upgrade_squashed http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/python_upgrade_squashed Alejandro Hernandez (1): Python: Upgrade from 2.7.3 to 2.7.9: meta/conf/distro/include/default-versions.inc |4

[OE-core] [PATCH v2 0/1] Python: Upgrade from 2.7.3 to 2.7.9

2015-02-17 Thread Alejandro Hernandez
available in the git repository at: git://git.yoctoproject.org/poky-contrib hsalejandro/py2uprebased http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py2uprebased Alejandro Hernandez (1): Python: Upgrade from 2.7.3 to 2.7.9: meta/conf/distro/include/default-versions.inc

[OE-core] [PATCH] newlib: Upgrade to latest yearly release 3.3.0

2020-04-27 Thread Alejandro Hernandez
Upgrade to the latest snapshot, also drop md5sum while were at it. Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Alejandro Hernandez Samaniego --- .../newlib/{libgloss_3.2.0.bb => libgloss_3.3.0.bb}| 0 meta/recipes-core/newlib/newlib.

[OE-core] [PATCH] baremetal-helloworld: Fix IMGDEPLOYDIR expansion

2020-04-27 Thread Alejandro Hernandez
tinue. Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Alejandro Hernandez Samaniego --- .../baremetal-examples/baremetal-helloworld_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb b

[OE-core] [PATCH] newlib: Upgrade to latest yearly release 3.3.0

2020-05-04 Thread Alejandro Hernandez
Upgrade to the latest snapshot, also drop md5sum while were at it. Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Alejandro Hernandez Samaniego --- .../newlib/{libgloss_3.2.0.bb => libgloss_3.3.0.bb}| 0 meta/recipes-core/newlib/newlib.

[oe-core][Dunfell][PATCH] newlib: Upgrade to latest yearly release 3.3.0

2020-05-04 Thread Alejandro Hernandez
From: Alejandro Hernandez Upgrade to the latest snapshot, also drop md5sum while were at it. (From OE-Core rev: d73aa359e42e707dbc7cfa29c55a2fc8e6bb938a) Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Richard Purdie --- .../newlib

Re: [OE-core] ✗ patchtest: failure for newlib: Upgrade to latest yearly release 3.3.0

2020-05-04 Thread Alejandro Hernandez
My bad, this meant to be a patch for Dunfell since its been merged on master already, please disregard this failure Alejandro On 5/4/20 2:02 PM, Patchwork wrote: == Series Details == Series: newlib: Upgrade to latest yearly release 3.3.0 Revision: 1 URL : https://patchwork.openembedded.org

Re: [OE-core] ✗ patchtest: failure for newlib: Upgrade to latest yearly release 3.3.0

2020-05-04 Thread Alejandro Hernandez
On Mon, May 4, 2020, 7:17 PM Steve Sakoman wrote: > On Mon, May 4, 2020 at 11:12 AM Alejandro Hernandez > wrote: > > > > My bad, this meant to be a patch for Dunfell since its been merged on > master already, please disregard this failure > > If you'd like me

Re: [OE-core] [PATCH 14/17] connman: update to 1.38

2020-05-06 Thread Alejandro Hernandez
Hey Alex, Pretty sure this is causing: ERROR: connman-1.38-r0 do_package: QA Issue: connman: Files/directories were installed but not shipped in any package: /usr/lib/connman/scripts/vpn-script Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installi

[OE-core][PATCH] connman: Include vpn-script in FILES

2020-05-06 Thread Alejandro Hernandez
When vpnc support is included through PACKAGECONFIG, there is now an extra vpn-script coming after the atest upgrade, include that script into FILES so it gets packaged. Signed-off-by: Alejandro Hernandez Samaniego --- meta/recipes-connectivity/connman/connman.inc | 3 ++- 1 file changed, 2

Re: [OE-core] [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/

2020-05-06 Thread Alejandro Hernandez
Hello, If you could please look at the submitting patch guidelines/howto in the following link: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded At a very high level you should make local changes to the repo, commit them through git and create a patch from your commit

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Alejandro Hernandez
On Fri, May 15, 2020, 1:32 PM Khem Raj wrote: > > > On 5/15/20 12:12 PM, Joshua Watt wrote: > > > > On 5/15/20 2:05 PM, Richard Purdie wrote: > >> On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: > >>> I see Richard has merged these to master-next, thanks! > >>> And thanks Joshua for v

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Alejandro Hernandez
On Sun, May 17, 2020, 5:41 PM Khem Raj wrote: > > > On 5/17/20 6:22 AM, Adrian Bunk wrote: > > On Sat, May 16, 2020 at 10:24:04PM +0200, Andrey Zhizhikin wrote: > >> On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote: > >>> > >>> On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote

Re: [OE-core] [PATCH] python3: add pydoc and urllib to core

2020-05-18 Thread Alejandro Hernandez
Hello Mingli, Did you happen to run the create_manifest task after modifying the manifest to make sure that runtime dependencies are still valid? Thanks Alejandro On 5/18/20 12:32 AM, Yu, Mingli wrote: From: Mingli Yu Add pydoc and urllib to core to fix below error: # python3 >>> hel

Re: [OE-core] [PATCH 3/3] linux-firmware: Update to 20200122 -> 20200421

2020-05-18 Thread Alejandro Hernandez
Hola Anibal, On 5/18/20 8:35 PM, Anibal Limon wrote: Signed-off-by: Aníbal Limón --- ...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200122.bb => linux-firmw

Re: [OE-core] [PATCH] python3: add pydoc and urllib to core

2020-05-19 Thread Alejandro Hernandez
Hello, The more I look into this, the more I realize its incorrect. On 5/18/20 8:36 AM, Alejandro Hernandez wrote: Hello Mingli, Did you happen to run the create_manifest task after modifying the manifest to make sure that runtime dependencies are still valid? Thanks Alejandro On 5/18

Re: [OE-core] [PATCH] python3: add pydoc and urllib to core

2020-05-19 Thread Alejandro Hernandez
Hey Mingly Yu, On 5/19/20 12:43 AM, Yu, Mingli wrote: Hi Alejandro, On 2020/5/19 下午3:22, Alejandro Hernandez Samaniego wrote: Hello, The more I look into this, the more I realize its incorrect. Understood your concern. On 5/18/20 8:36 AM, Alejandro Hernandez wrote: Hello Mingli

Re: [OE-core] [PATCH] multiconfig: Adapt to bitbake switch 'multiconfig' -> 'mc'

2019-06-11 Thread Alejandro Hernandez
On 6/7/2019 9:30 AM, Joshua Watt wrote: On 6/7/19 11:23 AM, richard.pur...@linuxfoundation.org wrote: On Fri, 2019-06-07 at 10:51 -0500, Joshua Watt wrote: Is there a reason for this change other than aesthetics? I have had a lot of complaints and in real world use I can understand why...

Re: [OE-core] [PATCH V2] armv8/tunes: Set TUNE_PKGARCH_64 based on ARMPKGARCH

2020-06-09 Thread Alejandro Hernandez
Hello Khem, On Tue, 26 May 2020 at 16:10, Khem Raj wrote: > The setting is to modify TUNE_PKGARCH which is filled with > TUNE_PKGARCH_64 or TUNE_PKGARCH_32 in arm-arch64.inc > This lets higher up tune files for arm64 SOCs override them if needed, > this can help building multiple armv8 machines

Re: [OE-core] [PATCH] python3: add the rdepends for python3-misc

2020-06-11 Thread Alejandro Hernandez
Hey Mingli, What are you adding to the image to reproduce this issue? Cheers, Alejandro On 6/11/20 1:39 AM, Yu, Mingli wrote: From: Mingli Yu * Add python3-numbers to rdepends for python3-misc to fix below error: # python3 [snip] >>> import statistics [snip] ModuleNotFoundError:

Re: [OE-core] [PATCH] python3: add the rdepends for python3-misc

2020-06-11 Thread Alejandro Hernandez
checked automatically. Alejandro Acked-by: Alejandro Hernandez On 6/11/20 2:38 AM, Alejandro Hernandez wrote: Hey Mingli, What are you adding to the image to reproduce this issue? Cheers, Alejandro On 6/11/20 1:39 AM, Yu, Mingli wrote: From: Mingli Yu * Add python3-numbers to rdepends

[OE-core] [PATCH] baremetal-helloworld: Use do_image_complete instead of do_deploy

2020-07-02 Thread Alejandro Hernandez
To better align with upstream and mimic how images are built, use do_image and do_image_complete instead of do_deploy to populate artifacts on DEPLOY_DIR_IMAGE. Signed-off-by: Alejandro Hernandez Samaniego --- .../baremetal-helloworld_git.bb | 31 ++- 1 file

[OE-core] [PATCH 1/2] baremetal-image.bbclass: Create a class for baremetal applications or an RTOS

2020-07-05 Thread Alejandro Hernandez
makes the process of creating a baremetal application transparent to the developer deploying it automatically along with its required bits to be run and tested. Signed-off-by: Alejandro Hernandez Samaniego --- meta/classes/baremetal-image.bbclass | 99 1 file changed

[OE-core] [PATCH 2/2] baremetal-helloworld: Use baremetal-image class to deploy the application

2020-07-05 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez Samaniego --- .../baremetal-helloworld_git.bb | 109 +++--- 1 file changed, 19 insertions(+), 90 deletions(-) diff --git a/meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb b/meta-skeleton/recipes

[OE-core] [PATCH] musl: Upgrade to latest release 1.2.1

2020-08-04 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Alejandro Hernandez Samaniego --- meta/recipes-core/musl/musl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index ed2178b5a4

[OE-core] [PATCH 1/1] python-native: Reverts usage of distutils.sysconfig

2015-02-20 Thread Alejandro Hernandez
such. Also fixes configuration of _ctypes/libffi Signed-off-by: Alejandro Hernandez --- .../revert_use_of_sysconfigdata.patch | 86 ++ .../recipes-devtools/python/python-native_2.7.9.bb | 25 --- 2 files changed, 99 insertions(+), 12 deletions(-) create mode

Re: [OE-core] [PATCH] python-native: Fixes PGEN linking errors Changes Makefile rules to avoid parallel make races when trying to build Parser/PGEN

2015-02-24 Thread Alejandro Hernandez
On 24/02/15 06:02, Burton, Ross wrote: Hi Alejandro, On 24 February 2015 at 06:08, Alejandro Hernandez <mailto:alejandro.hernan...@linux.intel.com>> wrote: +Upstream-Status: Inappropriate [embedded specific] This is a genuine build race in the make files and entirely approp

Re: [OE-core] [PATCH] insane.bbclass: Enhance file-rdeps QA check

2015-02-25 Thread Alejandro Hernandez
On 23/02/15 13:49, Otavio Salvador wrote: @@ -34,7 +34,7 @@ WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi \ ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \ perms dep-cmp pkgvarcheck perm-config perm-line perm-link \

[OE-core] [PATCH v2] insane.bbclass: Enhance file-rdeps QA check

2015-02-25 Thread Alejandro Hernandez
; warning the user about which file/package causes the problem, making it easier to debug. [YOCTO #7126] Signed-off-by: Alejandro Hernandez --- meta/classes/insane.bbclass | 26 +++--- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/meta/classes/insane.bbclass

[OE-core] [PATCH 1/1] python: Fix ctypes/libffi configure

2015-02-26 Thread Alejandro Hernandez
Forces the creation of a configure script for ctypes/libffi Module by calling autoreconf after it being deleted on do_configure(). Fixes configuration hence compilation of this Python module. [YOCTO #7373] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-native_2.7.9

[OE-core] [PATCH 1/1] python3: Upgrade from 3.3.3 to 3.4.2

2015-02-27 Thread Alejandro Hernandez
stream): fix-ast.h-dependency.patch python3-fix-build-error-with-Readline-6.3.patch 06-ctypes-libffi-fix-configure.patch remove_sqlite_rpath.patch [YOCTO #6857] Signed-off-by: Alejandro Hernandez --- ...on-3.3-manifest.inc => python-3.4-manifest.inc} | 126 +++ ...on3-nativ

Re: [OE-core] NFS server

2015-03-02 Thread Alejandro Hernandez
On 28/02/15 14:39, Michael Gloff wrote: All, I have run into the issue of nfs server seg faulting when trying to start. After some searching I found that it is related to GCC 4.9.x and nfs-utils-1.3.X http://lists.linuxfromscratch.org/pipermail/blfs-dev/2014-July/027853.html There is a patc

Re: [OE-core] NFS server

2015-03-02 Thread Alejandro Hernandez
On 28/02/15 14:39, Michael Gloff wrote: I'm not sure how to proceed, but this pretty much breaks nfs server capabilities. Hi Michael, could you please file a bug on https://bugzilla.yoctoproject.org/ -- ___ Openembedded-core mailing list Op

[OE-core] [PATCH] maintainers.inc: Became maintainer of python2 and python3

2015-03-04 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez --- meta-yocto/conf/distro/include/maintainers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yocto/conf/distro/include/maintainers.inc index 3a55d1e..b3b5dc2 100644 --- a/meta

[OE-core] [PATCH] python-pexpect: Adds python-pexpect recipe

2015-03-18 Thread Alejandro Hernandez
Creates a recipe for the pexpect module and adds it to buildtools, since it is needed by some of the automated runtime test code. [YOCTO #7279] Signed-off-by: Alejandro Hernandez --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + meta/recipes-devtools/python/python-pexpect_3.3.bb

[OE-core] [PATCH v2 2/2] python-pexpect: Adds this module to buildtools, since it is needed by some of the automated runtime test code.

2015-03-18 Thread Alejandro Hernandez
[YOCTO 7279] Signed-off-by: Alejandro Hernandez --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 302510c..6d4c8c8 100644 --- a/meta/recipes-core

[OE-core] [PATCH v2 1/2] python-pexpect: Creates a recipe for the pexpect python module

2015-03-18 Thread Alejandro Hernandez
Based on the recipe contained in http://layers.openembedded.org/layerindex/branch/master/layer/meta-python [YOCTO #7279] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-pexpect_3.3.bb | 23 ++ 1 file changed, 23 insertions(+) create mode 100644

[OE-core] [PATCH] python-distribute: Adds netclient, email and shell runtime dependencies necessary to

2015-03-18 Thread Alejandro Hernandez
run python-distribute out of the box Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-distribute_0.6.32.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-devtools/python/python-distribute_0.6.32.bb b/meta/recipes-devtools/python/python

[OE-core] [PATCH] python: Fix PGEN linking errors

2015-03-23 Thread Alejandro Hernandez
Parallel make races when linking PGEN affects target's python compilation as well, adds patch from python-native to modify the Makefile and avoid parallel make races, also updates upstream status Signed-off-by: Alejandro Hernandez --- .../avoid_parallel_make_races_on_pgen.patch

[OE-core] [PATCH v2] python: Fix PGEN linking errors

2015-03-23 Thread Alejandro Hernandez
Parallel make races when linking PGEN affects target's python compilation as well, adds patch from python-native to modify the Makefile and avoid parallel make races, also updates upstream status Signed-off-by: Alejandro Hernandez --- .../avoid_parallel_make_races_on_pgen.patch

[OE-core] [PATCH 1/1] python3: Upgrade from 3.3.3 to 3.4.2

2015-04-09 Thread Alejandro Hernandez
stream): fix-ast.h-dependency.patch python3-fix-build-error-with-Readline-6.3.patch 06-ctypes-libffi-fix-configure.patch remove_sqlite_rpath.patch [YOCTO #6857] Signed-off-by: Alejandro Hernandez --- ...on-3.3-manifest.inc => python-3.4-manifest.inc} | 126 +++ ...on3-nativ

[OE-core] [PATCH 0/1] python3: Upgrade from 3.3.3 to 3.4.2 rebase

2015-04-09 Thread Alejandro Hernandez
://git.yoctoproject.org/poky-contrib hsalejandro/py3upRebasedApril http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py3upRebasedApril Alejandro Hernandez (1): python3: Upgrade from 3.3.3 to 3.4.2 ...on-3.3-manifest.inc => python-3.4-manifest.inc} | 126 +++ ...

[OE-core] [PATCH 1/1] python3: Change python BASEVERSION to 3.4

2015-04-13 Thread Alejandro Hernandez
Changes PYTHON_BASEVERSION = 3.4 to fix errors when installing python3-distribute and probably other libraries Signed-off-by: Alejandro Hernandez --- meta/classes/distutils3-base.bbclass| 2 +- meta/classes/distutils3-native-base.bbclass | 2 +- meta/classes/python3native.bbclass

Re: [OE-core] [PATCH 1/1] python3: Upgrade from 3.3.3 to 3.4.2

2015-04-13 Thread Alejandro Hernandez
On 13/04/15 13:40, Martin Jansa wrote: On Fri, Feb 27, 2015 at 06:30:52PM -0600, Alejandro Hernandez wrote: Modifies: python3-native_3.3.3.bb -> python3-native_3.4.2.bb: Updates checksums, version, patches and SRC_URIs to use xz format, LICENSE did not change, dates were updated, adds

[OE-core] [PATCH 1/1] python3-native: Fix pip install issue due to unclean build directory

2015-04-16 Thread Alejandro Hernandez
have left behind, fixing the issue. Signed-off-by: Alejandro Hernandez --- .../python/python3-native_3.4.2.bb | 1 + .../python3/pip_build_directory_unclean.patch | 28 ++ 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-devtools/python

Re: [OE-core] [PATCH 1/1] python3-native: Fix pip install issue due to unclean build directory

2015-04-17 Thread Alejandro Hernandez
On 17/04/15 16:50, Richard Purdie wrote: On Thu, 2015-04-16 at 09:45 +, Alejandro Hernandez wrote: When installing python3-native sometimes pips default build directory (which is on the host and is user dependant) is left unclean, due to this, when python3-core is being installed it tries

Re: [OE-core] [PATCH 1/1] python3-native: Fix pip install issue due to unclean build directory

2015-04-20 Thread Alejandro Hernandez
On 19/04/15 02:49, Richard Purdie wrote: On Fri, 2015-04-17 at 19:19 -0500, Alejandro Hernandez wrote: On 17/04/15 16:50, Richard Purdie wrote: On Thu, 2015-04-16 at 09:45 +, Alejandro Hernandez wrote: When installing python3-native sometimes pips default build directory (which is on

[OE-core] [PATCH 2/2] python3: Disable pip to fix issues on the Autobuilders

2015-05-04 Thread Alejandro Hernandez
installations (for different archs) may be happening at the same time, this shared resource utilization results in errors at do_install(), this patch disables pip installation by default for now, until we have a python3-pip package which we can easily patch in these situations. Signed-off-by: Alejandro

[OE-core] [PATCH 1/2] python3-native: Disable pip on native builds to fix Autobuilder issues

2015-05-04 Thread Alejandro Hernandez
As Python-3.4 pip is required and installed by default, pips installation is bootstrapped using python wheels, this makes it complicated to patch and causes errors on the Autobuilders, since we don't need pip for python3-native, this disables it fixing the issues. Signed-off-by: Alej

[OE-core] [PATCH 1/1] python3: Upgrade from 3.4.2 to 3.4.3

2015-05-12 Thread Alejandro Hernandez
on-3.4-manifest.inc: fixes asyncio and net-tools. This upgrade contains a fix for CVE-2014-9365. Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-3.4-manifest.inc | 12 .../{python3-native_3.4.2.bb => python3-native_3.4.3.bb} | 7 +++ .

Re: [OE-core] [PATCH 1/1] python3: Upgrade from 3.4.2 to 3.4.3

2015-05-12 Thread Alejandro Hernandez
On 12/05/15 17:30, Martin Jansa wrote: On Tue, May 12, 2015 at 03:09:50PM +, Alejandro Hernandez wrote: Modifies: python3-native_3.4.2.bb -> python3-native_3.4.3.bb: Updates checksums, LICENSE did not change, dates were updated. python3_3.4.2.bb -> python3_3.4.3.bb: Updates che

Re: [OE-core] [PATCH 1/1] python3: Upgrade from 3.4.2 to 3.4.3

2015-05-14 Thread Alejandro Hernandez
On 14/05/15 05:54, Richard Purdie wrote: On Tue, 2015-05-12 at 17:35 -0500, Alejandro Hernandez wrote: On 12/05/15 17:30, Martin Jansa wrote: On Tue, May 12, 2015 at 03:09:50PM +, Alejandro Hernandez wrote: Modifies: python3-native_3.4.2.bb -> python3-native_3.4.3.bb: Updates checks

[OE-core] [PATCH 0/5] python3: Several fixes, compilation of modules, runtime issues, and two new recipes

2015-05-21 Thread Alejandro Hernandez
(2015-05-12 10:44:53 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib hsalejandro/py3-pip-recipe http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py3-pip-recipe Alejandro Hernandez (5): python3: fix pyconfig.h installation on target

[OE-core] [PATCH 3/5] python3-io: Fixes compilation of python3 ssl module

2015-05-21 Thread Alejandro Hernandez
: Alejandro Hernandez --- .../python/python3/fix_ssl_include_dir.patch | 29 ++ meta/recipes-devtools/python/python3_3.4.3.bb | 1 + 2 files changed, 30 insertions(+) create mode 100644 meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch diff --git a/meta

[OE-core] [PATCH 4/5] python3-distribute: Upgrade to python3-setuptools 15.2

2015-05-21 Thread Alejandro Hernandez
python3-distribute was merged back to python3-setuptools in 2013, and it is no longer being maintained, this upgrade also provides functionality that will be needed for python3-pip. [YOCTO #7763] Signed-off-by: Alejandro Hernandez --- meta/classes/setuptools3.bbclass | 2

[OE-core] [PATCH 5/5] python3-pip: Adds recipe for python3-pip

2015-05-21 Thread Alejandro Hernandez
: Alejandro Hernandez --- meta/recipes-devtools/python/python3-pip_6.1.1.bb | 40 +++ 1 file changed, 40 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pip_6.1.1.bb diff --git a/meta/recipes-devtools/python/python3-pip_6.1.1.bb b/meta/recipes-devtools

[OE-core] [PATCH 1/5] python3: fix pyconfig.h installation on target

2015-05-21 Thread Alejandro Hernandez
The file pyconfig.h wasnt being deployed on target, causing an error when importing some libraries that required it, this patch fixes python3 manifest to include this file and fix the issue. [YOCTO #7764] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-3.4

[OE-core] [PATCH 2/5] python3: Fix distutils import error

2015-05-21 Thread Alejandro Hernandez
exist on target, this removes the patch from python3-core so distutils can be imported correctly. [YOCTO #7766] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python3_3.4.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3_3.4.3.bb b

Re: [OE-core] [PATCH 3/5] python3-io: Fixes compilation of python3 ssl module

2015-05-22 Thread Alejandro Hernandez
Sorry about that, will send v2 in a bit. and yes I agree On 21/05/15 17:44, Burton, Ross wrote: On 21 May 2015 at 10:15, Alejandro Hernandez <mailto:alejandro.hernan...@linux.intel.com>> wrote: +++ b/meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch This patch

Re: [OE-core] [PATCH 5/5] python3-pip: Adds recipe for python3-pip

2015-05-22 Thread Alejandro Hernandez
On 21/05/15 18:38, Burton, Ross wrote: On 21 May 2015 at 10:15, Alejandro Hernandez <mailto:alejandro.hernan...@linux.intel.com>> wrote: PIP is installed by default since python 3.4, due to issues with the autobuilders, its default installation had to be disabled, this

Re: [OE-core] [PATCH 4/5] python3-distribute: Upgrade to python3-setuptools 15.2

2015-05-22 Thread Alejandro Hernandez
On 21/05/15 18:47, Burton, Ross wrote: On 21 May 2015 at 10:15, Alejandro Hernandez <mailto:alejandro.hernan...@linux.intel.com>> wrote: python3-distribute was merged back to python3-setuptools in 2013, and it is no longer being maintained, this upgrade also

[OE-core] [PATCH v2] python3-io: Fixes compilation of python3 ssl module

2015-05-22 Thread Alejandro Hernandez
: Alejandro Hernandez --- .../python/python3/fix_ssl_include_dir.patch | 41 ++ meta/recipes-devtools/python/python3_3.4.3.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch diff --git a/meta

[OE-core] [PATCH v2] python3-pip: Adds recipe for python3-pip

2015-05-22 Thread Alejandro Hernandez
: Alejandro Hernandez --- meta/recipes-devtools/python/python3-pip_6.1.1.bb | 40 +++ 1 file changed, 40 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pip_6.1.1.bb diff --git a/meta/recipes-devtools/python/python3-pip_6.1.1.bb b/meta/recipes-devtools

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

2016-12-21 Thread Alejandro Hernandez
After systemd-boot was introduced, its been tested for a while with no major issues being found until now, this patch completely replaces all gummiboot instances with systemd-boot ones, taking the next step into cleaning up systemd-boot/gummiboot. [YOCTO #10332] Signed-off-by: Alejandro

[OE-core] [PATCH 2/3] gummiboot: Remove old gummiboot recipe, related class and wks file

2016-12-21 Thread Alejandro Hernandez
Since the gummiboot project is no longer being maintained and we are using systemd-boot as a replacement instead, we can now clean up all remaining gummiboot files. [YOCTO #10332] Signed-off-by: Alejandro Hernandez --- meta/classes/gummiboot.bbclass | 121

[OE-core] [PATCH 3/3] gummiboot: Remove gummiboot tests

2016-12-21 Thread Alejandro Hernandez
Since we replaced gummiboot with systemd-boot along with its tests, the gummiboot tests are no longer necessary. [YOCTO #10332] Signed-off-by: Alejandro Hernandez --- meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py | 83 --- 1 file changed, 83 deletions(-) delete mode

[OE-core] [PATCH 3/3] gummiboot: Remove gummiboot tests

2016-12-22 Thread Alejandro Hernandez
Since we replaced gummiboot with systemd-boot along with its tests, the gummiboot tests are no longer necessary. [YOCTO #10332] Signed-off-by: Alejandro Hernandez --- meta-yocto-bsp/lib/oeqa/selftest/gummiboot.py | 83 --- meta/lib/oeqa/selftest/wic.py

[OE-core] [PATCH 1/1] wic: Remove gummiboot test

2016-12-22 Thread Alejandro Hernandez
Weve now migrated to systemd-boot, the gummiboot test on wic is no longer necessary Signed-off-by: Alejandro Hernandez --- meta/lib/oeqa/selftest/wic.py | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 3db00a6

[OE-core] [PATCH 0/6] poky-tiny improvements

2017-01-03 Thread Alejandro Hernandez
git://git.yoctoproject.org/poky-contrib hsalejandro/tinymaster2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/tinymaster2 Alejandro Hernandez (1): core-image-tiny-initramfs: Fix error message shown after a successful initrd boot Tom Zanussi (5): image-live-arti

[OE-core] [PATCH 5/6] bootimg-efi: Look for image artifacts in a common location

2017-01-03 Thread Alejandro Hernandez
have been modified to generate artifacts there (e.g. using image-live-artifacts). Signed-off-by: Alejandro Hernandez Signed-off-by: Tom Zanussi --- scripts/lib/wic/plugins/source/bootimg-efi.py | 28 +-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a

[OE-core] [PATCH 1/6] image-live-artifacts: Add support for creating image artifacts only

2017-01-03 Thread Alejandro Hernandez
From: Tom Zanussi Rather than create an actual image, just put the image artifacts in an 'artifacts' directory that can then be picked up by wic. Signed-off-by: Tom Zanussi --- meta/classes/image-live-artifacts.bbclass | 64 +++ meta/classes/image.bbclass

  1   2   3   4   5   >