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:
e6a21ff
)
linux-rp.inc: override do_deploy for collie with empty function. Kernel
author
Thomas Kunze
<thommycheck@gmx.de>
Sun, 27 Jul 2008 14:56:52 +0000
(14:56 +0000)
committer
Thomas Kunze
<thommycheck@gmx.de>
Sun, 27 Jul 2008 14:56:52 +0000
(14:56 +0000)
for collie is now included in rootfs
packages/linux/linux-rp.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux-rp.inc
b/packages/linux/linux-rp.inc
index
28f3d0d
..
e6dee57
100644
(file)
--- a/
packages/linux/linux-rp.inc
+++ b/
packages/linux/linux-rp.inc
@@
-140,6
+140,10
@@
do_configure() {
yes '' | oe_runmake oldconfig
}
+#collie dosn't need to deploy kernel. The kernel is in the rootfs and
+# linux-kexecboot kernel is flashed
+do_deploy_collie() {
+}
# wlan-ng stuff need compiled kernel sources
do_rm_work() {