From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8365CE0071F for ; Wed, 17 Jul 2013 19:51:45 -0700 (PDT) Received: by mail-ob0-f181.google.com with SMTP id 16so3213224obc.12 for ; Wed, 17 Jul 2013 19:51:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=jVplUlJa31avrvaI/uIOih6UBt0mZpxRvHSlvikcQU0=; b=PONolQniea9yNYS5mGjHICZq8T7XooQOj4luUR+9K3H16Km9qQL7pT+/1XcHc1ovWl yTG+rc96Ylr1z3QfFBtYHOmJO63lqkCFi+W75pMY1ZCUTrS7bjipoionzPcZcyzEhfqK Qv63iK5eagJXCIQZ4VDaLzJuuhNz/hLY3jc/CrE99wm5U7c29wBFYO0R78eI7Q0bBNVE BR6PqJigWA1ZJThA+gdoJwvKAiUWgOquPYGMp9Hlrm97trTz7ISAbr7qqg9Hdm5Ny80I u9g2mpy7F+V6WjGNoPHeLMgQwvtpOUU8dbTytmhYA00ax2kDrMYzO5tDy8MiFqWHY+Hp EVDg== X-Received: by 10.60.136.161 with SMTP id qb1mr11267119oeb.32.1374115904743; Wed, 17 Jul 2013 19:51:44 -0700 (PDT) Received: from localhost.localdomain ([75.76.228.60]) by mx.google.com with ESMTPSA id fk3sm12058331obb.2.2013.07.17.19.51.43 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Jul 2013 19:51:44 -0700 (PDT) From: John Weber To: meta-freescale@yoctoproject.org Date: Wed, 17 Jul 2013 21:51:32 -0500 Message-Id: <1374115892-23689-1-git-send-email-rjohnweber@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [meta-fsl-arm-extra][master-next][PATCH] linux-wandboard: Update branch to wandboard_imx_3.0.35_4.0.0 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: Thu, 18 Jul 2013 02:51:47 -0000 Added a branch to identify the Wandboard kernel based on the Freescale 3.0.35 kernel, rev 4.0.0 Signed-off-by: John Weber --- recipes-kernel/linux/linux-wandboard.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc index cb3f753..69ef863 100644 --- a/recipes-kernel/linux/linux-wandboard.inc +++ b/recipes-kernel/linux/linux-wandboard.inc @@ -14,7 +14,7 @@ LOCALVERSION ?= "+yocto" SCMVERSION ?= "y" # SRC_URI for wandboard kernel -SRC_URI = "git://github.com/johnweber/linux.git;branch=wandboard-integration \ +SRC_URI = "git://github.com/johnweber/linux.git;branch=wandboard_imx_3.0.35_4.0.0 \ file://defconfig \ " -- 1.7.9.5