From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D7BC8E00827; Wed, 28 Jan 2015 06:45:05 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4136BE00753 for ; Wed, 28 Jan 2015 06:44:56 -0800 (PST) Received: from [192.168.1.10] (c-73-194-208-34.hsd1.nj.comcast.net [73.194.208.34]) by smtp.webfaction.com (Postfix) with ESMTP id 686F159A3A18; Wed, 28 Jan 2015 14:44:55 +0000 (UTC) Message-ID: <54C8F5E6.30804@mindchasers.com> Date: Wed, 28 Jan 2015 09:44:54 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: ting.liu@freescale.com, meta-freescale@yoctoproject.org References: <1421155544-30391-1-git-send-email-ting.liu@freescale.com> In-Reply-To: <1421155544-30391-1-git-send-email-ting.liu@freescale.com> Subject: Re: [meta-fsl-ppc][PATCH] uspdcp: remove as it is not bsp related X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2015 14:45:05 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 01/13/2015 08:25 AM, ting.liu@freescale.com wrote: > From: Ting Liu > > This pkg is for fsl security, not bsp related. will put it to fsl > distro layer for security. Where is the "fsl distro layer for security"? I just looked for it on git.yoctoproject.org and Freescale.github.io, but I didn't see it. I'm wondering why a uio-driver for a QorIQ SEC engine doesn't belong in a BSP layer. Bob > > Signed-off-by: Ting Liu > --- > recipes-extended/uspdcp/uspdcp_git.bb | 21 --------------------- > 1 file changed, 21 deletions(-) > delete mode 100644 recipes-extended/uspdcp/uspdcp_git.bb > > 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 @@ > -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} > -} >