[meta-freescale] [meta-fsl-ppc][PATCH 00/26] patch series to upgrade to fsl 1.4 release

2013-06-27 Thread b28495
From: Ting Liu b28...@freescale.com The following changes since commit b515997652f0703f333c96a46c66e73e48b4bfbc: recipes: make meta-fsl-ppc play with other layers Chunrong Guo (4): add p1023rdb support Add P1025TWR support Add BSC9131RDB support Add BSC9132QDS support Ting Liu (1):

[meta-freescale] [meta-fsl-ppc][PATCH 01/26] linux-qoriq-sdk(-headers): upgrade to the version of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo b19...@freescale.com 1.Update kernel version to 3.8. 2.add DEPENDS libgcc and append TOOLCHAIN_OPTIONS to KERNEL_{CC,LD}. kernel in sdk 1.4 need run-time support libraries 'libgcc.a', added in file arch/powerpc/Makefile: LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS)

[meta-freescale] [meta-fsl-ppc][PATCH 04/26] p1020rdb: update machine conf

2013-06-27 Thread b28495
From: Ting Liu b28...@freescale.com Signed-off-by: Ting Liu b28...@freescale.com --- conf/machine/p1020rdb.conf |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf index 70132c5..b17213c 100644 ---

[meta-freescale] [meta-fsl-ppc][PATCH 06/26] Add P1025TWR support

2013-06-27 Thread b28495
From: Chunrong Guo b40...@freescale.com Signed-off-by: Chunrong Guo b40...@freescale.com --- conf/machine/p1025twr.conf | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 conf/machine/p1025twr.conf diff --git a/conf/machine/p1025twr.conf

[meta-freescale] [meta-fsl-ppc][PATCH 07/26] Add BSC9131RDB support

2013-06-27 Thread b28495
From: Chunrong Guo b40...@freescale.com Signed-off-by: Chunrong Guo b40...@freescale.com --- conf/machine/bsc9131rdb.conf | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 conf/machine/bsc9131rdb.conf diff --git a/conf/machine/bsc9131rdb.conf

[meta-freescale] [meta-fsl-ppc][PATCH 03/26] qemu: upgrade to the version of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- conf/machine/e500mc.inc|2 +- conf/machine/e500v2.inc|2 +- conf/machine/e5500-64b.inc |2 +-

[meta-freescale] [meta-fsl-ppc][PATCH 10/26] udev-extraconf: fix the name conflict of macless and PCIe Ethernet port in slot3

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Currently both macless0 port and PCIe Ethernet port in slot3 use eth2, update udev rules to rename macless0 to eth4. Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- .../71-fsl-dpaa-persistent-networking.rules|5 -

[meta-freescale] [meta-fsl-ppc][PATCH 13/26] flib: upgrade to the SHA of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/flib/flib_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-tools/flib/flib_git.bb b/recipes-tools/flib/flib_git.bb index 78210dd..590f724

[meta-freescale] [meta-fsl-ppc][PATCH 17/26] hv-cfg: upgrade to the SHA of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/hv-cfg/hv-cfg_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-tools/hv-cfg/hv-cfg_git.bb b/recipes-tools/hv-cfg/hv-cfg_git.bb index

[meta-freescale] [meta-fsl-ppc][PATCH 18/26] hypervisor: upgrade to the SHA of sdk-1.4 and add hypertrk submodule

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/embedded-hv/hypervisor_git.bb | 21 + 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb

[meta-freescale] [meta-fsl-ppc][PATCH 19/26] rcw: upgrade to the version of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/rcw/rcw_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-tools/rcw/rcw_git.bb b/recipes-tools/rcw/rcw_git.bb index f33685d..dd2431b 100644

[meta-freescale] [meta-fsl-ppc][PATCH 21/26] asf: add recipe

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com asf is software Application Specific Fast-path for Freescale non-dpaa targets. Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-kernel/asf/asf_git.bb | 25 + 1 files changed, 25 insertions(+), 0 deletions(-)

Re: [meta-freescale] Missing devtmpfs w/ i.MX6Q SabreSD sato-sdk image

2013-06-27 Thread Daiane Angolini
On Wed, Jun 26, 2013 at 5:37 PM, squirem squi...@fbdfrozen.com wrote: Daiane Angolini daiane.angolini@... writes: I follow the steps from https://github.com/Freescale/fsl-community-bsp-platform $ ./repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dylan $ ./repo sync

Re: [meta-freescale] [meta-fsl-ppc][PATCH 11/26] boot-format: update SHA for sdk-1.4

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 6:24 AM, b28...@freescale.com wrote: From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/boot-format/boot-format_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[meta-freescale] [meta-fsl-arm][PATCH] gpu-viv-bin-mx6q.inc: fix libEGL and libGLESv2 installation

2013-06-27 Thread Philip Craig
Previously, we were only packaging libEGL.so and libGLESv2.so. This worked at runtime because ldconfig installed symlinks for the soname of these libraries (libEGL.so.1 and libGLESv2.so.2). However, there are situations where we need the soname version of these libraries at build time.

Re: [meta-freescale] [meta-fsl-ppc][PATCH 00/26] patch series to upgrade to fsl 1.4 release

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 6:19 AM, b28...@freescale.com wrote: From: Ting Liu b28...@freescale.com The following changes since commit b515997652f0703f333c96a46c66e73e48b4bfbc: recipes: make meta-fsl-ppc play with other layers Chunrong Guo (4): add p1023rdb support Add P1025TWR

Re: [meta-freescale] Missing Atheros ath6k Firmware

2013-06-27 Thread Otavio Salvador
On Wed, Jun 26, 2013 at 7:57 PM, BPK4ever . maxingjian1...@gmail.com wrote: Hello all, I'm trying to implement a wifi radio through the SDIO on my iMX6 sabre auto board. But I'm missing the required firmware /lib/firmware/ath6k/... in my file system. I'm new to Yocto and Bitbake, so would

Re: [meta-freescale] Missing Atheros ath6k Firmware

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 9:54 AM, Post Lauren-RAA013 raa...@freescale.com wrote: We just fixed this for upcoming release. We had to update the MACHINE_EXTRA_RECOMMENDS which are set in imx-base.inc +MACHINE_EXTRA_RRECOMMENDS_append_mx6q = firmware-imx-vpu-imx6q firmware-imx-ath6k

Re: [meta-freescale] [meta-fsl-arm][PATCH] gpu-viv-bin-mx6q.inc: fix libEGL and libGLESv2 installation

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 10:05 AM, Otavio Salvador ota...@ossystems.com.br wrote: .. Signed-off-by: Philip Craig p...@blackmoth.com.au I agree with the changes and I did like the improvement how we handle the different backends but this does not apply on master. Can you rebase it and resend?

Re: [meta-freescale] Missing devtmpfs w/ i.MX6Q SabreSD sato-sdk image

2013-06-27 Thread squirem
Daiane Angolini daiane.list@... writes: Would if be some partition table issue? I believe so. I notice that the SD card image generated by poky contains two partitions: the boot partition and the root fileystem partition, while my SD card only contained a single partion. This was my disk

Re: [meta-freescale] Missing devtmpfs w/ i.MX6Q SabreSD sato-sdk image

2013-06-27 Thread Daiane Angolini
On Thu, Jun 27, 2013 at 10:34 AM, squirem squi...@fbdfrozen.com wrote: Daiane Angolini daiane.list@... writes: Would if be some partition table issue? I believe so. I notice that the SD card image generated by poky contains two partitions: the boot partition and the root fileystem partition,

Re: [meta-freescale] Missing devtmpfs w/ i.MX6Q SabreSD sato-sdk image

2013-06-27 Thread squirem
Otavio Salvador otavio@... writes: Please confirm it does work using bitbake so I can check it. It seems the issue was with how I set up my partitions. The instructions Daiane linked to worked. I appreciate the help. Best regards, Saddam Quirem

Re: [meta-freescale] [meta-fsl-arm][PATCH 1] imx-test: Fix the compile command

2013-06-27 Thread Daiane Angolini
On Wed, Jun 12, 2013 at 3:07 PM, Daiane Angolini daiane.angol...@freescale.com wrote: It includes the same INCLUDE_DIR from imx-lib Change-Id: Ie2a5aeff621a6c333e14d24a8c0e78a7b72ba50c Signed-off-by: Daiane Angolini daiane.angol...@freescale.com Otavio, Could you, please, apply this patch on

Re: [meta-freescale] [meta-fsl-arm][PATCH 1] imx-test: Fix the compile command

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 10:52 AM, Daiane Angolini daiane.l...@gmail.com wrote: On Wed, Jun 12, 2013 at 3:07 PM, Daiane Angolini daiane.angol...@freescale.com wrote: It includes the same INCLUDE_DIR from imx-lib Change-Id: Ie2a5aeff621a6c333e14d24a8c0e78a7b72ba50c Signed-off-by: Daiane

[meta-freescale] Fwd: [yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Jeff Osier-Mixon
Forwarding to meta-freescale (and I highly recommend joining this list, c/o https://lists.yoctoproject.org) -- Forwarded message -- From: Chris Tapp opensou...@keylevel.com Date: Thu, Jun 27, 2013 at 12:54 AM Subject: [yocto] Problems building core-image-minimal for

Re: [meta-freescale] [yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Chris Tapp
On 27 Jun 2013, at 17:08, Jeff Osier-Mixon wrote: Forwarding to meta-freescale (and I highly recommend joining this list, c/o https://lists.yoctoproject.org) Thanks. I've just added myself to the list as well. -- Forwarded message -- From: Chris Tapp

Re: [meta-freescale] [yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 1:32 PM, Chris Tapp opensou...@keylevel.com wrote: On 27 Jun 2013, at 17:08, Jeff Osier-Mixon wrote: Forwarding to meta-freescale (and I highly recommend joining this list, c/o https://lists.yoctoproject.org) Thanks. I've just added myself to the list as well.

[meta-freescale] [meta-fsl-arm for dylan][PATCH] linux-fslc: Update 3.8 to include some fixes

2013-06-27 Thread Daiane Angolini
The fixes included are: ASoC: pcm: Require both CODEC and CPU support when declaring stream caps ASoC: mxs: mxs-saif: Split mxs_saif_dai into two elements ARM: mxs: Pass the system revision ARM: mxs: Print silicon version on boot ARM: dt: Use the 'model' field for printing the hardware revision

Re: [meta-freescale] [meta-fsl-arm for dylan][PATCH] linux-fslc: Update 3.8 to include some fixes

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 1:44 PM, Daiane Angolini daiane.angol...@freescale.com wrote: The fixes included are: ASoC: pcm: Require both CODEC and CPU support when declaring stream caps ASoC: mxs: mxs-saif: Split mxs_saif_dai into two elements ARM: mxs: Pass the system revision ARM: mxs: Print

Re: [meta-freescale] [yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Chris Tapp
On 27 Jun 2013, at 17:36, Otavio Salvador wrote: On Thu, Jun 27, 2013 at 1:32 PM, Chris Tapp opensou...@keylevel.com wrote: On 27 Jun 2013, at 17:08, Jeff Osier-Mixon wrote: Forwarding to meta-freescale (and I highly recommend joining this list, c/o https://lists.yoctoproject.org)

Re: [meta-freescale] [yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 6:40 PM, Chris Tapp opensou...@keylevel.com wrote: On 27 Jun 2013, at 17:36, Otavio Salvador wrote: On Thu, Jun 27, 2013 at 1:32 PM, Chris Tapp opensou...@keylevel.com wrote: On 27 Jun 2013, at 17:08, Jeff Osier-Mixon wrote: Forwarding to meta-freescale (and I

[meta-freescale] pkg-config with gpu-viv-bin-mx6q

2013-06-27 Thread Chris Tapp
I've got a recipe for an autotools application with runs under EGL / GLESv2. It uses the following to make sure these are available: PKG_CHECK_MODULE(LIBEGL, egl = 1.0 ) PKG_CHECK_MODULE(LIBGLESv2, glesv2 = 2.0 ) These libs are provided by gpu-viv-bin-mx6q, but it looks like there's no

Re: [meta-freescale] pkg-config with gpu-viv-bin-mx6q

2013-06-27 Thread Otavio Salvador
On Thu, Jun 27, 2013 at 9:02 PM, Chris Tapp opensou...@keylevel.com wrote: I've got a recipe for an autotools application with runs under EGL / GLESv2. It uses the following to make sure these are available: PKG_CHECK_MODULE(LIBEGL, egl = 1.0 ) PKG_CHECK_MODULE(LIBGLESv2, glesv2 = 2.0 )

Re: [meta-freescale] [meta-fsl-ppc][PATCH 00/26] patch series to upgrade to fsl 1.4 release

2013-06-27 Thread Luo Zhenhua-B19537
Hi Otavio, Regarding PR, should it be removed from recipe or just be kept as is? Best Regards, Zhenhua -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale- boun...@yoctoproject.org] On Behalf Of Otavio Salvador Sent: Thursday, June 27, 2013 8:45

Re: [meta-freescale] [meta-fsl-ppc][PATCH 00/26] patch series to upgrade to fsl 1.4 release

2013-06-27 Thread Luo Zhenhua-B19537
Thanks. Following patches are applied in master-next branch and will be synced to master after successfully build. [meta-fsl-ppc,26/26] web-sysmon: add recipe [meta-fsl-ppc,25/26] skmm: add recipe [meta-fsl-ppc,24/26] qoriq-debug: add recipe [meta-fsl-ppc,23/26] mux-server: add recipe

[meta-freescale] [meta-fsl-ppc][PATCH v2 12/12] usdpaa: upgrade to the version of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/usdpaa/usdpaa_git.bb | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/recipes-tools/usdpaa/usdpaa_git.bb

[meta-freescale] [meta-fsl-ppc][PATCH v2 02/12] u-boot: upgrade to the version of sdk1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com install the right nand-uboot for p1010rdb and bsc913x. u-boot-with-spl.bin is the right nand-uboot image. Signed-off-by: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Ting Liu b28...@freescale.com --- recipes-kernel/u-boot/u-boot_git.bb |8

[meta-freescale] [meta-fsl-ppc][PATCH v2 10/12] hypervisor: upgrade to the SHA of sdk-1.4 and add hypertrk submodule

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/embedded-hv/hypervisor_git.bb | 19 --- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb

[meta-freescale] [meta-fsl-ppc][PATCH v2 11/12] rcw: upgrade to the version of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/rcw/rcw_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-tools/rcw/rcw_git.bb b/recipes-tools/rcw/rcw_git.bb index f33685d..c532a9d 100644

[meta-freescale] [meta-fsl-ppc][PATCH v2 08/12] fmc: upgrade to the SHA of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-ucode/fmc/fmc_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-ucode/fmc/fmc_git.bb b/recipes-ucode/fmc/fmc_git.bb index fd23896..20f93f6 100644

[meta-freescale] [meta-fsl-ppc][PATCH v2 04/12] boot-format: update SHA for sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-tools/boot-format/boot-format_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-tools/boot-format/boot-format_git.bb

[meta-freescale] [meta-fsl-ppc][PATCH v2 09/12] fm-ucode: upgrade to the SHA of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Also update regex to match new ucode binaries (106.9.x) Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-ucode/fm-ucode/fm-ucode_git.bb |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git

[meta-freescale] [meta-fsl-ppc][PATCH v2 07/12] fmlib: upgrade to the SHA of sdk-1.4

2013-06-27 Thread b28495
From: Zhenhua Luo zhenhua@freescale.com Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-ucode/fmlib/fmlib_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes-ucode/fmlib/fmlib_git.bb b/recipes-ucode/fmlib/fmlib_git.bb index