From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../recipes-core/packagegroups/ti-test.bb            |  2 +-
 meta-arago-extras/recipes-bsp/ufs/ufs-tool_git.bb    | 20 --------------------
 2 files changed, 1 insertion(+), 21 deletions(-)
 delete mode 100644 meta-arago-extras/recipes-bsp/ufs/ufs-tool_git.bb

diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb 
b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
index 3e9bbf1..7b5db05 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
@@ -70,7 +70,7 @@ ARAGO_TI_TEST_append_am65xx = " \
 ARAGO_TI_TEST_append_j7 = " \
     viddec-test-app \
     videnc-test-app \
-    ufs-tool \
+    ufs-utils \
 "
 
 ARAGO_TI_TEST_append_keystone = " \
diff --git a/meta-arago-extras/recipes-bsp/ufs/ufs-tool_git.bb 
b/meta-arago-extras/recipes-bsp/ufs/ufs-tool_git.bb
deleted file mode 100644
index 3b780c8..0000000
--- a/meta-arago-extras/recipes-bsp/ufs/ufs-tool_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Tool to access UFS device from user space"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-
-PV = "1.3"
-
-BRANCH ?= "dev"
-
-SRCREV = "8b00e33003b57d7071943f63863fcf8cc48d5be9"
-
-SRC_URI = 
"git://github.com/westerndigitalcorporation/ufs-tool.git;protocol=git;branch=${BRANCH}"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}""
-
-do_install() {
-       install -d ${D}${bindir}/
-       install -c -m 755 ${S}/ufs-tool ${D}${bindir}/
-}
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to