Re: [meta-freescale] [Documentation][PATCH] Use release-notes machine-list.inc In user-guide

2019-05-16 Thread Daiane Angolini
On Thu, May 16, 2019 at 9:40 AM Thomas A. F. Thorne wrote: > > The user-guide gets little attention compared to the release notes. > Frequently the correct list of supported machines is visible in the > release notes but the user-guide is left very out of date. This change > switches to using

Re: [meta-freescale] [PATCH 0/3] improvements for mx8qxp

2019-01-29 Thread Daiane Angolini
On Mon, Jan 28, 2019 at 1:07 PM Max Krummenacher wrote: > > Hi > > With this I could build a working wic image for the imx8qxpmek machine. > (b0 silicon) > > Note that this series is based on Mings not yet applied m4 patch. >

Re: [meta-freescale] ERROR: Nothing PROVIDES 'virtual/libgles2'

2019-01-18 Thread Daiane Angolini
On Fri, Jan 18, 2019 at 9:27 AM Daiane Angolini wrote: > > On Fri, Jan 18, 2019 at 9:25 AM srinivasan wrote: > > > > imx8mmevk > > > > I will try to reproduce the error on my side. Which is the DISTRO? Would you mind creating a issue https://github.com/Freescale/m

Re: [meta-freescale] ERROR: Nothing PROVIDES 'virtual/libgles2'

2019-01-18 Thread Daiane Angolini
On Fri, Jan 18, 2019 at 9:25 AM srinivasan wrote: > > imx8mmevk > I will try to reproduce the error on my side. Which is the DISTRO? Daiane > On Fri, Jan 18, 2019 at 12:20 PM Daiane Angolini > wrote: > > > > On Fri, Jan 18, 2019 at 6:46 AM srinivasan wrote: >

Re: [meta-freescale] ERROR: Nothing PROVIDES 'virtual/libgles2'

2019-01-18 Thread Daiane Angolini
On Fri, Jan 18, 2019 at 6:46 AM srinivasan wrote: > > Dear Yocto Experts, > > I am seeing the below error when i am trying to integrate freescale > layers into my custom os? Which imx8 MACHINE are you trying? Daiane > >

Re: [meta-freescale] Adding custom machine / dts files

2019-01-14 Thread Daiane Angolini
On Mon, Jan 14, 2019 at 9:08 AM Wiholm, Willie ActeSE wrote: > > Hello Prakash, > > > > The label in meta-fsl-arm is linux-imx-4.1.15 > > Cloned from : > > repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b > imx-4.1-krogoth -m imx-4.1.15-2.0.0.xml > > repo sync > > $pwd > >

Re: [meta-freescale] [PATCH] wic:mx8: Fix the image creation

2019-01-11 Thread Daiane Angolini
On Fri, Jan 11, 2019 at 2:39 PM Fabio Berton wrote: > > Hi Daiane! > > On Thu, Jan 10, 2019 at 10:36 PM Daiane Angolini > wrote: > > > > imx8 family boards use u-boot as boot loader in addition to some other > > binaries. The final bootloader binary is gathered

Re: [meta-freescale] [PATCH 01/41] fmc: update to c7576ab

2019-01-11 Thread Daiane Angolini
On Thu, Jan 10, 2019 at 1:50 PM Daiane Angolini wrote: > > On Thu, Jan 10, 2019 at 12:50 PM C.r. Guo wrote: > > > > From: Chunrong Guo > > > > *update to lsdk 1812 tag > > include the following changes: > > c7576ab - Resolved compile warning on ubuntu

Re: [meta-freescale] Status of i.MX8 support

2019-01-11 Thread Daiane Angolini
On Fri, Jan 11, 2019 at 6:13 AM Teemu K wrote: > > On Thu, Jan 10, 2019 at 6:25 AM Teemu K wrote: > > > > Hi, > > > > Interesting since linux-fslc-imx doesn't list mx8 as > > 'compatible_machine', but linux-imx does. > > > > When setting preferred provider for virtual/kernel to linux-fslc-imx I

[meta-freescale] [PATCH] wic:mx8: Fix the image creation

2019-01-10 Thread Daiane Angolini
for all the imx8 flavors). Set the wks file as default for all imx8. Signed-off-by: Daiane Angolini --- conf/machine/include/imx-base.inc| 3 +++ recipes-bsp/imx-mkimage/imx-boot_0.2.bb | 2 +- recipes-bsp/u-boot/u-boot-imx_2017.03.bb | 2 +- wic/imx-imx-boot-bootpart.wks

[meta-freescale] [PATCH] wic:mx8: Fix the image creation

2019-01-10 Thread Daiane Angolini
I have just sent a patch for review, however it looks like my server is a little bit busy and it looks like my patch is on hold somewhere. Meanwhile, I create the PR: https://github.com/Freescale/meta-freescale/pull/33/files Could you, please, review my PR? Some imx8 tapeout expects to find

Re: [meta-freescale] [PATCH 01/41] fmc: update to c7576ab

2019-01-10 Thread Daiane Angolini
On Thu, Jan 10, 2019 at 12:50 PM C.r. Guo wrote: > > From: Chunrong Guo > > *update to lsdk 1812 tag > include the following changes: > c7576ab - Resolved compile warning on ubuntu with aarch64-linux-gnu-g++ v7.3 Would you, please, rebase your patchset and send it again? I have faced conflicts

Re: [meta-freescale] u-boot fslc support for imx8

2018-08-29 Thread Daiane Angolini
b298fa8a4f729631122e8;hb=8c5d4fd0ec222701598a27b26ab7265d4cee45a3 Daiane > > Thanks, > > > Kevin > > > > ________ > From: angol...@gmail.com on behalf of Daiane Angolini > > Sent: Wednesday, August 29, 2018 7:55:57 AM > To: Kevin Lannen > Cc: meta-freescal

Re: [meta-freescale] u-boot fslc support for imx8

2018-08-29 Thread Daiane Angolini
On Tue, Aug 28, 2018 at 8:59 PM Kevin Lannen wrote: > > Hi all, > > > I am trying to use mender on an i.MX8M system-on-module to handle > over-the-air updates. I ran into issues with the meta-fsl-bsp-release which > uses the imx-uboot that is too old. > > > Is there work being done on

Re: [meta-freescale] Significance of the fslc vendor field in arm-fslc-linux-gnueabi-gcc

2018-08-29 Thread Daiane Angolini
On Tue, Aug 28, 2018 at 9:01 AM Phil Williams wrote: > > Hello, > > What is the significance of the vendor being set to fslc in the > toolchain? Is it simply a label, or does it have some compatibility > differences (compared with -unknown-). I don't think there is any significant change. But I

Re: [meta-freescale] GStreamer1.0 imx6-dlsabresd how to

2018-08-29 Thread Daiane Angolini
> > Il 24/08/2018 13:50, Daiane Angolini ha scritto: > > On Thu, Aug 23, 2018 at 1:26 PM Mauro Ziliani wrote: > >> Hi all. > >> > >> I need some explanation about GStreamer 1.0 over imx6dl-sabresd and > >> Jethro/Krogoth because I'd like to use IPV/VPU

Re: [meta-freescale] Preferred kernel for mx7 machine

2018-08-24 Thread Daiane Angolini
est Regards, > Matija Tuđan > Senior Hardware Developer > Mobilisis d.o.o. > +385 99 311 5473 > > -Original Message----- > From: angol...@gmail.com On Behalf Of Daiane Angolini > Sent: Friday, August 24, 2018 1:48 PM > To: Matija Tuđan > Cc: meta-freescale Maili

Re: [meta-freescale] [yocto] Howto overwrite CXXFLAGS in SDK Environment

2018-08-24 Thread Daiane Angolini
On Fri, Aug 10, 2018 at 5:41 AM Nikhil wrote: > > Hello community, > > I am using Freescale community BSP - rocko release and have built and > installed SDK. > Is there a way to remove -g flag from being in the list of default > options for CXXFLAGS. ? Thanks. > I think this is a good

Re: [meta-freescale] U-Boot and Video Issues

2018-08-24 Thread Daiane Angolini
On Fri, Aug 10, 2018 at 2:33 PM Dan Riegsecker <1baldg...@gmail.com> wrote: > > I'm working with an NXP SABRESD board which has an i.MX 6Q processor, > building images with the Yocto Project, Sumo version. I am building the > fsl-image-multimedia with the settings listed below. These images are

Re: [meta-freescale] GStreamer1.0 imx6-dlsabresd how to

2018-08-24 Thread Daiane Angolini
On Thu, Aug 23, 2018 at 1:26 PM Mauro Ziliani wrote: > > Hi all. > > I need some explanation about GStreamer 1.0 over imx6dl-sabresd and > Jethro/Krogoth because I'd like to use IPV/VPU to play an H264 video. Could you elaborate your question. I think the main recommendation now is to use rocko

Re: [meta-freescale] Preferred kernel for mx7 machine

2018-08-24 Thread Daiane Angolini
On Fri, Aug 24, 2018 at 2:27 AM Matija Tuđan wrote: > > Hello, > > What is the recommended kernel tree for i.MX7 based machines? > > The linux-imx repo from codeaurora has the 4.9.88 as newest version: > https://source.codeaurora.org/external/imx/linux-imx > > Additionally, mx7 is not set as

[meta-freescale] [PATCH] imx-alsa-plugins: Make imx7ulp a compatible machine

2018-08-23 Thread Daiane Angolini
evk (not in COMPATIBLE_MACHINE) [1] https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/tree/imx/meta-bsp/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb?h=rocko-4.9.88-2.0.0_ga Signed-off-by: Daiane Angolini --- recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | 2 +- 1 file changed, 1 insertion(+)

[meta-freescale] [PATCH v2] u-boot-fslc: Add bison-native dependency for 2018.07

2018-08-23 Thread Daiane Angolini
: recipe for target 'scripts/kconfig/zconf.tab.c' failed | make[2]: *** [scripts/kconfig/zconf.tab.c] Error 12 Signed-off-by: Daiane Angolini --- recipes-bsp/u-boot/u-boot-fslc_2018.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc_2018.07.bb b

Re: [meta-freescale] [PATCH] u-boot-fslc: Add bison-native dependency for 2018.07

2018-08-23 Thread Daiane Angolini
On Wed, Aug 22, 2018 at 4:42 PM Fabio Estevam wrote: > > On Wed, Aug 22, 2018 at 1:13 PM, Daiane Angolini > wrote: > > Signed-off-by: Daiane Angolini > > Some explanation in the commit log would be helpfu. Fabio, do you remember exactly when (or which version) bison depen

[meta-freescale] [PATCH] u-boot-fslc: Add bison-native dependency for 2018.07

2018-08-22 Thread Daiane Angolini
Signed-off-by: Daiane Angolini --- recipes-bsp/u-boot/u-boot-fslc_2018.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc_2018.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2018.07.bb index 5659e16c..6c391ad3 100644 --- a/recipes-bsp/u-boot/u-boot

[meta-freescale] help with bitbake-metadata2doc

2018-05-29 Thread Daiane Angolini
I was working to upgrade the Release Notes to include the changes from Sumo and I got this crash. Can you, please, help me how to solve this? Thanks in advance, Daiane ERROR: /media/disco2/yocto/rocko/sources/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2017.09.bb: Error executing a python

Re: [meta-freescale] The sumo branch of meta-freescale

2018-05-23 Thread Daiane Angolini
On Wed, May 23, 2018 at 3:17 PM, Otavio Salvador wrote: > > i.MX8 is a huge addition and once we branch sumo it is going to be too > risk to backport. I don't have a big problem in let it for next > release but it is something people must to agree uppon it. I

Re: [meta-freescale] [PATCH 2/2] wic: Fix image generation for i.MX MXS SoC family

2018-04-26 Thread Daiane Angolini
On Thu, Apr 26, 2018 at 1:53 PM, Otavio Salvador <otavio.salva...@ossystems.com.br> wrote: > On Thu, Apr 26, 2018 at 1:19 PM Daiane Angolini <daiane.l...@gmail.com> > wrote: > ... >> I think to remove the word "bootstream" is enough. > > I sent a v2. Pl

Re: [meta-freescale] [PATCH 2/2] wic: Fix image generation for i.MX MXS SoC family

2018-04-26 Thread Daiane Angolini
On Wed, Apr 25, 2018 at 10:31 AM, Otavio Salvador <otavio.salva...@ossystems.com.br> wrote: > On Tue, Apr 24, 2018 at 7:40 PM, Daiane Angolini <daiane.l...@gmail.com> > wrote: >> On Tue, Apr 24, 2018 at 3:51 PM, Otavio Salvador >> <ota...@ossystems.com.br> wro

Re: [meta-freescale] [PATCH 2/2] wic: Fix image generation for i.MX MXS SoC family

2018-04-24 Thread Daiane Angolini
On Tue, Apr 24, 2018 at 3:51 PM, Otavio Salvador wrote: > The image needs to use the U-Boot, bootstream, generated for the uSD > card and a dependency on that must be added so we get it deployed > before using the file. Besides that, the fstype needs to be changed so > it

[meta-freescale] [PATCH][distro] distro/fsl-framebuffer: Remove vulkan distro feature

2018-03-01 Thread Daiane Angolini
meta-poky commit 6016ec177af2406cacfeb3276dfcb8bfc3df8fce enabled vulkan by default. As framebuffer distro doesn't have x11 or wayland, we need to remove vulkan distro feature. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- conf/distro/fsl-framebuffer.conf | 2 +- 1 file chan

[meta-freescale] [PATCH 2/2] distro/fsl-base: Configure u-boot provider properly

2018-03-01 Thread Daiane Angolini
Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- conf/distro/include/fsl-base.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/conf/distro/include/fsl-base.inc b/conf/distro/include/fsl-base.inc index 55e7982..a930252 100644 --- a/conf/distro/include/fsl-base.inc

[meta-freescale] [PATCH][distro] distro/fsl-framebuffer: Remove vulkan distro feature

2018-02-28 Thread Daiane Angolini
meta-poky commit 6016ec177af2406cacfeb3276dfcb8bfc3df8fce enabled vulkan by default. As framebuffer distro doesn't have x11 or wayland, we need to remove vulkan distro feature. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- conf/distro/fsl-framebuffer.conf | 2 +- 1 file chan

[meta-freescale] [PATCH][distro] distro/fsl-framebuffer: Remove vulkan distro feature

2018-02-28 Thread Daiane Angolini
meta-poky commit 6016ec177af2406cacfeb3276dfcb8bfc3df8fce enabled vulkan by default. As framebuffer distro doesn't have x11 or wayland, we need to remove vulkan distro feature. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- conf/distro/fsl-framebuffer.conf | 2 +- 1 file chan

Re: [meta-freescale] [3rdparty] imx7s-warp reference support: How to add additional firmware blobs?

2017-11-24 Thread Daiane Angolini
On Thu, Nov 23, 2017 at 11:36 AM, Simon Hughes wrote: > Summary > > > > What’s the **right way** to add additional firmware blobs to > MACHINE=imx7s-warp DISTRO=xxx images, so we follow a sensible pattern? There > are at least 2 alternatives: > > - The

[meta-freescale] [PATCH] Revert "imx-gst1.0-plugin: Change git repository URL"

2017-11-16 Thread Daiane Angolini
The reverted commit not only change the URL for the package. It also upgrade the package version by mistake. The version pointed by the patch is still not ready to use the gstreamer 1.12. Meanwhile the root cause is found and fixed, revert the patch. This reverts commit

[meta-freescale] [PATCH 0/7] Change from git.freescale.com to Code Aurora

2017-10-27 Thread Daiane Angolini
This patchset changes the URL to the git repository as code aurora is a mirror for git.freescale.com. Some patches also change from package (tar.gz) to git and add the needed changes for make it work. The branch names are also changed to match. Daiane Angolini (7): linux-imx: Change git

[meta-freescale] [PATCH 1/7] linux-imx: Change git repository URL

2017-10-27 Thread Daiane Angolini
The git.freescale.com repository has been facing critical fetch issues, this patch uses source.codeaurora.org because it's a mirror for this kernel provider version. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-kernel/linux/linux-imx.inc | 2 +- 1 file chan

[meta-freescale] [PATCH 6/7] imx-gst1.0-plugin: Change git repository URL

2017-10-27 Thread Daiane Angolini
Change the git URL to Code Aurora as it mirrors the git.freescale.com. It also changes the branch name to the matching one. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb | 9 - 1 file changed, 4 insertions

[meta-freescale] [PATCH 3/7] imx-lib: Change git repository URL

2017-10-27 Thread Daiane Angolini
Change the git URL to Code Aurora as it mirrors the git.freescale.com. It also changes the branch name to the matching one. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-bsp/imx-lib/imx-lib_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[meta-freescale] [PATCH 5/7] imx-alsa-plugins: Change SRC_URI to point to git

2017-10-27 Thread Daiane Angolini
Change SRC_URI to point to git repo on Code Aurora as it mirrors the git.freescale.com. It also changes the working directory to reflect the git structure. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | 8 +--- 1 file c

[meta-freescale] [PATCH 7/7] xf86-video-imxfb-vivante: Change SRC_URI to point to git

2017-10-27 Thread Daiane Angolini
Change SRC_URI to point to git repo on Code Aurora as it mirrors the git.freescale.com. It also changes the working directory to reflect the git structure. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc

[meta-freescale] [PATCH 4/7] imx-test: Change git repository URL

2017-10-27 Thread Daiane Angolini
Change the git URL to Code Aurora as it mirrors the git.freescale.com. It also changes the branch name to the matching one. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-bsp/imx-test/imx-test_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[meta-freescale] [PATCH 2/7] u-boot-imx: Change git repository URL

2017-10-27 Thread Daiane Angolini
Change the git URL to Code Aurora as it mirrors the git.freescale.com. It also changes the branch name to the matching one. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-bsp/u-boot/u-boot-imx_2017.03.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[meta-freescale] [PATCH] linux-imx: Change git repository URL

2017-10-20 Thread Daiane Angolini
The git.freescale.com repository has been facing critical fetch issues, this patch uses source.codeaurora.org because it's a mirror for this kernel provider version. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-kernel/linux/linux-imx.inc | 2 +- 1 file chan

[meta-freescale] [PATCH] linux-imx: Change git repository URL

2017-10-20 Thread Daiane Angolini
The git.freescale.com repository has been facing critical fetch issues, this patch uses source.codeaurora.org because it's a mirror for this kernel provider version. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-kernel/linux/linux-imx.inc | 2 +- 1 file chan

[meta-freescale] [PATCH v3] imx6ullevk: Add machine file

2017-10-06 Thread Daiane Angolini
CPU: Freescale i.MX6ULL rev1.0 at 396MHz CPU: Commercial temperature grade (0C to 95C) at 41C Reset cause: POR Board: MX6ULL 14x14 EVK I2C: ready DRAM: 512 MiB Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- conf/machine/imx6ullevk.conf | 24

[meta-freescale] [PATCH v2] imx6ullevk: Add machine file

2017-10-05 Thread Daiane Angolini
CPU: Freescale i.MX6ULL rev1.0 at 396MHz CPU: Commercial temperature grade (0C to 95C) at 41C Reset cause: POR Board: MX6ULL 14x14 EVK I2C: ready DRAM: 512 MiB Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- conf/machine/imx6ullevk.conf | 24

Re: [meta-freescale] [3rdparty PATCH] Rework machines to use wic support

2017-10-05 Thread Daiane Angolini
Otavio Salvador <ota...@ossystems.com.br> Reviewed-by: Daiane Angolini <daiane.angol...@nxp.com> > --- > > conf/machine/cgtqmx6.conf | 2 +- > conf/machine/cubox-i.conf | 6 +- > conf/machine/imx6dl-riotboard.conf | 5 + > conf/machin

Re: [meta-freescale] [3rdparty][PATCH] imx7s-warp: Add wic image support

2017-10-05 Thread Daiane Angolini
On Wed, Oct 4, 2017 at 6:29 PM, Pierre-Jean TEXIER <texier@gmail.com> wrote: > Signed-off-by: Pierre-Jean TEXIER <texier@gmail.com> Reviewed-by: Daiane Angolini <daiane.angol...@nxp.com> > --- > conf/machine/imx7s-warp.conf | 4 > 1 file changed,

Re: [meta-freescale] [PATCH 1/2] image_types_fsl: define SDCARD_GENERATION_COMMAND for use-mainline-bsp

2017-10-05 Thread Daiane Angolini
On Thu, Oct 5, 2017 at 2:11 PM, Otavio Salvador wrote: > Hello Hiraku, > > On Thu, Oct 5, 2017 at 1:21 AM, Hiraku Toyooka > wrote: >> When we use the use-mainline-bsp override, SDCARD_GENERATION_COMMAND >> becomes empty. As a

Re: [meta-freescale] [PATCH] Use wic.gz for all i.MX machines by default

2017-10-05 Thread Daiane Angolini
abreauto: use imx-uboot-spl-bootpart.wks > - imx6qdlsabresd: use imx-uboot-spl-bootpart.wks > - imx6ulevk: use imx-uboot-spl-bootpart.wks > > Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> Reviewed-by: Daiane Angolini <daiane.angol...@nxp.com> > --- > >

Re: [meta-freescale] [PATCH] imx-base.inc: Generate a default IMAGE_BOOT_FILES

2017-10-05 Thread Daiane Angolini
Salvador <ota...@ossystems.com.br> Reviewed-by: Daiane Angolini <daiane.angol...@nxp.com> > --- > > conf/machine/include/imx-base.inc | 7 +++ > conf/machine/include/utilities.inc | 28 > 2 files changed, 35 insertions(+) > creat

[meta-freescale] [PATCH] u-boot-fslc: Bump revision to be634a9

2017-07-14 Thread Daiane Angolini
This includes the following changes: be634a9 mx6sabre_common: Dynamically change the video output f5f42f3 mx6sabre_common: Place video related settings in common code 43d4159 mx6cuboxi: Move CONFIG_CMD_SATA to Kconfig Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes

Re: [meta-freescale] [PATCH v6] u-boot-fslc: Upgrade to 2017.07-based release

2017-07-12 Thread Daiane Angolini
On Wed, Jul 12, 2017 at 10:56 AM, Otavio Salvador wrote: > On Wed, Jul 12, 2017 at 10:40 AM, Fabio Berton > wrote: >> Why not rename machine file to imx6sabresd and imx6sabreauto, once these >> machine are for solo, dual, quad and

Re: [meta-freescale] [PATCH v5] u-boot-fslc: Upgrade to 2017.07-based release

2017-07-11 Thread Daiane Angolini
> 3ea2fba306 mx6sabreauto: Do not enable WEIM by default > 09d36d3fa1 mx6sabreauto: Update to SPL only mode > 210157f1ad mx6qsabreauto: Add SPL support > 8ab1542497 mx6: soc: Move mxs_dma_init() into the mxs nand driver > > Signed-off-by: Otavio Salvador <ota...@ossyst

Re: [meta-freescale] [Yacto Project] Issue with Implementation of "Wi-Fi Access Point" on IMX7

2017-07-11 Thread Daiane Angolini
On Mon, Jul 10, 2017 at 2:06 AM, Vikram Bidkar wrote: > Dear All, > > I am trying to implement "Wi-Fi Access Point" on the IMX7 evaluation board > having Murata Wi-Fi chip(LBEH5HMZPC). > > Below are my changes in .config file. > >

Re: [meta-freescale] How to use mfgtool 2 to boot iMX7dsabresd from NAND

2017-07-11 Thread Daiane Angolini
Only to make sure your hardware is OK Daiane > > I am using L4.1.15_1.2.0_ga-mfg-tools.tar.gz. and we would like to use it for > flashing new boards > > Thanks, > Carlos > > -Original Message- > From: angol...@gmail.com [mailto:angol...@gmail.com] On Behalf Of Da

Re: [meta-freescale] [PATCH v2] u-boot-fslc: Upgrade to 2017.07-based release

2017-07-10 Thread Daiane Angolini
ER_virtual/bootloader = "u-boot-imx" > - > -UBOOT_CONFIG ??= "sd" > -UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" > -UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config" > -UBOOT_CONFIG[mfgtool] = "mx6qpsabresd_config" &

Re: [meta-freescale] Got error while building the image

2017-07-07 Thread Daiane Angolini
On Tue, Jul 4, 2017 at 1:49 AM, lakshmikanth r wrote: > Hi, > > I 'm trying to do bitbake using Morty branch with respective boundary image. > > I was got error keeps appearing like this > > Firmware-imx- 1_5.4-r0 do_fetch error. > > Unable to fetch the firmware. I'm

Re: [meta-freescale] How to use mfgtool 2 to boot iMX7dsabresd from NAND

2017-07-07 Thread Daiane Angolini
On Thu, Jul 6, 2017 at 4:14 PM, Bejar-Colonia, Carlos wrote: > Dear NXP, > > > > I have an iMX7dsabresd board and would like to boot it from NAND using > MfgTool V2. Have you tried your NAND already? I mean, have you flashed it manually? Only to make sure all

Re: [meta-freescale] About loading drivers of camera_ov5640_mipi and to test it in warp7

2017-07-05 Thread Daiane Angolini
he warp7 github account. Daiane > > Regards > Vinod > > On 04-Jul-2017 6:58 PM, "Daiane Angolini" <daiane.l...@gmail.com> wrote: >> >> On Fri, Jun 30, 2017 at 2:30 AM, Vinay Hulagabali >> <vinayhulagab...@gmail.com> wrote: >> >

Re: [meta-freescale] Technical queries on android BSP porting on imx6

2017-07-05 Thread Daiane Angolini
If I happen to find it again I fw you the link, but in fact I don't have it right now. Daiane > > Thanks & Regards > > On Tue, Jul 4, 2017 at 6:59 PM, Daiane Angolini <daiane.l...@gmail.com> > wrote: >> >> On Thu, Jun 29, 2017 at 8:35 AM, sai lakshmi <saira

Re: [meta-freescale] "Could not open egl display" error and GPU problem on imx6dl

2017-07-04 Thread Daiane Angolini
On Fri, Jun 30, 2017 at 8:51 AM, Refik Tuzakli wrote: > Hello > > > > I am trying to build embedded Linux that runs QtWebengine via Buildroot. > Maybe it's better to send this email also to the buildroot mailing list. > > > I applied a patch at this link to enable

Re: [meta-freescale] Technical queries on android BSP porting on imx6

2017-07-04 Thread Daiane Angolini
On Thu, Jun 29, 2017 at 8:35 AM, sai lakshmi wrote: > Hi, > > I am building a custom board on imx6. I want custom android image for my > board. I couldn't find BSP porting guide for android imx6. Please help me in > this regard. Basically it's only adding a new device. I

Re: [meta-freescale] About loading drivers of camera_ov5640_mipi and to test it in warp7

2017-07-04 Thread Daiane Angolini
ow to make it work As far as I know, it's not working. There is some code for DTS on the android kernel, but it is not completely implemented. Daiane > > Regards > Vinod > > On 29-Jun-2017 6:42 PM, "Daiane Angolini" <daiane.l...@gmail.com> wrote: >> >>

Re: [meta-freescale] About loading drivers of camera_ov5640_mipi and to test it in warp7

2017-06-29 Thread Daiane Angolini
Hi Pierre-jean, On Wed, Jun 28, 2017 at 4:36 PM, TEXIER Pierre-Jean <texier@gmail.com> wrote: > > 2017-06-28 18:10 GMT+02:00 Daiane Angolini <daiane.l...@gmail.com>: >> > > Yes Daiane, you are right, currently the camera not working with the > linux-warp7 Ker

Re: [meta-freescale] About loading drivers of camera_ov5640_mipi and to test it in warp7

2017-06-28 Thread Daiane Angolini
On Wed, Jun 28, 2017 at 1:20 AM, Vinay Hulagabali wrote: > Hi, > I have loaded the camera drivers of ov5640_mipi in warp7 but I am not > sure whether it is correct or not and will you please suggest me how to load > drivers and to test it. Last time I worked with

Re: [meta-freescale] u-boot-fslc: migration from morty to pyro with a signed image using CST

2017-06-16 Thread Daiane Angolini
On Wed, Jun 14, 2017 at 1:45 PM, Romain Bazile wrote: > Hello everyone, > > I'm in the process of migrating from Morty to Pyro and I'm having some > troubles with u-boot-fslc. > > In Morty, we were using u-boot-fslc_2016.11, in Pyro, we are migrating to >

Re: [meta-freescale] How to apply Preempt-rt patch for i.mx6ul board in yocto

2017-06-16 Thread Daiane Angolini
On Fri, Jun 16, 2017 at 3:20 AM, Hiro Sato wrote: > Hi all, > > > I would like to apply PREEMPT-RT patch for i.mx6ul board in yocto. > > However I was not able to do it, so I would like you to tell me the way. > > > > Right now I use yocto 2.0 (Jethro). > > I found

Re: [meta-freescale] [PATCH] imx-kobs: Fix a typo

2017-05-19 Thread Daiane Angolini
Thanks, the fix got applied faster than my build Daiane On Fri, May 19, 2017 at 2:29 PM, Otavio Salvador wrote: > On Fri, May 19, 2017 at 2:17 PM, Khem Raj wrote: >> >> --- > > > Applied! :-) > > -- > Otavio Salvador

Re: [meta-freescale] [3rdparty][PATCH] WaRP7: Change board maintainer

2017-05-18 Thread Daiane Angolini
On Thu, May 18, 2017 at 10:15 AM, Pierre-Jean TEXIER <texier@gmail.com> wrote: > Signed-off-by: Pierre-Jean TEXIER <texier@gmail.com> Acked-by: Daiane Angolini <daiane.angol...@nxp.com> > --- > conf/machine/imx7s-warp.conf | 2 +- > 1 file chang

Re: [meta-freescale] [3rdparty][PATCH] linux-warp7: Bump revision to a543d1b

2017-05-18 Thread Daiane Angolini
@gmail.com> Oh, I'm sorry. Regarding the patch itself: Acked-by: Daiane Angolini <daiane.angol...@nxp.com> > --- > recipes-kernel/linux/linux-warp7_4.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-kernel/linux/linux-warp7_4.1

Re: [meta-freescale] [3rdparty][PATCH] linux-warp7: Bump revision to a543d1b

2017-05-18 Thread Daiane Angolini
Hi Pierre-Jean, You've been working a lot with WaRP7 kernel, would you mind to be the WaRP7 maintainer in meta-freescale-3dparty [1]? If you accept, please send the patch [1] https://github.com/Freescale/meta-freescale-3rdparty/blob/master/conf/machine/imx7s-warp.conf#L5 Thanks in advance,

[meta-freescale] [PATCH] Update machine description fields

2017-02-02 Thread Daiane Angolini
Change description fields from Freescale to NXP in machine files to align to 2016 corporate transfer to NXP. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- conf/machine/b4420qds-64b.conf | 4 ++-- conf/machine/b4420qds.conf | 4 ++-- conf/machine/b4860qds-64b.conf

[meta-freescale] Updates to Documentation (morty and master) in 2017-02-01

2017-02-01 Thread Daiane Angolini
ms.com.br> Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> commit 95d02ac489815e26f69b05e3338f3c85251be2fb Author: Fabio Berton <fabio.ber...@ossystems.com.br> Date: Tue Jan 31 16:41:22 2017 -0200 README: Update Debian/Ubuntu dependency package list Morty release

Re: [meta-freescale] [Documentation][PATCH 1/2] README: Update Debian/Ubuntu dependency package list

2017-02-01 Thread Daiane Angolini
ng to merge your patches at the end of my day. Thanks, Daiane > > Thanks! > > On Tue, Jan 31, 2017 at 4:12 PM, Daiane Angolini <daiane.l...@gmail.com> > wrote: >> >> Hi Fabio, >> >> >> On Fri, Jan 27, 2017 at 5:03 PM, Fabio Berton >> <fabi

Re: [meta-freescale] [Documentation][PATCH 1/2] README: Update Debian/Ubuntu dependency package list

2017-01-31 Thread Daiane Angolini
Hi Fabio, On Fri, Jan 27, 2017 at 5:03 PM, Fabio Berton wrote: > Morty release uses python3 to generate Sphinx documentation, also > we need to install fonts-liberation package to generate blockdiag. > > Signed-off-by: Fabio Berton

[meta-freescale] [PATCH] machine: Change maintainer email to nxp.com for Daiane Angolini

2017-01-25 Thread Daiane Angolini
Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- conf/machine/imx51evk.conf| 2 +- conf/machine/imx53ard.conf| 2 +- conf/machine/imx6dlsabreauto.conf | 2 +- conf/machine/imx6qsabreauto.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git

[meta-freescale] Updates to Documentation (master and morty) in 2017-01-25

2017-01-25 Thread Daiane Angolini
Hello, I pushed following updates: commit b12ce9cecf35c8923dde3614c816dd82e85f259b Author: Fabio Berton Date: Fri Jan 20 15:21:43 2017 -0200 RN: Updates from bitbake-metadata2doc.sh Signed-off-by: Fabio Berton commit

Re: [meta-freescale] [Question] IMAGE_FSTYPES has no effect on master

2017-01-09 Thread Daiane Angolini
; Amin > > On Fri, Jan 6, 2017 at 10:30 AM, Daiane Angolini <daiane.l...@gmail.com> > wrote: >> On Thu, Jan 5, 2017 at 9:33 PM, Amin Bandali <amin.band...@gmail.com> wrote: >>> Hello, >>> >>> Up until krogoth, I could adjust IMAGE_FSTYPES in my l

Re: [meta-freescale] [Question] IMAGE_FSTYPES has no effect on master

2017-01-06 Thread Daiane Angolini
On Thu, Jan 5, 2017 at 9:33 PM, Amin Bandali wrote: > Hello, > > Up until krogoth, I could adjust IMAGE_FSTYPES in my local.conf to generate > various types of archives: > > IMAGE_FSTYPES += "tar.bz2 tar.gz" > > However, I've noticed that this has no effect on master,

Re: [meta-freescale] u-boot-imx-mfgtool recipe builds nothing

2017-01-06 Thread Daiane Angolini
On Fri, Jan 6, 2017 at 10:19 AM, Rogers, Simon wrote: > Hi > > I’m using Yocto fido and trying to build a U-boot for the Manufacturing Tool > for a Hummingboard in order to do a USB OTG download. I don't remember what happened on fido. But I think hummingboard and

Re: [meta-freescale] [meta-freescale-distro][PATCH 5/6] add fsl-qoriq distro conf file

2017-01-05 Thread Daiane Angolini
Would be possible to add a DESCRIPTION or a comment header to explain what is purpose of this distro and what is the main goal? For example, I see there is a WHITELIST flag for license, there are definitions for java providers. I'm not sure, but I feel like out of context looking to this distro.

Re: [meta-freescale] [meta-freescale-distro][PATCH 2/6] packagegroup-fsl-virtualization: add recipe

2017-01-05 Thread Daiane Angolini
On Thu, Jan 5, 2017 at 7:51 AM, Zhenhua Luo wrote: > packagegroup-fsl-virtualization defines the packages group for virtualization > support. > > Signed-off-by: Zhenhua Luo > --- > .../packagegroup-fsl-virtualization.bb | 24 >

Re: [meta-freescale] [meta-freescale-distro][PATCH 1/6] packagegroup-fsl-networking: add recipe

2017-01-05 Thread Daiane Angolini
On Thu, Jan 5, 2017 at 7:51 AM, Zhenhua Luo wrote: > packagegroup-fsl-networking defines the packages group for networking > support. > > Signed-off-by: Zhenhua Luo > --- > .../packagegroups/packagegroup-fsl-networking.bb | 173 >

Re: [meta-freescale] [meta-freescale-distro][PATCH 3/6] add fsl-image-networking demo image

2017-01-05 Thread Daiane Angolini
On Thu, Jan 5, 2017 at 7:51 AM, Zhenhua Luo wrote: > fsl-image-networking is the small demo image for networking core features > support. > > Signed-off-by: Zhenhua Luo > --- > recipes-fsl/images/fsl-image-networking.bb | 13 + > 1 file

[meta-freescale] [3rdparty][PATCH] linux-warp7: Upgrade to version 4.1.36

2016-12-29 Thread Daiane Angolini
From: Daiane Angolini <daiane.angol...@nxp.com> Upgrade the kernel version and add a DESCRIPTION. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- recipes-kernel/linux/linux-warp7_4.1.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-

Re: [meta-freescale] FSL_MIRROR error 404

2016-12-12 Thread Daiane Angolini
On Thu, Dec 8, 2016 at 5:29 AM, Takashi Matsuzawa wrote: > > Hello. > > > it turned out that I am failing with all of the following manifests on > imx-4.1-krogoth branch on fsl-arm-yocto-bsp.git: > > > default > > 4.1.15-2.0.0 > > 4.1.15-2.0.1 > I knew there are some

[meta-freescale] Updates to Documentation (master and morty)

2016-12-02 Thread Daiane Angolini
Hello, I pushed following updates: commit 9628be5d37395d6bc457afb76ad2fb8896942973 Author: Daiane Angolini <daiane.angol...@nxp.com> Date: Wed Nov 30 18:05:09 2016 -0200 bsp-scope: Include meta-freescale section Since morty meta-fsl-arm and meta-fsl-ppc must not be used.

Re: [meta-freescale] [Documentation][PATCH 2/2] bsp-scope: Include meta-freescale section

2016-11-30 Thread Daiane Angolini
On Tue, Nov 29, 2016 at 12:44 AM, Zhenhua Luo wrote: > Hi Daiane, > >> + >> +The **meta-freescale** meta layer goal is to integrate the ARM SoC > [Zhenhua Luo] QorIQ PPC targets are supported as well. > >> +based source code from Freescale, it includes **i.MX**, **Vybrid**

[meta-freescale] [Documentation][PATCH v2 3/3] bsp-scope: Include meta-freescale section

2016-11-30 Thread Daiane Angolini
From: Daiane Angolini <daiane.angol...@nxp.com> Since morty meta-fsl-arm and meta-fsl-ppc must not be used. Use meta-freescale instead. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- changes since v1: -Add PCC and QorIQ to the list release-notes/source/bsp-sc

[meta-freescale] [Documentation][PATCH v2 2/3] RN: Fix typo

2016-11-30 Thread Daiane Angolini
From: Daiane Angolini <daiane.angol...@nxp.com> Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- changes since v1: - split the patch release-notes/source/bsp-scope.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/source/bsp-scope.rs

[meta-freescale] [Documentation][PATCH v2 1/3] FAQ: Remove this document

2016-11-30 Thread Daiane Angolini
From: Daiane Angolini <daiane.angol...@nxp.com> There is no evidence this document is used. It's a while since last update. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- changes since v1: - remove FAQ reference from bsp-scope.rst file. FAQ/Makefile

[meta-freescale] [Documentation][PATCH 1/2] FAQ: Remove this document

2016-11-25 Thread Daiane Angolini
From: Daiane Angolini <daiane.angol...@nxp.com> There is no evidence this document is used. It's a while since last update. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- FAQ/Makefile | 153 FAQ/make.bat

[meta-freescale] [Documentation][PATCH 2/2] bsp-scope: Include meta-freescale section

2016-11-25 Thread Daiane Angolini
From: Daiane Angolini <daiane.angol...@nxp.com> Since morty meta-fsl-arm and meta-fsl-ppc must not be used. Use meta-freescale instead. Signed-off-by: Daiane Angolini <daiane.angol...@nxp.com> --- release-notes/source/bsp-scope.rst | 34 +- 1 file

Re: [meta-freescale] Freescale Yocto Question - Building imx6dl-riotboard

2016-11-16 Thread Daiane Angolini
g Nikolay. Nikolay, can you help here? Daiane > [1] > http://riotboard.org/download/Wiki-Beginner-Flash%20a%20precompiled%20BSP%20image%20to%20an%20SD%20card.pdf > > Thanks, > -Eric Zaluzec > (eric.zalu...@emerson.com) > > > -Original Message- > From: angol...

[meta-freescale] Updates to Documentation (master and morty) in 2016-11-14

2016-11-14 Thread Daiane Angolini
commit ccbfddecbba3147ddc505d22e2b89733cdee56fd Author: Fabio Berton Date: Wed Nov 9 15:30:25 2016 -0200 UG: Update version to 2.2 (Morty) - Update FSL layers names - Add DISTRO and MACHINE to run setup-environment - Update devtasks, nsteps

Re: [meta-freescale] Freescale Yocto Question - Building imx6dl-riotboard

2016-11-14 Thread Daiane Angolini
d it in a while. Please test and let us know. Daiane > If it is not, do you have reference or a web URL for the one RIoTboard that > you support? > > Regards, > -Eric Zaluzec > (eric.zalu...@emerson.com) > > > -Original Message----- > From: angol...@gmail.com

Re: [meta-freescale] Freescale Yocto Question - Building imx6dl-riotboard

2016-11-14 Thread Daiane Angolini
On Fri, Nov 11, 2016 at 3:12 PM, wrote: > Greeting, > > I have a quick question concerning the imx6dl-riotboard machine > configuration file, maintained by the Yocto Freescale community. > > We have an upcoming project for which we are considering a i.MX6 Dual Lite >

  1   2   3   4   5   6   7   8   9   10   >