From: Carlos Hernandez <ceh@ti.com>
To: <meta-arago@arago-project.org>
Subject: [PATCH] Define arago-test-image
Date: Wed, 5 Dec 2012 14:54:27 -0500 [thread overview]
Message-ID: <50BFA673.6040800@ti.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 153 bytes --]
This filesystem image includes test appplications used by
Linux validation team.
Please consider it for meta-arago project. Thanks,
Carlos
[-- Attachment #2: 0001-Define-arago-test-image.patch --]
[-- Type: text/x-patch, Size: 3147 bytes --]
From 3b2e5e76100574e64bfb6d90035e2fa88236fc67 Mon Sep 17 00:00:00 2001
From: Carlos Hernandez <ceh@ti.com>
Date: Tue, 4 Dec 2012 15:31:40 -0500
Subject: [PATCH 01/12] Define arago-test-image
This filesystem image includes test appplications used by
Linux validation team
Signed-off-by: Carlos Hernandez <ceh@ti.com>
---
.../recipes-core/images/arago-test-image.bb | 21 ++++++++
.../recipes-core/tasks/task-arago-test-addons.bb | 49 ++++++++++++++++++++
2 files changed, 70 insertions(+), 0 deletions(-)
create mode 100644 meta-arago-distro/recipes-core/images/arago-test-image.bb
create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-test-addons.bb
diff --git a/meta-arago-distro/recipes-core/images/arago-test-image.bb b/meta-arago-distro/recipes-core/images/arago-test-image.bb
new file mode 100644
index 0000000..9cf07f9
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/arago-test-image.bb
@@ -0,0 +1,21 @@
+# Arago System Test image
+# gives you test applications
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+
+require arago-image.inc
+
+COMPATIBLE_MACHINE = "omap3|dm365|omapl138|ti813x|ti814x|ti816x|omap4|ti33x"
+
+IMAGE_INSTALL += "\
+ task-arago-base \
+ task-arago-console \
+ task-arago-base-tisdk \
+ task-arago-tisdk-connectivity \
+ task-arago-tisdk-crypto \
+ task-arago-tisdk-multimedia \
+ task-arago-test \
+ task-arago-test-addons \
+ "
+
+export IMAGE_BASENAME = "arago-test-image"
diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-test-addons.bb b/meta-arago-distro/recipes-core/tasks/task-arago-test-addons.bb
new file mode 100644
index 0000000..08d80f1
--- /dev/null
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-test-addons.bb
@@ -0,0 +1,49 @@
+DESCRIPTION = "Task to install additional utilities/demos for test image"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r0"
+
+ALLOW_EMPTY = "1"
+
+inherit task
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+
+TEST_ADDONS = " \
+ dt \
+ gdbserver \
+ oprofile \
+ nbench-byte \
+ trace-cmd \
+ bridge-utils \
+ "
+
+TEST_ADDONS_TI = " \
+ "
+
+# Add am-benchmarks for supported devices.
+TEST_ADDONS_TI_append_omapl138 = " arm-benchmarks"
+TEST_ADDONS_TI_append_omap3 = " arm-benchmarks"
+TEST_ADDONS_TI_append_ti33x = " arm-benchmarks"
+TEST_ADDONS_TI_append_ti811x = " arm-benchmarks"
+TEST_ADDONS_TI_append_ti813x = " arm-benchmarks"
+TEST_ADDONS_TI_append_ti814x = " arm-benchmarks"
+TEST_ADDONS_TI_append_ti816x = " arm-benchmarks"
+TEST_ADDONS_TI_append_dm365 = " arm-benchmarks"
+
+# Add PRU examples for am180x-evm devices
+TEST_ADDONS_TI_append_am180x-evm = " ti-pru-sw-examples"
+
+CRYPTO_SUPPORT_TSU = "\
+ openssl \
+ wpa-supplicant \
+ dropbear \
+ openssh-sftp-server \
+ openssl-misc \
+ "
+
+RDEPENDS_${PN} = "\
+ ${TEST_ADDONS} \
+ ${TEST_ADDONS_TI} \
+ ${CRYPTO_SUPPORT_TSU} \
+ "
--
1.7.0.4
next reply other threads:[~2012-12-05 19:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-05 19:54 Carlos Hernandez [this message]
2012-12-06 19:30 ` [PATCH] Define arago-test-image Cooper Jr., Franklin
2012-12-06 20:28 ` Carlos Hernandez
2012-12-06 20:33 ` Denys Dmytriyenko
2012-12-06 22:23 ` [PATCH v2] " Carlos Hernandez
2012-12-06 23:52 ` Denys Dmytriyenko
2012-12-07 13:59 ` Hernandez, Carlos
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=50BFA673.6040800@ti.com \
--to=ceh@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.