aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-biosutils.inc
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-01-07 09:27:10 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:09 +0200
commit0466b4efce3dfabf37b167d78365c3584df01f2e (patch)
treeee0b6022a6e603a0ab7b73ec5458fe7e3fd77ceb /recipes/ti/ti-biosutils.inc
parentbf6ecab934c08a9c40044287d3ab6a56aa949cc6 (diff)
downloadopenembedded-0466b4efce3dfabf37b167d78365c3584df01f2e.tar.gz
ti recipes: start moving from -native to machine specific
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-biosutils.inc')
-rw-r--r--recipes/ti/ti-biosutils.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/ti/ti-biosutils.inc b/recipes/ti/ti-biosutils.inc
index c06b20cb0f..6391dceb8e 100644
--- a/recipes/ti/ti-biosutils.inc
+++ b/recipes/ti/ti-biosutils.inc
@@ -8,4 +8,12 @@ SRC_URI = "${BASE_SRC_URI}/${PV}${PVsuffix}/exports/biosutils_${PV}.tar.gz;name=
S = "${WORKDIR}/biosutils_${PV}"
+require ti-paths.inc
+require ti-staging.inc
+
+do_install() {
+ install -d ${D}${BIOSUTILS_INSTALL_DIR_RECIPE}
+ cp -pPrf ${S}/* ${D}${BIOSUTILS_INSTALL_DIR_RECIPE}
+}
+