diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-07 10:20:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-12 15:08:44 +0100 |
| commit | 1e4eb0e760a88629f779cb9868ff3155f8e5a7eb (patch) | |
| tree | b2bd474350ab79723045960a33b83b7cd8d4cd7a /meta-poky | |
| parent | 62f46290669357c01b874bc82a3c4e927156e299 (diff) | |
| download | poky-1e4eb0e760a88629f779cb9868ff3155f8e5a7eb.tar.gz | |
meta-yocto: Add LAYERSERIES_COMPAT markup to layer.conf
This means mismatched layers are more clearly identified to the user in
cases where compatibility has not been tested.
(From meta-yocto rev: ca35ea46708e0514e4d5a20950880be0bf1d4147)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
| -rw-r--r-- | meta-poky/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-poky/conf/layer.conf b/meta-poky/conf/layer.conf index 8b7b33d48c..26d7c3becd 100644 --- a/meta-poky/conf/layer.conf +++ b/meta-poky/conf/layer.conf | |||
| @@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "yocto" | |||
| 9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_yocto = "5" | 10 | BBFILE_PRIORITY_yocto = "5" |
| 11 | 11 | ||
| 12 | LAYERSERIES_COMPAT_yocto = "rocko" | ||
| 13 | |||
| 12 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
| 13 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
| 14 | LAYERVERSION_yocto = "3" | 16 | LAYERVERSION_yocto = "3" |
