summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-07-03 09:18:12 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-07-03 13:06:15 +0800
commitecf640393a6374b6c4ea2198df37b9c5c260c320 (patch)
treed827f0bcc9d7426731c56dbe654d01c077f40076
parentffba1b2dc401a78a2415a08739779ad7ec2d1604 (diff)
downloadmeta-intel-qat-ecf640393a6374b6c4ea2198df37b9c5c260c320.tar.gz
README: fix references to layer name
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--README10
1 files changed, 3 insertions, 7 deletions
diff --git a/README b/README
index 188d836..12a00b4 100644
--- a/README
+++ b/README
@@ -53,7 +53,7 @@ This layer depends on:
53Guidelines for submitting patches 53Guidelines for submitting patches
54==================================== 54====================================
55 55
56Please submit any patches against meta-dpdk to the meta-intel 56Please submit any patches against meta-intel-qat to the meta-intel-qat
57mailing list (meta-intel@yoctoproject.org). Also, if your patches are 57mailing list (meta-intel@yoctoproject.org). Also, if your patches are
58available via a public git repository, please also include a URL to 58available via a public git repository, please also include a URL to
59the repo and branch containing your patches as that makes it easier 59the repo and branch containing your patches as that makes it easier
@@ -93,15 +93,11 @@ Specifically, they should:
93 tested the patch, and for any non-trivial or non-obvious testing 93 tested the patch, and for any non-trivial or non-obvious testing
94 setup, provide details of that setup. 94 setup, provide details of that setup.
95 95
96Doing a quick 'git log' in meta-intel will provide you with many 96Doing a quick 'git log' in meta-intel-qat will provide you with many
97examples of good example commits if you have questions about any 97examples of good example commits if you have questions about any
98aspect of the preferred format. 98aspect of the preferred format.
99 99
100The meta-intel maintainers will do their best to review and/or pull in 100The meta-intel-qat maintainers will do their best to review and/or pull in
101a patch or patchset within 24 hours of the time it was posted. For 101a patch or patchset within 24 hours of the time it was posted. For
102larger and/or more involved patches and patchsets, the review process 102larger and/or more involved patches and patchsets, the review process
103may take longer. 103may take longer.
104
105Please see the meta-intel/MAINTAINERS file for the list of maintainers
106and their specific areas; it's also a good idea to cc: the specific
107maintainer, if applicable.