[meta-freescale] [meta-fsl-ppc][PATCH 12/30] skmm: remove obsolete recipe

b28495 at freescale.com b28495 at freescale.com
Wed Jan 8 02:08:04 PST 2014


From: Zhenhua Luo <zhenhua.luo at freescale.com>

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 recipes-kernel/skmm/skmm_git.bb |   34 ----------------------------------
 1 files changed, 0 insertions(+), 34 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 31e4489..0000000
--- a/recipes-kernel/skmm/skmm_git.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-DESCRIPTION = "SKMM application for PCIe endpoint"
-SECTION = "skmm"
-LICENSE = "BSD & GPLv2"
-LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
-
-DEPENDS = "libedit"
-
-SRCBRANCH = "sdk-v1.4.x"
-SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;branch=${SRCBRANCH}"
-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




More information about the meta-freescale mailing list