From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mail.openembedded.org (Postfix) with ESMTP id B54DE72DF7 for ; Wed, 4 Feb 2015 16:23:01 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 04 Feb 2015 08:23:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="449782196" Received: from lzavalam-mobl.amr.corp.intel.com (HELO swold-mobl5.amr.corp.intel.com) ([10.252.252.168]) by FMSMGA003.fm.intel.com with ESMTP; 04 Feb 2015 08:08:48 -0800 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Wed, 4 Feb 2015 08:22:53 -0800 Message-Id: <1423066973-7809-1-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 2.1.0 Cc: dvhart@linux.intel.com Subject: [PATCH] linux-yocto-tiny_3.17: Update to actually use 3.17 git repo X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 16:23:09 -0000 The named release was still using the -dev git repo which did not contain the SRCREV referenced in the numbered/named version. Signed-off-by: Saul Wold --- meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb index 1a4f9a8..bf2076f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb @@ -13,7 +13,7 @@ SRCREV_meta ?= "b81030f9ec2de3dc6c048e142dcbff62e305cc40" PV = "${LINUX_VERSION}+git${SRCPV}" -SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" COMPATIBLE_MACHINE = "(qemux86)" -- 2.1.0