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

2017-03-13 Thread Otavio Salvador
On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali wrote: > 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

[meta-freescale] [PATCH 2/2] imx-usb-loader_git: add pkgconfig to inherit

2017-03-13 Thread Max Krummenacher
imx-usb-loader_git uses pkg-config in its Makefile. Signed-off-by: Max Krummenacher --- recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb

[meta-freescale] [PATCH 1/2] mxsldr_git: add pkgconfig to inherit

2017-03-13 Thread Max Krummenacher
mxsldr_git uses pkg-config in its Makefile. Signed-off-by: Max Krummenacher --- recipes-bsp/mxsldr/mxsldr_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb index

[meta-freescale] [PATCH][morty][master] linux-fslc-imx-rt: Update checksums for realtime patch

2017-03-13 Thread Dominic Sacré
The gzip-compressed patch on the server has again been replaced by a file with the same contents, but different checksums. Signed-off-by: Dominic Sacré --- recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

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 wrote: > On Sun, Mar 12, 2017 at 12:22 AM, Amin Bandali