[meta-freescale] [meta-fsl-ppc][PATCH] openssl: Explicitly set EXTRA_OEMAKE as required

2016-02-17 Thread ting.liu
From: Ting Liu The openssl recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. (Refer to OE-Core rev: a384ab5cb4701fd1c1475bca4449def66b42c799) Signed-off

Re: [meta-freescale] [meta-fsl-ppc] [PATCH] classes/u-boot: Update getVar syntax

2016-02-17 Thread Ting Liu
Hello Richard, > -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Wednesday, February 17, 2016 4:32 PM > To: meta-freescale > Cc: Ting Liu > Subject: Re: [meta-freescale] [meta-fsl-ppc] [PATCH] classes/u-boot: Update > getVar syntax > > On Sa

Re: [meta-freescale] [u-boot-fslc] QSPI driver

2016-02-17 Thread Esponde, Joel
> -Message d'origine- > De : Fabio Estevam [mailto:feste...@gmail.com] > Envoyé : mercredi 17 février 2016 20:16 > À : Esponde, Joel > Cc : meta-freescale@yoctoproject.org > Objet : Re: [meta-freescale] [u-boot-fslc] QSPI driver > > > Just tested with mainline U-boot with this change: >

Re: [meta-freescale] [u-boot-fslc] QSPI driver

2016-02-17 Thread Fabio Estevam
On Wed, Feb 17, 2016 at 3:26 PM, Esponde, Joel wrote: > Hi, > > Thanks Fabio for your reply! > I am using the 2015.10 version because it's the last one tagged, I guess it > is the latest stable release. > > BTW, in the QSPI driver of u-boot-imx there is this piece of code: > /* Write data

Re: [meta-freescale] [u-boot-fslc] QSPI driver

2016-02-17 Thread Esponde, Joel
Hi, Thanks Fabio for your reply! I am using the 2015.10 version because it's the last one tagged, I guess it is the latest stable release. BTW, in the QSPI driver of u-boot-imx there is this piece of code: /* Write data to the QUADSPI_TBDR buffer registers. */ static void fsl_qsp

Re: [meta-freescale] /sys/fsl_otp patch for linux-fslc v4.4 kernel, where?

2016-02-17 Thread Fabio Estevam
On Wed, Feb 17, 2016 at 1:46 PM, Fabio Estevam wrote: > On Wed, Feb 17, 2016 at 1:43 PM, Roberto Fichera wrote: > >> I've solved the problem by porting the patch for v3.14.x to current >> kernel-fslc v4.4 > > Nice! What about sending your patch for review? > > ./scripts/checkpatch.pl -f drivers/

Re: [meta-freescale] /sys/fsl_otp patch for linux-fslc v4.4 kernel, where?

2016-02-17 Thread Roberto Fichera
On 02/17/2016 04:50 PM, Fabio Estevam wrote: > On Wed, Feb 17, 2016 at 1:46 PM, Fabio Estevam wrote: >> On Wed, Feb 17, 2016 at 1:43 PM, Roberto Fichera >> wrote: >> >>> I've solved the problem by porting the patch for v3.14.x to current >>> kernel-fslc v4.4 >> Nice! What about sending your pat

Re: [meta-freescale] /sys/fsl_otp patch for linux-fslc v4.4 kernel, where?

2016-02-17 Thread Fabio Estevam
On Wed, Feb 17, 2016 at 1:43 PM, Roberto Fichera wrote: > I've solved the problem by porting the patch for v3.14.x to current > kernel-fslc v4.4 Nice! What about sending your patch for review? ./scripts/checkpatch.pl -f drivers/nvmem/imx-ocotp.c would point you to the correct folks to submit t

Re: [meta-freescale] /sys/fsl_otp patch for linux-fslc v4.4 kernel, where?

2016-02-17 Thread Roberto Fichera
On 02/17/2016 03:22 PM, Roberto Fichera wrote: > On 02/17/2016 03:14 PM, Fabio Estevam wrote: >> On Wed, Feb 17, 2016 at 11:52 AM, Roberto Fichera >> wrote: >> >>> I've already this enabled, but doesn't have write support >> That's true. >> >> You can use U-boot to write to the fuses. > Yep! I kn

Re: [meta-freescale] [u-boot-fslc] QSPI driver

2016-02-17 Thread Fabio Estevam
On Wed, Feb 17, 2016 at 11:45 AM, Esponde, Joel wrote: > QSPI driver of u-boot-fslc seems to be broken for IMX6UL counter to > u-boot-imx one. > > Could that issue be solved simply by replacing the QSPI driver by the one in > u-boot-imx repo? > > It works at least for iMX6UL EVK board. Have you

Re: [meta-freescale] /sys/fsl_otp patch for linux-fslc v4.4 kernel, where?

2016-02-17 Thread Roberto Fichera
On 02/17/2016 03:14 PM, Fabio Estevam wrote: > On Wed, Feb 17, 2016 at 11:52 AM, Roberto Fichera > wrote: > >> I've already this enabled, but doesn't have write support > That's true. > > You can use U-boot to write to the fuses. Yep! I know! But I would like to concentrate all related to first

Re: [meta-freescale] /sys/fsl_otp patch for linux-fslc v4.4 kernel, where?

2016-02-17 Thread Fabio Estevam
On Wed, Feb 17, 2016 at 11:52 AM, Roberto Fichera wrote: > I've already this enabled, but doesn't have write support That's true. You can use U-boot to write to the fuses. -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lis

Re: [meta-freescale] /sys/fsl_otp patch for linux-fslc v4.4 kernel, where?

2016-02-17 Thread Roberto Fichera
On 02/17/2016 01:05 PM, Fabio Estevam wrote: Ciao Fabio, > On Mon, Feb 8, 2016 at 2:22 PM, Roberto Fichera wrote: >> Hi All, >> >> where I can get the /sys/fsl_opt filesystem patch for fslc kernel v4.4? I >> need writable support. > Not a meta-freescale related issue, but anyway, 4.4 has suppor

Re: [meta-freescale] [u-boot-fslc] QSPI driver

2016-02-17 Thread Esponde, Joel
Hi, As I would like to keep this issue alive, I am trying to raise it again. QSPI driver of u-boot-fslc seems to be broken for IMX6UL counter to u-boot-imx one. Could that issue be solved simply by replacing the QSPI driver by the one in u-boot-imx repo? It works at least for iMX6UL EVK board.

Re: [meta-freescale] yocto and linux Mint 17.3

2016-02-17 Thread Esponde, Joel
Hi Mickaël, Any news about this issue? Did you manage to recover your python installation? Joël -Message d'origine- De : meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] De la part de Edward L Swarthout Envoyé : vendredi 5 février 2016 16:50 À :

Re: [meta-freescale] /sys/fsl_otp patch for linux-fslc v4.4 kernel, where?

2016-02-17 Thread Fabio Estevam
On Mon, Feb 8, 2016 at 2:22 PM, Roberto Fichera wrote: > Hi All, > > where I can get the /sys/fsl_opt filesystem patch for fslc kernel v4.4? I > need writable support. Not a meta-freescale related issue, but anyway, 4.4 has support for this since: commit 3edba6b47e4265948db3a77a0137157c033d69e2

[meta-freescale] [meta-fsl-arm] weston 1.9 fails to build master-next

2016-02-17 Thread eien sakebe
Hello, Anyone facing this issue on master-next branch please ? ERROR: weston-1.9.0-r0 do_patch: Command Error: exit status: 1 Output: Applying patch 0001-MGS-840-Add-i.MX6-support-for-weston.patch patching file Makefile.am Hunk #1 succeeded at 215 with fuzz 1 (offset 8 lines). patching file src/

Re: [meta-freescale] [meta-fsl-ppc] [PATCH] classes/u-boot: Update getVar syntax

2016-02-17 Thread Richard Purdie
On Sat, 2016-02-06 at 13:00 +, Richard Purdie wrote: > This runs: > > sed -e 's:\(\.getVar([^,()]*\)):\1, False):g' -i `grep -ril getVar *` > > on the layer to update the getVar usages without an expand parameter, > This ensures the layer continues to work with bitbake master. > > There is n