summaryrefslogtreecommitdiff
path: root/recipes/dvsdk/ti-dm355mm-module_1.13.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-21 12:43:24 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-21 12:43:24 +0200
commit04d8917f4ce8bd97882c3731fbf47aef467f0fc0 (patch)
tree125b94628f585d25212916a6741e4f1b0d5ff14b /recipes/dvsdk/ti-dm355mm-module_1.13.bb
parente71f23a8ef42b469829a88accb4988bce61aace5 (diff)
dvsdk: sync with TI overlay, but change a few things:
* fix toolchain paths to work with internal toolchains * start installing to ${datadir} again * use MACHINE_KERNEL_PR for kernel modules * and more fixes
Diffstat (limited to 'recipes/dvsdk/ti-dm355mm-module_1.13.bb')
-rw-r--r--recipes/dvsdk/ti-dm355mm-module_1.13.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/dvsdk/ti-dm355mm-module_1.13.bb b/recipes/dvsdk/ti-dm355mm-module_1.13.bb
index cb8c39d021..0a2c6af14f 100644
--- a/recipes/dvsdk/ti-dm355mm-module_1.13.bb
+++ b/recipes/dvsdk/ti-dm355mm-module_1.13.bb
@@ -14,7 +14,8 @@ BINFILE="dm355_codecs_setuplinux_1_13_000.bin"
# Yes, the xdc stuff still breaks with a '.' in PWD
PV = "113"
-PR = "r15"
+#This is a kernel module, don't set PR directly
+MACHINE_KERNEL_PR_append = "a"
do_configure() {
find ${S} -name "*.ko" -exec rm {} \; || true