All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nelson, Sam" <sam.nelson@ti.com>
To: "Dmytriyenko, Denys" <denys@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: [PATCH 1/2] mpm-transport: Update to new version 2.0.0.0
Date: Wed, 25 Nov 2015 22:47:53 +0000	[thread overview]
Message-ID: <4F9216F96E5DF9428610502835A9F4905828C27A@DLEE11.ent.ti.com> (raw)
In-Reply-To: <20151125224115.GF28188@edge>



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, November 25, 2015 5:41 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH 1/2] mpm-transport: Update to new version
> 2.0.0.0
> 
> On Wed, Nov 25, 2015 at 05:33:54PM -0500, Nelson, Sam wrote:
> >
> >
> > > -----Original Message-----
> > > From: Dmytriyenko, Denys
> > > Sent: Wednesday, November 25, 2015 5:17 PM
> > > To: Nelson, Sam
> > > Cc: meta-ti@yoctoproject.org
> > > Subject: Re: [meta-ti] [PATCH 1/2] mpm-transport: Update to new
> > > version
> > > 2.0.0.0
> > >
> > > On Wed, Nov 25, 2015 at 05:07:22PM -0500, Sam Nelson wrote:
> > > > - Updates to work with kernel version 4.1 and other uio driver
> > > > changes
> > > > - Making the package machine specific and hence the dependencies
> > > > according to the platform is updated
> > > > - Add use of oe_runmake instead of direct call to make
> > > >
> > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > > ---
> > > >  recipes-ti/mpm-transport/mpm-transport_git.bb | 30
> > > > ++++++++++++++++-----------
> > > >  1 file changed, 18 insertions(+), 12 deletions(-)
> > > >
> > > > diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb
> > > > b/recipes-ti/mpm-transport/mpm-transport_git.bb
> > > > index 752ada5..cc211ce 100644
> > > > --- a/recipes-ti/mpm-transport/mpm-transport_git.bb
> > > > +++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
> > > > @@ -3,16 +3,27 @@ HOMEPAGE =
> > > > "http://git.ti.com/cgit/cgit.cgi/keystone-
> > > linux/mpm-transport.git"
> > > >  LICENSE = "BSD-3-Clause & MIT"
> > > >  LIC_FILES_CHKSUM =
> > > "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9"
> > > >  COMPATIBLE_MACHINE = "keystone"
> > > > -DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld cmem
> > > > rm-lld
> > > qmss-lld cppi-lld srio-lld"
> > > > +
> > > > +DEPENDS = "common-csl-ip edma3-lld mmap-lld cmem rm-lld qmss-lld
> > > cppi-lld uio-module-drv syslog-ng"
> > >
> > > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-bsp/m
> > > map-
> > > lld/mmap-lld.inc?h=fido#n3
> > > Will fail for k2l and k2g...
> > The mmap-lld recipes need to be updated to build for k2l and k2g.  My
> understanding is same drivers should work.
> 
> Well, at least the test part has only k/h/e devices in the list:
> 
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-bsp/mmap-
> lld/mmap-lld-test_git.bb?h=fido#n11
Test part may need update per device. Currently hope this is not a show stopper.
> 
> 
> > > > +DEPENDS_append_k2hk-evm += "hyplnk-lld srio-lld"
> > > > +DEPENDS_append_k2e-evm += "hyplnk-lld"
> > > > +
> > > > +RDEPENDS_${PN} = "syslog-ng"
> > > > +
> > > > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > >
> > > >  SRC_URI = "git://git.ti.com/keystone-linux/mpm-
> > > transport.git;protocol=git;branch=${BRANCH}"
> > > >
> > > > -BRANCH = "master"
> > > > -# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.08.03
> > > > -SRCREV = "f6c5426d68c2be832903b6d215370c94e134167f"
> > > > +BRANCH = "linux41"
> > > > +# This commit corresponds to tag DEV.MPM-TRANSPORT-
> > > 02.00.00.00_ENG
> > > > +SRCREV = "892e93238b7f9f480ddceb7ade042026a4d178bd"
> > > >
> > > > -PV = "1.0.8.3"
> > > > -PR = "r1"
> > > > +PV = "2.0.0.0"
> > > > +PR = "r0"
> > > > +
> > > > +EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
> > > > +EXTRA_OEMAKE_append_k2hk-evm += "HYPLNK_TRANSPORT=true
> > > SRIO_TRANSPORT=true"
> > > > +EXTRA_OEMAKE_append_k2e-evm += "HYPLNK_TRANSPORT=true"
> > > >
> > > >  S = "${WORKDIR}/git"
> > > >
> > > > @@ -25,13 +36,8 @@ FILES_${PN}-test =
> > > "${bindir}/mpm_transport_test.out \
> > > >
> > > 	${bindir}/mpm_transport_qmss_arm_mt.out \
> > > >
> > > 	${bindir}/mpm_transport_srio_arm_mt.out"
> > > >
> > > > -do_compile () {
> > > > -	cd ${S}
> > > > -	make PDK_INSTALL_PATH=${STAGING_INCDIR}
> > > > -}
> > > > -
> > > >  do_install() {
> > > > -	make installbin BASE_DIR=${S}
> > > INSTALL_BIN_BASE_DIR=${D}/${bindir}
> > > > +	oe_runmake installbin BASE_DIR=${S}
> > > > +INSTALL_BIN_BASE_DIR=${D}/${bindir}
> > > >
> > > >  	install -d ${D}${includedir}/
> > > >  	install -c -m 755 ${S}/include/* ${D}${includedir}/
> > > > --
> > > > 1.9.1
> > > >
> > > > --
> > > > _______________________________________________
> > > > meta-ti mailing list
> > > > meta-ti@yoctoproject.org
> > > > https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2015-11-25 22:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25 22:07 [PATCH 1/2] mpm-transport: Update to new version 2.0.0.0 Sam Nelson
2015-11-25 22:07 ` [PATCH 2/2] multiprocmgr: Update to new version 3.0.0.0 Sam Nelson
2015-11-25 22:16 ` [PATCH 1/2] mpm-transport: Update to new version 2.0.0.0 Denys Dmytriyenko
2015-11-25 22:33   ` Nelson, Sam
2015-11-25 22:41     ` Denys Dmytriyenko
2015-11-25 22:47       ` Nelson, Sam [this message]
2015-11-25 22:54         ` Denys Dmytriyenko
2015-11-25 23:16           ` Nelson, Sam
2015-11-30 17:01             ` Denys Dmytriyenko
2015-11-30 17:51               ` Nelson, Sam

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=4F9216F96E5DF9428610502835A9F4905828C27A@DLEE11.ent.ti.com \
    --to=sam.nelson@ti.com \
    --cc=denys@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.