summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2018-12-04 14:50:02 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-12-04 15:16:06 +0800
commit909bdd8dc6788c6ef43d2417dba488804f1261bb (patch)
treeb1e0a99614b468ce265e25ab0e37eb12985644a4
parentaf002507e3084afc01b8f32a13a3214fa0434ec1 (diff)
downloadmeta-dpdk-909bdd8dc6788c6ef43d2417dba488804f1261bb.tar.gz
Drop the reference of meta-intel in README
This has been created as a separate layer for a long time, the reference of meta-intel in the README seems a bit confusion. So drop all of them. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--README21
1 files changed, 3 insertions, 18 deletions
diff --git a/README b/README
index 6fd77dc..18407b2 100644
--- a/README
+++ b/README
@@ -1,18 +1,7 @@
1meta-dpdk 1meta-dpdk
2========= 2=========
3 3
4This README file contains information on building and booting 4This README file contains information on building the DPDK package.
5meta-intel BSP layers. Please see the corresponding sections below
6for details.
7
8
9Yocto Project Compatible
10========================
11
12The BSPs contained in this layer are compatible with the Yocto Project
13as per the requirements listed here:
14
15 https://www.yoctoproject.org/webform/yocto-project-compatible-registration
16 5
17 6
18Dependencies 7Dependencies
@@ -71,15 +60,11 @@ Specifically, they should:
71 tested the patch, and for any non-trivial or non-obvious testing 60 tested the patch, and for any non-trivial or non-obvious testing
72 setup, provide details of that setup. 61 setup, provide details of that setup.
73 62
74Doing a quick 'git log' in meta-intel will provide you with many 63Doing a quick 'git log' in meta-dpdk will provide you with many
75examples of good example commits if you have questions about any 64examples of good example commits if you have questions about any
76aspect of the preferred format. 65aspect of the preferred format.
77 66
78The meta-intel maintainers will do their best to review and/or pull in 67The meta-dpdk maintainers will do their best to review and/or pull in
79a patch or patchset within 24 hours of the time it was posted. For 68a patch or patchset within 24 hours of the time it was posted. For
80larger and/or more involved patches and patchsets, the review process 69larger and/or more involved patches and patchsets, the review process
81may take longer. 70may take longer.
82
83Please see the meta-intel/MAINTAINERS file for the list of maintainers
84and their specific areas; it's also a good idea to cc: the specific
85maintainer, if applicable.