[meta-intel] [meta-dpdk] dpdk: Use git repo

2018-04-08 Thread Kevin Hao
This is more convenient for development. Signed-off-by: Kevin Hao --- recipes-extended/dpdk/dpdk.inc| 6 +- recipes-extended/dpdk/dpdk_17.11.1.bb | 5 - recipes-extended/dpdk/dpdk_18.02.bb | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) diff

[meta-intel] [meta-dpdk 2/4] dpdk: Introduce the 17.11.1

2018-04-08 Thread Kevin Hao
This is the latest stable version. Signed-off-by: Kevin Hao --- recipes-extended/dpdk/dpdk_17.11.1.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 recipes-extended/dpdk/dpdk_17.11.1.bb diff --git a/recipes-extended/dpdk/dpdk_17.11.1.bb

[meta-intel] [meta-dpdk 4/4] dpdk: Refresh the patches for the context changes

2018-04-08 Thread Kevin Hao
Using the following commands to refresh the patches in order to suppress the fuzz warnings. devtool modify dpdk devtool finish --force-patch-refresh dpdk meta-dpdk-dir No code change. Signed-off-by: Kevin Hao --- ...-examples-Fix-maybe-uninitialized-warning.patch |

[meta-intel] [meta-dpdk 3/4] Add compatible for "sumo"

2018-04-08 Thread Kevin Hao
The latest Yocto has changed the LAYERSERIES_CORENAMES to "sumo". So add it to the compatible list. Signed-off-by: Kevin Hao --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index

[meta-intel] [meta-dpdk 1/4] dpdk: Factor out the license info into the specific bb

2018-04-08 Thread Kevin Hao
The license files may be different between different versions. So move them into the specific bb files. Signed-off-by: Kevin Hao --- recipes-extended/dpdk/dpdk.inc | 4 recipes-extended/dpdk/dpdk_18.02.bb | 5 + 2 files changed, 5 insertions(+), 4