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/ti-staging.inc | |
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/ti-staging.inc')
-rw-r--r-- | recipes/ti/ti-staging.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/ti/ti-staging.inc b/recipes/ti/ti-staging.inc index 726c0d455f..947c3835b2 100644 --- a/recipes/ti/ti-staging.inc +++ b/recipes/ti/ti-staging.inc @@ -2,6 +2,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" BASEPKG_HOST_SYS = "${MULTIMACH_HOST_SYS}" INHIBIT_PACKAGE_STRIP = "1" +ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY_${PN}-dev = "1" + PACKAGES =+ "${PN}-sdk" FILES_${PN}-sdk = "${installdir}/*-tree" INSANE_SKIP_${PN}-sdk = "True" |