diff options
author | Elizabeth Flanagan <elizabeth.flanagan@intel.com> | 2013-09-16 17:02:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-17 14:11:05 +0100 |
commit | 912e8d567262f5c3f67fd290a72813c1f9f9d86b (patch) | |
tree | 20402dc28c81f69a494ae8333bed2fdabd08f5d8 /meta-yocto | |
parent | d96c512db1a6c1cc31c97791da2b66492e59e20e (diff) | |
download | poky-912e8d567262f5c3f67fd290a72813c1f9f9d86b.tar.gz |
meta-yocto/layer.conf: Bump LAYERVERSION_yocto
Commit 5992830145c fixes the autobuilder needing to rename
qemux86-64 to qemux86_64 however in order to maintain autobuilder
compatibility with prior releases we need to bump LAYERVERSION.
(From meta-yocto rev: f08147b082017ff3f6eb812afb9c1e3704214de4)
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index e326aadbcd..9942b518ee 100644 --- a/meta-yocto/conf/layer.conf +++ b/meta-yocto/conf/layer.conf | |||
@@ -11,6 +11,6 @@ BBFILE_PRIORITY_yocto = "5" | |||
11 | 11 | ||
12 | # This should only be incremented on significant changes that will | 12 | # This should only be incremented on significant changes that will |
13 | # cause compatibility issues with other layers | 13 | # cause compatibility issues with other layers |
14 | LAYERVERSION_yocto = "1" | 14 | LAYERVERSION_yocto = "2" |
15 | 15 | ||
16 | LAYERDEPENDS_yocto = "core" | 16 | LAYERDEPENDS_yocto = "core" |