[meta-ti] Sam Nelson : hyplnk-lld: Correct reference to k2l library

Arago Project git git at arago-project.org
Tue Jun 30 12:09:12 PDT 2015


Module: meta-ti
Branch: daisy
Commit: 6e02d2ddefc589a5f64fae807f62b00772f22481
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=6e02d2ddefc589a5f64fae807f62b00772f22481

Author: Sam Nelson <sam.nelson at ti.com>
Date:   Mon Jun 29 22:56:23 2015 +0000

hyplnk-lld: Correct reference to k2l library

- Hyperlink module is not present in k2l device.

Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/hyplnk-lld/files/init_hyplnk.sh |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh b/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh
index fb65057..d6795f1 100755
--- a/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh
+++ b/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh
@@ -28,10 +28,6 @@ case "$compatible" in
 		device=k2hk
 		ln -sf libhyplnk_k2h.so.1.0.0 libhyplnk_device.so.1
 	;;
-	*k2l*)
-		device=k2l
-		ln -sf libhyplnk_k2l.so.1.0.0 libhyplnk_device.so.1
-	;;
 	*k2e*)
 		device=k2e
 		ln -sf libhyplnk_k2e.so.1.0.0 libhyplnk_device.so.1



More information about the meta-ti mailing list