diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-02-01 16:12:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:16 +0200 |
commit | 0936f5d12cdbc9ce76c01ff843ab002172af9bbe (patch) | |
tree | 05d929135f0a5c3b8a63ef1b65b9db5a39c5fa89 /recipes/ti/ti-linuxutils.inc | |
parent | 88f198bb5ff7cfe1e87f822071d89aa966519a20 (diff) |
ti-dmai: convert to new style staging ti-linux-utils: ditto
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-linuxutils.inc')
-rw-r--r-- | recipes/ti/ti-linuxutils.inc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/recipes/ti/ti-linuxutils.inc b/recipes/ti/ti-linuxutils.inc index d96477d741..ae48f8e740 100644 --- a/recipes/ti/ti-linuxutils.inc +++ b/recipes/ti/ti-linuxutils.inc @@ -6,9 +6,10 @@ SRC_URI = "${BASE_SRC_URI}/linuxutils_${PV}.tar.gz " S = "${WORKDIR}/linuxutils_${PV}" require ti-multimedia-common.inc +require ti-staging.inc #This is a kernel module, don't set PR directly -MACHINE_KERNEL_PR_append = "a" +MACHINE_KERNEL_PR_append = "b" inherit module @@ -57,14 +58,15 @@ do_install () { EXEC_DIR="${D}${installdir}/ti-linuxutils-app/edma-app" \ install fi -} -# stage tree - other packages may need this -do_stage() { - install -d ${LINUXUTILS_INSTALL_DIR} - cp -pPrf ${S}/* ${LINUXUTILS_INSTALL_DIR} + # stage tree - other packages may need this + install -d ${D}${LINUXUTILS_INSTALL_DIR_RECIPE} + cp -pPrf ${S}/* ${D}${LINUXUTILS_INSTALL_DIR_RECIPE} } + + + PACKAGES =+ " ti-cmem-module \ ti-sdma-module \ ti-edma-module \ |