From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qp5X0-0005MJ-5Z for openembedded-core@lists.openembedded.org; Thu, 04 Aug 2011 23:32:42 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 04 Aug 2011 14:28:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,319,1309762800"; d="scan'208";a="4260466" Received: from nbuild1.sc.intel.com ([172.25.110.36]) by AZSMGA002.ch.intel.com with ESMTP; 04 Aug 2011 14:28:16 -0700 From: nitin.a.kamble@intel.com To: openembedded-core@lists.openembedded.org Date: Thu, 4 Aug 2011 08:01:47 -0700 Message-Id: X-Mailer: git-send-email 1.7.6 In-Reply-To: References: Subject: [PATCH 01/10] kern-tools: extend arbitrary repository support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 21:32:42 -0000 From: Bruce Ashfield Updating the kern-tools SRCREV to pickup better support for non-yocto repository support. 59859ca createme: use branch name when creating meta data 91b4275 configme: determine meta branch based on directories, not branch naming f5a915c kgit-meta: make branch creation and renaming more robust Signed-off-by: Bruce Ashfield --- .../kern-tools/kern-tools-native_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 1fbb1f7..7ede52a 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d8 DEPENDS = "git-native guilt-native" -SRCREV = "f5a915c277a37ba5949b4c0778356189e7dd9ec0" +SRCREV = "cdcb97cfea5f98003b2e0fb1a77b6d0d016a69e7" PR = r10 PV = "0.1+git${SRCPV}" -- 1.7.6