From: Zhenhua Luo <[email protected]>

Signed-off-by: Zhenhua Luo <[email protected]>
---
 recipes-kernel/skmm/skmm_git.bb |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)
 delete mode 100644 recipes-kernel/skmm/skmm_git.bb

diff --git a/recipes-kernel/skmm/skmm_git.bb b/recipes-kernel/skmm/skmm_git.bb
deleted file mode 100644
index 224e556..0000000
--- a/recipes-kernel/skmm/skmm_git.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "SKMM application for PCIe endpoint"
-SECTION = "skmm"
-LICENSE = "BSD & GPLv2"
-LIC_FILES_CHKSUM = 
"file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
-
-DEPENDS = "libedit"
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git"
-SRCREV = "80d8393a2033b3b0cc8f885702d7b288956f3a37"
-
-COMPATIBLE_MACHINE = "(p4080ds|t4240qds)"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE = 'MACHINE=${MACHINE}'
-
-export LIBEDIT_CFLAGS="$(pkg-config --cflags libedit)"
-export LIBEDIT_LDFLAGS="$(pkg-config --libs --static libedit)"
-
-do_compile () {
-       export ARCH=${TARGET_ARCH}
-       oe_runmake HOST=x86_64 clean
-       oe_runmake HOST=x86_64
-       oe_runmake HOST=powerpc clean
-       oe_runmake HOST=powerpc
-}
-
-do_install () {
-       oe_runmake ARCH=${TARGET_ARCH} HOST=x86_64 install DESTDIR=${D}
-       oe_runmake ARCH=${TARGET_ARCH} HOST=powerpc install DESTDIR=${D}
-}
-
-FILES_${PN} += "/home/root/.skmm/*"
-- 
1.7.3.4


_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to