[oe] [PATCH] kernel bbclass: add the crypto directory to staging

Maupin, Chase chase.maupin at ti.com
Tue Jun 21 14:29:55 UTC 2011


Ping on this patch.  I've seen one ACK so far.

Sincerely,
Chase Maupin
Open Platforms
ARM MPU
e-mail: chase.maupin at ti.com
phone: (214) 567-2950

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/

> -----Original Message-----
> From: Chase Maupin [mailto:chasemaupin03 at gmail.com]
> Sent: Thursday, June 16, 2011 2:29 PM
> To: openembedded-devel at lists.openembedded.org
> Cc: Maupin, Chase; Turner, Greg
> Subject: [PATCH] kernel bbclass: add the crypto directory to staging
> 
> * Add the include/crypto directory from the kernel to the list
>   of directories to be staged.
> * This directory contains the cryptodev.h file required by other
>   drivers and applications.
> * Not including this directory leads to build errors of being
>   unable to find the cryptodev.h file.
> 
> Signed-off-by: Greg Turner <gregturner at ti.com>
> Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
> ---
>  classes/kernel.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
> index 8817186..bd7b23f 100644
> --- a/classes/kernel.bbclass
> +++ b/classes/kernel.bbclass
> @@ -188,7 +188,7 @@ sysroot_stage_all_append() {
>  	mkdir -p $kerneldir/include/asm-generic
>  	cp -fR include/asm-generic/* $kerneldir/include/asm-generic/
> 
> -	for entry in drivers/crypto drivers/media include/generated
> include/linux include/net include/pcmcia include/media include/acpi
> include/sound include/video include/scsi include/trace include/mtd
> include/rdma include/drm include/xen crypto/ocf; do
> +	for entry in drivers/crypto drivers/media include/generated
> include/linux include/net include/pcmcia include/media include/acpi
> include/sound include/video include/scsi include/trace include/mtd
> include/rdma include/drm include/xen crypto/ocf include/crypto; do
>  		if [ -d $entry ]; then
>  			mkdir -p $kerneldir/$entry
>  			cp -fR $entry/* $kerneldir/$entry/
> --
> 1.7.0.4





More information about the Openembedded-devel mailing list