aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/meta
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-04-04 18:53:39 +0200
committerSimon Busch <morphis@gravedo.de>2011-04-05 18:11:50 +0200
commitb6fc3c342c028639afed7382aa766b1fa91f5029 (patch)
treec4b63d53107f3ed8672c6b5e4b5761f868710452 /recipes/meta
parentc3265b14b23e1aec54f7794e753b28f0d0622d86 (diff)
downloadopenembedded-b6fc3c342c028639afed7382aa766b1fa91f5029.tar.gz
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@gravedo.de>
Diffstat (limited to 'recipes/meta')
-rw-r--r--recipes/meta/meta-toolchain-shr.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/meta/meta-toolchain-shr.bb b/recipes/meta/meta-toolchain-shr.bb
new file mode 100644
index 0000000000..e4e196e278
--- /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"