All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-ppc][PATCH] uspdcp: remove as it is not bsp related
@ 2015-01-13 13:25 ting.liu
  2015-01-28 14:44 ` Bob Cochran
  0 siblings, 1 reply; 3+ messages in thread
From: ting.liu @ 2015-01-13 13:25 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <ting.liu@freescale.com>

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>
---
 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}
-}
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-fsl-ppc][PATCH] uspdcp: remove as it is not bsp related
  2015-01-13 13:25 [meta-fsl-ppc][PATCH] uspdcp: remove as it is not bsp related ting.liu
@ 2015-01-28 14:44 ` Bob Cochran
  2015-01-29  2:33   ` zhenhua.luo
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Cochran @ 2015-01-28 14:44 UTC (permalink / raw)
  To: ting.liu, meta-freescale

On 01/13/2015 08:25 AM, ting.liu@freescale.com wrote:
> From: Ting Liu <ting.liu@freescale.com>
>
> 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 <ting.liu@freescale.com>
> ---
>   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}
> -}
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-fsl-ppc][PATCH] uspdcp: remove as it is not bsp related
  2015-01-28 14:44 ` Bob Cochran
@ 2015-01-29  2:33   ` zhenhua.luo
  0 siblings, 0 replies; 3+ messages in thread
From: zhenhua.luo @ 2015-01-29  2:33 UTC (permalink / raw)
  To: Bob Cochran; +Cc: meta-freescale

Hi Bob, 

The meta-fsl-security is a FSL commercial layer which manages the enhanced SEC implementation for FSL QorIQ targets. 

You can contact with O'Donnell Michael-R61426 <michael.odonnell@freescale.com> on how to get the layer. 


Best Regards,

Zhenhua

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@yoctoproject.org] On Behalf Of Bob Cochran
> Sent: Wednesday, January 28, 2015 10:45 PM
> To: Liu Ting-B28495; meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-ppc][PATCH] uspdcp: remove as it is
> not bsp related
> 
> On 01/13/2015 08:25 AM, ting.liu@freescale.com wrote:
> > From: Ting Liu <ting.liu@freescale.com>
> >
> > 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 <ting.liu@freescale.com>
> > ---
> >   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}
> > -}
> >
> 
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-29  2:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13 13:25 [meta-fsl-ppc][PATCH] uspdcp: remove as it is not bsp related ting.liu
2015-01-28 14:44 ` Bob Cochran
2015-01-29  2:33   ` zhenhua.luo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.