All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] task-arago-base: port from old arago
@ 2012-02-02 21:01 Chase Maupin
  2012-02-02 21:01 ` [PATCH 2/5] task-arago-console: " Chase Maupin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Chase Maupin @ 2012-02-02 21:01 UTC (permalink / raw)
  To: meta-arago

* Ported the base task from old arago overlay
* Updated task license checksum

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 .../recipes-core/tasks/task-arago-base.bb          |   35 ++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-base.bb

diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-base.bb b/meta-arago-distro/recipes-core/tasks/task-arago-base.bb
new file mode 100644
index 0000000..d9f7f93
--- /dev/null
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-base.bb
@@ -0,0 +1,35 @@
+DESCRIPTION = "Basic task to get a device booting"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r0"
+
+inherit task
+
+ARAGO_ALSA_BASE = "\
+    alsa-lib \
+    alsa-utils-aplay \
+    "
+
+ARAGO_BASE = "\
+    ${ARAGO_ALSA_BASE} \
+    mtd-utils \
+    curl \
+    initscript-telnetd \
+    devmem2 \
+    ethtool \
+    tcpdump \
+    "
+
+# minimal set of packages - needed to boot
+RDEPENDS_${PN} = "\
+    base-files \
+    base-passwd \
+    busybox \
+    initscripts \
+    modutils-initscripts \
+    netbase \
+    update-alternatives \
+    module-init-tools \
+    task-basic \
+    ${ARAGO_BASE} \
+    "
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-06 12:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 21:01 [PATCH 1/5] task-arago-base: port from old arago Chase Maupin
2012-02-02 21:01 ` [PATCH 2/5] task-arago-console: " Chase Maupin
2012-02-02 21:01 ` [PATCH 3/5] task-arago-test: " Chase Maupin
2012-02-02 21:01 ` [PATCH 4/5] task-arago-base-tisdk: port for " Chase Maupin
2012-02-02 21:01 ` [PATCH 5/5] task-arago-tisdk-addons: ported from " Chase Maupin
2012-02-06  5:11   ` Denys Dmytriyenko
2012-02-06 12:49     ` Maupin, Chase

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.