diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-07 09:27:10 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:09 +0200 |
commit | 0466b4efce3dfabf37b167d78365c3584df01f2e (patch) | |
tree | ee0b6022a6e603a0ab7b73ec5458fe7e3fd77ceb /recipes/ti/ti-dsplink-module.inc | |
parent | bf6ecab934c08a9c40044287d3ab6a56aa949cc6 (diff) |
ti recipes: start moving from -native to machine specific
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dsplink-module.inc')
-rw-r--r-- | recipes/ti/ti-dsplink-module.inc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/recipes/ti/ti-dsplink-module.inc b/recipes/ti/ti-dsplink-module.inc index f6ad0b18d6..a976aa44f8 100644 --- a/recipes/ti/ti-dsplink-module.inc +++ b/recipes/ti/ti-dsplink-module.inc @@ -8,7 +8,7 @@ MACHINE_KERNEL_PR_append = "a" inherit module # compile and run time dependencies -DEPENDS += "virtual/kernel perl-native ti-dspbios-native ti-cgt6x-native update-modules ti-xdctools-native" +DEPENDS += "virtual/kernel perl-native ti-dspbios ti-cgt6x update-modules ti-xdctools" SRC_URI = "http://install.source.dir.local/dsplink_${PV}.tar.gz \ file://loadmodules-ti-dsplink-apps.sh \ @@ -29,7 +29,8 @@ DSPLINKDSPCFG_omapl137 = "OMAPL1XXGEMSHMEM" DSPLINKDSPCFG_omapl138 = "OMAPL138GEMSHMEM" DSPLINKDSPCFG ?= "DM6446GEMSHMEM" - +DSPLINKGPPOS_dm355 = "LINUX_GCC" +DSPLINKGPPOS_dm365 = "LINUX_GCC" DSPLINKGPPOS_dm6446 = "MVL5G" DSPLINKGPPOS_omapl137 = "ARM" DSPLINKGPPOS_omapl138 = "ARM" @@ -39,9 +40,9 @@ DSPLINKGPPOS ?= "ARM" DSPLINK = "${S}/dsplink" export DSPLINK -STAGING_TI_DSPBIOS_DIR="${STAGING_DIR_NATIVE}/ti-dspbios-native" -STAGING_TI_CGT6x_DIR="${STAGING_DIR_NATIVE}/ti-cgt6x-native" -STAGING_TI_XDCTOOL_INSTALL_DIR="${STAGING_DIR_NATIVE}/ti-xdctools-native" +STAGING_TI_DSPBIOS_DIR="${BIOS_INSTALL_DIR}" +STAGING_TI_CGT6x_DIR="${CODEGEN_INSTALL_DIR}" +STAGING_TI_XDCTOOL_INSTALL_DIR="${XDC_INSTALL_DIR}" do_configure() { @@ -151,8 +152,8 @@ do_install () { } do_stage () { - install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/packages - cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/packages + install -d ${LINK_INSTALL_DIR} + cp -pPrf ${S}/* ${LINK_INSTALL_DIR} } INHIBIT_PACKAGE_STRIP = "1" |