Re: [OE-core] [PATCH] staging: add missing import errno to staging_populate_sysroot_dir

2017-08-24 Thread Sandoval Gonzalez, Leonardo



El 8/24/2017 a las 5:50 AM, Marko, Peter escribió:

Could this be queued also to pyro branch?
It's commit ID b1e482ae20b9c714f4089d4da6470d041242e441

better to send another patch tagged with 'pyro' at the subject.


Thanks,
   Peter


Fixes error "Exception: NameError: name 'errno' is not defined"
during build-sysroots.bb:do_build_target_sysroot

Signed-off-by: Marko, Peter 
---
  meta/classes/staging.bbclass | 1 +
  1 file changed, 1 insertion(+)

diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 
162c8e9..9d3d2ad 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -177,6 +177,7 @@ def staging_processfixme(fixme, target, recipesysroot, 
recipesysrootnative, d):
  def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d):
  import glob
  import subprocess
+import errno
  
  fixme = []

  postinsts = []
--
2.1.4


--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/2] build-appliance-image: include proxy on pip3 installation

2017-08-19 Thread Sandoval Gonzalez, Leonardo



El 8/19/2017 a las 4:14 PM, Richard Purdie escribió:

On Tue, 2017-08-15 at 12:08 -0700,
leonardo.sandoval.gonza...@linux.intel.com wrote:

From: Leonardo Sandoval 

Otherwise, we get timeouts, leading to errors:

 pip._vendor.requests.exceptions.ConnectTimeout:
HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries
exceeded with url: /pypi/pip/json (Caused by
ConnectTimeoutError(, 'Connection to
pypi.python.org timed out. (connect timeout=5)'))
 WARNING: TOPDIR/tmp/work/qemux86-poky-linux/build-appliance-
image/15.0.0-r0/temp/run.do_populate_poky_src.185123:1 exit 1 from
'pip3 install --user -I -U -v -r TOPDIR/tmp/work/qemux86-poky-
linux/build-appliance-image/15.0.0-
r0/rootfs/home/builder/poky/bitbake/toaster-requirements.txt'
 DEBUG: Python function do_image finished

Complete log at [1]

[1] http://errors.yoctoproject.org/Errors/Build/43393/

Signed-off-by: Leonardo Sandoval 
---
  meta/recipes-core/images/build-appliance-image_15.0.0.bb | 6 +-
  1 file changed, 5 insertions(+), 1 deletion(-)

Something isn't correct here:

https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/1176/steps/BuildImages_1/logs/stdio


rigth. Missing quotes on the if -n expression. V2 pending.

Leo



Cheers,

Richard



--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] python-3.5-manifest: move python3.5-config script into the dev package

2017-07-31 Thread Sandoval Gonzalez, Leonardo



El 7/29/2017 a las 8:48 AM, Burton, Ross escribió:

The first line of the python-3.5-manifest.inc:

# WARNING: This file is AUTO GENERATED: Manual edits will be lost next 
time I regenerate the file.


You'll need to edit the script and then regenerate the manifest.

Auch, right.

I will send a v2 including the line truncation fix.

Leo


Might be worth patching the script to wrap long lines instead of 
writing 1000 character lines to save the line length problem in the 
future too.


Ross

On 24 July 2017 at 17:44, > wrote:


From: Leonardo Sandoval
>

The following changes since commit
a4f2bf37b7eac888f37f11cd4d4606436909c507:

  mpc8315e-rdb: add wic.bmap to IMAGE_FSTYPES (2017-07-17 15:14:27
+0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib

lsandov1/python3-config-multilib

http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lsandov1/python3-config-multilib



Leonardo Sandoval (1):
  python-3.5-manifest: move python3.5-config script into the dev
package

 meta/recipes-devtools/python/python-3.5-manifest.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.12.3

--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org

http://lists.openembedded.org/mailman/listinfo/openembedded-core





-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core