Re: [meta-freescale] [Question] Morty and TI wireless drivers

2017-03-14 Thread Amin Bandali
Hi Fabio, Thanks a lot for your input. I'll check that commit out. On Tue, Mar 14, 2017 at 8:57 AM, Fabio Estevam <feste...@gmail.com> wrote: > Hi Amin, > > On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali <amin.band...@gmail.com> wrote: >> Hi there, >> >> I'

Re: [meta-freescale] [Question] Morty and TI wireless drivers

2017-03-14 Thread Amin Bandali
Thanks for the pointer Otavio! On Tue, Mar 14, 2017 at 8:39 AM, Otavio Salvador <otavio.salva...@ossystems.com.br> wrote: > On Mon, Mar 13, 2017 at 11:35 PM, Amin Bandali <amin.band...@gmail.com> wrote: >> Awesome, thanks! >> >> Could you please kindly share

Re: [meta-freescale] [Question] Morty and TI wireless drivers

2017-03-13 Thread Amin Bandali
Awesome, thanks! Could you please kindly share your custom board's kernel config and device tree files? Thanks in advance, Amin On Mon, Mar 13, 2017 at 10:42 AM, Otavio Salvador <otavio.salva...@ossystems.com.br> wrote: > On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali <amin.band.

[meta-freescale] [Question] Morty and TI wireless drivers

2017-03-11 Thread Amin Bandali
Hi there, I've noticed that the wifi module drivers for TI wl183x seem to be present in kernel 4.1.15, in morty. Are they complete and usable, or would I need to manually apply TI's patches myself? If it helps, my target board is a wandboard. Thanks in advance, Amin --

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

2017-01-12 Thread Amin Bandali
ogoth 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" in > your local.conf. > > > On Sat, Jan 7, 2017 at 2:47 AM, Amin Bandali <amin.band...@gm

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

2017-01-12 Thread Amin Bandali
No problems. Done! On Mon, Jan 9, 2017 at 7:14 AM, Daiane Angolini <daiane.l...@gmail.com> wrote: > On Sat, Jan 7, 2017 at 2:08 AM, Amin Bandali <amin.band...@gmail.com> wrote: >> Hello Daiane, >> >> Thanks for the reply, that indeed worked! It'd be nice to ha

[meta-freescale] [3rdparty][PATCH] wandboard: Use "IMAGE_FSTYPES ?=" for softer assignment

2017-01-12 Thread Amin Bandali
As it is, IMAGE_FSTYPES = "wic.gz" doesn't allow appending using "+=". So, use IMAGE_FSTYPES ?= "wic.gz" for providing the default value. Signed-off-by: Amin Bandali <amin.band...@gmail.com> --- conf/machine/wandboard.conf | 2 +- 1 file changed, 1 insertion(

[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 <daiane.l...@gmail.com> wrote: > On Thu, Jan 5, 2017 at 9:33 PM, Amin Bandali <amin.band...@gmail.com> wrote: >>

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

2017-01-05 Thread Amin Bandali
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, and only wic.gz archives are generated. The only relevant piece of information I came