--- /dev/null
+DESCRIPTION = "SKMM application for PCIe endpoint"
+SECTION = "skmm-ep"
+LICENSE = "BSD & GPLv2"
+LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
+
+DEPENDS = "libedit openssl"
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;nobranch=1"
+SRCREV = "448522aa1ba3f0c4a1481631dc1c3b168d410a61"
+
+COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"
+
+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
+}
+
+do_install () {
+ oe_runmake ARCH=${TARGET_ARCH} install DESTDIR=${D}
+}