summaryrefslogtreecommitdiff
path: root/recipes/ti/README
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-03-20 22:22:43 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:28 +0200
commit705df085893d58a26d5088aa0b3a82122f74ff0e (patch)
treea8ae55eeb3c1cdf5a030e5c30fa92ea7ce07a56a /recipes/ti/README
parent0466826cb3c321188f6209ac9a38f3c4a54fa60e (diff)
ti-recipes: Shoot ti-multimedia-common.inc, move inside ti-paths.inc
* Following cleanup, ti-paths is empty and simply includes ti-multimedia-common * Move ti-multimedia-common into ti-paths and shoot ti-multimedia-common * Fix recipe references that directly reference ti-multimedia-common Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/README')
-rw-r--r--recipes/ti/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/README b/recipes/ti/README
index c239d233bc..eed00f0253 100644
--- a/recipes/ti/README
+++ b/recipes/ti/README
@@ -32,7 +32,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
BASEPKG_HOST_SYS = "${MULTIMACH_HOST_SYS}"
INHIBIT_PACKAGE_STRIP = "1"
-The 'BASEPKG_HOST_SYS' bit is what makes it work, but cause trouble is you want to read from it, so ti-multimedia-common.inc does:
+The 'BASEPKG_HOST_SYS' bit is what makes it work, but cause trouble is you want to read from it, so ti-paths.inc does:
export CODEGEN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt6x"
export CODEGEN_INSTALL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/${CODEGEN_INSTALL_DIR_RECIPE}"