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

Denys Dmytriyenko denis at denix.org
Fri Jun 17 22:08:31 UTC 2011


On Thu, Jun 16, 2011 at 02:29:03PM -0500, Chase Maupin wrote:
> * 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>

With my OE hat on:

Acked-by: Denys Dmytriyenko <denys 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
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list