Re: [meta-freescale] core-image-lsb vs core-image-cmdline-full

2015-02-26 Thread John Weber
On 2/26/15 7:40 AM, Otavio Salvador wrote: On Thu, Feb 26, 2015 at 1:21 AM, Dan Gundlach wrote: I built and successfully booted core-image-cmdline-full, and now am trying to boot core-image-lsb. Init (sysvinit) is starting and creates /run/utmp, but then either crashes or hangs. The /sbin/in

[meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugins: move plugin dependency into .bb file

2015-02-23 Thread John Weber
Move the dependency on gst-plugins-good-id3demux from the .inc file into the appropriate .bb files for each gstreamer version. Otherwise, including gst-fsl-plugins.inc into a gstreamer1.0 recipe will pull in old gstreamer-0.10 plugins, libraries, and utilities. Signed-off-by: John Weber

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH][master] linux-wandboard: Update kernel to 3.10.53-1.1.0_ga

2015-02-11 Thread John Weber
On 2/11/15, 10:05 AM, Alfonso Tamés wrote: The pipeline (similar to yours but using the gst1.0-fsl-plugin imxv4l2src) works for me: gst-launch-1.0 imxv4l2src ! video/x-raw,format=I420,width=1280,height=720,framerate=30/1 ! imxvpuenc_h264 bitrate=2000 ! h264parse ! mp4mux ! filesink location=v

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH][master] linux-wandboard: Update kernel to 3.10.53-1.1.0_ga

2015-02-11 Thread John Weber
On 2/11/15, 5:02 AM, John Weber wrote: On Tuesday, February 10, 2015, Alfonso Tamés <alfo...@tames.com> wrote: Looks good to me, Alfonso.  I've applied it and tested it with wandcam and gs

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH][master] linux-wandboard: Update kernel to 3.10.53-1.1.0_ga

2015-02-11 Thread John Weber
On Tuesday, February 10, 2015, Alfonso Tamés wrote: > > >> Looks good to me, Alfonso. I've applied it and tested it with wandcam >> and gstreamer-1.0. Looks like I'm getting some sketchy problem that >> results in a segfault when a gstreamer pipeline shuts down, but not sure if >> that is due t

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH][master] linux-wandboard: Update kernel to 3.10.53-1.1.0_ga

2015-02-10 Thread John Weber
On 2/10/15, 3:08 PM, Alfonso Tamés wrote: John, Can you please also test with Gst1.0 (the new gstreamer 1.0 from freescale)? Thanks! I can.  I'd rather use (and help with) Carlos's gstreamer work, but I'll give

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH][master] linux-wandboard: Update kernel to 3.10.53-1.1.0_ga

2015-02-10 Thread John Weber
On Mon, Feb 9, 2015 at 1:17 AM, Alfonso Tames wrote: > From: Alfonso Tamés > > This updates the Wandboards' kernel to 3.10.53-1.1.0_ga > --- > conf/machine/include/wandboard.inc | 2 +- > .../linux/linux-wandboard-3.10.31/defconfig| 402 > - > .../l

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/2] wandboard: Add Alfonso Tames as maintainer

2014-12-11 Thread John Weber
On 12/10/14, 8:36 PM, Alfonso Tames wrote: From: Alfonso Tamés Please add me as maintainer for the Wandboards. For now, I can test only the Wandboard Quad and Wandboard Dual boards but not the Wandboard Solo since I do not have access to that board. Signed-off-by: Alfonso Tamés --- Yay Alfon

Re: [meta-freescale] wandboard-dual, master-next, Xorg segfault

2014-10-02 Thread John Weber
On Thursday, October 2, 2014, Trevor Woerner wrote: > > On 10/02/14 15:36, Otavio Salvador wrote: > > On Thu, Oct 2, 2014 at 4:17 PM, John Weber > wrote: > >> Hi Trevor - This could be due to Wandboard kernel not being updated to > >> 3.10.31_1.1.0 in maste

Re: [meta-freescale] wandboard-dual, master-next, Xorg segfault

2014-10-02 Thread John Weber
On 10/2/14, 2:09 PM, Trevor Woerner wrote: Hi, I haven't been playing with my wandboard-dual in a while, but last night I built a new image for it and tested. Coincidentally I started by running whatever was leftover on my CF card, and it ran fine (i.e. I ran glxgears, etc). With the new image

[meta-freescale] [fsl-community-bsp-base][PATCH] conf/bblayers: add meta-multimedia

2014-10-02 Thread John Weber
The oe/meta-multimedia layer includes support for Gstreamer RTSP server, which is required in order to build an RTSP servers using Gstreamer, including the glive application. Signed-off-by: John Weber --- conf/bblayers.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/bblayers.conf

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 2/2] conf/wandboard: Remove me as maintainer

2014-10-02 Thread John Weber
On 10/2/14, 1:56 PM, Otavio Salvador wrote: On Thu, Oct 2, 2014 at 2:31 PM, John Weber wrote: I will not have time to spend to maintain and test the Wandboard machines, so remove me as maintainer. Signed-off-by: John Weber I am sad to learn this, but we all need to move on from time to

[meta-freescale] [meta-fsl-arm-extra][PATCH 2/2] conf/wandboard: Remove me as maintainer

2014-10-02 Thread John Weber
I will not have time to spend to maintain and test the Wandboard machines, so remove me as maintainer. Signed-off-by: John Weber --- conf/machine/wandboard-dual.conf | 2 +- conf/machine/wandboard-quad.conf | 2 +- conf/machine/wandboard-solo.conf | 2 +- 3 files changed, 3 insertions(+), 3

[meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] README: layer dependencies should be master

2014-10-02 Thread John Weber
The layer dependencies for the master branch should be to master branches Signed-off-by: John Weber --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index ef42212..e1647ad 100644 --- a/README +++ b/README @@ -7,11 +7,11 @@ use with OpenEmbedded

Re: [meta-freescale] [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support

2014-09-04 Thread John Weber
Hi Zhenhua - Just a picky thing here but I thought you might want commits from Freescale using the right product name. It's Layerscape, not Layerspace. You might want to correct your shortlog. :-) John On 9/3/14, 11:33 PM, Zhenhua Luo wrote: The base configuration file includes following

Re: [meta-freescale] [meta-fsl-arm][PATCH 11/14] imx-vpu: Upgrade to 3.10.31-1.1.0 Beta

2014-08-31 Thread John Weber
On 8/31/14, 2:15 PM, Otavio Salvador wrote: On Sun, Aug 31, 2014 at 12:25 AM, Lauren Post wrote: We prefer this to match our BSP version not internal version. I certainly prefer it to map to the real version; we had same situation on the MM modules and we now overcome it, could we do another

Re: [meta-freescale] [meta-fsl-arm][PATCH 3/5] gst1.0-fsl-plugin: Add Freescale Gstreamer1.0 Plugin for MX6

2014-08-30 Thread John Weber
re probably some common areas like aiur and beep which is > why we chose to use same version number. > > > > Lauren > > > > *From:* meta-freescale-boun...@yoctoproject.org > > [mailto:meta-freescale-boun...@yoctoproject.org > ] > *On Behalf Of *John Weber >

Re: [meta-freescale] [meta-fsl-arm][PATCH 3/5] gst1.0-fsl-plugin: Add Freescale Gstreamer1.0 Plugin for MX6

2014-08-29 Thread John Weber
On Fri, Aug 29, 2014 at 8:04 AM, Daiane Angolini wrote: > On Fri, Aug 29, 2014 at 2:42 AM, Zidan Wang wrote: > > From: Wang Zidan > > > > Freesclae Gstreamer1.0 Plugins: > > typo: Freescale > > It´s Gstreamer 1.0 first release, isn´t it? Why it´s version is 4.0.1? > > It make me think that, it´

Re: [meta-freescale] [meta-fsl-arm][PATCH 0/5] Upgrade to 3.10.31-1.1.0 Beta

2014-08-29 Thread John Weber
Hi Zidan, On Fri, Aug 29, 2014 at 12:42 AM, Zidan Wang wrote: > Multimedia patch sets for 3.10.31-1.1.0 Beta > - gst-fsl-plugin.inc: Make a common include file for 0.1 and 1.0 gst > plugins > - gst-fsl-plugin: Upgrade to version 4.0.1 > - gst1.0-fsl-plugin: Add Freescale Gstreamer1.0 Plugin > -

Re: [meta-freescale] [meta-fsl-arm][PATCH 3/6] Add kernel recipe for Layerscape1 support

2014-08-26 Thread John Weber
Hi Zhenhua, On Tuesday, August 26, 2014, Zhenhua Luo wrote: > Signed-off-by: Zhenhua Luo > > --- > recipes-kernel/linux/linux-ls.inc | 30 ++ > recipes-kernel/linux/linux-ls_3.12.bb | 15 +++ > 2 files changed, 45 insertions(+) > create mode 100644 r

Re: [meta-freescale] [RFA] Vote to decide about Freescale i.MX6 3.10.31-1.1.0-beta in Yocto Project 1.7

2014-08-20 Thread John Weber
On Wed, Aug 20, 2014 at 10:21 AM, Angolini Daiane-b19406 < b19...@freescale.com> wrote: > > > On 20-08-2014 11:21, Otavio Salvador wrote: > >> Hello, >> >> Please vote in which option you prefer: >> >> Option 1 : Release Yocto Project 1.7 with 3.10.17-GA BSP >> Option 2 : Release Yocto Project

Re: [meta-freescale] Community-maintained 3.14.16 kernel for i.MX6 devices

2014-08-19 Thread John Weber
On 8/19/14, 1:19 PM, Carlos Rafael Giani wrote: Hello, I want to take a few minutes and mention in this mailing list the amazing work of Jon Nettleton, Russell King, and others. This is 3.14 kernel, with FSL patches, upstream patches, memleak fixes, and numerous improvements for stability th

Re: [meta-freescale] i.MX 3.10.31-1.1.0_beta release - community feedback requested

2014-08-19 Thread John Weber
Hi Otavio, On 8/19/14, 3:00 PM, Otavio Salvador wrote: Hello folks, On Tue, Aug 19, 2014 at 4:23 PM, Lauren Post wrote: ... - Soon 3.10.17 and 3.10.31 graphics will be independent from kernel and would be able to be mixed with each kernel meaning you could use 3.10.31 kernel with v4 graph

Re: [meta-freescale] [meta-fsl-demos] glive building failed on do_install

2014-08-19 Thread John Weber
I'll try replicating this on my end. On Tue, Aug 19, 2014 at 6:43 AM, Otavio Salvador wrote: > Hello Pawel, > > On Tue, Aug 19, 2014 at 4:24 AM, Paweł Żabiełowicz > wrote: > > I'm trying to build a 'core-image-minimal' with added 'meta-qt5' and > > gstreamer with plugins. When bitbaking 'glive

Re: [meta-freescale] i.MX 3.10.31-1.1.0_beta release - community feedback requested

2014-08-18 Thread John Weber
The beta will be around for 3+ months after the release of 1.7, I don't think we have an option but to keep 3.10.17 the preferred version. Unless it was really good. And even it it was great, I wouldn't want to remove 3.10.17 recipes as that could be a fallback for users. On Mon, Aug 18, 2014 a

Re: [meta-freescale] Asterisk v11 recipe

2014-08-08 Thread John Weber
On 8/8/14, 11:22 AM, Roberto Fichera wrote: Hi All, does anyone has an Asterisk v11 recipe? Thanks in advance, Roberto Fichera. Probably better asked in oe-core: openembedded-c...@lists.openembedded.org But if you do a search you'll find that a recipe does exist in meta-telephony. Not sure

Re: [meta-freescale] Can't select my own Kernel source

2014-08-07 Thread John Weber
Filip - On 8/7/14, 10:26 AM, filip.ghimpete...@freescale.com wrote: Hi John, I recreated the directory structure and moved the files. Now it throws this error: ERROR: Unable to install packages. Command '/home/filip/YOCTO_DISK/fsl-arm-bsp/vybrid2/tmp/sysroots/x86_64-linux/usr/bin/smart --d

Re: [meta-freescale] Can't select my own Kernel source

2014-08-07 Thread John Weber
Filip, On 8/7/14, 9:00 AM, filip.ghimpete...@freescale.com wrote: Hi Gary, I had both of them added to the local.conf. The "_" typo was only present in the mail, sorry, in the recipe I put it with "-". Filip. On 2014-08-07 07:38, filip.ghimpete...@freescale.com wrote: Yes it is available.

[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-wandboard: update SRCREV to 8e81319 and update defconfig

2014-08-05 Thread John Weber
Update wandboard defconfig to add support for the Fusion touchscreen, Sunplus keyboard, and some USB to serial devices Signed-off-by: John Weber --- recipes-kernel/linux/linux-wandboard-3.10.17/defconfig | 7 +++ recipes-kernel/linux/linux-wandboard_3.10.17.bb| 2 +- 2 files changed

[meta-freescale] [meta-fsl-arm-extra][daisy][PATCH 4/4] linux-wandboard (3.0.35): remove recipe and associated files

2014-08-05 Thread John Weber
Now that kernel 3.0.35 is no longer being updated, and that 3.10.17 is now GA and supports current GPU libraries, remove linux-wandboard (3.0.35). Signed-off-by: John Weber Signed-off-by: Otavio Salvador --- ...8-4.6.9p11.1-gpu-GPU-Kernel-driver-integr.patch | 1040 -- ...5-gpu-Add

[meta-freescale] [meta-fsl-arm-extra][daisy][PATCH 3/4] linux-firmware: add bbappend to modify firmware file names

2014-08-05 Thread John Weber
used in Daisy branch which is based on an older version of linux-firmware repository. Signed-off-by: John Weber Acked-by: Eric Nelson Signed-off-by: Otavio Salvador --- .../linux-firmware/linux-firmware_git.bbappend | 31 ++ 1 file changed, 31 insertions(+) create mode

[meta-freescale] [meta-fsl-arm-extra][daisy][PATCH 1/4] broadcom-nvram-config: separate recipes to different chipsets

2014-08-05 Thread John Weber
Upstream driver changes cause the driver to request firmware based on the device ID (e.g. 4329, 4330). This also applies to the nvram config file. Restructure the recipes and separate by chipset. Modify conf/machine to use chipset-specific broadcom nvram packages Signed-off-by: John Weber

[meta-freescale] [meta-fsl-arm-extra][daisy][PATCH 2/4] linux-wandboard (3.10.17): Update SRCREV to 8e81319 and update defconfig

2014-08-05 Thread John Weber
touchscreen, Sunplus keyboard, and some USB to serial devices. Signed-off-by: John Weber Signed-off-by: Otavio Salvador --- .../linux/linux-wandboard-3.10.17/defconfig | 20 ++-- recipes-kernel/linux/linux-wandboard_3.10.17.bb | 2 +- 2 files changed, 19

Re: [meta-freescale] Right lib-imx/firmware-imx ... versions

2014-08-04 Thread John Weber
On 8/4/14, 2:04 PM, Jens Rehsack wrote: Am 04.08.2014 um 17:41 schrieb John Weber : Hi Jens- On 8/2/14, 9:59 AM, Jens Rehsack wrote: Daiane, because you also was involved into https://community.freescale.com/thread/304414: I digged a lot deeper, tried https://github.com/wandboard-org

Re: [meta-freescale] Right lib-imx/firmware-imx ... versions

2014-08-04 Thread John Weber
Hi Jens- On 8/2/14, 9:59 AM, Jens Rehsack wrote: Daiane, because you also was involved into https://community.freescale.com/thread/304414: I digged a lot deeper, tried https://github.com/wandboard-org/linux/commit/7cbd06b2904c1855109084ca6b0c84990bc69233 and debugged and proved more there ...

Re: [meta-freescale] Building Qt5 using yocto on Wandboard-Error

2014-07-23 Thread John Weber
Nilesh, On 7/23/14, 4:57 AM, Nilesh Kokane wrote: Hi Maciek,

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 3/4] linux-firmware: add bbappend to modify firmware file names

2014-07-15 Thread John Weber
Actually, Eric, the change for the broadcom-nvram-config does require your attention because of the need to rename nvram.txt to brcmfmac4330-sdio.txt. On Tue, Jul 15, 2014 at 3:50 PM, Eric Nelson < eric.nel...@boundarydevices.com> wrote: > Hi John, > > On 07/15/2014 01:01 PM, J

[meta-freescale] [meta-fsl-arm-extra][PATCH 2/4] linux-wandboard (3.10.17): Update SRCREV to 13697f2 and update defconfig

2014-07-15 Thread John Weber
based of devid for sdio. - wandboard: add revision detect pin to rfkill driver - wandboard/dts: change EDM gpio to open drain - wandboard/dts: Enable lcdif in devicetree - wandboard/dts: add fusion touchscreen to devicetree - wandboard: Fix bluetooth Signed-off-by: John Weber --- recipes-kernel

[meta-freescale] [meta-fsl-arm-extra][PATCH 3/4] linux-firmware: add bbappend to modify firmware file names

2014-07-15 Thread John Weber
Upstream changes to the brcmfmac driver require a change to the firmware file names to match the devid and interface type of the Broadcom chipset. This also makes it easier for one machine to support multiple chipets in Yocto. Signed-off-by: John Weber --- .../linux-firmware/linux

[meta-freescale] [meta-fsl-arm-extra][PATCH 1/4] broadcom-nvram-config: separate recipes to different chipsets

2014-07-15 Thread John Weber
Upstream driver changes cause the driver to request firmware based on the device ID (e.g. 4329, 4330). This also applies to the nvram config file. Restructure the recipes and separate by chipset. Modify conf/machine to use chipset-specific broadcom nvram packages Signed-off-by: John Weber

Re: [meta-freescale] Future Electronics FWBADAPT-7WVGA-PCAP LCD and Yocto 1.6

2014-06-19 Thread John Weber
I'll work these patches in and send a branch to test in the next day or so. On 6/19/14, 9:48 AM, Daiane Angolini wrote: On Wed, Jun 18, 2014 at 9:03 PM, Alfonso Tamés wrote: I just applied the patches that Stefan pointed to (http://forums.wandboard.org/viewtopic.php?f=12&t=411#p1929) and the

Re: [meta-freescale] [meta-fsl-arm-extra] Strange audio behaviour on SabreLite

2014-06-10 Thread John Weber
I'm using the 3.0.35 kernel on my SabreLite. I found that once I plug in an HDMI monitor, the SGTL-5000 audio vanishes. It stays missing, even when the board is reset (switch or by reboot), until a power cycle. Does the SGTL5000 share the same I2C bus with the HDMI I2C (DDC) port on the SabreL

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-09 Thread John Weber
Hi Eric, On 6/9/14, 12:49 PM, Eric Nelson wrote: Hi John, On 06/09/2014 10:35 AM, John Weber wrote: Hi Eric, On 6/9/14, 12:16 PM, Eric Nelson wrote: Hi all, On 06/09/2014 06:52 AM, Otavio Salvador wrote: On Mon, Jun 9, 2014 at 10:51 AM, Otavio Salvador wrote: On Sun, Jun 8, 2014 at 12

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-09 Thread John Weber
Hi Eric, On 6/9/14, 12:16 PM, Eric Nelson wrote: Hi all, On 06/09/2014 06:52 AM, Otavio Salvador wrote: On Mon, Jun 9, 2014 at 10:51 AM, Otavio Salvador wrote: On Sun, Jun 8, 2014 at 12:51 PM, John Weber wrote: On 6/6/14, 6:10 PM, Eric Nelson wrote: On 06/05/2014 01:33 PM, Eric Nelson

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-09 Thread John Weber
Hi Otavio, On 6/9/14, 8:52 AM, Otavio Salvador wrote: On Mon, Jun 9, 2014 at 10:51 AM, Otavio Salvador wrote: On Sun, Jun 8, 2014 at 12:51 PM, John Weber wrote: On 6/6/14, 6:10 PM, Eric Nelson wrote: On 06/05/2014 01:33 PM, Eric Nelson wrote: On 06/05/2014 01:30 PM, John Weber wrote: I

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-08 Thread John Weber
Thanks Eric, On 6/6/14, 6:10 PM, Eric Nelson wrote: Hi John, On 06/05/2014 01:33 PM, Eric Nelson wrote: On 06/05/2014 01:30 PM, John Weber wrote: I think you're right, but as far as I know the only other entity that could confirm this would be Boundary Devices. Eric - do you see this

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-05 Thread John Weber
On 6/5/14, 3:33 PM, Eric Nelson wrote: Hi all, On 06/05/2014 01:30 PM, John Weber wrote: On 6/5/14, 2:34 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 4:10 PM, John Weber wrote: On 6/5/14, 1:38 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:23 PM, John Weber wrote: On 6/5/14, 1

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-05 Thread John Weber
On 6/5/14, 2:34 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 4:10 PM, John Weber wrote: On 6/5/14, 1:38 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:23 PM, John Weber wrote: On 6/5/14, 1:17 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:14 PM, John Weber wrote: On 6/5

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-05 Thread John Weber
On 6/5/14, 1:38 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:23 PM, John Weber wrote: On 6/5/14, 1:17 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:14 PM, John Weber wrote: On 6/5/14, 1:08 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:05 PM, John Weber wrote: On 6/5

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-05 Thread John Weber
On 6/5/14, 1:17 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:14 PM, John Weber wrote: On 6/5/14, 1:08 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:05 PM, John Weber wrote: On 6/5/14, 12:34 PM, Otavio Salvador wrote: On Mon, May 26, 2014 at 12:42 AM, John Weber wrote: meta

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-05 Thread John Weber
On 6/5/14, 1:08 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 3:05 PM, John Weber wrote: On 6/5/14, 12:34 PM, Otavio Salvador wrote: On Mon, May 26, 2014 at 12:42 AM, John Weber wrote: meta-freescalers: I'm seeing a behavior that I can't easily explain. I'm

Re: [meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-06-05 Thread John Weber
Hey Otavio, On 6/5/14, 12:34 PM, Otavio Salvador wrote: On Mon, May 26, 2014 at 12:42 AM, John Weber wrote: meta-freescalers: I'm seeing a behavior that I can't easily explain. I'm not seeing the mxc_v4l2_capture drivers and dependent ipu drivers being automatically modprob

Re: [meta-freescale] How do I add the QSQLITE driver to the yocto build for wandboard

2014-06-05 Thread John Weber
Hi Stephen, On 6/5/14, 10:19 AM, Stephen Munnings wrote: -Original Message- From: Erik Botö [mailto:erik.b...@pelagicore.com] Sent: Wednesday, June 04, 2014 10:53 AM To: Stephen Munnings Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-freesc

Re: [meta-freescale] No sound on nitrogen6x + linux-boundary 3.10.17

2014-05-28 Thread John Weber
Thanks Fabio. Will do. On 5/28/14, 12:26 PM, Fabio Estevam wrote: John, On Mon, May 5, 2014 at 3:02 PM, John Weber wrote: This could be related to the problems that I saw in Wandboard. The SGTL5000 would not be properly initialize if I passed audio through it /and/ then rebooted the board

[meta-freescale] mxc_v4l2_capture sometimes not being modprobed

2014-05-25 Thread John Weber
meta-freescalers: I'm seeing a behavior that I can't easily explain. I'm not seeing the mxc_v4l2_capture drivers and dependent ipu drivers being automatically modprobed on Wandboard during a majority of system startups (but not all). I was under the impression that this should be done by ude

Re: [meta-freescale] WIFI module choices on Sabre SD board.

2014-05-05 Thread John Weber
!     From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of John Weber Sent: Monday, May 05, 2014 2:51 PM To: meta-freescale@yoctoproject.org

Re: [meta-freescale] WIFI module choices on Sabre SD board.

2014-05-05 Thread John Weber
Wandboard is using BCM4329 and moving to BCM4330.  I believe that Nitrogen6X uses a TI Wilink8 module, and they have done a lot of work to integrate that driver code into the kernel. John On 5/5/14, 2:46 PM, Haizhou Li wrote:

Re: [meta-freescale] No sound on nitrogen6x + linux-boundary 3.10.17

2014-05-05 Thread John Weber
o any ideas of what might be wrong are highly appreciated :) Using aplay it get stuck here: I remember that I have helped John Weber recently to get audio working on 3.10.17 on wandboard. There were two patches that were needed: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/c

Re: [meta-freescale] glmark2 errors

2014-04-29 Thread John Weber
Hi Carlos and Diego - On 4/29/14, 1:56 AM, Carlos Rafael Giani wrote: On 2014-04-29 08:51, Diego wrote: John Weber wrote: The GL benchmark glmark2 throws the following warnings reapeatedly: ** GLX does not support GLX_EXT_swap_control or GLX_MESA_swap_control! ** Failed to set swap interval

Re: [meta-freescale] glmark2 errors

2014-04-28 Thread John Weber
Hi all - On 4/28/14, 1:40 PM, John Weber wrote: I'm testing master-next with core-image-x11 on Wandboard (Solo, Dual, Quad). glxgears and es2gears_x11 test out fine. The GL benchmark glmark2 throws the following warnings reapeatedly: ** GLX does not support GLX_EXT_swap_contr

[meta-freescale] glmark2 errors

2014-04-28 Thread John Weber
I'm testing master-next with core-image-x11 on Wandboard (Solo, Dual, Quad). glxgears and es2gears_x11 test out fine. The GL benchmark glmark2 throws the following warnings reapeatedly: ** GLX does not support GLX_EXT_swap_control or GLX_MESA_swap_control! ** Failed to set swap interval. Result

[meta-freescale] [meta-fsl-arm-extra][PATCH] linux-wandboard (3.10.17): Move to GA kernel (srcrev 9d567e)

2014-04-24 Thread John Weber
Update Wandboard Linux kernel to one based on FSL's 3.10.17_1.0.0_ga. Also, updated the defconfig to better align with FSL's imx_v7_defconfig where possible to avoid potential problems Signed-off-by: John Weber --- .../linux/linux-wandboard-3.10.17/defconfig

Re: [meta-freescale] About Yocto and Imx6

2014-04-17 Thread John Weber
general OE question. On Wed, Apr 16, 2014 at 3:54 PM, John Weber <rjohnwe...@gmail.com> wrote: Hi Jigar, On 4/16/14, 7:49 AM, jigar chokshi wrote:

Re: [meta-freescale] About Yocto and Imx6

2014-04-16 Thread John Weber
Hi Jigar, On 4/16/14, 7:49 AM, jigar chokshi wrote: Hello, Here i attached important parameter of my local.conf file of core-image-minimal. MACHINE ??= 'imx6qsabreauto' DISTRO ?= 'poky' PACKAGE_CLASSES ?= "package_rpm" EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh" IMAGE_INSTALL_appe

Re: [meta-freescale] [ANN] FSL Test Plan Announcement 1.6

2014-04-04 Thread John Weber
On 4/4/14, 1:16 PM, daiane.angol...@freescale.com wrote: From: meta-freescale-boun...@yoctoproject.org on behalf of John >Weber Sent: Friday, April 4, 2014 15:06 To: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] [ANN] FSL Test P

Re: [meta-freescale] [ANN] FSL Test Plan Announcement 1.6

2014-04-04 Thread John Weber
Daiane - Thanks for this. On 4/4/14, 12:57 PM, daiane.angol...@freescale.com wrote: We’d like to invite everyone to help us to test the FSL Community BSP 1.6 - Daisy release. Please, test your favorite board (or boards), using your favorite image. We would like to have at least one test for

Re: [meta-freescale] LVDS in wandboard with master

2014-04-01 Thread John Weber
Hi Rodrigo, On 4/1/14, 7:50 AM, Rodrigo Gallego wrote: Hello, I'm working with one wandboard dual and a TFT connected by LVDS. The TFT works  ok  with dora (3.0.35) but when I work with master (3.10.17), the LVD

Re: [meta-freescale] GTK+3 build error when build alsa-tools on poky master branch

2014-03-27 Thread John Weber
Hi Junzhu, On 3/27/14, 3:26 AM, jun...@freescale.com wrote: Hello all, Has anyone meet the GTK+3 build error when using poky 1.5+snapshot-20140327? Attached my build log. I synced master today and build core-image-x11 with the following added

Re: [meta-freescale] [PATCH][fsl-community-bsp-base] setup-environment: provide a MACHINE menu

2014-03-27 Thread John Weber
Hi Trevor - On 3/27/14, 8:28 AM, daiane.angol...@freescale.com wrote: -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale- boun...@yoctoproject.org] On Behalf Of Trevor Woerner Sent: Wednesday, March 26, 2014 4:33 PM To: meta-freescale@yoctoproject.o

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4

2014-03-25 Thread John Weber
Hi Trevor, I'm not sure what is missing, but here's my conf/local.conf. It's probably larger than it needs to be. :-) CORE_IMAGE_EXTRA_INSTALL_append = "iperf glive gst-plugins-good-isomp4 memtester alsa-utils alsa-tools evtest imx-test perl lmbench glmark2 mesa-demos gst-meta-audio gst-me

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17

2014-03-25 Thread John Weber
Hi Otavio, On 3/25/14, 1:35 PM, Otavio Salvador wrote: Hello John, On Tue, Mar 25, 2014 at 2:44 PM, John Weber wrote: Move default kernel selection to 3.10.17 in advance of the 1.6 release, because currently 3.0.35_4.0.0 is broken in master. There are known issues with the kernel that will

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 2/2] wandboard: Change kernel to 3.10.17

2014-03-25 Thread John Weber
Hi Fabio - On 3/24/14, 3:15 PM, Fabio Estevam wrote: Hi John, On Mon, Mar 24, 2014 at 4:58 PM, John Weber wrote: Move default kernel selection to 3.10.17 in advance of the 1.6 release, because currently 3.0.35_4.0.0 is broken in master. There are known issues with the kernel that will be

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4

2014-03-25 Thread John Weber
Update Wandboard 3.10.17 kernel to commit 4a8ad4, which includes an update to the DTS to enable all mxcfb devices and a fix for the sgtl5000 driver. Signed-off-by: John Weber --- changes in v2: Changed SRCREV to pick up sgtl5000 driver fixes recipes-kernel/linux/linux-wandboard_3.10.17.bb

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17

2014-03-25 Thread John Weber
g aplay or gst-launch. Signed-off-by: John Weber --- Changes in v2: Updated commit log to remove the problem with the sgtl5000 as it has been fixed (thanks to Fabio Estevam). conf/machine/include/wandboard.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machi

Re: [meta-freescale] FTF 2014 - Dallas

2014-03-25 Thread John Weber
Daiane, Eric, Otavio - On 3/25/14, 12:19 PM, Otavio Salvador wrote: Hello Daiane and Eric, On Tue, Mar 25, 2014 at 2:03 PM, daiane.angol...@freescale.com wrote: On 03/24/2014 05:49 PM, Otavio Salvador wrote: I am excited to share I will be at the Freescale Technology Forum 2014 and it would

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 2/2] wandboard: Change kernel to 3.10.17

2014-03-24 Thread John Weber
Hi Fabio, On 3/24/14, 3:15 PM, Fabio Estevam wrote: Hi John, On Mon, Mar 24, 2014 at 4:58 PM, John Weber wrote: Move default kernel selection to 3.10.17 in advance of the 1.6 release, because currently 3.0.35_4.0.0 is broken in master. There are known issues with the kernel that will be

[meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Update SRCREV to 778d55

2014-03-24 Thread John Weber
Update Wandboard 3.10.17 kernel to commit 778d55, which includes an update to the DTS to enable all mxcfb devices. Signed-off-by: John Weber --- recipes-kernel/linux/linux-wandboard_3.10.17.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux

[meta-freescale] [meta-fsl-arm-extra][PATCH 2/2] wandboard: Change kernel to 3.10.17

2014-03-24 Thread John Weber
reset results in a hung I2C2 bus, causing devices on i2c2 to fail to initialize. - Sound, HDMI audio output: Using HDMI audio output seems to cause very slow playback of both audio and video, and can be seen using aplay or gst-launch. Signed-off-by: John Weber

Re: [meta-freescale] linux-imx-3.10.9 with preempt-rt patch

2014-03-24 Thread John Weber
On 3/24/14, 11:52 AM, Fabio Estevam wrote: Hi Jacob/Otavio, On Mon, Mar 24, 2014 at 1:48 PM, Jacob Kroon wrote: I have done some testing using various tools from "rt-tests" package. The patch does show a big improvement when looking at the numbers from "cyclictest", max. peak of ~150 us in wa

Re: [meta-freescale] linux-imx/linux-wandboard 3.10.17 kernel and HDMI display

2014-03-24 Thread John Weber
Hi Jacob, On 3/24/14, 10:10 AM, Otavio Salvador wrote: Hello Kroon, On Mon, Mar 17, 2014 at 6:06 AM, Jacob Kroon wrote: Hi, Just some test reporting, I finally got the 3.10.17 linux-imx kernel from meta-fsl-arm working with my Sony TV, but I had to revert commit ce224e3c4fc3c1b00a94641c2872

Re: [meta-freescale] [meta-fsl-arm PATCH v2 3/6] u-boot-fslc: Update to v2014.01 based release

2014-03-10 Thread John Weber
Hi Otavio, On 3/7/14, 8:52 AM, Otavio Salvador wrote: This updates U-Boot to a v2014.01 based release. It includes following patches on top of prestine v2014.01 tag: 3fc5045 wandboard: add Future Eletronics 7" WVGA LCD extension board 5aebc94 mx6sl: Adjust

Re: [meta-freescale] Updates to meta-fsl-arm-extra (master) in 2014-03-03

2014-03-03 Thread John Weber
Hi Otavio, On 3/3/14, 12:29 PM, Otavio Salvador wrote: Hello, I pushed following updates: commit 7fbdf2297e716e8bdc09c35f5b16c980c920ceab Author: Otavio Salvador Date: Wed Feb 26 17:12:51 2014 -0300 cubox-i: Stop including imx6sabresd-common The CuBox-i is not a directly ba

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH

2014-02-28 Thread John Weber
On 2/28/14, 6:49 AM, daiane.angol...@freescale.com wrote: -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale- boun...@yoctoproject.org] On Behalf Of John Weber Sent: Thursday, February 27, 2014 11:38 PM To: meta-freescale@yoctoproject.org Subject

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7

2014-02-28 Thread John Weber
The following changes are made: - Update SRCREV to 95f32b7 - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in local.conf Signed-off-by: John Weber --- Changes in v2: Removed change to SRCBRANCH and fixed commit log recipes-kernel/linux/linux-wandboard.inc|6

[meta-freescale] [meta-fsl-arm-extra][PATCH v2 2/2] linux-wandboard (3.10.17): defconfig changes

2014-02-28 Thread John Weber
: John Weber --- Changes in v2: none .../linux/linux-wandboard-3.10.17/defconfig| 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig b/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig index

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH

2014-02-27 Thread John Weber
Well, looks like I was rebase-ing a little too quickly... :-) On 2/27/14, 8:57 PM, Otavio Salvador wrote: On Thu, Feb 27, 2014 at 11:38 PM, John Weber wrote: The following changes are made: - Update SRCREV to 95f32b7 - Switch SRCBRANCH to the _test branch - Set the git URI in

[meta-freescale] [meta-fsl-arm-extra][PATCH 2/2] linux-wandboard (3.10.17): defconfig changes

2014-02-27 Thread John Weber
: John Weber --- .../linux/linux-wandboard-3.10.17/defconfig| 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig b/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig index 7d847c8..b7e7b45 100644

[meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH

2014-02-27 Thread John Weber
The following changes are made: - Update SRCREV to 95f32b7 - Switch SRCBRANCH to the _test branch - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in local.conf squash this Signed-off-by: John Weber --- recipes-kernel/linux/linux-wandboard.inc|6 +- recipes

Re: [meta-freescale] Where define filesystem build rule?

2014-02-26 Thread John Weber
On 2/26/14, 8:25 PM, Cloud Liao(廖國良) wrote: I am just touch freescale yocto project. When I try to build image, I can see makefile of uboot and kernel. But I can’t find filesystem bui

Re: [meta-freescale] [meta-fsl-demos][PATCH 5/7] fsl-image-multimedia: Add

2014-02-26 Thread John Weber
Hi Rogerio - On 2/25/14, 11:03 PM, ronu...@gmail.com wrote: From: Rogerio Nunes A console-only image that includes gstreamer packages and Freescale's multimedia packages (VPU and GPU) when available. What does "when available" mean in this context? Signed-off-by: Rogerio Nunes --- recipe

Re: [meta-freescale] Using a defconfig refers to an in-tree defconfig file

2014-02-25 Thread John Weber
On 2/25/14, 4:10 PM, Eric Nelson wrote: Hi John, On 02/25/2014 02:29 PM, John Weber wrote: I thought I would bounce this one of the mailing list. Is there any reason why we shouldn't simply use the defconfig from the kernel tree if appropriate? We would do this by the defconfig file i

[meta-freescale] Using a defconfig refers to an in-tree defconfig file

2014-02-25 Thread John Weber
I thought I would bounce this one of the mailing list. Is there any reason why we shouldn't simply use the defconfig from the kernel tree if appropriate? We would do this by the defconfig file in the recipe refer to a filename in the kernel tree. For example, in the file recipes-kernel/linux

Re: [meta-freescale] Linux kernel recipe override question

2014-02-25 Thread John Weber
Hi Otavio, On 2/25/14, 9:34 AM, Otavio Salvador wrote: Hello John, On Tue, Feb 25, 2014 at 11:52 AM, John Weber wrote: On 2/25/14, 6:20 AM, Otavio Salvador wrote: SRCBRANCH works based on experience from trial and error that I've done in the past. SRCREV does not work, again based on

Re: [meta-freescale] Linux kernel recipe override question

2014-02-25 Thread John Weber
On 2/25/14, 6:20 AM, Otavio Salvador wrote: John, On Tue, Feb 25, 2014 at 12:59 AM, John Weber wrote: On 2/24/14, 2:27 PM, Robin Findley wrote: On 2014-02-24 12:51, John Weber wrote: Here is a question someone might be able to quickly answer. I want to be able to override the SRCREV

Re: [meta-freescale] Linux kernel recipe override question

2014-02-24 Thread John Weber
Hi Robin, On 2/24/14, 2:27 PM, Robin Findley wrote: On 2014-02-24 12:51, John Weber wrote: Here is a question someone might be able to quickly answer. I want to be able to override the SRCREV, SRCBRANCH, and the git repository for the kernel recipe in local.conf. I like to do this so that

[meta-freescale] Linux kernel recipe override question

2014-02-24 Thread John Weber
Here is a question someone might be able to quickly answer. I want to be able to override the SRCREV, SRCBRANCH, and the git repository for the kernel recipe in local.conf. I like to do this so that I can do local hacking on a kernel without having to edit the recipe files themselves, and I find

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 2/2] xserver-xorg: Backport 1.14.4 version

2014-02-23 Thread John Weber
On 2/23/14, 6:06 PM, Otavio Salvador wrote: Hello John, On Sun, Feb 23, 2014 at 12:57 PM, John Weber wrote: On 2/23/14, 7:23 AM, Otavio Salvador wrote: Currently Vivante does not provides a valid GL API so Xorg fails to link against it, we cannot workaround it easily in newer Xorg version

Re: [meta-freescale] [meta-fsl-arm][PATCH v2 2/2] xserver-xorg: Backport 1.14.4 version

2014-02-23 Thread John Weber
On 2/23/14, 7:23 AM, Otavio Salvador wrote: Currently Vivante does not provides a valid GL API so Xorg fails to link against it, we cannot workaround it easily in newer Xorg version so instead of maintaining a pile of patches for it we are backporting 1.14.4 version as an interim solution. Assum

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/2] mesa: Update to follow OE-Core changes

2014-02-22 Thread John Weber
Hi Otavio, On 2/22/14, 11:46 AM, Otavio Salvador wrote: Hello John, On Sat, Feb 22, 2014 at 1:13 PM, John Weber wrote: On 2/21/14, 3:54 PM, Otavio Salvador wrote: This updates the bbappend to the newer version; as mesa now provides the needed PACKAGECONFIG settings we rely on this instead

Re: [meta-freescale] [meta-fsl-arm][PATCH 1/2] mesa: Update to follow OE-Core changes

2014-02-22 Thread John Weber
On 2/21/14, 3:54 PM, Otavio Salvador wrote: This updates the bbappend to the newer version; as mesa now provides the needed PACKAGECONFIG settings we rely on this instead of using an annonymous Python code to change it during build time. The bbappend file now is much easier to read. Thanks Ota

  1   2   3   >