[oe-commits] org.oe.dev linux-ezx: more a1200 and rokre6 tweaks, also remove size check since boot_usb can handle 1MB images quite well nowadays and blob2 can flash like 1.3MB to mtd4

koen commit openembedded-commits at lists.openembedded.org
Sat Sep 15 18:04:16 UTC 2007


linux-ezx: more a1200 and rokre6 tweaks, also remove size check since boot_usb can handle 1MB images quite well nowadays and blob2 can flash like 1.3MB to mtd4

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a3ee5d88f6d1100cd285c2fead8e37018bd42a9f
ViewMTN: http://monotone.openembedded.org/revision/info/a3ee5d88f6d1100cd285c2fead8e37018bd42a9f
Files:
1
packages/linux/linux-ezx-2.6.21/a1200/defconfig
packages/linux/linux-ezx-2.6.21/rokre6/defconfig
packages/linux/linux-ezx_2.6.21.bb
Diffs:

#
# mt diff -rd8e2c140a0c6c65576a5c6afccbea0fd4a30def4 -ra3ee5d88f6d1100cd285c2fead8e37018bd42a9f
#
# 
# 
# patch "packages/linux/linux-ezx-2.6.21/a1200/defconfig"
#  from [537eb44614fe9bf1aabdd47ea67b49d5e51c7488]
#    to [54fc215efd04504bd6949f6c853b8291ab31bf05]
# 
# patch "packages/linux/linux-ezx-2.6.21/rokre6/defconfig"
#  from [05750a8dd2cd0679eb45b48cf720036f1639b24c]
#    to [b79ae70ebd4748e59c20b3a234ba65c2360a45dd]
# 
# patch "packages/linux/linux-ezx_2.6.21.bb"
#  from [b36cde7574e574ebc55d23bf2aabfad81006ea49]
#    to [1d457e3d15115be8bccec1e3d50203380c0e066a]
# 
============================================================
--- packages/linux/linux-ezx-2.6.21/a1200/defconfig	537eb44614fe9bf1aabdd47ea67b49d5e51c7488
+++ packages/linux/linux-ezx-2.6.21/a1200/defconfig	54fc215efd04504bd6949f6c853b8291ab31bf05
@@ -590,9 +590,9 @@ CONFIG_MTD_EZX=y
 # CONFIG_MTD_ARM_INTEGRATOR is not set
 # CONFIG_MTD_SHARP_SL is not set
 CONFIG_MTD_EZX=y
-# CONFIG_MTD_EZX_A780 is not set
+CONFIG_MTD_EZX_A780=y
 # CONFIG_MTD_EZX_A780_ALTERNATE is not set
-CONFIG_MTD_EZX_A1200=y
+# CONFIG_MTD_EZX_A120 is not set
 # CONFIG_MTD_EZX_E2 is not set
 # CONFIG_MTD_EZX_E6 is not set
 # CONFIG_MTD_PLATRAM is not set
============================================================
--- packages/linux/linux-ezx-2.6.21/rokre6/defconfig	05750a8dd2cd0679eb45b48cf720036f1639b24c
+++ packages/linux/linux-ezx-2.6.21/rokre6/defconfig	b79ae70ebd4748e59c20b3a234ba65c2360a45dd
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.21.4
-# Sat Sep 15 18:27:06 2007
+# Sat Sep 15 19:35:32 2007
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -590,11 +590,11 @@ CONFIG_MTD_EZX=y
 # CONFIG_MTD_ARM_INTEGRATOR is not set
 # CONFIG_MTD_SHARP_SL is not set
 CONFIG_MTD_EZX=y
-# CONFIG_MTD_EZX_A780 is not set
+CONFIG_MTD_EZX_A780=y
 # CONFIG_MTD_EZX_A780_ALTERNATE is not set
 # CONFIG_MTD_EZX_A1200 is not set
 # CONFIG_MTD_EZX_E2 is not set
-CONFIG_MTD_EZX_E6=y
+# CONFIG_MTD_EZX_E6 is not set
 # CONFIG_MTD_PLATRAM is not set
 
 #
============================================================
--- packages/linux/linux-ezx_2.6.21.bb	b36cde7574e574ebc55d23bf2aabfad81006ea49
+++ packages/linux/linux-ezx_2.6.21.bb	1d457e3d15115be8bccec1e3d50203380c0e066a
@@ -1,10 +1,10 @@ EZX = "ezxdev"
 DESCRIPTION = "2.6 Linux Development Kernel for the Motorola GSM phones A780 and E680"
 SECTION = "kernel"
 AUTHOR = "Harald Welte and the OpenEZX Team <openezx-devel at lists.openezx.org>"
 HOMEPAGE = "http://www.openezx.org"
 LICENSE = "GPL"
 EZX = "ezxdev"
-PR = "${EZX}-r14"
+PR = "${EZX}-r15"
 
 inherit kernel
 
@@ -105,7 +105,7 @@ do_compile_append() {
 do_compile_append() {
 	size=`ls -l arch/${ARCH}/boot/${KERNEL_IMAGETYPE} | awk '{ print $5}'`
 	if [ $size -ge 1294336 ]; then
-		rm arch/${ARCH}/boot/${KERNEL_IMAGETYPE}
+		#rm arch/${ARCH}/boot/${KERNEL_IMAGETYPE}
 		echo "Size is $size"
 		echo  "This kernel is too big for your EZX Phone. Please reduce the size of the kernel by making more of it modular."
 	fi






More information about the Openembedded-commits mailing list