meta-yocto/layer.conf: Bump LAYERVERSION_yocto

Commit 5992830145 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>
This commit is contained in:
Elizabeth Flanagan 2013-09-16 17:02:27 -07:00 committed by Richard Purdie
parent d96c512db1
commit 912e8d5672
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ BBFILE_PRIORITY_yocto = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_yocto = "1"
LAYERVERSION_yocto = "2"
LAYERDEPENDS_yocto = "core"