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:
b2d6791
)
linux 2.6.21: kb9202 use u-boot so switch to uImage
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Fri, 25 May 2007 10:13:21 +0000
(10:13 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Fri, 25 May 2007 10:13:21 +0000
(10:13 +0000)
packages/linux/linux_2.6.21.bb
patch
|
blob
|
history
diff --git
a/packages/linux/linux_2.6.21.bb
b/packages/linux/linux_2.6.21.bb
index
f107dad
..
7416d5d
100644
(file)
--- a/
packages/linux/linux_2.6.21.bb
+++ b/
packages/linux/linux_2.6.21.bb
@@
-1,7
+1,8
@@
DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
-PR = "r2"
+DEPENDS_kb9202 = "u-boot"
+PR = "r3"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://defconfig \
@@
-20,7
+21,7
@@
inherit kernel
KERNEL_IMAGETYPE_progear = "bzImage"
KERNEL_IMAGETYPE_simpad = "zImage"
-KERNEL_IMAGETYPE_kb9202 = "
z
Image"
+KERNEL_IMAGETYPE_kb9202 = "
u
Image"
do_configure_prepend() {
if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then