[oe-commits] chase maupin : kernel bbclass: add the crypto directory to staging

git version control git at git.openembedded.org
Thu Jun 23 00:20:53 UTC 2011


Module: openembedded.git
Branch: master
Commit: 1b43ab26f1f677f4b7e40b23c4a71c8c1fb89b17
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=1b43ab26f1f677f4b7e40b23c4a71c8c1fb89b17

Author: chase maupin <chasemaupin03 at gmail.com>
Date:   Fri Jun 17 03:29:03 2011 +0000

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>
Acked-by: Denys Dmytriyenko <denys at ti.com>
Acked-by: Roman I Khimov <khimov at altell.ru>
Signed-off-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/





More information about the Openembedded-commits mailing list