summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-10-08 11:28:58 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-10-08 12:56:19 +0800
commitcf8e415965e364dba9ccc83b205e24d9c830e0b9 (patch)
tree37738b1714c6d98b66ed29ee4d1e740f685205c7
parent7f6bffb51c1f157adedf191a0d131973d02a028a (diff)
downloadmeta-dpdk-cf8e415965e364dba9ccc83b205e24d9c830e0b9.tar.gz
layer.conf: Add thud to LAYERSERIES_COMPATthud
Since `9ec5a8a layer.conf: Drop sumo from LAYERSERIES_CORENAMES' and `9867924 layer.conf: Add thud to LAYERSERIES_CORENAMES' applied in oe-core, add thud to LAYERSERIES_COMPAT Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 090d31c..36650f9 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERDEPENDS_dpdk = "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
16LAYERVERSION_dpdk = "1" 16LAYERVERSION_dpdk = "1"
17LAYERSERIES_COMPAT_dpdk = "rocko sumo" 17LAYERSERIES_COMPAT_dpdk = "rocko sumo thud"
18 18
19require ${LAYERDIR}/conf/include/maintainers.inc 19require ${LAYERDIR}/conf/include/maintainers.inc