diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-21 12:43:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-21 12:43:24 +0200 |
commit | 04d8917f4ce8bd97882c3731fbf47aef467f0fc0 (patch) | |
tree | 125b94628f585d25212916a6741e4f1b0d5ff14b /recipes/dvsdk/ti-codec-combo-dm355_1.13.bb | |
parent | e71f23a8ef42b469829a88accb4988bce61aace5 (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-codec-combo-dm355_1.13.bb')
-rw-r--r-- | recipes/dvsdk/ti-codec-combo-dm355_1.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/dvsdk/ti-codec-combo-dm355_1.13.bb b/recipes/dvsdk/ti-codec-combo-dm355_1.13.bb index 3827a1f7e1..cfc1c9005a 100644 --- a/recipes/dvsdk/ti-codec-combo-dm355_1.13.bb +++ b/recipes/dvsdk/ti-codec-combo-dm355_1.13.bb @@ -7,11 +7,11 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dv S = "${WORKDIR}/dm355_codecs_1_13_000" BINFILE="dm355_codecs_setuplinux_1_13_000.bin" -installdir = "${prefix}/ti" +installdir = "${datadir}/ti" # Yes, the xdc stuff still breaks with a '.' in PWD PV = "113" -PR = "r12" +PR = "r15" do_compile() { echo "Do nothing" |