diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-01-13 21:25:44 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-01-14 10:52:12 +0800 |
commit | a0a5896dad0091b6021e1999f316b781e39c467f (patch) | |
tree | 19d84f8a1ddb46f1bf166fc92ccca784606f9b02 | |
parent | d71dde80b5e30e457279c455d3363df3b4ff581c (diff) | |
download | meta-freescale-a0a5896dad0091b6021e1999f316b781e39c467f.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>
-rw-r--r-- | meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb | 21 |
1 files changed, 0 insertions, 21 deletions
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 index 71e68ccc..00000000 --- a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | DESCRIPTION = "SEC user space driver package" | ||
2 | LICENSE = "BSD GPLv2" | ||
3 | |||
4 | DEPENDS += "flib usdpaa" | ||
5 | |||
6 | COMPATIBLE_HOST_qoriq-ppc = ".*" | ||
7 | COMPATIBLE_HOST ?= "(none)" | ||
8 | |||
9 | # no COPYING file in current git tree, need to be fixed | ||
10 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609" | ||
11 | |||
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/uspdcp.git;nobranch=1" | ||
13 | SRCREV = "30016cdf36553c14f7143ef005a4925edd901fb0" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | EXTRA_OEMAKE="ARCH=${TARGET_ARCH} EXTRA_DEFINE='USDPAA CONFIG_PHYS_64BIT' CROSS_COMPILE=${TARGET_PREFIX} SDK_DIR=${STAGING_DIR}/${MACHINE}" | ||
18 | |||
19 | do_install(){ | ||
20 | oe_runmake install DESTDIR=${D} | ||
21 | } | ||