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: [email protected] > > 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: [email protected] > > 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: [email protected] > > > 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 <[email protected]> > > > > --- > > > > .../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 > > > > [email protected] > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
