summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-09-22 07:48:44 +0000
committerKoen Kooi <koen@openembedded.org>2007-09-22 07:48:44 +0000
commit25fd50f6912de17bc9d13eebf9be2f20e3d8cc81 (patch)
tree0e9fbbf5ecf5328ccdcafe83f6336c53faba678e
parent613ad22e06e94f5fbc8a703b94ee645de0f28d77 (diff)
linux-ezx: package kernel so people can flash it from userspace on the phone
-rw-r--r--packages/linux/linux-ezx_2.6.21.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb
index cb7d745dd1..aca341db93 100644
--- a/packages/linux/linux-ezx_2.6.21.bb
+++ b/packages/linux/linux-ezx_2.6.21.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "2.6 Linux Development Kernel for the Motorola GSM phones A780 and
AUTHOR = "The OpenEZX Team <openezx-devel@lists.openezx.org>"
HOMEPAGE = "http://www.openezx.org"
EZX = "ezxdev"
-PR = "${EZX}-r19"
+PR = "${EZX}-20"
require linux.inc
@@ -84,9 +84,8 @@ S = "${WORKDIR}/linux-${PV}"
##############################################################
# kernel image resides on a seperate flash partition (for now)
-#
-FILES_kernel-image = ""
-ALLOW_EMPTY = "1"
+# But we can flash it from userspace (flash_unlock /dev/mtdX && flash_eraseall /dev/mtdX && flashcp /boot/zImage /dev/mtdX)
+# so lets make a package of it. What about a postinst that flashes the new kernel?
COMPATIBLE_HOST = "arm.*-linux"
COMPATIBLE_MACHINE = '(a780|e680|a1200|rorkre2|rokre6)'