diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-02-01 12:06:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:16 +0200 |
commit | 88f198bb5ff7cfe1e87f822071d89aa966519a20 (patch) | |
tree | a33b31e1d719eb2b3cd3178bb88d1806cb670db4 /recipes/ti/task-toolchain-dvsdk-host | |
parent | c1d9b392a36f53d0d4e5e55d2d29614afce95c92 (diff) |
meta-toolchain-dvsdk: start protoyping a 'dvsdk' style ARM toolchain + DSP toolchain
* start merging in arago dvsdk bits
* convert to SOC_FAMILY
* attempt to work in new package naming
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/task-toolchain-dvsdk-host')
-rw-r--r-- | recipes/ti/task-toolchain-dvsdk-host | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/ti/task-toolchain-dvsdk-host b/recipes/ti/task-toolchain-dvsdk-host new file mode 100644 index 0000000000..a4e91cc48b --- /dev/null +++ b/recipes/ti/task-toolchain-dvsdk-host @@ -0,0 +1,9 @@ +require ../tasks/task-sdk-host.bb + +PR = "r2" + +DESCRIPTION = "Host packages for TI DVSDK" +LICENSE = "MIT" +ALLOW_EMPTY = "1" + +RDEPENDS_${PN} += "" |