From: Zhenhua Luo Date: Sat, 14 Jun 2014 06:30:59 +0000 (+0800) Subject: uspdcp: add recipe for sdk v1.6 X-Git-Tag: 2.1~534^2~128 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2b6d5a87cb228bfd37d2eb6160fd9cf8e722329e;p=meta-freescale.git uspdcp: add recipe for sdk v1.6 Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb new file mode 100644 index 00000000..035aab59 --- /dev/null +++ b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "SEC user space driver package" +LICENSE = "BSD GPLv2" + +DEPENDS += "flib usdpaa" + +# no COPYING file in current git tree, need to be fixed +LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609" + +SRC_URI = "git://git.freescale.com/ppc/sdk/uspdcp.git;nobranch=1" +SRCREV = "30016cdf36553c14f7143ef005a4925edd901fb0" + +S = "${WORKDIR}/git" + +EXTRA_OEMAKE="ARCH=${TARGET_ARCH} EXTRA_DEFINE='USDPAA CONFIG_PHYS_64BIT' CROSS_COMPILE=${TARGET_PREFIX} SDK_DIR=${STAGING_DIR}/${MACHINE}" + +do_install(){ + oe_runmake install DESTDIR=${D} +}