[oe-commits] Darren Hart : linux-yocto-custom: Use SRCREV_machine

git at git.openembedded.org git at git.openembedded.org
Sun Mar 16 23:01:36 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 98650f01e20e59db257984fbe6e05d360ee8c91a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=98650f01e20e59db257984fbe6e05d360ee8c91a

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Fri Mar 14 14:15:20 2014 -0700

linux-yocto-custom: Use SRCREV_machine

The Yocto kernel tools look for SRCREV_machine in do_validate_branches,
if it's empty, it just returns and silently continues. This likely needs
at least a warning. However, this recipe should be using SRCREV_machine,
and not just SRCREV.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Reported-by: Saul Wold <sgw at linux.intel.com>
Cc: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
index 4115d2f..42162f3 100644
--- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
@@ -54,7 +54,7 @@ LINUX_VERSION_EXTENSION ?= "-custom"
 # Override SRCREV to point to a different commit in a bbappend file to
 # build a different release of the Linux kernel.
 # tag: v3.4 76e10d158efb6d4516018846f60c2ab5501900bc
-SRCREV="76e10d158efb6d4516018846f60c2ab5501900bc"
+SRCREV_machine="76e10d158efb6d4516018846f60c2ab5501900bc"
 
 PR = "r1"
 PV = "${LINUX_VERSION}+git${SRCPV}"



More information about the Openembedded-commits mailing list