[meta-freescale] [PATCH] ovs-dpdk: Add missing dep on coreutils-native

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Fixes |./build-aux/calculate-schema-cksum: cksum: not found |Makefile:4958: recipe for target 'all-recursive' failed --- recipes-extended/ovs-dpdk/ovs-dpdk_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk

[meta-freescale] [PATCH] u-boot-fslc: Bump revision to ac3b20cdbe

2017-04-25 Thread Fabio Berton
This includes the following changes: - ac3b20cdbe mx6cuboxi: Remove define for PARTITION_UUIDS and CMD_PART - eec5e45589 wandboard: Remove define for PARTITION_UUIDS and CMD_PART Signed-off-by: Fabio Berton --- recipes-bsp/u-boot/u-boot-fslc_2017.03.bb | 2 +- 1 file changed, 1 insertio

Re: [meta-freescale] [PATCH 01/29] cst :update to a292f9d

2017-04-25 Thread Otavio Salvador
Hello folks, I did review the patches and there are few things to fix before we put those on CI: - missed Signed-off-by - avoid SOC_FAMILY use, instead use MACHINEOVERRIDES So please prepare a v2 for those. On Fri, Apr 21, 2017 at 12:59 AM, Chunrong Guo wrote: > From: Chunrong Guo > >*in

[meta-freescale] Updates to meta-freescale (master) in 2017-04-25

2017-04-25 Thread otavio . salvador
Hello, I pushed following updates: commit f12671110e0d442fc1655957f6e10291f743e7d1 (HEAD -> master, yocto/master) Author: Fabio Berton Date: Tue Apr 25 10:08:02 2017 -0300 u-boot-fslc: Bump revision to ac3b20cdbe This includes the following changes: - ac3b20cdbe mx6c

[meta-freescale] Updates to meta-freescale-3rdparty (master) in 2017-04-25

2017-04-25 Thread otavio . salvador
Hello, I pushed following updates: commit 61bcfe21bd65c26e1efef922dd0929867f759584 (HEAD -> master, fslc/master) Author: Tim Harvey Date: Wed Apr 19 07:30:33 2017 -0700 ventana: Add 'use-mainline-bsp' support The 'use-mainline-bsp' makes use of linux-fslc as kernel and removes

[meta-freescale] Updates to meta-freescale (morty) in 2017-04-25

2017-04-25 Thread otavio . salvador
Hello, I pushed following updates: commit a398b50b7fc084a9e68cc3000c218d5028522a25 (HEAD -> morty, yocto/morty) Author: Fabio Berton Date: Tue Apr 11 18:29:57 2017 -0300 linux-fslc: Bump revision to b69ecd63c123 This commit merge tag v4.9.21 into 4.9.x+fslc and add the follow

Re: [meta-freescale] u-boot-fscl 2017.03 fails with cubox-i

2017-04-25 Thread Fabio Berton
Hi Ricardo, Thanks for reporting this. This fix has already merged on master, please update your layer. Fabio On 04/24/2017 07:41 PM, Ricardo Salveti wrote: Hey, Looks like the rebased u-boot-fscl patches are not working right with the 2017.03 u-boot release, and the update to u-boot-fscl 20

Re: [meta-freescale] [PATCH] u-boot-fslc: Update to version 2017.03

2017-04-25 Thread Fabio Berton
This wandboard issue was fixed on meta-freescale master branch. Fabio On 04/22/2017 09:18 AM, Fabio Berton wrote: Hi Trevor, Thanks for reporting this, I'll see this issue on monday. On 04/22/2017 02:56 AM, Trevor Woerner wrote: I think this update breaks MACHINE=wandboard :-( do_compile fa

Re: [meta-freescale] [PATCH] fsl-kernel-localversion: Add preconfigure dependency on do_unpack

2017-04-25 Thread Otavio Salvador
Hello Mats, On Thu, Apr 13, 2017 at 12:33 PM, Mats Karrman wrote: > From: Mats Karrman > Date: Thu, 13 Apr 2017 17:11:58 +0200 > Subject: [PATCH] fsl-kernel-localversion: Add preconfigure dependency on > do_unpack > > Even if 'externalsrc' is used, SRC_URI may specify a 'defconfig'. > However as

[meta-freescale] [3rdparty][PATCH] wandboard: Use wic as default tool to create images

2017-04-25 Thread Fabio Berton
Set wic.gz to SOC_DEFAULT_IMAGE_FSTYPES to use wic as default. Signed-off-by: Fabio Berton --- conf/machine/wandboard.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf index 14e0f21..ad8ebb7 100644 --- a/conf/machin

[meta-freescale] Updates to meta-freescale-3rdparty (morty) in 2017-04-25

2017-04-25 Thread otavio . salvador
Hello, I pushed following updates: commit d465748edc1c4556553a4b9757b088139b9126bd (HEAD -> morty, fslc/morty) Author: Fabio Berton Date: Tue Apr 25 11:14:40 2017 -0300 wandboard: Use wic as default tool to create images Set wic.gz to SOC_DEFAULT_IMAGE_FSTYPES to use wic as defau

[meta-freescale] Updates to meta-freescale-3rdparty (master) in 2017-04-25

2017-04-25 Thread otavio . salvador
Hello, I pushed following updates: commit ebccc38c30f13f80f7bc5822bc094512a22b0670 (HEAD -> pending, fslc/master) Author: Fabio Berton Date: Tue Apr 25 11:14:40 2017 -0300 wandboard: Use wic as default tool to create images Set wic.gz to SOC_DEFAULT_IMAGE_FSTYPES to use wic as de

Re: [meta-freescale] Wandboard won't boot morty or morty-next

2017-04-25 Thread Fabio Berton
This issue was fixed on master and morty branches. We're using wic tool to create images, so the final image will be suffix .wic.gz and not .sdcard.gz and has only one partition. So, you don't need to change extlinux/extlinux.conf file. Fabio Berton On 04/24/2017 09:34 PM, p...@conspiracy.net

Re: [meta-freescale] [PATCH] fsl-kernel-localversion: Add preconfigure dependency on do_unpack

2017-04-25 Thread Mats Karrman
Hi Otavio, On 04/25/2017 03:51 PM, Otavio Salvador wrote: > Hello Mats, > > On Thu, Apr 13, 2017 at 12:33 PM, Mats Karrman > wrote: >> From: Mats Karrman >> Date: Thu, 13 Apr 2017 17:11:58 +0200 >> Subject: [PATCH] fsl-kernel-localversion: Add preconfigure dependency on >> do_unpack >> >> Even

[meta-freescale] [3rdparty][PATCH] linux-wandboard: Update LOCALVERSION to use valid characters

2017-04-25 Thread Fabio Berton
We can only use this characters [a-z0-9.+-] for LOCALVERSION. Signed-off-by: Fabio Berton --- recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb | 2 +- recipes-kernel/linux/linux-wandboard_4.1.15.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/li

Re: [meta-freescale] [PATCH] fsl-kernel-localversion: Add preconfigure dependency on do_unpack

2017-04-25 Thread Otavio Salvador
On Tue, Apr 25, 2017 at 5:28 PM, Mats Karrman wrote: > On 04/25/2017 03:51 PM, Otavio Salvador wrote: ... >> It does not apply on master; can you reproduce it on master? Use >> meta-freescale please. > > I will try to do this shortly. > > I haven't been active with Yocto for a while and totaly mis

[meta-freescale] [[PATCH v2 01/29] cst :update to a292f9d

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes a292f9d - Change year format in COPYING file fb20b2b - Add NXP copyright in COPYING file 4e6b30b - Add NXP Copyright to files created/modified after 2016-11-07 d5c123b - Change platform name in input files for sd and nand boot

[meta-freescale] [[PATCH v2 02/29] dpl-examples:update to cea280f

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes cea280f - Merge pull request #101 in DPAA2/dpl-examples from ls2088a to master 48d3ed0 - Merge pull request #102 in DPAA2/dpl-examples from ls1088a to master dfd7820 - Merge pull request #103 in DPAA2/dpl-examples

[meta-freescale] [[PATCH v2 03/29] ls2088ardb: Add machine config file

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- conf/machine/ls2088ardb.conf | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 conf/machine/ls2088ardb.conf diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf new file mode 100644 index 00

[meta-freescale] [[PATCH v2 04/29] ls2-rcw: add ls2088a as COMPATIBLE_MACHINE

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/rcw/ls2-rcw_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb index 70d27a0..b4fba4a 100644 --- a/recipes-bsp/rcw/ls2-rcw_git.bb +++ b/recipes-

[meta-freescale] [[PATCH v2 07/29] dpl-examples: add ls2088a as COMPATIBLE_MACHINE

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb index dfa2295..17946b3 100644 --

[meta-freescale] [[PATCH v2 05/29] ls2-phy: add ls2088ardb as COMPATIBLE_MACHINE

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/ls2-phy/ls2-phy_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb b/recipes-bsp/ls2-phy/ls2-phy_git.bb index 9833769..d21147f 100644 --- a/recipes-bsp/ls2-phy/ls2-phy_git.

[meta-freescale] [[PATCH v2 09/29] usdpaa-apps:update to 49fce3a

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo * include the following changes 49fce3a - Merge pull request #31 in SDK/usdpaa-apps from ~B18196/usdpaa-apps:sdk-v2.0.x to sdk-v2.0.x a487b87 - usdpaa_apps: Patch to disable the non-fmc support by default. 68c4db1 - Merge pull request #29 in SDK/usdpaa-apps from

[meta-freescale] [[PATCH v2 08/29] restool: add ls2088ardb as COMPATIBLE_MACHIN

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa2/restool/restool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index e67be12..144a5c5 100644 --- a/recipes-dpaa2/restool/rest

[meta-freescale] [[PATCH v2 10/29] usdpaa :update to db0ea70

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo * include the following changes db0ea70 - Merge pull request #95 in SDK/usdpaa from ~B18196/usdpaa:sdk-v2.0.x to sdk-v2.0.x Signed-off-by: Chunrong Guo --- recipes-dpaa/usdpaa/usdpaa_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe

[meta-freescale] [[PATCH v2 11/29] restool: update SRC_URI to fix fetching

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *fix the below error |<50>ERROR: restool-git-r0 do_fetch: Fetcher failure: Unable to find revision eba25cdfdccef45f7ba02dd2f829b9b55198fbb1 |in branch sdk-v2.0.x even from upstream Signed-off-by: Chunrong Guo --- recipes-dpaa2/restool/restool_git.bb | 2 +- 1

[meta-freescale] [[PATCH v2 12/29] ppa :update to 9fcb080

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes 9fcb080 - Fixing syntax error in $(CMN_SRC). ef15fbf - Adding infrastructure for prng driver. 6cac899 - Merge branch 'master' of http://sw-stash.freescale.net/scm/dnnpi/ppa-generic c9eba96 - Fixing syntax error for targets

[meta-freescale] [[PATCH v2 13/29] management-complex: upgrade to 10.1.2

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *support ls2088a Signed-off-by: Chunrong Guo --- .../management-complex/management-complex_0.8.4.bb | 36 -- .../management-complex_10.1.2.bb | 36 ++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mod

[meta-freescale] [[PATCH v2 14/29] ls2-rcw: update to 5d4624f

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes 5d4624f - ls2088a: Add RCW with a new SerDes protocol fe6844e - board: ls1012aqds: Add support of 0x2205 SerDes protocol 900340e - ls2088aqds: Add initial RCW binaries 32c580c - ls2088ardb: Add RCWs for serdes protocl 0x2a_0x41

[meta-freescale] [[PATCH v2 17/29] dpdk-extras :update to 47ee260

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes 47ee260 - dpaa2: sync dynamic DPL creation and destroy scripts 210d969 - dpaa2: set platform specific value for QoS entries 31f9b14 - Adding BSD License - COPYING be5e732 - Merge pull request #12 in GITAM/dpdk-extras from ~B461

[meta-freescale] [[PATCH v2 18/29] u-boot:update to a06b209

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes a06b209 - ls1012aqds:Copyright added in file ls1012aqds_pfe.h f3fa3db - Merge pull request #200 in SDK/u-boot-devel from jira/QUBOOT-2516 to master ad74937 - armv8/fsl-layerscape: fdt: On ls1012 don't check sysclk for USB 436a

[meta-freescale] [[PATCH v2 23/29] dce: add recipes

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa2/dce/dce/Makefile-obey-LDFLAGS.patch | 27 +++ recipes-dpaa2/dce/dce_git.bb | 19 2 files changed, 46 insertions(+) create mode 100644 recipes-dpaa2/dce/dce/Makefile-obey-L

[meta-freescale] [[PATCH v2 25/29] skmm-ep:update to de6816c

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo New commits: de6816c Add back the implicit Makefile rules Signed-off-by: Chunrong Guo --- ...-the-inline-function-definition-with-gcc-.patch | 67 -- ...p-remove-duplicated-pa_to_va-and-va_to_pa.patch | 40 - recipes-extended/skmm-ep/

[meta-freescale] [[PATCH v2 27/29] odp: add recipes

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-extended/odp/odp-counters_git.bb | 14 + recipes-extended/odp/odp-module_git.bb | 16 ++ recipes-extended/odp/odp.inc | 24 + .../odp/odp/disable-the-Werror-flag.patch

[meta-freescale] [[PATCH v2 24/29] gpp-aioptool: add recipes

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | 25 + 1 file changed, 25 insertions(+) create mode 100644 recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/r

[meta-freescale] [[PATCH v2 28/29] ofp: add recipes

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- ...Patch-to-install-ofp-example-applications.patch | 166 + ...ation-issue-with-redefinition-of-a-struct.patch | 19 +++ recipes-extended/ofp/ofp_git.bb| 39 + 3 files changed, 224 insertions(+) cr

[meta-freescale] [[PATCH v2 29/29] linux-qoriq: update to 1ae843c

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes 1 ae843c - Merge branch 'feature/rt' into sdk-v2.0.x-yocto 2 38d9a8a - Merge branch 'feature/usdpaa' into yocto/sdk-2.0.x 3 bba80f8 - Merge branch 'feature/asf' into yocto/sdk-2.0.x 4 dc4e9ad - crypto: dpaa2-caam: add conge

[meta-freescale] [[PATCH v2 15/29] fm-ucode: update to c275e91

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes c275e91 - Release Notes update for SDK 2.0-1703 477ee5f - Added missing image T1040 Reduced NG CAPWAP e70cd68 - QSDK-3369: Integrate latest fixes in NG CAPWAP FMan ucode images 172d4c1 - QSDK-3326: FMan ucode image update for LS

[meta-freescale] [[PATCH v2 06/29] ppa: Add support for ls2088a

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/ppa/ppa_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb index 421d949..58c7dbf 100644 --- a/recipes-bsp/ppa/ppa_git.bb +++ b/recipes-bsp/ppa/ppa_gi

[meta-freescale] [[PATCH v2 16/29] dpdk: update to a3395d2

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes a3395d2 - Merge pull request #310 in GITAM/dpdk from hotfix/DPDK-477-l3fwd-performance to 16.07-qoriq cda2d04 - dpaa2: disable bug_on in qbman cd7609b - dpaa2: enable virt addressing by default 0a17438 - dpaa2: fix legal copyri

[meta-freescale] [[PATCH v2 22/29] aiopsl: add recipes

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-dpaa2/aiopsl/aiopsl_git.bb | 29 + 1 file changed, 29 insertions(+) create mode 100644 recipes-dpaa2/aiopsl/aiopsl_git.bb diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.b

[meta-freescale] [[PATCH v2 19/29] pkc-firmware: update to 209e0e6

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo *include the following changes 209e0e6 - ring affinity: keep jobs and responses in the same ring pair 1cd87fb - remove unused parameter from function signature 688e402 - add new handshake parameters (like old is the new new :) bdd38f2 - fix irq

[meta-freescale] [[PATCH v2 26/29] ppa: Add support for ls1012a

2017-04-25 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/ppa/ppa_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb index 2ea4b6d..7f758fd 100644 --- a/recipes-bsp/ppa/ppa_git.bb +++ b/recipes-bsp/ppa/ppa_gi