summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-13 21:25:44 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-14 10:52:12 +0800
commit4765adb0410ccbc83c5844193ac501d74711b3f7 (patch)
tree83f86ad9066ae8fc0848dd4aa54785ae00f5c8d0 /recipes-extended
parent256d40f0bae2aa741f837ed99af391b0d2b5bde6 (diff)
downloadmeta-fsl-ppc-4765adb0410ccbc83c5844193ac501d74711b3f7.tar.gz
uspdcp: remove as it is not bsp related
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>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/uspdcp/uspdcp_git.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-extended/uspdcp/uspdcp_git.bb b/recipes-extended/uspdcp/uspdcp_git.bb
deleted file mode 100644
index 71e68cc..0000000
--- a/recipes-extended/uspdcp/uspdcp_git.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1DESCRIPTION = "SEC user space driver package"
2LICENSE = "BSD GPLv2"
3
4DEPENDS += "flib usdpaa"
5
6COMPATIBLE_HOST_qoriq-ppc = ".*"
7COMPATIBLE_HOST ?= "(none)"
8
9# no COPYING file in current git tree, need to be fixed
10LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609"
11
12SRC_URI = "git://git.freescale.com/ppc/sdk/uspdcp.git;nobranch=1"
13SRCREV = "30016cdf36553c14f7143ef005a4925edd901fb0"
14
15S = "${WORKDIR}/git"
16
17EXTRA_OEMAKE="ARCH=${TARGET_ARCH} EXTRA_DEFINE='USDPAA CONFIG_PHYS_64BIT' CROSS_COMPILE=${TARGET_PREFIX} SDK_DIR=${STAGING_DIR}/${MACHINE}"
18
19do_install(){
20 oe_runmake install DESTDIR=${D}
21}