diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-11-05 12:17:23 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-01-22 12:58:19 -0500 |
commit | 6cab35d83bda92540ca7b24ef874d871542a37c2 (patch) | |
tree | 085fa6d3e5ad064044f9f5f7d6b895b1740db36d /meta-netboot/conf | |
parent | cf16a1640dd55a3fc36f7ba0928c6b05a90c3351 (diff) |
Declare layer compatibility with zeus
For the uprev to YP 3.0 zeus we need to update the layer compatibility.
Change-Id: Ib762915305588c39400c3c8343152b4ecbfa4556
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-netboot/conf')
-rw-r--r-- | meta-netboot/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-netboot/conf/layer.conf b/meta-netboot/conf/layer.conf index d22a86446..119fe02fb 100644 --- a/meta-netboot/conf/layer.conf +++ b/meta-netboot/conf/layer.conf @@ -12,4 +12,4 @@ BBFILE_COLLECTIONS += "meta-netboot" BBFILE_PATTERN_meta-netboot = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-netboot = "60" -LAYERSERIES_COMPAT_meta-netboot = "thud" +LAYERSERIES_COMPAT_meta-netboot = "zeus" |