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

2017-01-06 Thread Rogers, Simon
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. Documentation suggests that the recipe u-boot-imx-mfgtool in meta-fsl-arm should create a U-boot for the mfgtool, but if I bitbake it I find that nothing gets

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

2017-01-06 Thread Amin Bandali
Hello, On the latest stable release (krogoth), the Linux kernel version used for wandboard is 3.14.28: https://github.com/Freescale/meta-freescale-3rdparty/blob/krogoth/recipes-kernel/linux/linux-wandboard_3.14.28.bb Would it be possible to use Linux 4.1.15 instead?

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

2017-01-06 Thread Amin Bandali
Hello Daiane, Thanks for the reply, that indeed worked! It'd be nice to have this change merged upstream. Amin On Fri, Jan 6, 2017 at 10:30 AM, Daiane Angolini wrote: > On Thu, Jan 5, 2017 at 9:33 PM, Amin Bandali wrote: >> Hello, >> >> Up until

[meta-freescale] [meta-freescale-distro][PATCH v2 1/5] packagegroup-fsl-networking: add recipe

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

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

2017-01-06 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 v2 3/5] add fsl-image-networking demo image

2017-01-06 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 v2 5/5] add fsl-qoriq distro conf file

2017-01-06 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

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

2017-01-06 Thread Zhenhua Luo
Daiane, Thanks for your review and comments. I have regenerated the patches, v2 is out. Best Regards, Zhenhua > -Original Message- > From: angol...@gmail.com [mailto:angol...@gmail.com] On Behalf Of Daiane > Angolini > Sent: Friday, January 06, 2017 1:35 AM > To: Zhenhua Luo

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

2017-01-06 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

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

2017-01-06 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

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] [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,