diff options
author | 2019-12-02 19:08:37 +0800 | |
---|---|---|
committer | 2019-12-09 13:08:38 +0800 | |
commit | 7b6e87ddac806ed4ffa06cc162441e79e908d743 (patch) | |
tree | 99c8824fa60fadf3c066b4c61acd3eca43730b09 | |
parent | ec70aa457d9084ef51b7110f4993c5932985bf2d (diff) | |
download | meta-zephyr-7b6e87ddac806ed4ffa06cc162441e79e908d743.tar.gz meta-zephyr-7b6e87ddac806ed4ffa06cc162441e79e908d743.tar.bz2 meta-zephyr-7b6e87ddac806ed4ffa06cc162441e79e908d743.zip |
layer.conf: add LAYERSERIES_COMPAT to warrior & zeus
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index f7cd15d..cb0064f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,3 +14,5 @@ BBFILE_PRIORITY_zephyr = "6" LAYERVERSION_zephyr = "1" LAYERDEPENDS_zephyr = "core" + +LAYERSERIES_COMPAT_zephyr = "warrior zeus" |