* [RFC PATCH] packagegroup-arago-test-addons: Add keystone specific test packages and other test packages
@ 2015-02-26 23:35 Sam Nelson
2015-02-27 1:30 ` Denys Dmytriyenko
2015-06-08 22:30 ` Denys Dmytriyenko
0 siblings, 2 replies; 3+ messages in thread
From: Sam Nelson @ 2015-02-26 23:35 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
.../packagegroup-arago-test-addons.bb | 34 ++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
index 925f157..f577c76 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
@@ -7,9 +7,43 @@ inherit packagegroup
TEST_ADDONS = " \
bridge-utils \
+ linuxptp \
+ openntpd \
+ strongswan \
+ gdb \
"
TEST_ADDONS_TI = " \
+ cmem-test \
+ "
+TEST_ADDONS_TI_append_keystone = " \
+ qmss-lld-test \
+ pa-lld-test \
+ cppi-lld-test \
+ hyplnk-lld-test \
+ edma3-lld-test \
+ mmap-lld-test \
+ rm-lld \
+ rm-lld-test \
+ sa-lld \
+ sa-lld-test \
+ traceframework-test \
+ multiprocmgr-test \
+ hplib-test \
+ hyplnk-lld-test \
+ nwal-lld \
+ nwal-lld-test \
+ udma-test \
+ mpm-transport-test \
+ "
+
+TEST_ADDONS_TI_append_k2hk-evm = " \
+ srio-lld-test \
+ "
+
+TEST_ADDONS_TI_append_k2l-evm = " \
+ dfe-lld-test \
+ iqn2-lld-test \
"
RDEPENDS_${PN} = "\
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [RFC PATCH] packagegroup-arago-test-addons: Add keystone specific test packages and other test packages
2015-02-26 23:35 [RFC PATCH] packagegroup-arago-test-addons: Add keystone specific test packages and other test packages Sam Nelson
@ 2015-02-27 1:30 ` Denys Dmytriyenko
2015-06-08 22:30 ` Denys Dmytriyenko
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-02-27 1:30 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-arago
On Thu, Feb 26, 2015 at 06:35:17PM -0500, Sam Nelson wrote:
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> .../packagegroup-arago-test-addons.bb | 34 ++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> index 925f157..f577c76 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> @@ -7,9 +7,43 @@ inherit packagegroup
>
> TEST_ADDONS = " \
> bridge-utils \
> + linuxptp \
> + openntpd \
> + strongswan \
> + gdb \
I'm not sure about gdb - we've had legal issues packaging it in the rootfs in
the past. I'll need to check with OSRB...
Also, does strongswan require separate TSU exemption?
> "
>
> TEST_ADDONS_TI = " \
> + cmem-test \
> + "
> +TEST_ADDONS_TI_append_keystone = " \
> + qmss-lld-test \
> + pa-lld-test \
> + cppi-lld-test \
> + hyplnk-lld-test \
> + edma3-lld-test \
> + mmap-lld-test \
> + rm-lld \
> + rm-lld-test \
> + sa-lld \
> + sa-lld-test \
> + traceframework-test \
> + multiprocmgr-test \
> + hplib-test \
> + hyplnk-lld-test \
> + nwal-lld \
> + nwal-lld-test \
> + udma-test \
> + mpm-transport-test \
> + "
> +
> +TEST_ADDONS_TI_append_k2hk-evm = " \
> + srio-lld-test \
> + "
> +
> +TEST_ADDONS_TI_append_k2l-evm = " \
> + dfe-lld-test \
> + iqn2-lld-test \
> "
>
> RDEPENDS_${PN} = "\
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC PATCH] packagegroup-arago-test-addons: Add keystone specific test packages and other test packages
2015-02-26 23:35 [RFC PATCH] packagegroup-arago-test-addons: Add keystone specific test packages and other test packages Sam Nelson
2015-02-27 1:30 ` Denys Dmytriyenko
@ 2015-06-08 22:30 ` Denys Dmytriyenko
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-06-08 22:30 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-arago
Looks good, but since you are making TEST_ADDONS_TI variable machine-specific,
then this packagegroup should also become machine specific with PACKAGE_ARCH =
MACHINE_ARCH
--
Denys
On Thu, Feb 26, 2015 at 06:35:17PM -0500, Sam Nelson wrote:
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> .../packagegroup-arago-test-addons.bb | 34 ++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> index 925f157..f577c76 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test-addons.bb
> @@ -7,9 +7,43 @@ inherit packagegroup
>
> TEST_ADDONS = " \
> bridge-utils \
> + linuxptp \
> + openntpd \
> + strongswan \
> + gdb \
> "
>
> TEST_ADDONS_TI = " \
> + cmem-test \
> + "
> +TEST_ADDONS_TI_append_keystone = " \
> + qmss-lld-test \
> + pa-lld-test \
> + cppi-lld-test \
> + hyplnk-lld-test \
> + edma3-lld-test \
> + mmap-lld-test \
> + rm-lld \
> + rm-lld-test \
> + sa-lld \
> + sa-lld-test \
> + traceframework-test \
> + multiprocmgr-test \
> + hplib-test \
> + hyplnk-lld-test \
> + nwal-lld \
> + nwal-lld-test \
> + udma-test \
> + mpm-transport-test \
> + "
> +
> +TEST_ADDONS_TI_append_k2hk-evm = " \
> + srio-lld-test \
> + "
> +
> +TEST_ADDONS_TI_append_k2l-evm = " \
> + dfe-lld-test \
> + iqn2-lld-test \
> "
>
> RDEPENDS_${PN} = "\
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-08 22:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 23:35 [RFC PATCH] packagegroup-arago-test-addons: Add keystone specific test packages and other test packages Sam Nelson
2015-02-27 1:30 ` Denys Dmytriyenko
2015-06-08 22:30 ` Denys Dmytriyenko
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.