* [PATCH v2 1/3] kernel.bbclass: stage additional directories
@ 2011-11-18 7:17 Prathap M S
2011-11-18 12:51 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Prathap M S @ 2011-11-18 7:17 UTC (permalink / raw)
To: openembedded-devel
* The graphics SDK requires additional directories to be staged
for compilation.
Signed-off-by: Prathap M S <msprathap@ti.com>
---
classes/kernel.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index 0109ce6..bf731e6 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -168,7 +168,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 drivers/video drivers/gpu drivers/base 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
if [ -d $entry ]; then
mkdir -p $kerneldir/$entry
cp -fR $entry/* $kerneldir/$entry/
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 1/3] kernel.bbclass: stage additional directories
2011-11-18 7:17 [PATCH v2 1/3] kernel.bbclass: stage additional directories Prathap M S
@ 2011-11-18 12:51 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2011-11-18 12:51 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 18-11-11 08:17, Prathap M S schreef:
> * The graphics SDK requires additional directories to be staged for
> compilation.
>
> Signed-off-by: Prathap M S <msprathap@ti.com>
This doesn't apply, did you generate it against HEAD?
> --- classes/kernel.bbclass | 2 +- 1 files changed, 1 insertions(+), 1
> deletions(-)
>
> diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index
> 0109ce6..bf731e6 100644 --- a/classes/kernel.bbclass +++
> b/classes/kernel.bbclass @@ -168,7 +168,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 drivers/video drivers/gpu drivers/base
> 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 if [ -d
> $entry ]; then mkdir -p $kerneldir/$entry cp -fR $entry/*
> $kerneldir/$entry/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org
iEYEARECAAYFAk7GVMQACgkQMkyGM64RGpFAogCfdzJy9qTzrsY5eUInm7EAKVgJ
Wr4An1W6wfmQP/obDInB6aI00cFWpAP9
=AHZO
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-18 12:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18 7:17 [PATCH v2 1/3] kernel.bbclass: stage additional directories Prathap M S
2011-11-18 12:51 ` Koen Kooi
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.