summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-12-14 11:08:25 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-13 12:11:33 +0800
commitadcc0c902602a7c27e3dd8253e10c20d0f47c6a4 (patch)
tree76592530dcf357a46955368a0b96d7560907865c
parentd7fd032765036f12182c76f401759dd38d735654 (diff)
downloadmeta-fsl-ppc-adcc0c902602a7c27e3dd8253e10c20d0f47c6a4.tar.gz
skmm: remove obsolete recipe
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
-rw-r--r--recipes-kernel/skmm/skmm_git.bb33
1 files changed, 0 insertions, 33 deletions
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 @@
1DESCRIPTION = "SKMM application for PCIe endpoint"
2SECTION = "skmm"
3LICENSE = "BSD & GPLv2"
4LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
5
6DEPENDS = "libedit"
7
8SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git"
9SRCREV = "80d8393a2033b3b0cc8f885702d7b288956f3a37"
10
11COMPATIBLE_MACHINE = "(p4080ds|t4240qds)"
12
13S = "${WORKDIR}/git"
14
15EXTRA_OEMAKE = 'MACHINE=${MACHINE}'
16
17export LIBEDIT_CFLAGS="$(pkg-config --cflags libedit)"
18export LIBEDIT_LDFLAGS="$(pkg-config --libs --static libedit)"
19
20do_compile () {
21 export ARCH=${TARGET_ARCH}
22 oe_runmake HOST=x86_64 clean
23 oe_runmake HOST=x86_64
24 oe_runmake HOST=powerpc clean
25 oe_runmake HOST=powerpc
26}
27
28do_install () {
29 oe_runmake ARCH=${TARGET_ARCH} HOST=x86_64 install DESTDIR=${D}
30 oe_runmake ARCH=${TARGET_ARCH} HOST=powerpc install DESTDIR=${D}
31}
32
33FILES_${PN} += "/home/root/.skmm/*"