[meta-freescale] [PATCH] Create the i.MX 6ULL EVK machine file supporting both 14x14 and 9x9 pin configuratins

2017-04-10 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/imx6ull14x14evk.conf | 23 +++ conf/machine/imx6ull9x9evk.conf | 19 +++ 2 files changed, 42 insertions(+) create mode 100644 conf/machine/imx6ull14x14evk.conf create mode 100644 conf/machine

[meta-freescale] [PATCH] chromium-wayland: Remove redundant setting

2017-04-28 Thread Alexandra Safta
The use-egl PACKAGECONFIG is already enabled by default. Signed-off-by: Tom Hochstein Signed-off-by: Alexandra Safta --- dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dynamic-layers/browser-layer

[meta-freescale] [PATCH] chromium-wayland: Enable new version 53

2017-05-05 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- .../chromium/chromium-wayland_48.0.2548.0.bbappend | 29 -- .../chromium-wayland_53.0.2785.143.bbappend| 29 ++ .../chromium/chromium_52.0.2743.76.bbappend| 10 .../chromium/chromium_54.0.2810.2

[meta-freescale] [PATCH] chromium-wayland: Fix crash on tab loading

2017-05-05 Thread Alexandra Safta
0d2b Signed-off-by: Tom Hochstein Signed-off-by: Alexandra Safta --- .../chromium/chromium-wayland_53.0.2785.143.bbappend | 1 + .../chromium/chromium/Fix-chromium-xwayland-crash.patch | 16 2 files changed, 17 insertions(+) create mode 100644 dynamic-layers/browser-l

[meta-freescale] [PATCH 4/6] linux-imx: Upgrade to 4.1.15-2.1.0 release supporting i.MX 6SLL EVK

2017-06-02 Thread Alexandra Safta
Add support for i.MX 6SLL EVK and supporting device trees The 4.1.15-2.10 updates are provided in the 4.1.15-2.0.0 release branch Signed-off-by: Alexandra Safta --- recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig | 5 +++-- recipes-kernel/linux/linux-imx_4.1.15.bb| 5 +++-- 2

[meta-freescale] [PATCH 0/6] Add support for i.MX SLL board

2017-06-02 Thread Alexandra Safta
Alexandra Safta (6): image_types_fsl.bbclass: Add support for 6sllevk board imx-base.inc: Update for mx6sllevk board support u-boot-imx: Upgrade to 4.1.15-2.1.0 supporting i.MX 6SLL EVK linux-imx: Upgrade to 4.1.15-2.1.0 release supporting i.MX 6SLL EVK imx6sllevk: Create i.MX 6 SLL

[meta-freescale] [PATCH 2/6] imx-base.inc: Update for mx6sllevk board support

2017-06-02 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/include/imx-base.inc | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b876b50..2fefbda 100644 --- a/conf/machine/include/imx-base.inc +++ b

[meta-freescale] [PATCH 5/6] imx6sllevk: Create i.MX 6 SLL EVK machine

2017-06-02 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/imx6sllevk.conf | 32 1 file changed, 32 insertions(+) create mode 100644 conf/machine/imx6sllevk.conf diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf new file mode 100644 index 000

[meta-freescale] [PATCH 1/6] image_types_fsl.bbclass: Add support for 6sllevk board

2017-06-02 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- classes/image_types_fsl.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index 075b18c..7e84419 100644 --- a/classes/image_types_fsl.bbclass +++ b/classes/image_types_fsl.bbclass

[meta-freescale] [PATCH 6/6] imx6sllevk: Add dtb with support for Murata Type ZP module

2017-06-02 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/imx6sllevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf index f99078d..3a70365 100644 --- a/conf/machine/imx6sllevk.conf +++ b/conf/machine/imx6sllevk.conf

[meta-freescale] [PATCH 3/6] u-boot-imx: Upgrade to 4.1.15-2.1.0 supporting i.MX 6SLL EVK

2017-06-02 Thread Alexandra Safta
Add support for the i.MX 6SLL EVK and supporting boot configurations Signed-off-by: Alexandra Safta --- recipes-bsp/u-boot/u-boot-imx_2016.03.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-imx_2016.03.bb b/recipes-bsp/u-boot/u-boot

[meta-freescale] [PATCH v2 1/5] imx-base.inc: Update for mx6sllevk board support

2017-06-17 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/include/imx-base.inc | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b876b50..2fefbda 100644 --- a/conf/machine/include/imx-base.inc +++ b

[meta-freescale] [PATCH v2 2/5] u-boot-imx: Upgrade to 4.1.15-2.1.0 supporting i.MX 6SLL EVK

2017-06-17 Thread Alexandra Safta
Add support for the i.MX 6SLL EVK and supporting boot configurations Signed-off-by: Alexandra Safta --- recipes-bsp/u-boot/u-boot-imx_2016.03.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-imx_2016.03.bb b/recipes-bsp/u-boot/u-boot

[meta-freescale] [PATCH v2 5/5] imx6sllevk: Add dtb with support for Murata Type ZP module

2017-06-17 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/imx6sllevk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf index f99078d..3a70365 100644 --- a/conf/machine/imx6sllevk.conf +++ b/conf/machine/imx6sllevk.conf

[meta-freescale] [PATCH v2 0/5] Add support for i.MX SLL board

2017-06-17 Thread Alexandra Safta
- Upgrade to 4.1.15-2.1.0 GA release introduction the i.MX SLL - Update the kernel to 4.1.15.2.1.0 release with support for imx6sllevk - Update the u-boot to support imx6sllevk - Introduce imx6sllevk machine configuration Alexandra Safta (6): imx-base.inc: Update for

[meta-freescale] [PATCH v2 3/5] linux-imx: Upgrade to 4.1.15-2.1.0 release supporting i.MX 6SLL EVK

2017-06-17 Thread Alexandra Safta
Add support for i.MX 6SLL EVK and supporting device trees The 4.1.15-2.10 updates are provided in the 4.1.15-2.0.0 release branch Signed-off-by: Alexandra Safta --- recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig | 5 +++-- recipes-kernel/linux/linux-imx_4.1.15.bb| 5 +++-- 2

[meta-freescale] [PATCH v2 4/5] imx6sllevk: Create i.MX 6 SLL EVK machine

2017-06-17 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/imx6sllevk.conf | 32 1 file changed, 32 insertions(+) create mode 100644 conf/machine/imx6sllevk.conf diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf new file mode 100644 index 000