[oe-commits] Simon Busch : meta-toolchain-shr: add initial recipe

git version control git at git.openembedded.org
Thu Apr 7 20:01:03 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: b6fc3c342c028639afed7382aa766b1fa91f5029
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b6fc3c342c028639afed7382aa766b1fa91f5029

Author: Simon Busch <morphis at gravedo.de>
Date:   Mon Apr  4 18:53:39 2011 +0200

meta-toolchain-shr: add initial recipe

This is the start of a own toolchain for the SHR distribution. Later it
will include several utilities to develop applications for SHR.

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/meta/meta-toolchain-shr.bb         |    7 +++++++
 recipes/tasks/task-shr-toolchain-host.bb   |   10 ++++++++++
 recipes/tasks/task-shr-toolchain-target.bb |   20 ++++++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/recipes/meta/meta-toolchain-shr.bb b/recipes/meta/meta-toolchain-shr.bb
new file mode 100644
index 0000000..e4e196e
--- /dev/null
+++ b/recipes/meta/meta-toolchain-shr.bb
@@ -0,0 +1,7 @@
+PR = "r1"
+
+TOOLCHAIN_TARGET_TASK = "task-shr-toolchain-target"
+TOOLCHAIN_HOST_TASK = "task-shr-toolchain-host"
+
+require meta-toolchain.bb
+SDK_SUFFIX = "toolchain-shr"
diff --git a/recipes/tasks/task-shr-toolchain-host.bb b/recipes/tasks/task-shr-toolchain-host.bb
new file mode 100644
index 0000000..6419e09
--- /dev/null
+++ b/recipes/tasks/task-shr-toolchain-host.bb
@@ -0,0 +1,10 @@
+require task-sdk-host.bb
+PR = "r1"
+DESCRIPTION = "Packages for a standalone SHR external toolchain"
+ALLOW_EMPTY = "1"
+
+PACKAGES = "${PN}"
+
+#RDEPENDS_${PN} += "\
+#    devio-sdk \
+#"
diff --git a/recipes/tasks/task-shr-toolchain-target.bb b/recipes/tasks/task-shr-toolchain-target.bb
new file mode 100644
index 0000000..35c01df
--- /dev/null
+++ b/recipes/tasks/task-shr-toolchain-target.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Packages for a standalone SHR or external toolchain"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+PR = "r3.2"
+
+PACKAGES = "${PN}"
+
+# This is a starting point, and nothing more at present -- please fill
+# this out with a reasonable set of development tools for a SHR image.
+# Also feel free to remove stuff that's silly.
+
+RDEPENDS_${PN} = "\
+    eglibc eglibc-dbg eglibc-utils eglibc-dev eglibc-thread-db libsegfault \
+    libgcc libstdc++ libstdc++-dev \
+    libssl \
+    libcrypto \
+    openssl-dev \
+    zlib-dev \
+    "





More information about the Openembedded-commits mailing list