diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-06 08:32:40 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-06 08:32:40 -0400 |
commit | 3f0920464c5c3fad29637eb0a4addf2b59369be5 (patch) | |
tree | e364997a9230cb146591c786a3f4d11eaa3f9346 | |
parent | 250bc6eaa47e550c1db5e2b0ebd42d86ee43650e (diff) | |
download | meta-realtime-3f0920464c5c3fad29637eb0a4addf2b59369be5.tar.gz meta-realtime-3f0920464c5c3fad29637eb0a4addf2b59369be5.tar.bz2 meta-realtime-3f0920464c5c3fad29637eb0a4addf2b59369be5.zip |
layers: add LAYERSERIES_COMPAT
It will become a visible warning if LAYERSERIES_COMPAT is not set, so
we add it to our layers, and set it to rocko. Once sumo releases and
branched, we'll change the value.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 473158e..11f5054 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,5 +15,5 @@ BBFILE_PRIORITY_realtime = "5" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_realtime = "1" - +LAYERSERIES_COMPAT_realtime = "rocko" LAYERDEPENDS_realtime = "core" |