From: Denys Dmytriyenko <denys@ti.com>
To: Deepak M <x0171695@ti.com>
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
Date: Thu, 26 Sep 2013 09:55:02 -0400 [thread overview]
Message-ID: <20130926135502.GJ14528@edge> (raw)
In-Reply-To: <20130926135039.GH14528@edge>
And BTW, you need to subscribe to meta-ti list in order to post to it...
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 <x0171695@ti.com>
> > ---
> > 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 \
> > + 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
next prev parent reply other threads:[~2013-09-26 13:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1380112791-22545-1-git-send-email-x0171695@ti.com>
[not found] ` <1380112791-22545-2-git-send-email-x0171695@ti.com>
2013-09-25 13:43 ` [meta-ti patch v3 1/3] am43xx : Added machine config for am437x EPOS machine Maupin, Chase
[not found] ` <16D38216B6B8BA4B9AF9DBFC3760F38D3F14DDA6@DBDE04.ent.ti.com>
2013-09-25 13:45 ` Maupin, Chase
2013-09-26 13:39 ` Denys Dmytriyenko
2013-09-26 13:42 ` Denys Dmytriyenko
[not found] ` <1380112791-22545-3-git-send-email-x0171695@ti.com>
2013-09-25 13:44 ` [meta-ti patch v3 2/3] am43xx: Added the u-boot recipe Maupin, Chase
[not found] ` <16D38216B6B8BA4B9AF9DBFC3760F38D3F14DDC5@DBDE04.ent.ti.com>
2013-09-25 13:47 ` Maupin, Chase
[not found] ` <16D38216B6B8BA4B9AF9DBFC3760F38D3F14DEB7@DBDE04.ent.ti.com>
2013-09-26 13:30 ` Denys Dmytriyenko
2013-09-26 13:29 ` Denys Dmytriyenko
[not found] ` <1380112791-22545-4-git-send-email-x0171695@ti.com>
2013-09-25 13:45 ` [meta-ti patch v3 3/3] am43xx: Added the kernel recipe Maupin, Chase
2013-09-26 13:50 ` Denys Dmytriyenko
2013-09-26 13:55 ` Denys Dmytriyenko [this message]
2013-09-26 13:57 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130926135502.GJ14528@edge \
--to=denys@ti.com \
--cc=epos_dev@list.ti.com \
--cc=maulik@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=nageswari@ti.com \
--cc=x0171695@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.