diff options
author | Roger Monk <r-monk@ti.com> | 2010-03-20 22:22:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:28 +0200 |
commit | 705df085893d58a26d5088aa0b3a82122f74ff0e (patch) | |
tree | a8ae55eeb3c1cdf5a030e5c30fa92ea7ce07a56a /recipes/ti/README | |
parent | 0466826cb3c321188f6209ac9a38f3c4a54fa60e (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/README | 2 |
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}" |