diff options
author | Roger Monk <r-monk@ti.com> | 2010-04-28 16:26:05 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-28 14:48:04 +0200 |
commit | ba3ffaf703dcf28e5c0baacda8d683da216429d7 (patch) | |
tree | 7cb5c6df684d496580235793677a014d5a543e39 | |
parent | a4e3d9dc4b8977a423408929de26318a80e42f4f (diff) |
ti-xdais: Add Engineering Release [v.6.25.02.10_eng]
* 6.25.02.10_eng is latest engineering build of XDAIS
* Added for system testing
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
-rw-r--r-- | recipes/ti/ti-xdais_6.25.02.10.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/ti/ti-xdais_6.25.02.10.bb b/recipes/ti/ti-xdais_6.25.02.10.bb new file mode 100644 index 0000000000..d33f95533b --- /dev/null +++ b/recipes/ti/ti-xdais_6.25.02.10.bb @@ -0,0 +1,11 @@ +require ti-xdais.inc + +PV = "6_25_02_10_eng" + +SRC_URI[xdaistarball.md5sum] = "0c3f2d4c52b6007ddd53981aa6976de5" +SRC_URI[xdaistarball.sha256sum] = "1ca3b4c5b57f777614977c2eae1befe444b0f861e105f76f678790a1a1339ba7" + +# Engineering build - SRC_URI is not public yet - override link +HTTP_PROXY_IGNORE="www.sanb.design.ti.com" +SRC_URI = "http://www.sanb.design.ti.com/tisb_releases/XDAIS/${PV}/exports/xdais_${PV}.tar.gz;name=xdaistarball" + |