[meta-intel] [PATCH] linux-yocto-4.1: Fix kernel version

2017-07-26 Thread California Sullivan
My script set it to v4.1.41, when its actually v4.1.42.

Signed-off-by: California Sullivan 
---
 common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend 
b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 9a0277b..d40a46c 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-LINUX_VERSION_INTEL_COMMON = "4.1.41"
+LINUX_VERSION_INTEL_COMMON = "4.1.42"
 SRCREV_META_INTEL_COMMON = "9f9c9a66ef3452343586adf150137967e955d71a"
 SRCREV_MACHINE_INTEL_COMMON = "05418d19b8f75b2cdcd616641c8749ec2079cd81"
 
-- 
2.9.4

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH] dpdk: DPDK upgrade to version 17.05

2017-07-26 Thread Wold, Saul


This patch does not apply to the master branch of meta-intel, you need
to ensure this is against master please.

Thanks
   Sau!


On Wed, 2017-07-26 at 16:23 +0800, Syed Mohamad Fauzi, Syed Johan Arif
wrote:
> Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif  yed.mohamad.fa...@intel.com>
> ---
>  common/recipes-extended/dpdk/dpdk.inc  |  6 +--
>  ...onfig-variable-to-enable-disable-dpdk_qat.patch | 31 
> 
>  ...4-point-to-the-right-include-and-lib-path.patch | 43 
> --
>  ...dk-16.07-dpdk-fix-for-parellel-make-issue.patch |  6 +--
>  common/recipes-extended/dpdk/dpdk_17.02.bb | 19 --
>  common/recipes-extended/dpdk/dpdk_17.05.bb | 18 +
>  6 files changed, 24 insertions(+), 99 deletions(-)
>  delete mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-16.04-add-
> config-variable-to-enable-disable-dpdk_qat.patch
>  delete mode 100644 common/recipes-extended/dpdk/dpdk/dpdk-16.04-
> point-to-the-right-include-and-lib-path.patch
>  delete mode 100644 common/recipes-extended/dpdk/dpdk_17.02.bb
>  create mode 100644 common/recipes-extended/dpdk/dpdk_17.05.bb
> 
> diff --git a/common/recipes-extended/dpdk/dpdk.inc b/common/recipes-
> extended/dpdk/dpdk.inc
> index 77bd4a8..b8bd2ad 100644
> --- a/common/recipes-extended/dpdk/dpdk.inc
> +++ b/common/recipes-extended/dpdk/dpdk.inc
> @@ -6,14 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=75141926
> 0aa954499f7abaabaa882bbe"
>  SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \
>      file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-
> bu.patch \
>      file://dpdk-16.07-add-sysroot-option-within-app-
> makefile.patch \
> -    file://dpdk-16.04-point-to-the-right-include-and-lib-
> path.patch \
>      file://dpdk-16.04-Fix-for-misleading-indentation-
> error.patch \
>      file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-
> libs.patch \
>      file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch
> \
>      file://dpdk-17.02-dpdk-fix-installation-warning-and-
> issue.patch \
>     "
>  
> -COMPATIBLE_MACHINE = "intel-corei7-64"
> +COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64|intel-core2-32"
>  
>  # dpdk example apps dpdk_qat and vhost have dependancy on fuse and
> qat.
>  # fuse is in meta-filesystems and qat is not yet upstreamed.
> @@ -59,7 +58,8 @@ def get_dpdk_target_mach(bb, d):
>  "mohonpeak64":"atm",
>  "mohonpeak32":"atm",
>  "crystalforest":  "ivb",
> -"intel_corei7_64": "hsw",
> +"intel_corei7_64": "atm",
> + "intel_core2_32": "atm",
>  }
>  
>  if target_arch in multiarch_options :
> diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-16.04-add-config-
> variable-to-enable-disable-dpdk_qat.patch b/common/recipes-
> extended/dpdk/dpdk/dpdk-16.04-add-config-variable-to-enable-disable-
> dpdk_qat.patch
> deleted file mode 100644
> index cd51705..000
> --- a/common/recipes-extended/dpdk/dpdk/dpdk-16.04-add-config-
> variable-to-enable-disable-dpdk_qat.patch
> +++ /dev/null
> @@ -1,31 +0,0 @@
> -From a424a79b1422f1877de3ee7aee6f781aeacc3630 Mon Sep 17 00:00:00
> 2001
> -From: Anuj Mittal 
> -Date: Tue, 18 Aug 2015 12:36:02 +0800
> -Subject: [PATCH] examples: add config variable to enable/disable
> dpdk_qat
> -
> -Upstream-Status: Inappropriate [configuration]
> -
> -Add CONFIG_EXAMPLE_DPDK_QAT to control compilation of dpdk_qat
> -example by PACKAGECONFIG
> -
> -Signed-off-by: Anuj Mittal 
> 
> - examples/Makefile |2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/examples/Makefile b/examples/Makefile
> -index b4eddbd..1bc14b0 100644
>  a/examples/Makefile
> -+++ b/examples/Makefile
> -@@ -41,7 +41,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += bond
> - DIRS-y += cmdline
> - DIRS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += distributor
> - ifneq ($(ICP_ROOT),)
> --DIRS-y += dpdk_qat
> -+DIRS-$(CONFIG_EXAMPLE_DPDK_QAT) += dpdk_qat
> - endif
> - DIRS-y += exception_path
> - DIRS-y += helloworld
> --- 
> -1.7.9.5
> -
> diff --git a/common/recipes-extended/dpdk/dpdk/dpdk-16.04-point-to-
> the-right-include-and-lib-path.patch b/common/recipes-
> extended/dpdk/dpdk/dpdk-16.04-point-to-the-right-include-and-lib-
> path.patch
> deleted file mode 100644
> index 75bb517..000
> --- a/common/recipes-extended/dpdk/dpdk/dpdk-16.04-point-to-the-
> right-include-and-lib-path.patch
> +++ /dev/null
> @@ -1,43 +0,0 @@
> -From 928595c80ae28d19861d7e76ed898a8fb3f2c1dc Mon Sep 17 00:00:00
> 2001
> -From: Anuj Mittal 
> -Date: Fri, 24 Jul 2015 23:57:17 +0800
> -Subject: [PATCH] dpdk: point to the right include and lib path
> -
> -Upstream-Status: Inappropriate [Configuration]
> -
> -Make sure that we point to the right location of qat
> -lac headers and library.
> -
> -Signed-off-by: Anuj Mittal 
> 
> - examples/dpdk_qat/Makefile |7 ++-
> - 1 file changed, 2 insertions(+), 5 deletions(-)
> -
> -diff --git a/examples/dpdk_qat/Makefile 

[meta-intel] [PATCH] dpdk: DPDK upgrade to version 17.05

2017-07-26 Thread Syed Mohamad Fauzi, Syed Johan Arif
Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif 

---
 common/recipes-extended/dpdk/dpdk.inc  |  6 +--
 ...onfig-variable-to-enable-disable-dpdk_qat.patch | 31 
 ...4-point-to-the-right-include-and-lib-path.patch | 43 --
 ...dk-16.07-dpdk-fix-for-parellel-make-issue.patch |  6 +--
 common/recipes-extended/dpdk/dpdk_17.02.bb | 19 --
 common/recipes-extended/dpdk/dpdk_17.05.bb | 18 +
 6 files changed, 24 insertions(+), 99 deletions(-)
 delete mode 100644 
common/recipes-extended/dpdk/dpdk/dpdk-16.04-add-config-variable-to-enable-disable-dpdk_qat.patch
 delete mode 100644 
common/recipes-extended/dpdk/dpdk/dpdk-16.04-point-to-the-right-include-and-lib-path.patch
 delete mode 100644 common/recipes-extended/dpdk/dpdk_17.02.bb
 create mode 100644 common/recipes-extended/dpdk/dpdk_17.05.bb

diff --git a/common/recipes-extended/dpdk/dpdk.inc 
b/common/recipes-extended/dpdk/dpdk.inc
index 77bd4a8..b8bd2ad 100644
--- a/common/recipes-extended/dpdk/dpdk.inc
+++ b/common/recipes-extended/dpdk/dpdk.inc
@@ -6,14 +6,13 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe"
 SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \
   file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
   file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \
-  file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \
   file://dpdk-16.04-Fix-for-misleading-indentation-error.patch \
   file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch \
   file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
   file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \
  "
 
-COMPATIBLE_MACHINE = "intel-corei7-64"
+COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64|intel-core2-32"
 
 # dpdk example apps dpdk_qat and vhost have dependancy on fuse and qat.
 # fuse is in meta-filesystems and qat is not yet upstreamed.
@@ -59,7 +58,8 @@ def get_dpdk_target_mach(bb, d):
 "mohonpeak64":"atm",
 "mohonpeak32":"atm",
 "crystalforest":  "ivb",
-"intel_corei7_64": "hsw",
+"intel_corei7_64": "atm",
+   "intel_core2_32": "atm",
 }
 
 if target_arch in multiarch_options :
diff --git 
a/common/recipes-extended/dpdk/dpdk/dpdk-16.04-add-config-variable-to-enable-disable-dpdk_qat.patch
 
b/common/recipes-extended/dpdk/dpdk/dpdk-16.04-add-config-variable-to-enable-disable-dpdk_qat.patch
deleted file mode 100644
index cd51705..000
--- 
a/common/recipes-extended/dpdk/dpdk/dpdk-16.04-add-config-variable-to-enable-disable-dpdk_qat.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From a424a79b1422f1877de3ee7aee6f781aeacc3630 Mon Sep 17 00:00:00 2001
-From: Anuj Mittal 
-Date: Tue, 18 Aug 2015 12:36:02 +0800
-Subject: [PATCH] examples: add config variable to enable/disable dpdk_qat
-
-Upstream-Status: Inappropriate [configuration]
-
-Add CONFIG_EXAMPLE_DPDK_QAT to control compilation of dpdk_qat
-example by PACKAGECONFIG
-
-Signed-off-by: Anuj Mittal 

- examples/Makefile |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/examples/Makefile b/examples/Makefile
-index b4eddbd..1bc14b0 100644
 a/examples/Makefile
-+++ b/examples/Makefile
-@@ -41,7 +41,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += bond
- DIRS-y += cmdline
- DIRS-$(CONFIG_RTE_LIBRTE_DISTRIBUTOR) += distributor
- ifneq ($(ICP_ROOT),)
--DIRS-y += dpdk_qat
-+DIRS-$(CONFIG_EXAMPLE_DPDK_QAT) += dpdk_qat
- endif
- DIRS-y += exception_path
- DIRS-y += helloworld
--- 
-1.7.9.5
-
diff --git 
a/common/recipes-extended/dpdk/dpdk/dpdk-16.04-point-to-the-right-include-and-lib-path.patch
 
b/common/recipes-extended/dpdk/dpdk/dpdk-16.04-point-to-the-right-include-and-lib-path.patch
deleted file mode 100644
index 75bb517..000
--- 
a/common/recipes-extended/dpdk/dpdk/dpdk-16.04-point-to-the-right-include-and-lib-path.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 928595c80ae28d19861d7e76ed898a8fb3f2c1dc Mon Sep 17 00:00:00 2001
-From: Anuj Mittal 
-Date: Fri, 24 Jul 2015 23:57:17 +0800
-Subject: [PATCH] dpdk: point to the right include and lib path
-
-Upstream-Status: Inappropriate [Configuration]
-
-Make sure that we point to the right location of qat
-lac headers and library.
-
-Signed-off-by: Anuj Mittal 

- examples/dpdk_qat/Makefile |7 ++-
- 1 file changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/examples/dpdk_qat/Makefile b/examples/dpdk_qat/Makefile
-index f1e06a1..5b906f7 100644
 a/examples/dpdk_qat/Makefile
-+++ b/examples/dpdk_qat/Makefile
-@@ -66,18 +66,15 @@ SRCS-y := main.c crypto.c
- 
- CFLAGS += -O3
- CFLAGS += $(WERROR_FLAGS)
--CFLAGS += -I$(ICP_ROOT)/quickassist/include \
--  -I$(ICP_ROOT)/quickassist/include/lac \
--  -I$(ICP_ROOT)/quickassist/lookaside/access_layer/include
-+CFLAGS += -I$(ICP_LAC_API_DIR)
- 
- # From CRF 1.2 driver, library was renamed to l

[meta-intel] [PATCH] dpdk: DPDK upgrade to version 17.05

2017-07-26 Thread Syed Mohamad Fauzi, Syed Johan Arif
Dear Maintainer,

This patch upgrades DPDK to version 17.05 

Syed Mohamad Fauzi, Syed Johan Arif (1):
  dpdk upgrade to version 17.05

 common/recipes-extended/dpdk/dpdk.inc  |  6 +--
 ...onfig-variable-to-enable-disable-dpdk_qat.patch | 31 
 ...4-point-to-the-right-include-and-lib-path.patch | 43 --
 ...dk-16.07-dpdk-fix-for-parellel-make-issue.patch |  6 +--
 common/recipes-extended/dpdk/dpdk_17.02.bb | 19 --
 common/recipes-extended/dpdk/dpdk_17.05.bb | 18 +
 6 files changed, 24 insertions(+), 99 deletions(-)
 delete mode 100644 
common/recipes-extended/dpdk/dpdk/dpdk-16.04-add-config-variable-to-enable-disable-dpdk_qat.patch
 delete mode 100644 
common/recipes-extended/dpdk/dpdk/dpdk-16.04-point-to-the-right-include-and-lib-path.patch
 delete mode 100644 common/recipes-extended/dpdk/dpdk_17.02.bb
 create mode 100644 common/recipes-extended/dpdk/dpdk_17.05.bb

-- 
1.9.1

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel