Re: [meta-intel] [meta-dpdk 2/2] Drop the reference of meta-intel in this layer

2018-11-26 Thread Kevin Hao
On Tue, Nov 27, 2018 at 06:10:46AM +, Mittal, Anuj wrote:
> On Mon, 2018-11-26 at 22:06 +0800, Kevin Hao wrote:
> >  conf/include/maintainers.inc |  2 +-
> 
> Should this file be removed instead? It shouldn't be needed for this
> layer ...

Agreed. I can compose a new patch to drop this file. By the way, do you think
that we need to add a MAINTAINERS file for this layer? And who do you think
that we should list as maintainers for this layer? You or California Sullivan,
or both of you?

Thanks,
Kevin

> 
> Thanks,
> Anuj


signature.asc
Description: PGP signature
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [meta-dpdk 2/2] Drop the reference of meta-intel in this layer

2018-11-26 Thread Mittal, Anuj
On Mon, 2018-11-26 at 22:06 +0800, Kevin Hao wrote:
>  conf/include/maintainers.inc |  2 +-

Should this file be removed instead? It shouldn't be needed for this
layer ...

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


[meta-intel] [meta-dpdk 1/2] Fix the stale dependency info in README

2018-11-26 Thread Kevin Hao
Instead of sticking to one specific version on the dependency layers
and having to update it for each release version, just claim that
this layer is compatible with the latest version of the dependency
layers.

Signed-off-by: Kevin Hao 
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 6563ff9f51b9..6fd77dc30c1d 100644
--- a/README
+++ b/README
@@ -21,11 +21,11 @@ Dependencies
 This layer depends on:
 
   URI: git://git.openembedded.org/bitbake
-  branch: 1.34
+  branch: master
 
   URI: git://git.openembedded.org/openembedded-core
   layers: meta
-  branch: rocko
+  branch: master
 
 
 Guidelines for submitting patches
-- 
2.14.4

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


[meta-intel] [meta-dpdk 2/2] Drop the reference of meta-intel in this layer

2018-11-26 Thread Kevin Hao
This has been created as a separate layer for a long time, the
reference of meta-intel in this layer seems a bit confusion.
So drop all of them.

Signed-off-by: Kevin Hao 
---
 README   | 21 +++--
 conf/include/maintainers.inc |  2 +-
 2 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/README b/README
index 6fd77dc30c1d..18407b2031eb 100644
--- a/README
+++ b/README
@@ -1,18 +1,7 @@
 meta-dpdk
 =
 
-This README file contains information on building and booting
-meta-intel BSP layers.  Please see the corresponding sections below
-for details.
-
-
-Yocto Project Compatible
-
-
-The BSPs contained in this layer are compatible with the Yocto Project
-as per the requirements listed here:
-
-  https://www.yoctoproject.org/webform/yocto-project-compatible-registration
+This README file contains information on building the DPDK package.
 
 
 Dependencies
@@ -71,15 +60,11 @@ Specifically, they should:
 tested the patch, and for any non-trivial or non-obvious testing
 setup, provide details of that setup.
 
-Doing a quick 'git log' in meta-intel will provide you with many
+Doing a quick 'git log' in meta-dpdk will provide you with many
 examples of good example commits if you have questions about any
 aspect of the preferred format.
 
-The meta-intel maintainers will do their best to review and/or pull in
+The meta-dpdk maintainers will do their best to review and/or pull in
 a patch or patchset within 24 hours of the time it was posted.  For
 larger and/or more involved patches and patchsets, the review process
 may take longer.
-
-Please see the meta-intel/MAINTAINERS file for the list of maintainers
-and their specific areas; it's also a good idea to cc: the specific
-maintainer, if applicable.
diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc
index a89a54aeb45a..6d7218bdfe67 100644
--- a/conf/include/maintainers.inc
+++ b/conf/include/maintainers.inc
@@ -1,3 +1,3 @@
-# This file contains a list of recipe maintainers for meta-intel
+# This file contains a list of recipe maintainers for meta-dpdk
 
 RECIPE_MAINTAINER_pn-dpdk = "TBD DPDK Flex Team"
-- 
2.14.4

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