diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-12-14 11:12:13 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-12 18:06:01 +0800 |
| commit | 822776251c9aad3c1875771d7b9272dcffd3fc52 (patch) | |
| tree | f544d615407509fa1b8baf3df3bbc6725b7fa320 | |
| parent | 570a71b2adc61f3dff1a39f138dfb3dd5868bfe6 (diff) | |
| download | meta-fsl-ppc-822776251c9aad3c1875771d7b9272dcffd3fc52.tar.gz | |
skmm-ep: add recipe
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
| -rw-r--r-- | recipes-extended/skmm-ep/skmm-ep_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb new file mode 100644 index 0000000..65659b9 --- /dev/null +++ b/recipes-extended/skmm-ep/skmm-ep_git.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "SKMM application for PCIe endpoint" | ||
| 2 | SECTION = "skmm-ep" | ||
| 3 | LICENSE = "BSD & GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f" | ||
| 5 | |||
| 6 | DEPENDS = "libedit openssl" | ||
| 7 | |||
| 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;nobranch=1" | ||
| 9 | SRCREV = "448522aa1ba3f0c4a1481631dc1c3b168d410a61" | ||
| 10 | |||
| 11 | COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | EXTRA_OEMAKE = 'MACHINE=${MACHINE}' | ||
| 16 | |||
| 17 | export LIBEDIT_CFLAGS="$(pkg-config --cflags libedit)" | ||
| 18 | export LIBEDIT_LDFLAGS="$(pkg-config --libs --static libedit)" | ||
| 19 | |||
| 20 | do_compile () { | ||
| 21 | export ARCH=${TARGET_ARCH} | ||
| 22 | oe_runmake | ||
| 23 | } | ||
| 24 | |||
| 25 | do_install () { | ||
| 26 | oe_runmake ARCH=${TARGET_ARCH} install DESTDIR=${D} | ||
| 27 | } | ||
