Re: [meta-freescale] is git.freescale.com down?

2016-11-11 Thread Lauren Post
Should be working - it was not down just slow which caused the fetch to timeout. -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of Otavio Salvador Sent: Thursday, November 10, 2016 6:24 AM To: Christian Ege

Re: [meta-freescale] [base][PATCH v2 1/2] setup-environment: Add support for set distro

2016-11-07 Thread Lauren Post
This breaks all imx builds because our distros in our layers are not in the places you check. Do not hardcode the location to check. Please remove checks so we can get our builds working again. Thanks Lauren -Original Message- From: meta-freescale-boun...@yoctoproject.org

Re: [meta-freescale] ANN: New layout for FSL Community BSP and BSP layers

2016-10-28 Thread Lauren Post
The delay on renaming was because of legal transitions to NXP happening through 2016. The announcement does change things of which we'll consider at a later time. The legal transition is why we've continued to use Freescale in all our copyrights in 2016. We've worked together on this

[meta-freescale] [PATCH 1/7] imx-base: Add MACHINE extender for i.MX 6ULL

2016-10-11 Thread Lauren Post
i.MX 6ULL include pxp and epdc Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/include/imx-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 09ab4ad..e2b342b 100644 --- a/conf/m

[meta-freescale] [PATCH 2/7] imx-base: Add Preferred Provider for i.MX 6ULL U-Boot

2016-10-11 Thread Lauren Post
Use i.MX U-Boot since this is new SoC Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/include/imx-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index e2b342b..4378fbb 100644 --- a/conf/m

[meta-freescale] [PATCH 4/7] imx-base: Add Kernel preferred provider for i.MX 6ULL

2016-10-11 Thread Lauren Post
Use linux-imx as preferred providedr for new SOC i.MX 6ULL Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/include/imx-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 3907e24..9

[meta-freescale] [PATCH 7/7] imx6ull14x14evk: Add i.MX 6ULL 14x14 EVK

2016-10-11 Thread Lauren Post
Add i.MX 6ULL 14x14 EVK Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx6ull14x14evk.conf | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 conf/machine/imx6ull14x14evk.conf diff --git a/conf/machine/imx6ull14x14evk.conf b/conf/m

[meta-freescale] [PATCH 5/7] eudev: Bring back 2 patches from udev for user firmware loading for 6ULL

2016-10-11 Thread Lauren Post
i.MX 6ULL has EPDC display and requires user level firmware loading in udev. This feature was removed with eudev and is required for 6ULL to load display. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- ...evert-rules-remove-firmware-loading-rules.patch | 28 ++ ...-remove-use

[meta-freescale] [PATCH 0/7] Upgrade to 4.1.15-2.0.0 release

2016-10-11 Thread Lauren Post
- formfactor - Add machconfig - als-alib - Add patch - pulseaudio - conf changes - Update SCR and license Changes to support i.MX 6ULL 9x9 and 14x14 - eudev patches to support 6ULL epdc firmware loading Lauren Post (7): imx-base: Add MACHINE extender for i.MX 6ULL imx-base: Add Preferred

[meta-freescale] [PATCH 6/7] imx6ull9x9evk: Add i.MX 6ULL 9x9 evk

2016-10-11 Thread Lauren Post
Add supprot for i.MX 6ULL 9x9 evk Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx6ull9x9evk.conf | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 conf/machine/imx6ull9x9evk.conf diff --git a/conf/machine/imx6ull9x9evk.conf b/conf/m

[meta-freescale] [PATCH 3/7] imx-base: Add epdc firmware for i.MX 6ULL

2016-10-11 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/include/imx-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 4378fbb..3907e24 100644 --- a/conf/machine/include/imx-base.inc +++

Re: [meta-freescale] i.MX6Q vs i.MX6UL tuning

2016-10-11 Thread Lauren Post
We test with hard in our release for i.MX 6UL DEFAULTTUNE_mx6ul ?= "cortexa7hf-neon" -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of Otavio Salvador Sent: Tuesday, October 11, 2016 7:20 AM To: Gary Thomas

[meta-freescale] [meta-fsl-arm][PATCH v3] chromium: Enable new version 52 for x11 support wayland on older version

2016-09-26 Thread Lauren Post
New chromium version works only on X11 and VPU patches do not apply on new version For Wayland use older chromium version renamed to chromium-wayland and add VPU patches Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- .../chromium/chromium-wayland_48.0.2548.0.bbappen

[meta-freescale] [meta-fsl-arm][PATCH v2] chromium: Enable new version 52 for x11 support wayland on older version

2016-09-16 Thread Lauren Post
New chromium version works only on X11 and VPU patches do not apply on new version For Wayland use olderchromium version renamed to chromium-wayland and add VPU patches Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- .../recipes-browser/chromium/chromium-imx.inc

[meta-freescale] [meta-fsl-arm][PATCH 1/2] imx-test: Add patch to fix build breaks wtih ldflag change

2016-09-09 Thread Lauren Post
This fixes the build breaks with unit tests that includes external libraries Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- ...x-Makefiles-to-handle-library-dependencie.patch | 170 + recipes-bsp/imx-test/imx-test_5.4.1.bb | 2 + 2 files change

[meta-freescale] [meta-fsl-arm][PATCH] chromium: Enable new version 52 for x11 support wayland on older version

2016-09-09 Thread Lauren Post
New chromium version works only on X11 and VPU patches do not apply on new version For Wayland use olderchromium version renamed to chromium-wayland and add VPU patches Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- .../recipes-browser/chromium/chromium-imx.inc

[meta-freescale] [meta-fsl-arm][PATCH][jethro}] SCR: Consolidate SCR to consolidated GA 3.14.52-1.1.0 GA

2016-08-22 Thread Lauren Post
The Standalone GA for 6QP and 6UL are no longer supported and replaced by the consolidated 3.14.52-1.1.0 GA release. This is for jethro release only Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- SCR/imx/SCR-3.14.38-6UL_ga.txt | 384 - ...3

[meta-freescale] [meta-fsl-arm][PATCH 1/2] SCR: Replace SCR with 4.1 ga releases that align to i.MX kernel releases on this branch

2016-08-22 Thread Lauren Post
The SCRs in SCR directory are from standalone release that was replaced by 4.1.15-1.X.X ga relases that came later. This provides the SCRs that are aligned to the EULA version. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- ...-3.14.38-6QP_ga.txt => SCR-4.1.15-1.0.0_ga.t

[meta-freescale] [meta-fsl-arm][PATCH 2/2] machine: Change maintainer email to nxp.com for Lauren Post

2016-08-22 Thread Lauren Post
Change the maintainer email to nxp.com for machine files owned by Lauren Post. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx6qpsabreauto.conf | 2 +- conf/machine/imx6qpsabresd.conf | 2 +- conf/machine/imx6sxsabreauto.conf | 2 +- conf/machine/imx6sxsabresd.conf

Re: [meta-freescale] [meta-fsl-arm][PATCH V2] imx-kobs: Add git recipe

2016-08-19 Thread Lauren Post
I'll check with the team - I missed telling them about this patch. I'll confirm if they are willing to integrate it into kobs. -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of Otavio Salvador Sent: Friday,

[meta-freescale] [meta-fsl-arm][PATCH v3 3/4] imx7dsabresd: Add mipi-dsi device tree

2016-08-02 Thread Lauren Post
d-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx7dsabresd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index b71bd4a..0bd6735 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/c

[meta-freescale] [meta-fsl-arm][PATCH v3 4/4] linux-imx: patches to file build errors with GCC6

2016-08-02 Thread Lauren Post
These patches fix build breaks caused by the compiler.h and indentation warnings now treated as errors. All of these patches will be included in next BSP release. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- .../imx/bcmhd_gcc6_indent_warning_error_fix.patch | 28 ++ .../lin

[meta-freescale] [meta-fsl-arm][PATCH v3 1/4] linux-imx: Upgrade to 4.1.15-1.1.1 Patch release

2016-08-02 Thread Lauren Post
Support for i.MX 6UltraLite for 700Mhz Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-kernel/linux/linux-imx_4.1.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb

[meta-freescale] [meta-fsl-arm][PATCH v3 0/4] Upgrade to 4.1.15-1.2.0 BSP Patch v3

2016-08-02 Thread Lauren Post
in 4.1.15-1.2.0 linux-imx recipe Changes for v3 - Add commit to kernel recipe update for 4.1.15-1.2.0 Lauren Post (4): linux-imx: Upgrade to 4.1.15-1.1.1 Patch release linux-imx: Upgrade to 4.1.15-1.2.0 i.MX 7Dual GA release imx7dsabresd: Add mipi-dsi device tree linux-imx: patches to file

[meta-freescale] [meta-fsl-arm][PATCH v3 2/4] linux-imx: Upgrade to 4.1.15-1.2.0 i.MX 7Dual GA release

2016-08-01 Thread Lauren Post
Update for i.MX 7Dual SabreSD T01.2 GA release Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-kernel/linux/linux-imx_4.1.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_

[meta-freescale] [meta-fsl-arm][PATCH v2 1/4] linux-imx: Upgrade to 4.1.15-1.1.1 Patch release

2016-07-27 Thread Lauren Post
Support for i.MX 6UltraLite for 700Mhz Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-kernel/linux/linux-imx_4.1.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb

[meta-freescale] [meta-fsl-arm][PATCH v2 3/4] imx7dsabresd: Add mipi-dsi device tree

2016-07-27 Thread Lauren Post
d-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx7dsabresd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index b71bd4a..0bd6735 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/c

[meta-freescale] [meta-fsl-arm][PATCH v2 4/4] linux-imx: patches to file build errors with GCC6

2016-07-27 Thread Lauren Post
These patches fix build breaks caused by the compiler.h and indentation warnings now treated as errors. All of these patches will be included in next BSP release. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- .../imx/bcmhd_gcc6_indent_warning_error_fix.patch | 28 ++ .../lin

[meta-freescale] [meta-fsl-arm][PATCH v2 0/4] Upgrade to 4.1.15-1.2.0 BSP

2016-07-27 Thread Lauren Post
Lauren Post (4): linux-imx: Upgrade to 4.1.15-1.1.1 Patch release linux-imx: Upgrade to 4.1.15-1.2.0 i.MX 7Dual GA release imx7dsabresd: Add mipi-dsi device tree linux-imx: patches to file build errors with GCC6 conf/machine/imx7dsabresd.conf | 2 +- .../imx

[meta-freescale] [meta-fsl-arm][PATCH v2 2/4] linux-imx: Upgrade to 4.1.15-1.2.0 i.MX 7Dual GA release

2016-07-27 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-kernel/linux/linux-imx_4.1.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb index 90e9ed3..63dfcd0 100644 --- a/r

[meta-freescale] [meta-fsl-arm][PATCH 0/4] Upgrade to 4.1.15-1.2.0 BSP

2016-07-22 Thread Lauren Post
- Patch for 4.1.15.1.1.1 Kernel Patch release for i.MX 6 Ultra Lite EVK - Patch for 4.1.15.1.2.0 release for i.MX 7Dual SABRE-SD - New device tree for i.MX 7D - Patches to fix build breaks with gcc6 and linux-imx kernel Lauren Post (4): linux-imx: Upgrade to 4.1.15-1.1.1 Patch release linux

[meta-freescale] [meta-fsl-arm][PATCH 4/4] linux-imx: patches to file build errors with GCC6

2016-07-22 Thread Lauren Post
These patches fix build breaks caused by the compiler.h and indentation warnings now treated as errors. All of these patches will be included in next BSP release. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- .../imx/bcmhd_gcc6_indent_warning_error_fix.patch | 28 ++ .../lin

[meta-freescale] [meta-fsl-arm][PATCH 3/4] imx7dsabresd: Add mipi-dsi device tree

2016-07-22 Thread Lauren Post
d-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx7dsabresd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index b71bd4a..0bd6735 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/c

[meta-freescale] [meta-fsl-arm][PATCH 2/4] linux-imx: Upgrade to 4.1.15-1.2.0 i.MX 7Dual GA release

2016-07-22 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-kernel/linux/linux-imx_4.1.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb index 90e9ed3..745f2cf 100644 --- a/recipes-

[meta-freescale] [meta-fsl-arm][PATCH 1/4] linux-imx: Upgrade to 4.1.15-1.1.1 Patch release

2016-07-22 Thread Lauren Post
Support for i.MX 6UltraLite for 700Mhz Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-kernel/linux/linux-imx_4.1.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb

[meta-freescale] [meta-fsl-demos][PATCH] packagegroup-fsl-tools-testapps: Add 6ul and 7d imx-test

2016-06-23 Thread Lauren Post
imx-test supports i.MX 6 Ultralite and i.MX 7 SABRESD Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/r

[meta-freescale] [meta-fsl-arm][PATCH 3/3] imx-base: Add MACHINE_SOCARCH_FILTER for mx6ul and mx7d

2016-06-20 Thread Lauren Post
Add missing MACHINE_SOCARCH_FILTER for mx6ul and 7d to include imx multimedia Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/include/imx-base.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc

[meta-freescale] [meta-fsl-arm][PATCH 2/3] imx-base: Specific 7d for MACHINE_SOCARCH_SUFFIX

2016-06-20 Thread Lauren Post
Future mx7 will need separate SOCARCH_SUFFIX so don't apply to all mx7 Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/include/imx-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-ba

[meta-freescale] [meta-fsl-arm][PATCH 1/3] imx-base: Remove XSERVER_DRIVER_mx6ul - default case will work

2016-06-20 Thread Lauren Post
mx6ul is not mx6 so default case applies. This is redundant Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/include/imx-base.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 1f5220a..e

Re: [meta-freescale] imx-kobs 5.4 recipe update for jethro

2016-06-14 Thread Lauren Post
It should be fine to backport - we tested it on top of Jethro. Lauren -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent: Tuesday, June 14, 2016 7:25 AM To: Palacios, Hector Cc: meta-freescale@yoctoproject.org;

Re: [meta-freescale] [ADT_Installer] seemingly wrong repo site

2016-05-24 Thread Lauren Post
Why are you using i.MX release numbers instead of Yocto version numbers. 3.14.52-1.1.1 is our graphics patch release we have not yet upstreamed - the link below supports only yocto release versions not i.MX BSP release versions. Lauren From: meta-freescale-boun...@yoctoproject.org

[meta-freescale] [meta-fsl-demos][PATCH] distro: i.MX BSP distros to integrate i.MX supported components

2016-04-29 Thread Lauren Post
The fsl-imx-x11 supports the x11 graphical backend The fsl-imx-xwayland supports the Xwayland backend The fsl-imx-fb supports the Frame Buffer backend The fsl-imx-wayland supports the Wayland backend Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/distro/fsl-imx-f

[meta-freescale] [meta-fsl-arm][PATCH 4/4] imx-test: Upgrade to 5.4.1 release

2016-04-26 Thread Lauren Post
- mmdc fixes to add 6ul support - mmdc fixes to add ipu2 and gpuvg support got i.MX 6QuadPlus - mx6s_v4l2_capture fixes for memory leak Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-bsp/imx-test/imx-test_5.4.1.bb | 8 recipes-bsp/imx-test/imx-test_5.4.bb | 8 -

[meta-freescale] [meta-fsl-arm][PATCH 2/4] linux-imx: Upgrade to 4.1.15-1.1.0

2016-04-26 Thread Lauren Post
Kernel updates for i.MX 6UltraLite T1.1 silicon. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-kernel/linux/linux-imx_4.1.15.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_

[meta-freescale] [meta-fsl-arm][PATCH 3/4] u-boot-imx: Update to 4.1.15-1.1.0 release

2016-04-26 Thread Lauren Post
Includes support for i.MX 6UltraLite T1.1 silicon. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb b/recipes-bsp/u-boot/u-boot-imx_2

[meta-freescale] [meta-fsl-arm][PATCH 1/4] u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues

2016-04-26 Thread Lauren Post
Mistake in usptreaming 4.1.15-1.0.0 - should use SRC_URI instead of UBOOT_SRC Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-imx_2015.04.bb b/recip

[meta-freescale] [meta-fsl-arm][PATCH 0/4] Update to 4.1.15-1.1.0

2016-04-26 Thread Lauren Post
- Fix uboot fetch issues for 4.1.15-1.0.0_ga release - Add uboot update for 4.1.15-1.1.0 release - Update SRCREV for kernel for 4.1.15-1.1.0 release - Update imx-test to 5.4.1 Lauren Post (4): u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issues linux-imx: Upgrade to 4.1.15-1.1.0 u

[meta-freescale] [PATCH 5/5] [meta-fsl-arm] linux-mfgtool: Add DATETIME exclusion to avoid taskhash mismatch error

2016-04-14 Thread Lauren Post
Recent changes in siggen.py check for task hash and generate build errors called Taskhash mismatch when using variables with date and time. Exclude date time variables as done in kernel.bbclass. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-kernel/linux/linux-mfgtool.inc |

Re: [meta-freescale] [meta-fsl-arm] kobs-ng tool?

2016-04-14 Thread Lauren Post
imx-kobs is kobs-ng from 3.0.35. You need to use our latest version 5.4 in master or 5.3 in Jethro. i.MX6ul is only supported on the latest Jethro (and more support on master). -Original Message- From: meta-freescale-boun...@yoctoproject.org

Re: [meta-freescale] [meta-fsl-arm][PATCH v3 1/3] imx-gpu-viv: Update to version 5.0.11-p8.3

2016-04-06 Thread Lauren Post
...@ossystems.com.br] Sent: Wednesday, April 06, 2016 3:05 PM To: Lauren Post <lauren.p...@nxp.com> Cc: Tom Hochstein <tom.hochst...@nxp.com>; meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH v3 1/3] imx-gpu-viv: Update to version 5.0.11-p8.3 Hello Lauren, O

Re: [meta-freescale] [meta-fsl-arm][PATCH v3 1/3] imx-gpu-viv: Update to version 5.0.11-p8.3

2016-04-06 Thread Lauren Post
Otavio we will rename the recipe next release. Right now this is first release with hfp only so we prefer to retain the hfp in recipe name for this release. Next release it will be removed. Also there is an upcoming 3.14.52 patch update with the same graphics recipe version so it is best to

[meta-freescale] [meta-fsl-arm][PATCH v1 02/11] imx6dlsabresd and imx6slevk : Remove pf200 device trees

2016-03-31 Thread Lauren Post
imx6dlsabresd: Remove imx6dl-sabresd-pf200.dtb imx6slevk: Remove imx6sl-evk-pf200.dtb Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx6dlsabresd.conf | 2 +- conf/machine/imx6slevk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/m

[meta-freescale] [meta-fsl-arm][PATCH v1 00/11] Upgrade to 4.1.15-1.0.0_ga i.MX BSP

2016-03-31 Thread Lauren Post
tree changes. - BSP updates to firmware-imx, imx-test, imx-lib, imx-vpu and imx-kobs. - EULA update to V12 March 2016 Lauren Post (11): imx6dlsabreauto and imx6qsabreauto: Add sabreauto-enetirq device tree imx6dlsabresd and imx6slevk : Remove pf200 device trees imx7dsabresd: Restructure

[meta-freescale] [meta-fsl-arm][PATCH v1 05/11] EULA: Update EULA to March v12 version

2016-03-31 Thread Lauren Post
Update mdsum in fsl-eula-unpack class pdate license mdsum in firmware, codec, parser and vpu Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- EULA| 456 classes/fsl-eula-unpack.bbclass | 3 +- 2 files change

[meta-freescale] [meta-fsl-arm][PATCH v1 03/11] imx7dsabresd: Restructure device tree with new reva names

2016-03-31 Thread Lauren Post
-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx7dsabresd.conf | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index c0a1930..1d05d26 100644 --- a/conf/machine/imx7dsabresd.conf +++ b/conf/m

[meta-freescale] [meta-fsl-arm][PATCH v1 10/11] imx-test: Upgrade to 5.4 version

2016-03-31 Thread Lauren Post
pplication should directly return with corresponding error value. - Remove legacy platform restriction to shell scripts - only support mx6 and mx7 SoC now. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-bsp/imx-test/imx-test_5.3.bb | 8 recipes-bsp/imx-test/imx-

[meta-freescale] [meta-fsl-arm][PATCH v1 04/11] linux-imx: Upgrade to 4.1.15 kernel

2016-03-31 Thread Lauren Post
Upgrade to the 4.1.15-1.0.0_ga release Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- ...sdhc-imx-Fixup-runtime-PM-conditions-duri.patch | 36 -- .../imx/defconfig | 58 +- ...tool_3.14.52.bb => linux-imx-mfgtool_

[meta-freescale] [meta-fsl-arm][PATCH v1 08/11] imx-lib: Upgrade to 5.4 version

2016-03-31 Thread Lauren Post
- Remove platform check in hdmi-cec and imx-lib - simplify to support builds on multiple machines - For ipu use the dummy defaul object to fix build issues on non-ipu hardware Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-bsp/imx-lib/imx-lib_5.1.bb | 10 -- recipes-b

[meta-freescale] [meta-fsl-arm][PATCH v1 09/11] imx-vpu: Upgrade to 5.4.33 version

2016-03-31 Thread Lauren Post
VPU firmware has been changed to the format of Linux codec driver firmware. Change VPU library to adapt to firmware format change. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- recipes-bsp/imx-vpu/imx-vpu_5.4.32.bb | 11 --- recipes-bsp/imx-vpu/imx-vpu_5.4.33.b

[meta-freescale] [meta-fsl-arm][PATCH v1 01/11] imx6dlsabreauto and imx6qsabreauto: Add sabreauto-enetirq device tree

2016-03-31 Thread Lauren Post
. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- conf/machine/imx6dlsabreauto.conf | 4 ++-- conf/machine/imx6qsabreauto.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf index 8c0fe85..a

[meta-freescale] [meta-fsl-arm][PATCH v1 06/11] firmware-imx: Upgrade to 5.4 version

2016-03-31 Thread Lauren Post
- Upgrade to FW v3.1.1_r46072 - v3.1.1_r46070 plus 2 patches 391/392 - FSLARIK-391 [Decoder/H.264] VPU is always busy when decoding an erroneous H264 bitstream - FSLARIK-392 [Decoder/VC1] VPU outputs only 1 picture - Change to the format of Linux coda driver firmware Signed-off-by: Lauren Post

[meta-freescale] [meta-fsl-arm][PATCH v1 07/11] imx-kobs: Upgrade to 5.4 version

2016-03-31 Thread Lauren Post
by exposing a more common layout: DATA + METADATA + (N * ECCBYTES) Here METADATA + (N * ECCBYTES) are exposed as if they were stored in the OOB area. Unfortunately kobs-ng rely on this weird layout when accessing the NAND in raw mode. Signed-off-by: Lauren Post <lauren.p...@nxp.com> --- r

Re: [meta-freescale] Where to submit kernel patches for Freescale kernel?

2016-02-23 Thread Lauren Post
I do check patches in the Linux-imx recipes in meta-fsl-arm and see if they can get applied into next release so my recommendation is to get them first into meta-fsl-arm. I can’t guarantee it will get in. It does depend on the timing of our BSP releases if they can make it in or not. In a

[meta-freescale] [meta-fsl-arm][PATCH 16/17] SCR: Update to 3.14.38-6QP_GA release

2015-09-17 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- ...3.14.38-6QP_beta.txt => SCR-3.14.38-6QP_ga.txt} | 61 ++ 1 file changed, 40 insertions(+), 21 deletions(-) rename SCR/imx/{SCR-3.14.38-6QP_beta.txt => SCR-3.14.38-6QP_ga.txt} (86%) diff --git a/SCR/imx

[meta-freescale] [meta-fsl-arm][PATCH 05/17] imx-base: Add firmware-epdc to mx6dl, mx6sl and mx7

2015-09-17 Thread Lauren Post
All support edpc panels and need the firmware installed Epdc firmware was previously in kernel and is being moved to support conditional installs based on hardware that supports it. Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- conf/machine/include/imx-base.inc | 4 +++-

[meta-freescale] [meta-fsl-arm][PATCH 10/17] libfslparser: Add imx6ul in COMPATIBLE_MACHINES

2015-09-17 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-multimedia/libfslparser/libfslparser_4.0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/libfslparser/libfslparser_4.0.6.bb b/recipes-multimedia/libfslparser/libfslparser_4.0.6.bb

[meta-freescale] [meta-fsl-arm][PATCH 08/17] imx-gpu-viv: Update to 5.0.11-p7.1 version

2015-09-17 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc| 8 +--- recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p6.3-hfp.bb | 11 --- recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p7.1-hfp.b

[meta-freescale] [meta-fsl-arm][PATCH 03/17] u-boot-imx: Update to i.MX 6Quad Plus GA and 6UltraLite GA releases

2015-09-17 Thread Lauren Post
QuadPlus and Ultralite were each standalone releases so keep baranches and commits specific to each standalone release. Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-bsp/u-boot/u-boot-imx_2015.04.bb | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-)

[meta-freescale] [meta-fsl-arm][PATCH 13/17] alsa-lib: Add 6ul and 7d support

2015-09-17 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-multimedia/alsa/alsa-lib_%.bbappend | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes-multimedia/alsa/alsa-lib_%.bbappend b/recipes-multimedia/alsa/alsa-lib_%.bbappend index 9d95e68..b

[meta-freescale] [meta-fsl-arm][PATCH 06/17] imx-lib: Add mx6ul support for pxp libraries

2015-09-17 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-bsp/imx-lib/imx-lib_5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-lib/imx-lib_5.1.bb b/recipes-bsp/imx-lib/imx-lib_5.1.bb index e84534d..02980c4 100644 --- a/recipes-bsp/imx-l

[meta-freescale] [meta-fsl-arm][PATCH 01/17] linux-imx: Upgrade to 3.14.38-6UL_ga and 3.14.38-6QP_ga releases

2015-09-17 Thread Lauren Post
All i.MX6 with GPU use 6QP_ga and 6ul and 7d use 6ul_ga release Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-kernel/linux/linux-imx_3.14.38.bb | 32 +++ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/recipes-kernel/linux

[meta-freescale] [meta-fsl-arm][PATCH 04/17] firmware-imx: Update to 5.2 version

2015-09-17 Thread Lauren Post
EPDC waveforms added Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-bsp/firmware-imx/firmware-imx_5.0.bb | 8 recipes-bsp/firmware-imx/firmware-imx_5.2.bb | 23 +++ 2 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 recip

[meta-freescale] [meta-fsl-arm][PATCH 15/17] pulseaudio: Add i.MX 6UltraLite support

2015-09-17 Thread Lauren Post
Since mx6 SoC family does not include 6ul, add in separately. Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-multimedia/pulseaudio/pulseaudio_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/r

[meta-freescale] [meta-fsl-arm][PATCH 07/17] imx-test: Upgrade to 5.2 version

2015-09-17 Thread Lauren Post
- Update mx6ul Modules - Update motion sensor fxls8471 in acctest Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-bsp/imx-test/imx-test_5.1.bb | 8 recipes-bsp/imx-test/imx-test_5.2.bb | 8 2 files changed, 8 insertions(+), 8 deletions(-) delete mode

[meta-freescale] [meta-fsl-arm][PATCH 09/17] xf86-video-imxfb-vivante: Upgrade to 5.0.11.p7.1 version

2015-09-17 Thread Lauren Post
- Add a COPYING-GPL file and update files to use this file The license is now provided in the package. Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc | 2 +- .../xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb

[meta-freescale] [meta-fsl-arm][PATCH 11/17] libfslcodec: Add mx6ul in COMPATIBLE_MACHINES

2015-09-17 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-multimedia/libfslcodec/libfslcodec_4.0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/libfslcodec/libfslcodec_4.0.6.bb b/recipes-multimedia/libfslcodec/libfslcodec_4.0.6.bb

[meta-freescale] [meta-fsl-arm][PATCH 00/17] 3.14.38-6QP_GA and 3.14.38-6UL_GA

2015-09-17 Thread Lauren Post
to support GA branches and patches for gcc 5.2 build breaks Lauren Post (17): linux-imx: Upgrade to 3.14.38-6UL_ga and 3.14.38-6QP_ga releases linux-imx: Patches to fix gcc 5.2 build issues u-boot-imx: Update to i.MX 6Quad Plus GA and 6UltraLite GA releases firmware-imx: Update to 5.2 version imx

[meta-freescale] [meta-fsl-arm][PATCH 02/17] linux-imx: Patches to fix gcc 5.2 build issues

2015-09-17 Thread Lauren Post
Cherry picked patches from future kernel versions to fix gcc5.2 build errors Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- ...LLVMLinux-use-static-inline-in-ARM-ftrace.patch | 48 ++ ...nux-Change-extern-inline-to-static-inline.patc

[meta-freescale] [meta-fsl-arm][PATCH 14/17] fsl-alsa-plugins: Add mx6ul and mx7 for patch inclusion

2015-09-17 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb b/recipes-multimedia/alsa/fsl-alsa-plugins_1.0.25.bb

[meta-freescale] [meta-fsl-arm][PATCH 12/17] gst1.0-fsl-plugin: Add mx6ul in COMPATIBLE_MACHINES

2015-09-17 Thread Lauren Post
i.MX 6UltraLite machine does not contain mx6 so graphics settings can use mx6 only Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/recipes-mult

[meta-freescale] [meta-fsl-arm][PATCH 17/17] SCR: Add 3.14.38-6UL_ga software content register

2015-09-17 Thread Lauren Post
Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- SCR/imx/SCR-3.14.38-6UL_ga.txt | 384 + 1 file changed, 384 insertions(+) create mode 100644 SCR/imx/SCR-3.14.38-6UL_ga.txt diff --git a/SCR/imx/SCR-3.14.38-6UL_ga.txt b/SCR/imx/SCR-3

[meta-freescale] [meta-fsl-demos][Patch V2] distro: Create i.MX distro files and preferred providers includes

2015-09-14 Thread Lauren Post
These distro files provide support to build on multiple backend configurations and also enabling the i.MX as preffered providers. This distro fsl-imx-base is standalone but was customized from the poky.conf distro. Signed-off-by: Lauren Post <lauren.p...@freescale.com> --- conf/distro/f

[meta-freescale] [[meta-fsl-demos][PATCH] distro: Create i.MX distro files and preferred providers includes

2015-08-27 Thread Lauren Post
These distro files provide support to build on multiple backend configurations and also enabling the i.MX as preffered providers. This distro fsl-imx-base is standalone but was customized from the poky.conf distro. Signed-off-by: Lauren Post lauren.p...@freescale.com --- conf/distro/fsl-imx

[meta-freescale] [meta-fsl-arm][ v2 4/4] imx6ulevk: Create i.MX 6 UltraLite EVK machine

2015-08-05 Thread Lauren Post
Introducing the i.MX 6 Ultra Lite EVK machine. i.MX 6 UltraLite is a CortexA7 with no GPU or VPU. Signed-off-by: Lauren Post lauren.p...@freescale.com --- conf/machine/imx6ulevk.conf | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/imx6ulevk.conf

[meta-freescale] [meta-fsl-arm][ v2 2/4] imx7dsabresd: Add sim imx7d-sdb-sim device trees

2015-08-05 Thread Lauren Post
Add the SIM1 device tree support on i.MX 7D SABRE SD Signed-off-by: Lauren Post lauren.p...@freescale.com --- conf/machine/imx7dsabresd.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index 1a8f27b

[meta-freescale] [meta-fsl-arm][ v2 1/4] linux-imx: Upgrade to 3.14.38-6UL7D_beta

2015-08-05 Thread Lauren Post
branch only for the 6q/dl/sx/sl SoC since some patches in 6qp_beta are not in the 6ul7d_beta for QuadPlus only. The 6ul7d_beta had no graphics and video acceleration testing. Signed-off-by: Lauren Post lauren.p...@freescale.com --- recipes-kernel/linux/linux-imx_3.14.38.bb | 27

[meta-freescale] [meta-fsl-arm][ v2 0/4] Upgrade 6ul7D version 2

2015-08-05 Thread Lauren Post
Update linux-imx kernel recipe to use separate branches, local versions and SRCREV for each supported SoC Machines imx6ulevk and imx7dsabresd are unchanged from v1 submission Lauren Post (4): linux-imx: Upgrade to 3.14.38-6UL7D_beta imx7dsabresd: Add sim imx7d-sdb-sim device trees

Re: [meta-freescale] [meta-fsl-demos][PATCH 10/11] packagegroup-fsl-gstreamer1.0: Add gplay and grecorder when using gst1.0-fsl-plugin

2015-08-05 Thread Lauren Post
...@freescale.com Acked-by: Lauren Post lauren.p...@freescale.com --- recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb b/recipes-fsl/packagegroups/packagegroup-fsl

Re: [meta-freescale] [meta-fsl-arm][PATCH 0/3] 3.14.38_6UL7D_beta release

2015-08-04 Thread Lauren Post
In the imx-vpu, had the commit log updates. Imx-vpu-wrapper has not changed for a few releases. -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of Carlos Rafael Giani Sent: Tuesday, August 04, 2015 7:26 AM

[meta-freescale] [meta-fsl-arm][PATCH 04/12] imx6ulevk: Create i.MX 6 UltraLite EVK machine

2015-07-31 Thread Lauren Post
Introducing the i.MX 6 Ultra Lite EVK machine. i.MX 6 UltraLite is a CortexA7 with no GPU or VPU. Signed-off-by: Lauren Post lauren.p...@freescale.com --- conf/machine/imx6ulevk.conf | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/imx6ulevk.conf

[meta-freescale] [meta-fsl-arm][PATCH 07/12] imx-kobs: Upgrade to 5.1 version

2015-07-31 Thread Lauren Post
for different configurations. Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../imx-kobs/{imx-kobs_5.0.bb = imx-kobs_5.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-bsp/imx-kobs/{imx-kobs_5.0.bb = imx-kobs_5.1.bb} (68%) diff --git a/recipes-bsp/imx-kobs/imx

[meta-freescale] [meta-fsl-arm][PATCH 12/12] imx-gpu-viv: Change compatible machine to mx6 with GPU

2015-07-31 Thread Lauren Post
Signed-off-by: Lauren Post lauren.p...@freescale.com --- recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index 401046f..5de8a3d 100644

[meta-freescale] [meta-fsl-arm][PATCH 09/12] imx-test: Upgrade to 5.1 version and add 6UL support

2015-07-31 Thread Lauren Post
Adding i.MX 6UltraLite support Fix scc build exclusion in makefile Signed-off-by: Lauren Post lauren.p...@freescale.com --- recipes-bsp/imx-test/imx-test.inc |2 ++ .../imx-test/{imx-test_5.0.bb = imx-test_5.1.bb} |4 ++-- 2 files changed, 4 insertions(+), 2 deletions

[meta-freescale] [meta-fsl-arm][PATCH 00/12] Upgrade to i.MX 6UL7D Beta

2015-07-31 Thread Lauren Post
Upgrade for 3.14.38-6UL7D beta release introducing the i.MX 6UltraLite EVK. Upgrade to 2015.04 U-BOot Upgrade BSP components imx-vpu, imx-lib, imx-test and imx-kobs Changes to build issues with i.MX 6 without a GPU Lauren Post (12): linux-imx: Add changes for 3.14.38-6UL7D_beta release

[meta-freescale] [meta-fsl-arm][PATCH 11/12] xserver-xf86-config: Add i.MX6UL xorg.conf

2015-07-31 Thread Lauren Post
Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../xserver-xf86-config/mx6ul/xorg.conf| 12 1 file changed, 12 insertions(+) create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/mx6ul/xorg.conf diff --git a/recipes-graphics/xorg-xserver

[meta-freescale] [meta-fsl-arm][PATCH 02/12] imx7dsabresd: Add sim imx7d-sdb-sim device trees

2015-07-31 Thread Lauren Post
Add the SIM1 device tree support on i.MX 7D SABRE SD Signed-off-by: Lauren Post lauren.p...@freescale.com --- conf/machine/imx7dsabresd.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf index 1a8f27b

[meta-freescale] [meta-fsl-arm][PATCH 05/12] imx-base: Changes for i.MX 6Ultra Lite

2015-07-31 Thread Lauren Post
Create the additiosn for 6ul SOC family. i.MX 6Ultra Lite has no GPU or VPU so change settings that assume mx6 has a GPU to use mesa for graphics. Signed-off-by: Lauren Post lauren.p...@freescale.com --- conf/machine/include/imx-base.inc | 19 ++- 1 file changed, 18 insertions

[meta-freescale] [meta-fsl-arm][PATCH 10/12] imx-vpu: Upgrade to 5.4.31 version

2015-07-31 Thread Lauren Post
- Fix VPU blocked in BWB module. - Adding new soc name for i.MX6QP Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../{imx-vpu_5.4.30.bb = imx-vpu_5.4.31.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename recipes-bsp/imx-vpu/{imx-vpu_5.4.30.bb = imx

[meta-freescale] [meta-fsl-arm][PATCH 03/12] imx7dsabresd: Add touch imx7d-sdb-touch device tree

2015-07-31 Thread Lauren Post
Add an new dts file: imx7d-sdb-touch.dts.This file adds tsc2046 touch screen controller support. Due to the pin PENIRQ of tsc2046 is conflict with the interrupt pin of HDMI, so in this patch, disable the HDMI. Signed-off-by: Lauren Post lauren.p...@freescale.com --- conf/machine

[meta-freescale] [meta-fsl-arm][PATCH 01/12] linux-imx: Add changes for 3.14.38-6UL7D_beta release

2015-07-31 Thread Lauren Post
branch only for the imx6qpsabreauto board since some patches in 6qp_beta are not in the 6ul7d_beta for QuadPlus only. Signed-off-by: Lauren Post lauren.p...@freescale.com --- recipes-kernel/linux/linux-imx_3.14.38.bb | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git

  1   2   3   4   5   >