diff options
author | LiweiSong <liwei.song@windriver.com> | 2021-08-17 15:27:59 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-17 15:35:00 +0800 |
commit | e17ab0bde7805764be136b1d5279fe971ea99a86 (patch) | |
tree | ec0053a9a4bf10f819f065e1ca77da08e25664ae /conf | |
parent | da3bacb39c0bc8d0970502237c6c5a60533a997f (diff) | |
download | meta-intel-qat-master.tar.gz |
convert to use ":" as the override instead of "_".
And update LAYERSERIES_COMPAT to "honister".
Signed-off-by: Liwei Song <liwei.song@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/include/maintainers.inc | 4 | ||||
-rw-r--r-- | conf/layer.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc index 8343f5f..a7c444d 100644 --- a/conf/include/maintainers.inc +++ b/conf/include/maintainers.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # This file contains a list of recipe maintainers for meta-intel | 1 | # This file contains a list of recipe maintainers for meta-intel |
2 | 2 | ||
3 | RECIPE_MAINTAINER_pn-qat16 = "TBD DPDK Flex Team" | 3 | RECIPE_MAINTAINER:pn-qat16 = "TBD DPDK Flex Team" |
4 | RECIPE_MAINTAINER_pn-zlib-qat = "TBD DPDK Flex Team" | 4 | RECIPE_MAINTAINER:pn-zlib-qat = "TBD DPDK Flex Team" |
diff --git a/conf/layer.conf b/conf/layer.conf index b737cd2..c04af75 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -14,7 +14,7 @@ LAYERDEPENDS_intel-qat = "core" | |||
14 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
16 | LAYERVERSION_intel-qat = "1" | 16 | LAYERVERSION_intel-qat = "1" |
17 | LAYERSERIES_COMPAT_intel-qat = "hardknott" | 17 | LAYERSERIES_COMPAT_intel-qat = "honister" |
18 | 18 | ||
19 | 19 | ||
20 | require ${LAYERDIR}/conf/include/maintainers.inc | 20 | require ${LAYERDIR}/conf/include/maintainers.inc |