All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Gou, Hongmei" <h-gou@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master
Date: Tue, 12 Mar 2019 19:27:03 -0400	[thread overview]
Message-ID: <20190312232702.GI28041@beryl> (raw)
In-Reply-To: <4c8c8f7e7cdd4881a2ed11c5534eaca6@ti.com>

On Mon, Mar 11, 2019 at 01:32:32PM -0400, Gou, Hongmei wrote:
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Monday, March 11, 2019 1:30 PM
> > To: Gou, Hongmei
> > Cc: meta-arago@arago-project.org
> > Subject: RE: [meta-arago] [rocko/master] [PATCH 1/2] acontis-atemsys: build
> > the kernel module for acontis EtherCAT master
> > 
> > > acontis EtherCAT is supported for am335 icev2 and am57xx IDKs only.
> > 
> > Any derivatives of those?
> 
> No as far as I know.

Ok, thanks for verifying.

Is it needed on rocko?


> > -----Original Message-----
> > From: Gou, Hongmei
> > Sent: Monday, March 11, 2019 12:30 PM
> > To: Dmytriyenko, Denys
> > Cc: meta-arago@arago-project.org
> > Subject: RE: [meta-arago] [rocko/master] [PATCH 1/2] acontis-atemsys: build
> > the kernel module for acontis EtherCAT master
> > 
> > > -----Original Message-----
> > > From: Dmytriyenko, Denys
> > > Sent: Friday, March 08, 2019 6:27 PM
> > > To: Gou, Hongmei
> > > Cc: meta-arago@arago-project.org
> > > Subject: Re: [meta-arago] [rocko/master] [PATCH 1/2] acontis-atemsys:
> > build
> > > the kernel module for acontis EtherCAT master
> > >
> > > On Wed, Mar 06, 2019 at 12:59:30PM -0500, Hongmei Gou wrote:
> > > > Signed-off-by: Hongmei Gou <a0271529@ti.com>
> > > > ---
> > > >  .../acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb  | 18
> > > ++++++++++++++++++
> > > >  1 file changed, 18 insertions(+)
> > > >  create mode 100644 meta-arago-extras/recipes-apps/acontis-ethercat-
> > > demo/acontis-atemsys_3.0.1.28.bb
> > > >
> > > > diff --git a/meta-arago-extras/recipes-apps/acontis-ethercat-
> > > demo/acontis-atemsys_3.0.1.28.bb b/meta-arago-extras/recipes-
> > > apps/acontis-ethercat-demo/acontis-atemsys_3.0.1.28.bb
> > > > new file mode 100644
> > > > index 0000000..94e0c56
> > > > --- /dev/null
> > > > +++ b/meta-arago-extras/recipes-apps/acontis-ethercat-demo/acontis-
> > > atemsys_3.0.1.28.bb
> > > > @@ -0,0 +1,18 @@
> > > > +SUMMARY = "acontis atemsys kernel module for EtherCAT master"
> > > > +HOMEPAGE = "https://www.acontis.com/en/ethercat-for-ti-
> > > processors.html"
> > > > +LICENSE = "GPLv2"
> > > > +LIC_FILES_CHKSUM =
> > > "file://COPYING;md5=65dd37ccb3e888dc57e47d925b80b38a"
> > > > +
> > > > +SRC_URI = "https://www.acontis.com/files/support/ethercat/EC-
> > Master-
> > > Atemsys-V${PV}-Linux.tar.gz;subdir=${P}"
> > > > +SRC_URI[md5sum] = "d8d92ae671c5cf78ae22bc5386d7f44f"
> > > > +SRC_URI[sha256sum] =
> > > "dd3d83eb984b17b8378e0a5e5dfae8c77e25c5428a26319f59f44f805aff9e89"
> > > > +
> > > > +COMPATIBLE_MACHINE = "am335x-evm|am57xx-evm"
> > >
> > > Why is it so strict? Can it be used on non-EVM devices in AM335x and
> > AM57x
> > > families?
> > 
> > acontis EtherCAT is supported for am335 icev2 and am57xx IDKs only.
> > 
> > >
> > > > +PR = "r0"
> > > > +
> > > > +S = "${WORKDIR}/${P}/yocto/meta-acontis/recipes-
> > kernel/atemsys/files"
> > > > +
> > > > +inherit module
> > > > +
> > > > +EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
> > > > --
> > > > 1.9.1
> > > >
> > > > _______________________________________________
> > > > meta-arago mailing list
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2019-03-12 23:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06 17:59 [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master Hongmei Gou
2019-03-06 17:59 ` [rocko/master] [PATCH 2/2] packagegroup-arago-tisdk-addons: add acontis-atemsys for am3 and am5 Hongmei Gou
2019-03-08 23:26 ` [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master Denys Dmytriyenko
2019-03-11 16:29   ` Gou, Hongmei
2019-03-11 17:30     ` Dmytriyenko, Denys
2019-03-11 17:32       ` Gou, Hongmei
2019-03-12 23:27         ` Denys Dmytriyenko [this message]
2019-03-13 14:06           ` Gou, Hongmei
2019-03-13 14:12             ` [EXTERNAL] " Jacob Stiffler

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=20190312232702.GI28041@beryl \
    --to=denys@ti.com \
    --cc=h-gou@ti.com \
    --cc=meta-arago@arago-project.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.