Re: [meta-freescale] sorry I have this error

2016-12-19 Thread Fabio Berton
You can write wic.gz to sd card. Just extract your file and dd to sd card: gunzip core-image-minimal-*.rootfs.wic.gz dd if=core-image-minimal-*.rootfs.wic of=/dev/sdX bs=4M On Mon, Dec 19, 2016 at 7:33 AM, Novello Giampiero wrote: > sorry i have a file: >

[meta-freescale] [PATCH] linux-fslc: Bump revision to b69ecd63c123

2017-04-11 Thread Fabio Berton
This commit merge tag v4.9.21 into 4.9.x+fslc and add the following change on top: - b69ecd63c123 dt-bindings: Add a binding for Video Data Order Adapter Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.9.bb | 2 +- 1 file changed, 1 ins

Re: [meta-freescale] [PATCH] u-boot-fslc: Update to version 2017.03

2017-04-22 Thread Fabio Berton
Hi Trevor, Thanks for reporting this, I'll see this issue on monday. On 04/22/2017 02:56 AM, Trevor Woerner wrote: I think this update breaks MACHINE=wandboard :-( do_compile fails -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org

[meta-freescale] [PATCH] linux-fslc: Update to 4.9-based fork

2017-03-09 Thread Fabio Berton
This upgrades the Linux kernel to the 4.9.13 release. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/{linux-fslc_4.8.bb => linux-fslc_4.9.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes-kernel/linux/{linux-fs

[meta-freescale] [Documentation][PATCH] scripts/extract-bitbake-metadata.py: Migrate to use Tinfoil2 API

2017-03-08 Thread Fabio Berton
extract-bitbake-metadata uses internal tinfoil api and this api was changed in bitbake commit 3bbf8d611c859f74d563778115677a04f5c4ab43. Using tinfoil2 api, like other tools e.g. devtool and recipetool, we can simplify code and be compatible with recent bitbake version. Signed-off-by: Fabio Berton

[meta-freescale] [PATCH] u-boot-fslc: Update to version 2017.03

2017-04-05 Thread Fabio Berton
interfaces in bootargs - 2d5987e950 iMX6: Change mmcroot to use fixed mmc block index for USDHC - 66eb2a0724 mx6sabresd: Use LDO dtb file until LDO bypass support is added - 90ecfc7751 mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Fabio Berton <fabio.

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

2017-07-12 Thread Fabio Berton
Why not rename machine file to imx6sabresd and imx6sabreauto, once these machine are for solo, dual, quad and quad plus, or "qdl" doesn't mean that the machine configuration is only for quad and dual? Fabio Berton On 07/12/2017 09:15 AM, Otavio Salvador wrote: This release provi

Re: [meta-freescale] Change SSH Server Port

2017-07-04 Thread Fabio Berton
nnectivity/openssh/openssh_%.bbappend meta-your-layer/recipes-connectivity/openssh/openssh/sshd_config You can change ssh_config file or add other any file using SRC_URI variable. Fabio Berton On 07/04/2017 08:30 AM, Mauricio Cirelli wrote: Dear community, How can I change the default SSH Serve

Re: [meta-freescale] too large; maximum length error

2017-07-03 Thread Fabio Berton
Hi, You need this commit: http://cgit.openembedded.org/openembedded-core/commit/?id=5d3df78367be0afbfe001b4fa776a98a82e6ce54 Fabio Berton On 07/03/2017 03:08 AM, König, Florian wrote: Hi, when i try to build bitbake core-image-minimal -c populate_sdk i get the following error : ERROR

[meta-freescale] [3rdparty][PATCH] linux-wandboard: Update LOCALVERSION to use valid characters

2017-04-25 Thread Fabio Berton
We can only use this characters [a-z0-9.+-] for LOCALVERSION. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb | 2 +- recipes-kernel/linux/linux-wandboard_4.1.15.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[meta-freescale] [PATCH 2/3] classes/image_types_fsl: Fix mxsboot image generation

2017-04-28 Thread Fabio Berton
MAGE_DEPENDS_uboot.mxsboot-sdcard has uboot as base image type and IMAGE_DEPENDS_uboot.mxsboot-sdcard = "foo" never will run. Changing IMAGE_FSYPES to uboot-mxsboot-sdcard fix this issue and base base will be uboot-mxsboot-sdcard. Signed-off-by: Fabio Berton <fabio.ber...@oss

[meta-freescale] [PATCH 1/3] imx-base: Fix uboot.mxsboot-sdcard IMAGE_FSTYPES name

2017-04-28 Thread Fabio Berton
MAGE_DEPENDS_uboot.mxsboot-sdcard has uboot as base image type and IMAGE_DEPENDS_uboot.mxsboot-sdcard = "foo" never will run. Changing IMAGE_FSYPES to uboot-mxsboot-sdcard fix this issue and base base will be uboot-mxsboot-sdcard. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.b

[meta-freescale] [PATCH 3/3] hypervisor: Pass HOSTCC in EXTRA_OEMAKE

2017-04-28 Thread Fabio Berton
kconfig/Makefile needs to use HOSTCC from host to build. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-virtualization/hypervisor/hypervisor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-virtualization/hypervisor/hypervisor_git

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

2017-04-25 Thread Fabio Berton
This includes the following changes: - ac3b20cdbe mx6cuboxi: Remove define for PARTITION_UUIDS and CMD_PART - eec5e45589 wandboard: Remove define for PARTITION_UUIDS and CMD_PART Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-fslc_2017

Re: [meta-freescale] u-boot-fscl 2017.03 fails with cubox-i

2017-04-25 Thread Fabio Berton
Hi Ricardo, Thanks for reporting this. This fix has already merged on master, please update your layer. Fabio On 04/24/2017 07:41 PM, Ricardo Salveti wrote: Hey, Looks like the rebased u-boot-fscl patches are not working right with the 2017.03 u-boot release, and the update to u-boot-fscl

Re: [meta-freescale] [PATCH] u-boot-fslc: Update to version 2017.03

2017-04-25 Thread Fabio Berton
This wandboard issue was fixed on meta-freescale master branch. Fabio On 04/22/2017 09:18 AM, Fabio Berton wrote: Hi Trevor, Thanks for reporting this, I'll see this issue on monday. On 04/22/2017 02:56 AM, Trevor Woerner wrote: I think this update breaks MACHINE=wandboard :-( do_compile

[meta-freescale] [3rdparty][PATCH] wandboard: Use wic as default tool to create images

2017-04-25 Thread Fabio Berton
Set wic.gz to SOC_DEFAULT_IMAGE_FSTYPES to use wic as default. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- conf/machine/wandboard.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf index 1

Re: [meta-freescale] Wandboard won't boot morty or morty-next

2017-04-25 Thread Fabio Berton
This issue was fixed on master and morty branches. We're using wic tool to create images, so the final image will be suffix .wic.gz and not .sdcard.gz and has only one partition. So, you don't need to change extlinux/extlinux.conf file. Fabio Berton On 04/24/2017 09:34 PM, p

[meta-freescale] [PATCH] linux-fslc-imx: Bump revision to 09845b886c11

2017-08-02 Thread Fabio Berton
This includes the following change: - 09845b886c11 mxc_hdmi: Fix hang during boot Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc-imx_4.1-2.0.x.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux

[meta-freescale] [3rdparty][PATCH] Replace deprecated IMAGE_DEPENDS_wic with WKS_FILE_DEPENDS

2017-08-23 Thread Fabio Berton
and is already provided by image_types_wic class, we can set WKS_FILE_DEPENDS to void and don't build any dependency. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- conf/machine/cubox-i.conf | 3 +-- conf/machine/imx6dl-riotboard.conf | 3 +-- conf/machine/nitrogen6s

[meta-freescale] [PATCH] weston: Use weston 1.11.1 for mx6 and mx7 machines

2017-05-15 Thread Fabio Berton
As EGL support was removed from weston on commit: https://github.com/wayland-project/weston/commit/e77f8ad79bdf3613dc7e587ea0cf5b9d39e4f8e0 we can't use version 2.0.0. Add latest version with EGL support, 1.11.1 and set mx6 and mx7 machines to use this version. Signed-off-by: Fabio Berton

[meta-freescale] [PATCH] weston: Apply append only for weston 1.11.1 version

2017-05-23 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-graphics/wayland/{weston_%.bbappend => weston_1.11.1.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/wayland/{weston_%.bbappend => weston_1.11.1.bbappend} (100%) diff --g

[meta-freescale] [PATCH] u-boot-fslc: Add dtc-native to DEPENDS

2017-05-24 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-fslc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc index c178e0e6..43c22bd5 100644 --- a/recipes-bsp/u-boot/u-boot-fs

Re: [meta-freescale] [3rdparty][PATCH v2] imx7d-pico: Add machine configuration

2017-09-14 Thread Fabio Berton
Hi Vanessa, If you intend to use only wic image you don't need to add tar.bz2 ext4 to IMAGE_FSTYPES, adding only wic.gz is enough. On Thu, Sep 14, 2017 at 3:28 PM, Vanessa Maegima wrote: > Add machine definition for imx7d-pico board. > > For more information about this

[meta-freescale] [PATCH 3/3] u-boot-fslc-mxsboot: Rework recipe to build with U-Boot 2017.09

2017-10-06 Thread Fabio Berton
- Use the same EXTRA_OEMAKE and do_compile task that u-boot-mkimage from OE-Core - Rework do_install task - Recipe depends only of openssl, no need to append DEPENDS variable Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2

[meta-freescale] [PATCH 2/3] u-boot-fslc-fw-utils: Require recipes-bsp/u-boot/u-boot.inc

2017-10-06 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb index dd46bfec..7c

[meta-freescale] [PATCH 1/3] u-boot-fslc: Add specific bits for u-boot-fslc only

2017-10-06 Thread Fabio Berton
-boot-fslc recipe - Drop unused depends for mxs. We don't need to use elftosb, mkimage can generate an BootStream for i.MX23 and i.MX28. See u-boot-fslc commit 6654f33c9b520bd4073c7f82a13044e79bc1489. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/

[meta-freescale] [PATCH 2/4] u-boot-fslc: Create u-boot-fslc-common include file

2017-10-04 Thread Fabio Berton
Use a common file to make easier update, maintain and create others U-Boot recipes like U-Boot fw-utils. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../{u-boot-fslc.inc => u-boot-fslc-common_2017.09.inc} | 16 +--- recipes-bsp/u-boot/u-boot-fslc-mxsboo

[meta-freescale] [PATCH 1/4] alsa-state: Add override to use with use-mainline-bsp

2017-10-04 Thread Fabio Berton
Add use-mainline-bsp override to install asound.conf file to machines that use mainline bsp. Change-Id: I13e61bbabb163eeb3e3408ba47e8cd4954b41ba6 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/alsa-state/alsa-state.bbappend | 2 ++ 1 file changed, 2 inse

[meta-freescale] [PATCH 3/4] u-boot-fslc-fw-utils: Add recipe for version 2017.09

2017-10-04 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb | 45 ++ 1 file changed, 45 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.09.bb diff --git a/recipes-bsp/u-boot/u-boot-f

[meta-freescale] [PATCH 4/4] imx6sllevk: Drop u-boot and kernel PREFERRED_VERSION

2017-10-04 Thread Fabio Berton
The line PREFERRED_PROVIDER_linux-imx ??= "4.1.15" is wrong, the correct is use PREFERRED_VERSION to set version. But we can drop this line because currently we have one linux-imx version. Also drop preferred version to u-boot, 2016.03 is the only option. Signed-off-by: Fabio Berton

Re: [meta-freescale] what means 'PREFERRED_PROVIDER_linux-imx ??= "4.1.15"' ??

2017-10-04 Thread Fabio Berton
Hi, Yes, it's wrong. The correct is PREFERRED_VERSION, but I'll remove this line because we have only one linux-imx version. Thanks! On Wed, Oct 4, 2017 at 9:54 AM, wrote: > > in current meta-freescale layer, conf/machine/imx6sllevk.conf, > one reads: > >

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

2017-10-04 Thread Fabio Berton
CONFIG_SPL_PAD_TO definition - c6cbcda3de README.imx6: Prefer loading SPL via the new SDP mechanism - d327aab07f mx53loco: Let CONFIG_DISPLAY_CPUINFO be selected Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-fslc-common_2017.09.inc | 2

[meta-freescale] [PATCH 1/4] imx-uboot-mxs-bootpart: Add wks file with bootpart for mxs machines

2017-10-09 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- wic/imx-uboot-mxs-bootpart.wks | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 wic/imx-uboot-mxs-bootpart.wks diff --git a/wic/imx-uboot-mxs-bootpart.wks b/wic/imx-uboot-mxs-bootpart.wks new fil

Re: [meta-freescale] did meta-freescale suddenly stop building SD card images?

2017-10-09 Thread Fabio Berton
Hi Robert, We're moving to use wic as default image type. Now all images file have .wic.gz has suffix. If you find any problem with generation or when booting these new image, please let me know. Fabio Berton On Mon, Oct 9, 2017 at 2:07 PM, Max Krummenacher <max.oss...@gmail.com> wrote:

[meta-freescale] [PATCH 3/4] imx-base: Create variable to allow set WKS_FILE using machine override

2017-10-09 Thread Fabio Berton
Use SOC_DEFAULT_WKS_FILE variable to set WKS_FILE for allow set WKS_FILE by machine. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- conf/machine/include/imx-base.inc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/imx-base.inc

[meta-freescale] [PATCH 2/4] imx-uboot-mxs: Add wks file for mxs machines

2017-10-09 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- wic/imx-uboot-mxs.wks | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 wic/imx-uboot-mxs.wks diff --git a/wic/imx-uboot-mxs.wks b/wic/imx-uboot-mxs.wks new file mode 100644 index ..0f

[meta-freescale] [PATCH 4/4] imx-base: Set WKS_FILE for mxs machines

2017-10-09 Thread Fabio Berton
Use imx-uboot-mxs-bootpart.wks for mxs machine once u-boot suffix is .sb instead of .imx. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- conf/machine/include/imx-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/imx-base.inc b/conf/m

[meta-freescale] [PATCH] linux-fslc: Bump version 4.13 to revision b05d3703cff9

2017-09-08 Thread Fabio Berton
This commit merge tag v4.13 into 4.13.x+fslc Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.13.bb b/recipes-kernel/linux/linux-fsl

[meta-freescale] [PATCH 1/2] linux-fslc: Bump version 4.13 to revision b5bb3d72aa5a

2017-09-11 Thread Fabio Berton
: serial: option: add support for D-Link DWM-157 C1 - 970974a7add8 usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[meta-freescale] [PATCH 2/2] u-boot-fslc: Upgrade to 2017.09 release

2017-09-11 Thread Fabio Berton
mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- ...-boot-fslc-mxsboot_2017.07.bb => u-boot-fslc-mxsboot_2017.09.bb} | 6 +++--- recipes-bsp/u-boot/u-boot-fslc_2017.07.bb | 6 -- recipes-b

Re: [meta-freescale] Parser error and Unexpected EOF

2017-10-03 Thread Fabio Berton
ERROR: Unable to parse /home/BOB/var-fslc-yocto/sources/meta-BOB/recipes-selfpower/gpio2/ gpio_0.0.bb Check gpio_0.0.bb recipe, probably has an error in this recipe. On Tue, Oct 3, 2017 at 12:00 PM, soim maillist wrote: > Hy, > > Until now I had no problem to compile a

[meta-freescale] [PATCH] imx-base: Add MACHINE_SOCARCH_SUFFIX for mx51 and mx53

2017-08-24 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- 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 index bdfb2e09..0803c567 100644 --- a/conf/machine/include/imx-ba

Re: [meta-freescale] [PATCH 3/3] linux-fslc: Add recipe for version 4.13

2017-08-28 Thread Fabio Berton
n Fri, Aug 25, 2017 at 9:06 PM, Fabio Berton > > <fabio.ber...@ossystems.com.br> wrote: > >> This commit add linux-fslc recipe version 4.13-rc6. > >> > >> Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> > >> --- > >> recip

[meta-freescale] [PATCH 2/3] linux-fslc: Bump version 4.9 to revision 8f876e153b25

2017-08-28 Thread Fabio Berton
shrinklist - b56cd77c1205 mm: ratelimit PFNs busy info message Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/{linux-fslc => linux-fslc-4.9}/defconfig | 0 recipes-kernel/linux/{linux-fslc => linux-fslc-4.9}/mxs/defconfig | 0 recipes-kernel

[meta-freescale] [PATCH 1/3] linux-fslc: Remove recipe for version 4.4

2017-08-28 Thread Fabio Berton
On master branch we'll maintain only one kernel LTS version. Currently the latest longterm version is 4.9.x. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.4.bb | 17 - 1 file changed, 17 deletions(-) delete mode 100644 r

[meta-freescale] [PATCH 3/3] linux-fslc: Add recipe for version 4.13

2017-08-28 Thread Fabio Berton
This commit add linux-fslc recipe version 4.13-rc6. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc/defconfig | 411 ++ recipes-kernel/linux/linux-fslc/mxs/defconfig | 177 +++ recipes-kernel/linux

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

2017-08-28 Thread Fabio Berton
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: Fabio Berton <fabio.ber...@ossystems.com.br> --- conf/distro/fslc-framebuffer.conf | 2 +-

[meta-freescale] [PATCH] gstreamer1.0-plugins: Remove gstreamer 1.10 bad and base pluging patches

2017-08-23 Thread Fabio Berton
Gstreamer was updated to version 1.12 and these 1.10 patches don't apply in version 1.12. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- ...in-Change-wayland-default-res-to-1024x768.patch | 42 -- .../0002-Support-fb-backend-for-gl-plugins.patch

[meta-freescale] [3rdparty][PATCH] cfa10036: Fix IMAGE_FSTYPES barebox-mxsboot-sdcard

2017-08-23 Thread Fabio Berton
>From OE-Core commit 8a9f249a9166347cc0468191ce130003e3d306e1: If image type "foo" depends on image type "bar.xz", then dependencies should be collected from the base image type (ie "IMAGE_DEPENDS_bar") not from "IMAGE_DEPENDS_bar.xz". Signed-off-by:

[meta-freescale] [distro][PATCH] fslc-base: Add -snapshot-${DATE} to DISTRO_VERSION

2017-08-23 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- conf/distro/include/fslc-base.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/include/fslc-base.inc b/conf/distro/include/fslc-base.inc index b9d08bb..c623701 100644 --- a/conf/distro/include/fslc-ba

[meta-freescale] [PATCH 1/2] imx-base: Add MACHINE_SOCARCH_SUFFIX for mx23 and mx28

2017-08-23 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- 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 index 6c54d232..bdfb2e09 100644 --- a/conf/machine/include/imx-ba

[meta-freescale] [PATCH 2/2] classes/image_types_fsl: Fix uboot_mxsboot task dependency

2017-08-23 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- classes/image_types_fsl.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass index 3010082f..f360b585 100644 --- a/c

[meta-freescale] [PATCH] Remove remaining PPC machines

2017-08-23 Thread Fabio Berton
meta-freescale commit 86e2ed54cd60da4f9f427baf6dbefbc9911141e6 remove ppc machine and I'm removing the remaining machines. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- conf/machine/b4420qds-64b.conf | 23 --- conf/machine/b4420qds.conf

[meta-freescale] [PATCH 1/3] linux-fslc: Remove recipe for version 4.4

2017-08-25 Thread Fabio Berton
On master branch we'll maintain only one kernel LTS version. Currently the latest longterm version is 4.9.x. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.4.bb | 17 - 1 file changed, 17 deletions(-) delete mode 100644 r

[meta-freescale] [PATCH 2/3] linux-fslc: Bump version 4.9 to revision 8f876e153b25

2017-08-25 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.9.bb b/recipes-kernel/linux/linux-fslc_4.9.bb index 5e2f0a9a..d9c375aa 100644 --- a/r

[meta-freescale] [PATCH 3/3] linux-fslc: Add recipe for version 4.13

2017-08-25 Thread Fabio Berton
This commit add linux-fslc recipe version 4.13-rc6. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.13.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 recipes-kernel/linux/linux-fslc_4.13.bb diff --git a/r

Re: [meta-freescale] [3rdparty][PATCH] machine/various: update wic dependency notation

2017-08-21 Thread Fabio Berton
/current/ref-manual/ref-manual.html#var-WKS_FILE_DEPENDS I'm working to change machine files to use WKS_FILE_DEPENDS. Fabio Berton On Mon, Aug 21, 2017 at 5:48 AM, Gary Bisson < gary.bis...@boundarydevices.com> wrote: > Hi Eric, > > On Sun, Aug 20, 2017 at 2:50 AM, Eric Nelson &

Re: [meta-freescale] [Question]Cannot auto login with problem:INIT: Id "mxc1" respawning too fast: disabled for 5 minutes

2017-09-04 Thread Fabio Berton
Hi! Are you using systemd? If you're using systemd check if you have CONFIG_FHANDLE=y in your defconfig, if not add this to defconfig, build kernel and try to boot again. Fabio Berton On Mon, Sep 4, 2017 at 6:38 AM, Gao Yang <gaoyang...@gmail.com> wrote: > Hi All, > > I use i

[meta-freescale] [3rdparty][PATCH 4/5] u-boot-congatec: Bump revision to 2a24305837

2017-08-30 Thread Fabio Berton
cgtqmx6eval/cgtumx6: move MFG related Kconfig option to board specific Kconfig files Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-congatec_2016.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/

[meta-freescale] [3rdparty][PATCH 3/5] u-boot-congatec: Fix build for gcc7

2017-08-30 Thread Fabio Berton
Add include/linux/compiler-gcc7.h file to fix build when using gcc7. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../u-boot-congatec/fix-build-for-gcc7.patch | 100 + recipes-bsp/u-boot/u-boot-congatec_2016.01.bb | 1 + 2 files change

[meta-freescale] [3rdparty][PATCH 5/5] cgtqmx6: Fix PREFERRED_PROVIDER for u-boot and virtual/bootloader

2017-08-30 Thread Fabio Berton
Set u-boot-congatec for both u-boot and virtual/bootloader PREFERRED_PROVIDER and use a softer assignment for these variable. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- conf/machine/cgtqmx6.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[meta-freescale] [3rdparty][PATCH 2/5] u-boot-congatec: Don't override PROVIDES variable

2017-08-30 Thread Fabio Berton
Append u-boot value to PROVIDES variable to do not override default variable value. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-congatec_2016.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/

[meta-freescale] [3rdparty][PATCH 1/5] linux-congatec: Enable CONFIG_FHANDLE

2017-08-30 Thread Fabio Berton
Enable CONFIG_FHANDLE so that systemd can autostart getty on serial interfaces like /dev/ttymxc1. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-congatec-4.1.15/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux

[meta-freescale] [distro][PATCH] packagegroup-fsl-tools-gpu-external: Remove glcompbench

2017-10-17 Thread Fabio Berton
Remove glcompbench from SOC_TOOLS_GPU_X11 for imxgpu3d machines. glcompbench recipe was removed from meta-openembedded at commit: 9ac340ed5e94b31718f31e4a90f3610a3d7a8e13 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-fsl/packagegroups/packagegroup-fsl-too

Re: [meta-freescale] core-image-weston build error

2017-10-23 Thread Fabio Berton
4.3.bb:do_prepare_recipe_sysroot) > failed with exit code '1' > > It seems that if both x11 and wayland are distro features, the image is > set to use xwayland. > > Does it ring a bell? > > Thanks, > > On 20 October 2017 at 18:50, Fabio Berton <fabio.ber...@ossystems.co

[meta-freescale] [3rdparty][PATCH] mqxboot: Remove recipe for version 2.0.1

2017-11-10 Thread Fabio Berton
This recipe is not being used by anyone. grep shows the only machine that use mqxboot is colibri-vf and is set to use version 1.%. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/mqxboot/mqxboot_2.0.1.bb | 24 1 file changed, 24 del

[meta-freescale] [3rdparty][PATCH] u-boot-boundary: Do not override PROVIDES variable

2017-11-16 Thread Fabio Berton
Append u-boot to PROVIDES variable to get virtual/bootloader to final value. PROVIDES = u-boot-boundary virtual/bootloader u-boot Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-boundary_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 de

[meta-freescale] [PATCH] mesa: Remove /usr/lib/pkgconfig/wayland-egl.pc

2017-11-16 Thread Fabio Berton
The file /usr/lib/pkgconfig/wayland-egl.pc is installed by imx-gpu-viv and we need to remove from mesa. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-graphics/mesa/mesa_%.bbappend | 4 1 file changed, 4 insertions(+) diff --git a/recipes-graphics/mesa

[meta-freescale] [Documentation][pyro][PATCH 4/4] RN: Updates from bitbake-metadata2doc.sh

2017-11-10 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- release-notes/source/ack-sourcers.inc | 460 + release-notes/source/bootloader-default.inc| 66 +-- release-notes/source/closed_bugs.inc | 2 + ...l-community-bsp-sup

[meta-freescale] [Documentation][pyro][PATCH 2/4] release-notes/README: Fix typo

2017-11-10 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- release-notes/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/README b/release-notes/README index 9665ea3..2b304b9 100644 --- a/release-notes/README +++ b/release-notes/README @@ -38,7

[meta-freescale] [Documentation][pyro][PATCH 3/4] UG: Update version to 2.3 (Pyro)

2017-11-10 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- user-guide/source/conf.py | 6 +++--- user-guide/source/devtasks.rst | 4 ++-- user-guide/source/machines.rst | 2 +- user-guide/source/nsteps.rst | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git

[meta-freescale] [Documentation][pyro][PATCH 1/4] RN: Update version to 2.3 (Pyro)

2017-11-10 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- release-notes/source/bsp-scope.rst | 10 +- release-notes/source/conf.py | 6 +++--- release-notes/source/source-code.rst | 4 ++-- release-notes/source/variables.inc | 2 +- 4 files changed, 11 inse

[meta-freescale] [Documentation][rocko][PATCH 1/6] RN: Update version to 2.4 (Rocko)

2017-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- release-notes/source/bsp-scope.rst | 10 +- release-notes/source/conf.py | 4 ++-- release-notes/source/source-code.rst | 4 ++-- release-notes/source/variables.inc | 2 +- 4 files changed, 10 insertions(

[meta-freescale] [Documentation][rocko][PATCH 2/6] UG: Update version to 2.4 (Rocko)

2017-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- user-guide/source/conf.py| 4 ++-- user-guide/source/nsteps.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/user-guide/source/conf.py b/user-guide/source/conf.py index 630003e..19e370a 100644 ---

[meta-freescale] [Documentation][rocko][PATCH 6/6] RN: Updates from bitbake-metadata2doc.sh

2017-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- release-notes/source/ack-sourcers.inc | 256 +++-- release-notes/source/bootloader-default.inc| 136 +-- ...l-community-bsp-supported-bootloaders-descr.inc | 2 +- .../sour

[meta-freescale] [Documentation][rocko][PATCH 5/6] scripts/bitbake-metadata2doc.py: Change valid_socs regex to find only at start of string

2017-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- scripts/bitbake-metadata2doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bitbake-metadata2doc.py b/scripts/bitbake-metadata2doc.py index 0dce4c6..d891ee4 100644 --- a/scripts/bitbake-metadata2

[meta-freescale] [Documentation][rocko][PATCH 4/6] scripts/bitbake-metadata2doc.py: Split soc-family before match valid_socs regex

2017-11-13 Thread Fabio Berton
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- scripts/bitbake-metadata2doc.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/bitbake-metadata2doc.py b/scripts/bitbake-metadata2

[meta-freescale] [Documentation][rocko][PATCH 3/6] scripts/bitbake-metadata2doc.py: Add mx7ul+ to VALID_SOCS

2017-11-13 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- scripts/bitbake-metadata2doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bitbake-metadata2doc.py b/scripts/bitbake-metadata2doc.py index fdd2038..f8a62bc 100644 --- a/scripts/bitbake-metadata2

[meta-freescale] [PATCH] linux-fslc: 4.14: Bump revision to c4404197b0b2

2017-11-20 Thread Fabio Berton
This commit merge tag Linux 4.14. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc_4.14.bb b/recipes-kernel/linux/linux-fslc_4.14.bb

[meta-freescale] [3rdparty][PATCH 2/4] u-boot-boundary: Update to version 2017.07

2017-11-20 Thread Fabio Berton
Update all U-Boot recipes to version 2017.07, branch boundary-v2017.07 commit 04d7ed8078805cca714f9e4ec6b3915cac498577. Change u-boot-script-boundary to install upgrade script with upgrade.scr name to match 2017.07 environment. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com

[meta-freescale] [3rdparty][PATCH 1/4] u-boot-boundary: Create u-boot-boundary-common include file

2017-11-20 Thread Fabio Berton
- Use a common file to make easier update, maintain and create others U-Boot recipes like U-Boot fw-utils. - Rename recipes to use U-Boot version as recipe PN. - Fix U-Boot spelling on description. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- ...t-boundary_

[meta-freescale] [3rdparty][PATCH 3/4] u-boot-boundary-fw-utils: Add recipe for version 2017.07

2017-11-20 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../u-boot/u-boot-boundary-fw-utils/fw_env.config | 1 + .../u-boot/u-boot-boundary-fw-utils_2017.07.bb | 38 ++ 2 files changed, 39 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-bound

[meta-freescale] [3rdparty][PATCH 4/4] linux-boundary: Bump revision to 719fb24c9923

2017-11-20 Thread Fabio Berton
8869166a01d7 imx6qdl-cid.dtsi: no need to poll for charger health - 341bae211c71 max77823_charger: sep Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../linux/linux-boundary-4.1.15/defconfig | 81 +++--- recipes-kernel/linux/linux-boundary_4.1

[meta-freescale] [3rdparty][PATCH v2 2/2] u-boot-boundary-fw-utils: Add recipe for version 2016.03

2017-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../u-boot/u-boot-boundary-fw-utils/fw_env.config | 1 + .../u-boot/u-boot-boundary-fw-utils_2016.03.bb | 38 ++ 2 files changed, 39 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-bound

[meta-freescale] [PATCH] linux-fslc: Bump revision to a4f7f0ac8250

2017-11-21 Thread Fabio Berton
This commit merge tag v4.14.1 into 4.14.x+fslc and apply the following commit on top of it: - a4f7f0ac8250 Revert "spi: imx: Fix failure path leak on GPIO request error" Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-fslc_4.14.b

[meta-freescale] [3rdparty][PATCH 2/2] u-boot-boundary-fw-utils: Reuse the same override HOSTCC patch as u-boot-mkimage

2017-11-21 Thread Fabio Berton
(From OE-Core rev: 2815f819c1a620949213fa952557c03f7d594ed6) Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- .../u-boot-boundary-fw-utils/default-gcc.patch | 39 ++ .../u-boot/u-boot-boundary-fw-utils_2016.03.bb | 5 ++- 2 files changed, 43 inse

[meta-freescale] [3rdparty][PATCH 1/2] u-boot-boundary: Bump revision to 0dbffd30b6

2017-11-21 Thread Fabio Berton
- dc31ebc7c1 fuse: make fuse read set an environment variable - 9aa7904a39 boundary: add fuse config needed for boards - 8054d91315 include/configs/boundary.h: good default for BD_CONSOLE - e6c78d3431 nitrogen6_vm: add nitrogen6_vm-pt1g_defconfig Signed-off-by: Fabio Berton <fabio.

[meta-freescale] [3rdparty][PATCH v2 1/2] u-boot-boundary: Update COMPATIBLE_MACHINE list

2017-11-21 Thread Fabio Berton
Remove old imx6qsabrelite machine as it is now provided by nitrogen6x, and add nitrogen6x-lite that was missing. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-bsp/u-boot/u-boot-boundary_2016.03.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[meta-freescale] [pyro][PATCH] Stop using image_types_uboot class

2017-11-06 Thread Fabio Berton
From: Otavio Salvador OE-Core now uses the CONVERSION TYPES to implement the U-Boot support so the class has been removed. This commit removes the code which inherits it so allowing it to keep working with the new code base. Signed-off-by: Otavio Salvador

[meta-freescale] [Documentation][morty][PATCH] RN: Updates from bitbake-metadata2doc.sh

2017-11-09 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- release-notes/source/ack-sourcers.inc | 351 +++-- release-notes/source/bootloader-default.inc| 2 +- release-notes/source/closed_bugs.inc | 2 + ...l-community-bsp-sup

[meta-freescale] [PATCH] gstreamer1.0-plugins-bad: Set PACKAGECONFIG_GL for imxgpu2d and imxgpu3d

2017-11-09 Thread Fabio Berton
Commit 3304733d6736c6ed04620daf513361a26a71ea1b removed patches and PACKAGECONFIG_GL, but actually we need to keep PACKAGECONFIG_GL and remove only patches. So, add back PACKAGECONFIG_GL gstreamer1.0-plugins-bad. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-mult

[meta-freescale] [PATCH] qtbase: Remove upstream applied patch

2017-12-05 Thread Fabio Berton
; Change-Id: I0aec7ed2941b22aa2a0ea7638a5523a25c47fbd1 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- ...-variable-enabling-the-workaround-FBO-rea.patch | 134 - .../qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 1 - 2 files changed, 135 deletions(-) delete mode 100644 dynami

[meta-freescale] [PATCH] qt5: Enable backends for GBM when using use-mainline-bsp override

2017-12-08 Thread Fabio Berton
Add gbm to PACKAGECONFIG_GL_use-mainline-bsp to enable EGLFS GBM QPA backend. Change-Id: I76d8a3116ebebc4b9383fc575878c5aec666c203 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 +- 1 file changed, 1 insertion

Re: [meta-freescale] [PATCH 08/14] systemd-gpuconfig: Implement GPU init as systemd service

2017-10-31 Thread Fabio Berton
Hi Tom! On Thu, Oct 19, 2017 at 4:36 PM, Tom Hochstein wrote: > Signed-off-by: Tom Hochstein > --- > recipes-core/systemd/systemd-gpuconfig/gpuconfig | 19 + > .../systemd/systemd-gpuconfig/gpuconfig.service| 8 ++ >

[meta-freescale] [PATCH] linux-fslc: Update to 4.14-based fork

2017-10-31 Thread Fabio Berton
Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/{linux-fslc_4.13.bb => linux-fslc_4.14.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-kernel/linux/{linux-fslc_4.13.bb => linux-fslc_4.14.bb} (85%) diff --git a/recipes-

[meta-freescale] [3rdparty][PATCH] linux-boundary: Bump revision to ec2dce537de6

2018-05-24 Thread Fabio Berton
off-by: Fabio Berton <fabio.ber...@ossystems.com.br> --- recipes-kernel/linux/linux-boundary_4.1.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-boundary_4.1.15.bb b/recipes-kernel/linux/linux-boundary_4.1.15.bb index 55e8715..82b73

[meta-freescale] [PATCH] gstreamer1.0-plugins-base: Remove append for version 1.14.0

2018-06-18 Thread Fabio Berton
Patch "viv-fb: Include gstglfuncs.h to fix cross compilation errors" has already merged on 1.14.1. Signed-off-by: Fabio Berton --- ...stglfuncs.h-to-fix-cross-compilation.patch | 50 --- .../gstreamer1.0-plugins-base_1.14.0.bbappend | 4 -- 2 files changed, 54

[meta-freescale] [PATCH][sumo] imx-gpu-viv: Fix ParseError

2018-06-27 Thread Fabio Berton
Remove extra quote to fix parser error. Signed-off-by: Fabio Berton --- recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index

[meta-freescale] [distro][PATCH] fslc-base.inc: Update distro version to 2.6

2018-06-25 Thread Fabio Berton
Signed-off-by: Fabio Berton --- conf/distro/include/fslc-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/fslc-base.inc b/conf/distro/include/fslc-base.inc index 397b6e1..75a8925 100644 --- a/conf/distro/include/fslc-base.inc +++ b/conf/distro

<    1   2   3   4   >