From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f170.google.com (mail-yk0-f170.google.com [209.85.160.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1FA22E0093A for ; Thu, 27 Feb 2014 18:39:07 -0800 (PST) Received: by mail-yk0-f170.google.com with SMTP id 9so332626ykp.1 for ; Thu, 27 Feb 2014 18:39:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=JgO66VgKT84+qhugC/71Sg7bborcT+L+EIqAS5YDlnQ=; b=F5SUyhTXt4Onkv7LOeEpnOEsQ1ik2LyrkoDcXntLEfdtrrfMjhRJ0TxKBI+yj7IP8J YdzXFYtWqb3PIJHTjKVLfysC3CicLMhGVGvv0M2QnLrd5sPx0xwsi584DhETgKiwicam fFWWSCvWJaDxXzX1m4VHfQfDU7jsFRCBKAvX08BhwU+tUNRs9WzwfIiK/a9B62S5aYgv BWeoI1rV4I7AuYku/IbPQjHMHztOms796tSseImhqGD11US7X0HYDM3f3AllUlkkMdVC KSdqf7YlDbU8DnXitvJRH7ybbXjypOtzmEiFFeUnmIRoGhOMcFq2EXSmIKXxpIBGthQN Sa1g== X-Received: by 10.236.19.162 with SMTP id n22mr180321yhn.23.1393555146749; Thu, 27 Feb 2014 18:39:06 -0800 (PST) Received: from localhost.localdomain ([75.76.197.2]) by mx.google.com with ESMTPSA id m21sm973363yhl.9.2014.02.27.18.39.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 27 Feb 2014 18:39:06 -0800 (PST) From: John Weber To: meta-freescale@yoctoproject.org Date: Thu, 27 Feb 2014 20:38:13 -0600 Message-Id: <1393555094-18428-1-git-send-email-rjohnweber@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 02:39:08 -0000 The following changes are made: - Update SRCREV to 95f32b7 - Switch SRCBRANCH to the _test branch - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in local.conf squash this Signed-off-by: John Weber --- recipes-kernel/linux/linux-wandboard.inc | 6 +++++- recipes-kernel/linux/linux-wandboard_3.10.17.bb | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc index 57e5517..8a6e011 100644 --- a/recipes-kernel/linux/linux-wandboard.inc +++ b/recipes-kernel/linux/linux-wandboard.inc @@ -13,8 +13,12 @@ SCMVERSION ?= "y" SRCBRANCH ??= "master" +# Allow override of WANDBOARD_GITHUB_MIRROR to make use of +# local repository easier +WANDBOARD_GITHUB_MIRROR ?= "git://github.com/wandboard-org/linux.git" + # SRC_URI for wandboard kernel -SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \ +SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \ file://defconfig \ " diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-kernel/linux/linux-wandboard_3.10.17.bb index 71365e6..db54972 100644 --- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb +++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb @@ -7,8 +7,8 @@ require recipes-kernel/linux/linux-dtb.inc DEPENDS += "lzop-native bc-native" # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git -SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta" -SRCREV = "319845263e5483ee2fd2b3ddcf4e969cbbb5ffd4" +SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta_test" +SRCREV = "95f32b732fa4a1f5a497494ea2ba7d2e3b65d6c0" LOCALVERSION = "-1.0.0-wandboard" -- 1.7.9.5