From patchwork Tue Sep 25 10:51:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC] linux-yocto: drop machine from SRCREV_FORMAT Date: Tue, 25 Sep 2012 10:51:53 -0000 From: Martin Jansa X-Patchwork-Id: 37181 Message-Id: <1348570313-16920-1-git-send-email-Martin.Jansa@gmail.com> To: openembedded-core@lists.openembedded.org * otherwise LOCALCOUNT is incremented after each MACHINE switch when machine usually has different SRCREV (e.g. because of different KBRANCH) * see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/029392.html Signed-off-by: Martin Jansa --- meta/recipes-kernel/linux/linux-yocto.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 973970d..6efb578 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc @@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE ?= "standard" # KMETA ?= "" KBRANCH ?= "master" KMACHINE ?= "${MACHINE}" -SRCREV_FORMAT ?= "meta_machine" +SRCREV_FORMAT ?= "meta" LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"