From 912e8d567262f5c3f67fd290a72813c1f9f9d86b Mon Sep 17 00:00:00 2001 From: Elizabeth Flanagan Date: Mon, 16 Sep 2013 17:02:27 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # 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"