From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 206BEE015DA for ; Thu, 26 Sep 2013 06:57:14 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id r8QDvD5b031910 for ; Thu, 26 Sep 2013 08:57:13 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id r8QDvDjk013308; Thu, 26 Sep 2013 08:57:13 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Thu, 26 Sep 2013 08:57:13 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id r8QDvD1E011186; Thu, 26 Sep 2013 08:57:13 -0500 Date: Thu, 26 Sep 2013 09:57:12 -0400 From: Denys Dmytriyenko To: Deepak M Message-ID: <20130926135712.GK14528@edge> References: <1380112791-22545-1-git-send-email-x0171695@ti.com> <1380112791-22545-4-git-send-email-x0171695@ti.com> <20130926135039.GH14528@edge> MIME-Version: 1.0 In-Reply-To: <20130926135039.GH14528@edge> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org, maulik@ti.com, epos_dev@list.ti.com, nageswari@ti.com Subject: Re: [meta-ti patch v3 3/3] am43xx: Added the kernel recipe X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 13:57:15 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Sep 26, 2013 at 09:50:39AM -0400, Denys Dmytriyenko wrote: > On Wed, Sep 25, 2013 at 06:09:50PM +0530, Deepak M wrote: > > Signed-off-by: Deepak M > > --- > > v3: > > 1. Changed the kernel recipe name to linux-am43xx > > 2. Using the external source link > > > > recipes-kernel/linux/linux-am43xx/defconfig | 1 + > > recipes-kernel/linux/linux-am43xx_3.12.bb | 31 +++++++++++++++++++++++++++++ > > 2 files changed, 32 insertions(+) > > create mode 100644 recipes-kernel/linux/linux-am43xx/defconfig > > create mode 100644 recipes-kernel/linux/linux-am43xx_3.12.bb > > Again, 3.12 is not yet released, you can't call your recipe with 3.12. > > > > diff --git a/recipes-kernel/linux/linux-am43xx/defconfig b/recipes-kernel/linux/linux-am43xx/defconfig > > new file mode 100644 > > index 0000000..926b35a > > --- /dev/null > > +++ b/recipes-kernel/linux/linux-am43xx/defconfig > > @@ -0,0 +1 @@ > > +use-kernel-config=omap2plus_defconfig > > diff --git a/recipes-kernel/linux/linux-am43xx_3.12.bb b/recipes-kernel/linux/linux-am43xx_3.12.bb > > new file mode 100644 > > index 0000000..a4b0700 > > --- /dev/null > > +++ b/recipes-kernel/linux/linux-am43xx_3.12.bb > > @@ -0,0 +1,31 @@ > > +SECTION = "kernel" > > +DESCRIPTION = "Linux kernel for TI33x devices from PSP" > > +LICENSE = "GPLv2" > > +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" > > +COMPATIBLE_MACHINE = "am437x-epos-evm" > > + > > +DEFAULT_PREFERENCE = "-1" > > + > > +inherit kernel > > +require recipes-kernel/linux/linux-dtb.inc > > +require setup-defconfig.inc > > + > > +KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" > > + > > +KERNEL_IMAGETYPE = "uImage" > > +KERNEL_DEVICETREE = "am43x-epos-evm.dtb" > > + > > +KERNEL_DTB = "arch/arm/boot/dts/am43x-epos-evm.dtb" > > + > > + > > +# The main PR is now using MACHINE_KERNEL_PR, > > +PR = "r1+gitr${SRCPV}" > > + > > +BRANCH = "linux-3.12.y" > > + > > +SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;BRANCH=${BRANCH};protocol=ssh \ Any reason to use upstream linux-3.12.y branch instead of our integration ti-linux-3.12.y one? And we do have a recipe for that already: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-kernel/linux/linux-ti-staging_git.bb > > + file://defconfig \ > > +" > > + > > +SRCREV = "272b98c6455f00884f0350f775c5342358ebb73f" > > +S = "${WORKDIR}/git" > > -- > > 1.8.1 > > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti