[oe-commits] org.oe.dev handhelds-sa 2.4.19-rmk6-pxa1-hh42

erik commit openembedded-commits at lists.openembedded.org
Tue Oct 10 20:59:55 UTC 2006


handhelds-sa 2.4.19-rmk6-pxa1-hh42
* The defconfig-h3600 file was missing a few import options, specifically:
  + The hidp bluez stack piece built as a module
  + The jffs2 zlib support built into the kernel
  
  These problems ended up exhibiting themselves as half-built but still
  bootable kernels (go figure). Most notably the zlib_deflate object code
  would not be in the kernel and the ppp_deflate module would fail loading.
  This bug was reported to me by Rene Wagner (rw AT handhelds DOT org). Thanks
  Rene!

Author: erik at openembedded.org
Branch: org.openembedded.dev
Revision: 56dc8d7e7cea6cb37080d2c0c3c55c83d79e2302
ViewMTN: http://monotone.openembedded.org/revision.psp?id=56dc8d7e7cea6cb37080d2c0c3c55c83d79e2302
Files:
1
packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600
Diffs:

#
# mt diff -rb54fe8fab7e9beefdaa43fb85146987fa2147c73 -r56dc8d7e7cea6cb37080d2c0c3c55c83d79e2302
#
# 
# 
# patch "packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600"
#  from [39c3a1a9ca8dd205d1ea8e889086e9e765eb7242]
#    to [ed7500384c13930f873d010da9947d60a8069ae1]
# 
============================================================
--- packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600	39c3a1a9ca8dd205d1ea8e889086e9e765eb7242
+++ packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600	ed7500384c13930f873d010da9947d60a8069ae1
@@ -1108,6 +1108,11 @@ CONFIG_JFFS2_FS_DEBUG=0
 # CONFIG_JFFS_FS is not set
 CONFIG_JFFS2_FS=y
 CONFIG_JFFS2_FS_DEBUG=0
+CONFIG_JFFS2_FS_WRITEBUFFER=y
+CONFIG_JFFS2_ZLIB=y
+CONFIG_JFFS2_RTIME=y
+CONFIG_JFFS2_CMODE_PRIORITY=y
+CONFIG_JFFS2_PROC=y
 # CONFIG_JFFS2_FS_NAND is not set
 CONFIG_CRAMFS=y
 CONFIG_TMPFS=y
@@ -1432,6 +1437,7 @@ CONFIG_BLUEZ_BNEP_PROTO_FILTER=y
 CONFIG_BLUEZ_BNEP=m
 CONFIG_BLUEZ_BNEP_MC_FILTER=y
 CONFIG_BLUEZ_BNEP_PROTO_FILTER=y
+CONFIG_BLUEZ_HIDP=m
 # CONFIG_BLUEZ_CMTP is not set
 
 #






More information about the Openembedded-commits mailing list