From: Denys Dmytriyenko <denys@ti.com>
To: "Gou, Hongmei" <h-gou@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: [PATCH] icss-emac-lld-rtos: Added rtos recipe for icss-emac-lld
Date: Mon, 10 Jul 2017 16:02:29 -0400 [thread overview]
Message-ID: <20170710200228.GF14665@edge> (raw)
In-Reply-To: <2E957F12D11D904590FA9AF86D366BD926D53EE3@DLEE08.ent.ti.com>
Hongmei,
Feel free to upstream icss-emac-lld recipes to meta-ti.
On Mon, Jul 10, 2017 at 02:29:59PM +0000, Gou, Hongmei wrote:
> As there are also recipes for Linux user space icss-emac-lld, can we create
> icss-emac-lld.inc to include the common information such as SRC_URI, SRCREV,
> and etc.?
>
> Linux user space icss-emac-lld recipes in meta-processor-sdk:
> http://arago-project.org/git/projects/?p=meta-processor-sdk.git;a=tree;f=recipes-bsp/icss-emac-lld;h=0e6b07f5b436f6c32cb98f6f80cce1640f749b6d;hb=b90a8b708c29abe7e888118c269a4c8878d98b0d
>
> Thanks,
> Hongmei
>
> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Radhakrishnan, Mahesh
> > Sent: Thursday, July 06, 2017 6:42 PM
> > To: meta-ti@yoctoproject.org
> > Subject: [meta-ti] [PATCH] icss-emac-lld-rtos: Added rtos recipe for icss-
> > emac-lld
> >
> > Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> > ---
> > .../icss-emac-lld/icss-emac-lld-rtos_git.bb | 43
> > ++++++++++++++++++++++
> > 1 file changed, 43 insertions(+)
> > create mode 100644 recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb
> >
> > diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb b/recipes-
> > bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb
> > new file mode 100644
> > index 0000000..53e6bf3
> > --- /dev/null
> > +++ b/recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb
> > @@ -0,0 +1,43 @@
> > +inherit ti-pdk
> > +
> > +LICENSE = "BSD-3-Clause"
> > +LIC_FILES_CHKSUM =
> > "file://icss_emacDrv.h;beginline=1;endline=40;md5=88d270788c1d851651130
> > 4f11a28586d"
> > +
> > +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g"
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +ICSS_EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/icss-emac.git"
> > +ICSS_EMAC_LLD_GIT_PROTOCOL = "git"
> > +ICSS_EMAC_LLD_GIT_BRANCH = "master"
> > +ICSS_EMAC_LLD_GIT_DESTSUFFIX = "git/ti/drv/icss_emac"
> > +
> > +# Below commit ID corresponds to "DEV.ICSS-EMAC_LLD.01.00.00.07C"
> > +ICSS_EMAC_LLD_SRCREV = "08cb0540eeab7721fe82b603cb6285393f314117"
> > +
> > +BRANCH = "${ICSS_EMAC_LLD_GIT_BRANCH}"
> > +SRC_URI =
> > "${ICSS_EMAC_LLD_GIT_URI};destsuffix=${ICSS_EMAC_LLD_GIT_DESTSUFFI
> > X};protocol=${ICSS_EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
> > +
> > +SRCREV = "${ICSS_EMAC_LLD_SRCREV}"
> > +PV = "01.00.00.07C"
> > +PR = "r0"
> > +
> > +S = "${WORKDIR}/${ICSS_EMAC_LLD_GIT_DESTSUFFIX}"
> > +
> > +DEPENDS_append = " osal-rtos \
> > + pruss-lld-rtos \
> > +"
> > +DEPENDS_append_ti33x = " starterware-rtos \ "
> > +DEPENDS_append_ti43x = " starterware-rtos \ "
> > +
> > +# Build with make instead of XDC
> > +TI_PDK_XDCMAKE = "0"
> > +
> > +export PDK_ICSS_EMAC_ROOT_PATH ="${WORKDIR}/build"
> > +export DEST_ROOT="${S}"
> > +
> > +# HTML doc link params
> > +PDK_COMP_LINK_TEXT = "ICSS-EMAC LLD"
> > +
> > +INSANE_SKIP_${PN} = "arch"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2017-07-10 20:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-06 22:42 [PATCH] icss-emac-lld-rtos: Added rtos recipe for icss-emac-lld Mahesh Radhakrishnan
2017-07-10 14:29 ` Gou, Hongmei
2017-07-10 20:02 ` Denys Dmytriyenko [this message]
2017-07-11 19:12 ` Gou, Hongmei
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=20170710200228.GF14665@edge \
--to=denys@ti.com \
--cc=h-gou@ti.com \
--cc=meta-ti@yoctoproject.org \
/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.