[oe-commits] org.oe.dev linux-ezx: package kernel so people can flash it from userspace on the phone

koen commit openembedded-commits at lists.openembedded.org
Sat Sep 22 07:55:35 UTC 2007


linux-ezx: package kernel so people can flash it from userspace on the phone

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ff0bf88a16ed83af818deaf4ca84670e3f2c133e
ViewMTN: http://monotone.openembedded.org/revision/info/ff0bf88a16ed83af818deaf4ca84670e3f2c133e
Files:
1
packages/linux/linux-ezx_2.6.21.bb
Diffs:

#
# mt diff -r76cf86f9da7834a6e9e5db18f430087c81df7a47 -rff0bf88a16ed83af818deaf4ca84670e3f2c133e
#
# 
# 
# patch "packages/linux/linux-ezx_2.6.21.bb"
#  from [06a36fdfbaad64c476087b93b098cbfd0ccd15a5]
#    to [2fa81f07979a54fc0cb831c107b4aef98834a892]
# 
============================================================
--- packages/linux/linux-ezx_2.6.21.bb	06a36fdfbaad64c476087b93b098cbfd0ccd15a5
+++ packages/linux/linux-ezx_2.6.21.bb	2fa81f07979a54fc0cb831c107b4aef98834a892
@@ -1,8 +1,8 @@ EZX = "ezxdev"
 DESCRIPTION = "2.6 Linux Development Kernel for the Motorola GSM phones A780 and E680"
 AUTHOR = "The OpenEZX Team <openezx-devel at 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)'






More information about the Openembedded-commits mailing list