]> code.ossystems Code Review - meta-freescale.git/commitdiff
uspdcp: remove as it is not bsp related
authorTing Liu <ting.liu@freescale.com>
Tue, 13 Jan 2015 13:25:44 +0000 (21:25 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 14 Jan 2015 02:52:12 +0000 (10:52 +0800)
This pkg is for fsl security, not bsp related. will put it to fsl
distro layer for security.

Signed-off-by: Ting Liu <ting.liu@freescale.com>
meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb [deleted file]

diff --git a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb
deleted file mode 100644 (file)
index 71e68cc..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "SEC user space driver package"
-LICENSE = "BSD GPLv2"
-
-DEPENDS += "flib usdpaa"
-
-COMPATIBLE_HOST_qoriq-ppc = ".*"
-COMPATIBLE_HOST ?= "(none)"
-
-# 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}
-}