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:
1ab003c
)
linux: fix KERNEL_IMAGETYPE for simpad
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 27 Feb 2007 17:14:14 +0000
(17:14 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 27 Feb 2007 17:14:14 +0000
(17:14 +0000)
packages/linux/linux_2.6.20.bb
patch
|
blob
|
history
diff --git
a/packages/linux/linux_2.6.20.bb
b/packages/linux/linux_2.6.20.bb
index
f437218
..
a26b20e
100644
(file)
--- a/
packages/linux/linux_2.6.20.bb
+++ b/
packages/linux/linux_2.6.20.bb
@@
-1,6
+1,7
@@
DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
+PR = "r1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig"
@@
-16,7
+17,7
@@
SRC_URI_append_simpad = "\
inherit kernel
KERNEL_IMAGETYPE = "bzImage"
-KERNEL_IMAGETYPE_simpad = "
b
zImage"
+KERNEL_IMAGETYPE_simpad = "zImage"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config