diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-22 11:45:12 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-22 11:45:12 +0200 |
commit | 976dcd1843d07fd2c2ee4aacc408c5528f434ae0 (patch) | |
tree | a6e6b92415a912714193734c86c22c4de728803e /packages/dsplink/dsplink_1.60.00.04.bb | |
parent | b0a9656acb9e03a77786abfd47cadf43531b9dcc (diff) |
dsplink: overhaul buildsystem
* 1.60 builds, needs tweaks to actually run
* you can't have a '.' in your pwd, it upsets the javascript config util, hence the fragile PV and PR munging
* needs to use gcc-cross-kernel instead of regular gcc
* pretty hardcoded to omap, but that should get fixed soon
Diffstat (limited to 'packages/dsplink/dsplink_1.60.00.04.bb')
-rw-r--r-- | packages/dsplink/dsplink_1.60.00.04.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/dsplink/dsplink_1.60.00.04.bb b/packages/dsplink/dsplink_1.60.00.04.bb new file mode 100644 index 0000000000..2e0de85b58 --- /dev/null +++ b/packages/dsplink/dsplink_1.60.00.04.bb @@ -0,0 +1,21 @@ +require dsplink.inc + + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_armv7a = "1" + +# The tconf tool breaks if there is a '.' in your pwd +PR = "r0" +PE = "1" +PV = "160" + +# Get dsplink tarball from TI website, place in sources and calculate +# md5sum +# Look for tarball at https://www-a.ti.com/downloads/sds_support/targetcontent/link/index.html + +SRC_URI = "http://install.tarball.in.source.dir/dsplink_1_60_00_04.tar.gz \ + file://Makefile.dsplink \ +" + +S = "${WORKDIR}/dsplink_1_60_00_04/dsplink" + |