git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6233c33
)
kernel bbclass: ${D} doesn't always have a trailing /, so put one in, sh is flexible...
author
Koen Kooi
<koen@openembedded.org>
Wed, 30 Apr 2008 10:16:27 +0000
(10:16 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 30 Apr 2008 10:16:27 +0000
(10:16 +0000)
classes/kernel.bbclass
patch
|
blob
|
history
diff --git
a/classes/kernel.bbclass
b/classes/kernel.bbclass
index
a295c14
..
47bb4b9
100644
(file)
--- a/
classes/kernel.bbclass
+++ b/
classes/kernel.bbclass
@@
-471,7
+471,7
@@
do_deploy() {
install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
- if [ -d "${D}lib" ]; then
+ if [ -d "${D}
/
lib" ]; then
tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE}.tgz -C ${D} lib
fi