diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-25 08:26:08 -0400 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-07-25 20:41:35 +0800 |
commit | cd40815e69cba65ad8181f4689ff7e26053d28e7 (patch) | |
tree | 0b9012a053188d056fb9f945993cd7192dd3bd7d /meta | |
parent | e64e9c12f1baffa950be1bb8ec5586837e183a8d (diff) | |
download | meta-secure-core-cd40815e69cba65ad8181f4689ff7e26053d28e7.tar.gz |
layer.conf: Mark as compatible with rocko
As we also work with the 'rocko' release list that in our
LAYERSERIES_COMPAT.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 4caf70c..301b017 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -15,4 +15,4 @@ LAYERDEPENDS_secure-core = "\ | |||
15 | core \ | 15 | core \ |
16 | " | 16 | " |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_secure-core = "sumo" | 18 | LAYERSERIES_COMPAT_secure-core = "rocko sumo" |