diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-16 08:33:56 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-16 08:33:56 +0000 |
commit | 4ff8f98603885e1647668f4c218969b65d778f54 (patch) | |
tree | f987fb98b992cd3a8920dd7c4c3b2c8c74c99232 /packages/dsplink/dsplink_1.50.bb | |
parent | 4fe64e497bb8af2ca8298c7b5af3f52d68e0467d (diff) |
dsplink: add glue to hook in TI dspbios and TI c64x compiler trees into the build
* The user needs to obtain dspbios and cgtools on its own and override the TI*DIR vars in local.conf to point to the correct location, default is /OE/TI
Diffstat (limited to 'packages/dsplink/dsplink_1.50.bb')
-rw-r--r-- | packages/dsplink/dsplink_1.50.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dsplink/dsplink_1.50.bb b/packages/dsplink/dsplink_1.50.bb index cba9bf1f97..9132389923 100644 --- a/packages/dsplink/dsplink_1.50.bb +++ b/packages/dsplink/dsplink_1.50.bb @@ -1,6 +1,6 @@ require dsplink.inc -PR = "r8" +PR = "r9" PE = "1" PV = "1.50" |