Re: [meta-freescale] meta-freescale Digest, Vol 51, Issue 5

2017-01-09 Thread Shree
Hello Gary, I am using the Release L4.1.15_2.0.0_ga yocto source code from NXP site.This source code belongs to Yocto Project version 2.1(krogoth). Thanks & Regards, Shree -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org

Re: [meta-freescale] [Question] Using Linux 4.1.15 with wandboard (on krogoth)

2017-01-09 Thread Fabio Berton
Hi Amin, Linux-wandboard 4.1.15 is also available in morty release, if you can update to this release. Other way, using krogoth release, is create a layer with linux-wandboard_4.1.15.bb recipe, add this custom layer to your bblayers.conf file and set PREFERRED_VERSION_virtual/kernel = "4.1.15"

[meta-freescale] [meta-freescale-distro][PATCH v4 5/5] add fsl-qoriq distro conf file

2017-01-09 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo --- conf/distro/fsl-qoriq.conf | 33 + 1 file changed, 33 insertions(+) create mode 100644 conf/distro/fsl-qoriq.conf diff --git a/conf/distro/fsl-qoriq.conf b/conf/distro/fsl-qoriq.conf new file mode 100644 index

[meta-freescale] [meta-freescale-distro][PATCH v4 4/5] add fsl-image-networking-full demo image

2017-01-09 Thread Zhenhua Luo
fsl-image-networking-full is a large demo image to support silicon evaluation, software development and debug on target boards. Signed-off-by: Zhenhua Luo --- recipes-fsl/images/fsl-image-networking-full.bb | 25 + 1 file changed, 25 insertions(+)

[meta-freescale] [meta-freescale-distro][PATCH v4 3/5] add fsl-image-networking demo image

2017-01-09 Thread Zhenhua Luo
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 | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 recipes-fsl/images/fsl-image-networking.bb

[meta-freescale] [meta-freescale-distro][PATCH v4 2/5] packagegroup-fsl-virtualization: add recipe

2017-01-09 Thread Zhenhua Luo
packagegroup-fsl-virtualization defines the packages group for virtualization support. Signed-off-by: Zhenhua Luo --- .../packagegroup-fsl-virtualization.bb | 27 ++ 1 file changed, 27 insertions(+) create mode 100644

[meta-freescale] [meta-freescale-distro][PATCH v4 0/5] add new packagegroups, demo images and distro file

2017-01-09 Thread Zhenhua Luo
* add packagegroup for networking and virtualization * add demo images of networking and networking-full * add fsl-qoriq distro conf file Revision history: v1: add new packagegroups, demo images and distro file v2: fix typo in bb of packagegroup, demo images and distro file v3: fix typo in

[meta-freescale] [meta-freescale-distro][PATCH v3 5/5] add fsl-qoriq distro conf file

2017-01-09 Thread Zhenhua Luo
Signed-off-by: Zhenhua Luo --- conf/distro/fsl-qoriq.conf | 33 + recipes-fsl/images/fsl-image-networking-full.bb | 4 +-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 conf/distro/fsl-qoriq.conf diff

[meta-freescale] [meta-freescale-distro][PATCH v3 4/5] add fsl-image-networking-full demo image

2017-01-09 Thread Zhenhua Luo
fsl-image-networking-full is a large demo image to support silicon evaluation, software development and debug on target boards. Signed-off-by: Zhenhua Luo --- recipes-fsl/images/fsl-image-networking-full.bb | 25 + 1 file changed, 25 insertions(+)

[meta-freescale] [meta-freescale-distro][PATCH v3 3/5] add fsl-image-networking demo image

2017-01-09 Thread Zhenhua Luo
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 | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 recipes-fsl/images/fsl-image-networking.bb

[meta-freescale] [meta-freescale-distro][PATCH v3 2/5] packagegroup-fsl-virtualization: add recipe

2017-01-09 Thread Zhenhua Luo
packagegroup-fsl-virtualization defines the packages group for virtualization support. Signed-off-by: Zhenhua Luo --- .../packagegroup-fsl-virtualization.bb | 27 ++ 1 file changed, 27 insertions(+) create mode 100644

[meta-freescale] [meta-freescale-distro][PATCH v3 0/5] add new packagegroups, demo images and distro file

2017-01-09 Thread Zhenhua Luo
* add packagegroup for networking and virtualization * add demo images of networking and networking-full * add fsl-qoriq distro conf file Zhenhua Luo (5): packagegroup-fsl-networking: add recipe packagegroup-fsl-virtualization: add recipe add fsl-image-networking demo image add

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

2017-01-09 Thread Daiane Angolini
On Sat, Jan 7, 2017 at 2:08 AM, Amin Bandali wrote: > Hello Daiane, > > Thanks for the reply, that indeed worked! It'd be nice to have this > change merged upstream. Great! Can you, please, prepare the patch and send it to review? Daiane > > Amin > > On Fri, Jan 6,

Re: [meta-freescale] Errors building the Chromium browser

2017-01-09 Thread Gary Thomas
On 2017-01-09 11:06, Shree wrote: Hello All, I am trying to build the yocto images with the Chromium browser integrated into it. For that I followed the info. given in i.MX yocto Project's user guide and I added below lines in my local.conf file CORE_IMAGE_EXTRA_INSTALL += "chromium

Re: [meta-freescale] mfgtool-initramfs-image.bbclass conflict with other layers

2017-01-09 Thread Mirza Krak
2017-01-05 20:25 GMT+01:00 Mirza Krak : > 2017-01-05 20:22 GMT+01:00 Mirza Krak : >> Hi. >> >> My first post on this list, be gentle :). >> >> I am running morty branch and trying to build for "colibri-vf" target. >> >> Here is my setup: >> meta >>

[meta-freescale] Errors building the Chromium browser

2017-01-09 Thread Shree
Hello All, I am trying to build the yocto images with the Chromium browser integrated into it. For that I followed the info. given in i.MX yocto Project's user guide and I added below lines in my local.conf file CORE_IMAGE_EXTRA_INSTALL += "chromium libexif"