Re: [yocto] poky using native pkg_resources module

2017-10-02 Thread Alejandro Hernandez
Thanks Ulf, I will provide a fix soon. Alejandro On 09/30/2017 05:27 PM, Ulf Samuelsson wrote: Den 2017-09-30 kl. 21:32, skrev Alejandro Hernandez: Hey Ulf, Yes, the problem is that the bmap-tools script is trying to be executed by python3 (HOST) but it should be executed by the

Re: [yocto] poky using native pkg_resources module

2017-09-30 Thread Alejandro Hernandez
. Alejandro | aehs29 On 09/30/2017 01:31 PM, Ulf Samuelsson wrote: Den 2017-09-29 kl. 20:18, skrev Alejandro Hernandez: Hey Ulf, On 09/29/2017 04:05 AM, Ulf Samuelsson wrote: It looks like the pkg_resource module is using the native installation I cloned poky early september, and could

Re: [yocto] poky using native pkg_resources module

2017-09-30 Thread Alejandro Hernandez
On 09/30/2017 01:31 PM, Ulf Samuelsson wrote: Den 2017-09-29 kl. 20:18, skrev Alejandro Hernandez: Hey Ulf, On 09/29/2017 04:05 AM, Ulf Samuelsson wrote: It looks like the pkg_resource module is using the native installation I cloned poky early september, and could complete a build

Re: [yocto] poky using native pkg_resources module

2017-09-29 Thread Alejandro Hernandez
Hey Ulf, On 09/29/2017 04:05 AM, Ulf Samuelsson wrote: It looks like the pkg_resource module is using the native installation I cloned poky early september, and could complete a build. When I clone poky today, the build fails. As part of "do_image_wic" from image_types_wic.bbclass A pytho

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-31 Thread Alejandro Hernandez
On 05/31/2017 01:46 PM, Khem Raj wrote: On Tue, May 30, 2017 at 6:15 PM, Bruce Ashfield mailto:bruce.ashfi...@gmail.com>> wrote: > > > On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez > <mailto:alejandro.hernan...@linux.intel.com>> wrote: >> >> He

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
Hey Andy, On 05/30/2017 05:32 PM, Andre McCurdy wrote: On Tue, May 30, 2017 at 1:12 PM, Alejandro Hernandez wrote: Hey Leo, Nope, this change only applies to qemuARM, the other ARM based BSPs are based on > ARMv6 Alejandro On 05/30/2017 02:59 PM, Leonardo Sandoval wrote: Alex, is t

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
11:44 -0700, Alejandro Hernandez wrote: The SMP kernel config presents issues on qemuarm because: CONFIG_SMP=y Dependencies Missing: - CPU_V6K or CPU_V7: These are selected by setting: CONFIG_ARCH_MULTI_V7=y or CONFIG_ARCH_MULTI_V6=y But our QEMU + ARM BSPs are based on ar

[yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Alejandro Hernandez
CONFIG_SMP. This patch fixes the script, and avoids offering SMP to the user when the created BSP is based on QEMU + ARM. [YOCTO #11426] Signed-off-by: Alejandro Hernandez --- .../target/arch/qemu/recipes-kernel/linux/linux-yocto-dev.bbappend | 1 + .../target/arch/qemu/recipes-kernel/linux

[yocto] [PATCH] example-recipe: Fix LDFLAGS compilation issue on newly created recipes

2016-11-23 Thread Alejandro Hernandez
Signed-off-by: Alejandro Hernandez --- .../target/arch/layer/recipes-example/example/example-recipe-0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/bsp/substrate/target/arch/layer/recipes-example/example/example-recipe-0.1.bb b/scripts/lib/bsp

Re: [yocto] Python pip

2015-11-10 Thread Alejandro Hernandez
e working correctly that way, just thought I'd let you know. Cheers, Alejandro On 09/11/15 10:27, Gary Thomas wrote: On 2015-11-09 09:11, Alejandro Hernandez wrote: On 05/11/15 08:25, Gary Thomas wrote: On 2015-11-05 07:14, Paul Eggleton wrote: Hi Gary, On Thursday 05 November 2015 05:39

Re: [yocto] Python pip

2015-11-09 Thread Alejandro Hernandez
On 09/11/15 10:17, Paul Eggleton wrote: On Monday 09 November 2015 10:11:30 Alejandro Hernandez wrote: On 05/11/15 08:25, Gary Thomas wrote: On 2015-11-05 07:14, Paul Eggleton wrote: Hi Gary, On Thursday 05 November 2015 05:39:21 Gary Thomas wrote: Just curious, does anyone know why OE

Re: [yocto] Python pip

2015-11-09 Thread Alejandro Hernandez
On 05/11/15 08:25, Gary Thomas wrote: On 2015-11-05 07:14, Paul Eggleton wrote: Hi Gary, On Thursday 05 November 2015 05:39:21 Gary Thomas wrote: Just curious, does anyone know why OE-core has python3-pip but python-pip is relegated to meta-oe? I think it has to do with pip being supplied

[yocto] [PATCH 1/1] gma500_gfx: Avoid inserting gma500_gfx module for certain devices

2015-10-05 Thread Alejandro Hernandez
void the infite loop instead. Signed-off-by: Alejandro Hernandez --- meta-yocto-bsp/conf/machine/genericx86.conf| 2 ++ .../gma500-gfx-check/gma500-gfx-check.conf | 2 ++ .../gma500-gfx-check/gma500-gfx-check.sh | 11 +++ .../gma500-gfx-check/gma500-g

Re: [yocto] [PATCH] bitbake: fetch2: Revalidate checksums, YOCTO #5571

2015-02-26 Thread Alejandro Hernandez
Hi Clemens, On 23/02/15 08:22, Clemens Lang wrote: This is the problem I see, I am not sure we want to import extra libraries here, as you state the use of pickle might be ok since it avoids the overhead of calculating the checksums each time, but I don't know if it is actually worth it, sinc