From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 70028529E1 for ; Wed, 5 Dec 2012 21:50:42 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id qB5Lofjn028910 for ; Wed, 5 Dec 2012 15:50:41 -0600 Received: from DLEE74.ent.ti.com (dlee74.ent.ti.com [157.170.170.8]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id qB5LofM9005294 for ; Wed, 5 Dec 2012 15:50:41 -0600 Received: from dlelxv23.itg.ti.com (172.17.1.198) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Wed, 5 Dec 2012 15:50:41 -0600 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlelxv23.itg.ti.com (8.13.8/8.13.8) with ESMTP id qB5Lofa0020657 for ; Wed, 5 Dec 2012 15:50:41 -0600 Received: from dta0850405-ubuntu1 (dta0850405-ubuntu1.am.dhcp.ti.com [158.218.103.14]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id qB5Loew11203 for ; Wed, 5 Dec 2012 15:50:40 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by dta0850405-ubuntu1 (Postfix) with ESMTP id 2DB7E110604A for ; Wed, 5 Dec 2012 16:50:40 -0500 (EST) Message-ID: <50BFC1AF.5060206@ti.com> Date: Wed, 5 Dec 2012 16:50:39 -0500 From: Carlos Hernandez User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Subject: [PATCH] AUTOREV recipe for linux-omap3-upstream-staging X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 21:50:43 -0000 X-Groupsio-MsgNum: 653 Content-Type: multipart/mixed; boundary="------------070503010007040500080006" --------------070503010007040500080006 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Please consider for meta-arago. Thanks, Carlos --------------070503010007040500080006 Content-Type: text/x-patch; name="0008-AUTOREV-recipe-for-linux-omap3-upstream-staging.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0008-AUTOREV-recipe-for-linux-omap3-upstream-staging.patch" >From 891b29b0ec22d81149e400d802fb56c4d7a6d6b1 Mon Sep 17 00:00:00 2001 From: Carlos Hernandez Date: Tue, 4 Dec 2012 17:43:42 -0500 Subject: [PATCH 08/12] AUTOREV recipe for linux-omap3-upstream-staging Signed-off-by: Carlos Hernandez --- .../linux/linux-omap3-upstream-staging_git.bb | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 meta-arago-distro/recipes-kernel/linux/linux-omap3-upstream-staging_git.bb diff --git a/meta-arago-distro/recipes-kernel/linux/linux-omap3-upstream-staging_git.bb b/meta-arago-distro/recipes-kernel/linux/linux-omap3-upstream-staging_git.bb new file mode 100644 index 0000000..871b6a8 --- /dev/null +++ b/meta-arago-distro/recipes-kernel/linux/linux-omap3-upstream-staging_git.bb @@ -0,0 +1,20 @@ +require linux-omap3.inc + +DESCRIPTION = "Linux kernel for Omap3 from Upstream staging tree" + +BRANCH = "refs/heads/master" + +COMPATIBLE_MACHINE = "am37x-evm|am3517-evm|dm37x-evm|am3517-evm|am387x-evm|am389x-evm|am335x-evm|beagleboard" + +PV = "3.7" +KVER = "${PV}" +SRCREV = "${AUTOREV}" + +MACHINE_KERNEL_PR_append = "+gitr${SRCPV}" + +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git;protocol=git;branch=${BRANCH}" + +SRC_URI_append_beagleboard = " file://beagleboard/defconfig \ +" +SRC_URI_append_am335x-evm = " file://am335x-evm/defconfig \ +" -- 1.7.0.4 --------------070503010007040500080006--