* [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master @ 2019-03-06 17:59 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 0 siblings, 2 replies; 9+ messages in thread From: Hongmei Gou @ 2019-03-06 17:59 UTC (permalink / raw) To: meta-arago; +Cc: Hongmei Gou 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" + +PR = "r0" + +S = "${WORKDIR}/${P}/yocto/meta-acontis/recipes-kernel/atemsys/files" + +inherit module + +EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' -- 1.9.1 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rocko/master] [PATCH 2/2] packagegroup-arago-tisdk-addons: add acontis-atemsys for am3 and am5 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 ` Hongmei Gou 2019-03-08 23:26 ` [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master Denys Dmytriyenko 1 sibling, 0 replies; 9+ messages in thread From: Hongmei Gou @ 2019-03-06 17:59 UTC (permalink / raw) To: meta-arago; +Cc: Hongmei Gou Signed-off-by: Hongmei Gou <a0271529@ti.com> --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index a62c4e7..b86412a 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to install additional utilities/demos for SDKs" LICENSE = "MIT" -PR = "r71" +PR = "r72" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -171,9 +171,9 @@ EXTRA_PACKAGES_append_keystone = " ti-ipc-examples-linux" EXTRA_PACKAGES_append_omapl138 = " ti-ipc-examples-linux" EXTRA_PACKAGES_append_k3 = " ti-ipc-examples-linux" -EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps" +EXTRA_PACKAGES_append_am335x-evm = " pruss-lld-apps acontis-atemsys" EXTRA_PACKAGES_append_am437x-evm = " pruss-lld-apps" -EXTRA_PACKAGES_append_am57xx-evm = " pruss-lld-apps" +EXTRA_PACKAGES_append_am57xx-evm = " pruss-lld-apps acontis-atemsys" EXTRA_PACKAGES_append_k2g-evm = " pruss-lld-apps" RDEPENDS_${PN} = "\ -- 1.9.1 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master 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 ` Denys Dmytriyenko 2019-03-11 16:29 ` Gou, Hongmei 1 sibling, 1 reply; 9+ messages in thread From: Denys Dmytriyenko @ 2019-03-08 23:26 UTC (permalink / raw) To: Hongmei Gou; +Cc: meta-arago 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? > +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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master 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 0 siblings, 1 reply; 9+ messages in thread From: Gou, Hongmei @ 2019-03-11 16:29 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master 2019-03-11 16:29 ` Gou, Hongmei @ 2019-03-11 17:30 ` Dmytriyenko, Denys 2019-03-11 17:32 ` Gou, Hongmei 0 siblings, 1 reply; 9+ messages in thread From: Dmytriyenko, Denys @ 2019-03-11 17:30 UTC (permalink / raw) To: Gou, Hongmei; +Cc: meta-arago@arago-project.org > acontis EtherCAT is supported for am335 icev2 and am57xx IDKs only. Any derivatives of those? -----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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master 2019-03-11 17:30 ` Dmytriyenko, Denys @ 2019-03-11 17:32 ` Gou, Hongmei 2019-03-12 23:27 ` Denys Dmytriyenko 0 siblings, 1 reply; 9+ messages in thread From: Gou, Hongmei @ 2019-03-11 17:32 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----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. > > > -----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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master 2019-03-11 17:32 ` Gou, Hongmei @ 2019-03-12 23:27 ` Denys Dmytriyenko 2019-03-13 14:06 ` Gou, Hongmei 0 siblings, 1 reply; 9+ messages in thread From: Denys Dmytriyenko @ 2019-03-12 23:27 UTC (permalink / raw) To: Gou, Hongmei; +Cc: meta-arago@arago-project.org 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master 2019-03-12 23:27 ` Denys Dmytriyenko @ 2019-03-13 14:06 ` Gou, Hongmei 2019-03-13 14:12 ` [EXTERNAL] " Jacob Stiffler 0 siblings, 1 reply; 9+ messages in thread From: Gou, Hongmei @ 2019-03-13 14:06 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Tuesday, March 12, 2019 7: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 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? Yes, this is needed for rocko, as specified in the subject. > > > > > -----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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [EXTERNAL] Re: [rocko/master] [PATCH 1/2] acontis-atemsys: build the kernel module for acontis EtherCAT master 2019-03-13 14:06 ` Gou, Hongmei @ 2019-03-13 14:12 ` Jacob Stiffler 0 siblings, 0 replies; 9+ messages in thread From: Jacob Stiffler @ 2019-03-13 14:12 UTC (permalink / raw) To: Gou, Hongmei, Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org On 3/13/2019 10:06 AM, Gou, Hongmei wrote: >> -----Original Message----- >> From: Dmytriyenko, Denys >> Sent: Tuesday, March 12, 2019 7: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 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? > Yes, this is needed for rocko, as specified in the subject. Denys, please apply to rocko as well. >> >>>> -----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 > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2019-03-13 14:12 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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 2019-03-13 14:06 ` Gou, Hongmei 2019-03-13 14:12 ` [EXTERNAL] " Jacob Stiffler
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.