[oe-commits] org.oe.dev merge of 'd8bfa63aa913e7227790ba2d02253cfbecce61ab'

rwhitby commit openembedded-commits at lists.openembedded.org
Sun Dec 23 12:04:57 UTC 2007


merge of 'd8bfa63aa913e7227790ba2d02253cfbecce61ab'
     and 'e49af3b0c9501d9799a24ac39d4afbb1c92ff181'

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: c0e5acdcd78b5eb68dcd3e38de3d8e30912abcfa
ViewMTN: http://monotone.openembedded.org/revision/info/c0e5acdcd78b5eb68dcd3e38de3d8e30912abcfa
Files:
1
packages/apex/files/find-apex-partition.patch
packages/apex/apex-env_1.5.8.bb
packages/linux/linux-handhelds-2.6_2.6.21-hh16.bb
packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb
packages/altboot/altboot_1.1.1+wip-SVNR69.bb
packages/altboot/altboot_1.1.1+wip-SVNR70.bb
packages/linux/linux-handhelds-2.6
packages/linux/linux-handhelds-2.6-2.6.21
packages/xserver-common/files/unbreak-simpad.patch
classes/image.bbclass
conf/distro/angstrom-2007.1.conf
conf/documentation.conf
conf/machine/h2200.conf
conf/machine/h5000.conf
conf/machine/hx4700.conf
contrib/angstrom/build-feeds.sh
contrib/angstrom/build-release.sh
contrib/mtn2cl/mtn2cl.sh
packages/emacs/emacs-x11_20060801.bb
packages/emacs/emacs-x11_cvs.bb
packages/emacs/emacs_20060801.bb
packages/emacs/emacs_cvs.bb
packages/fstests/fstests.bb
packages/linux/linux-handhelds-2.6-2.6.21/asus620/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/asus730/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/aximx50/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/eteng500/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/h1910/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/h3600/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/h3800/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/h3900/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/h4000/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/h5000/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/htcalpine/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/htcapache/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/htcbeetles/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/htcblueangel/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/htchimalaya/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/htcsable/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/htcwallaby/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/looxc550/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/magician/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/rx1950/defconfig
packages/linux/linux-handhelds-2.6-2.6.21/rx3000/defconfig
packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb
packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb
packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
packages/linux/linux-handhelds-2.6_cvs.bb
packages/tasks/task-base.bb
packages/tasks/task-boot.bb
packages/xserver-common/xserver-common_1.18.bb
Diffs:

#
# mt diff -rd8bfa63aa913e7227790ba2d02253cfbecce61ab -rc0e5acdcd78b5eb68dcd3e38de3d8e30912abcfa
#
# 
# 
# add_file "packages/apex/files/find-apex-partition.patch"
#  content [a1985a204e000e121aa7918bb0754ef375def89a]
# 
# patch "packages/apex/apex-env_1.5.8.bb"
#  from [fdbc0b6132572b780b950c96db6cdd6c7f609f7d]
#    to [802ae62b74a85155710d25eb4ad8101aab3c8f44]
# 
============================================================
--- packages/apex/files/find-apex-partition.patch	a1985a204e000e121aa7918bb0754ef375def89a
+++ packages/apex/files/find-apex-partition.patch	a1985a204e000e121aa7918bb0754ef375def89a
@@ -0,0 +1,34 @@
+*** usr/link.cc.orig	Sun Dec 23 20:31:49 2007
+--- usr/link.cc	Sun Dec 23 20:32:46 2007
+***************
+*** 278,285 ****
+     fixed-up env_link structure, scanning for the environment variables
+     and their defaults, and opening the flash instance of the
+     environment.  It first looks for the "Loader" partition.  If there
+!    is none, it uses the first partition with the assumption that APEX
+!    may be the primary boot loader.
+  
+  */
+  
+--- 278,286 ----
+     fixed-up env_link structure, scanning for the environment variables
+     and their defaults, and opening the flash instance of the
+     environment.  It first looks for the "Loader" partition.  If there
+!    is none, it then looks for the "apex" partition.  If there is none,
+!    it uses the first partition with the assumption that APEX  may be
+!    the primary boot loader.
+  
+  */
+  
+***************
+*** 289,294 ****
+--- 290,298 ----
+    MTDPartition mtd = MTDPartition::find ("Loader");
+  
+    if (!mtd.is ())
++     mtd = MTDPartition::find ("apex");
++ 
++   if (!mtd.is ())
+      mtd = MTDPartition::first ();
+  
+    bool fFound = mtd.is () && open_apex (mtd);
============================================================
--- packages/apex/apex-env_1.5.8.bb	fdbc0b6132572b780b950c96db6cdd6c7f609f7d
+++ packages/apex/apex-env_1.5.8.bb	802ae62b74a85155710d25eb4ad8101aab3c8f44
@@ -1,11 +1,13 @@ LICENSE = "GPL"
 DESCRIPTION = "APEX Boot Loader Environment User Modification Tool"
 SECTION = "util"
 PRIORITY = "optional"
 HOMEPAGE = "http://wiki.buici.com/twiki/bin/view/Main/ApexBootloader"
 LICENSE = "GPL"
-# PR = "r1"
+PR = "r1"
 
-SRC_URI = "ftp://ftp.buici.com/pub/apex/apex-${PV}.tar.gz"
+SRC_URI = "ftp://ftp.buici.com/pub/apex/apex-${PV}.tar.gz \
+	file://find-apex-partition.patch;patch=1 \
+	"
 S = ${WORKDIR}/apex-${PV}/usr
 
 EXTRA_OEMAKE_append = " CROSS_COMPILE=${CROSS_DIR}/bin/${HOST_PREFIX}"


#
# mt diff -re49af3b0c9501d9799a24ac39d4afbb1c92ff181 -rc0e5acdcd78b5eb68dcd3e38de3d8e30912abcfa
#
# 
# 
# delete "packages/linux/linux-handhelds-2.6_2.6.21-hh16.bb"
# 
# delete "packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb"
# 
# rename "packages/altboot/altboot_1.1.1+wip-SVNR69.bb"
#     to "packages/altboot/altboot_1.1.1+wip-SVNR70.bb"
# 
# rename "packages/linux/linux-handhelds-2.6"
#     to "packages/linux/linux-handhelds-2.6-2.6.21"
# 
# add_file "packages/xserver-common/files/unbreak-simpad.patch"
#  content [52af625aa3d8a233a99575211661571e46945840]
# 
# patch "classes/image.bbclass"
#  from [57e9ee07875e7423b6e199df2c69e55bdcdb8a69]
#    to [4d92381733b09bae07a07da35bd0024744924c3c]
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [f9c15c2c88454482d0a24c83a7c22662378223a2]
#    to [6496adbe7d3ff5fdeb0d8698e9a86d70c2d8fa29]
# 
# patch "conf/documentation.conf"
#  from [bdfe2a042dd570980cb40a9e27a56cb7e06f2a57]
#    to [d10c13b6402c7c828d664a5fda04d2ad3050a4cc]
# 
# patch "conf/machine/h2200.conf"
#  from [517c64f5b7a22dd1f67791d8534910358ca7b6e1]
#    to [73636ed45d256967ed2b6da85adaf7af07cc9fb4]
# 
# patch "conf/machine/h5000.conf"
#  from [e3be93bf378f53331316ca75535d32465f86f9b0]
#    to [fc55c08e143a46f2863d188a7c378b8cc3ee2f2c]
# 
# patch "conf/machine/hx4700.conf"
#  from [8a9b68dd63f3be8457ae064682536c7c1912b241]
#    to [537fcae072d2c76e87e7f1e735e333ccae1bb34a]
# 
# patch "contrib/angstrom/build-feeds.sh"
#  from [efb9672fb85bdd8c252fe8d9bf0529ecb3281647]
#    to [e970609068ec55dfd2d83caf4f29f6981ac2defe]
# 
# patch "contrib/angstrom/build-release.sh"
#  from [47b470ed8a0841c920889e9c992dc07dc4334413]
#    to [24b8ff0eed78d3a8f1cd8458a76cfedb216e2cc6]
# 
# patch "contrib/mtn2cl/mtn2cl.sh"
#  from [0d004fb6d3ce380462f24c195693e3753e5445c0]
#    to [ea613a6b9c807fd6939677392252634926996ebf]
# 
# patch "packages/altboot/altboot_1.1.1+wip-SVNR70.bb"
#  from [f853485448631fad56e6fb98656afc1312240e9e]
#    to [d8549450283b67303bed9444e9ce7b672b4ef6b7]
# 
# patch "packages/emacs/emacs-x11_20060801.bb"
#  from [3457ad840b0a38bfeae7e4a3897f212239fa70ce]
#    to [965432a87967e099882c8d5767b456e842a1cb0c]
# 
# patch "packages/emacs/emacs-x11_cvs.bb"
#  from [e2638065bea198c09881bfdf17fc0eb51453f52e]
#    to [322f28739cb2678d3893ad38afada26290e8a22c]
# 
# patch "packages/emacs/emacs_20060801.bb"
#  from [8060faa2c6603fe0867d73fd9f4b767a982fc6ee]
#    to [797283b86be34c26ed52e37b9e07109226c07cce]
# 
# patch "packages/emacs/emacs_cvs.bb"
#  from [d51efb8e267b4e8787cb7949c043ba6a32691233]
#    to [3aa46cad86255469e86d4335acb761ff26758023]
# 
# patch "packages/fstests/fstests.bb"
#  from [8e68d354171ec166486b05d059c1d89ac0a78db5]
#    to [a6dc455c3f5af4948f0f78ed2476ee4147530492]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/asus620/defconfig"
#  from [1f28f885c5d38a58e7286ab2b6ac1002fdb25919]
#    to [c986d1a87b8fa694e045a150e5c8b3f104bb912d]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/asus730/defconfig"
#  from [be44aaf3fb8180bec1b20f704ddcf5310f388c1a]
#    to [c2c9b620fd8246b79cf6fc9a248a93d13926b09b]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/aximx50/defconfig"
#  from [5eb86eec70dcb5cd7849c55d2c30f3fa150c699d]
#    to [3eab7d807a91664c39d9797521f5e001eb532dc1]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/eteng500/defconfig"
#  from [46081d5ce43fbed774749aa007f415e38a84c459]
#    to [d9f8a03872694e2c0be6681f854850597378c1ae]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/h1910/defconfig"
#  from [d4ecc27e27fe31f1162de33855d5f470a667f155]
#    to [e91cf692230fcbdd091ac4f03bd76d0a90f4d76d]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig"
#  from [08b3c80cfa2998d235449d22eebca4323d6fc861]
#    to [8516de814611730a6b8838cd1e514bfc74949359]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/h3600/defconfig"
#  from [3371e00777176fc053ef6c639da693ff9bd8177f]
#    to [b38e2b0e42d029892edfbdd98314146994a3fd95]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/h3800/defconfig"
#  from [ccabe93146ef341f44e458dc87655fa5b6672b04]
#    to [584d8e5084b8a6299e7ccec18f2ca07bddb5a2b2]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/h3900/defconfig"
#  from [ffc92b049046023011e9edc3be646f0a7171412e]
#    to [d4532b4e939e3d7de2b696337dbc347880be34e4]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/h4000/defconfig"
#  from [f8c89b6ee9fd85b9f73616125173acb08dcd876f]
#    to [a11092b9b193dec862b1bdf2619df7c3b2dd7074]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/h5000/defconfig"
#  from [a4b32acece2cb8b3cabcfdf0bfb966fbcc84f727]
#    to [bbd3533d10c6c745448c5e92c3799fb591b10dc0]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/htcalpine/defconfig"
#  from [28a648c7ed768cc6d1893808d60c138957994101]
#    to [916c7fb59ffee9d08c8eea9927fb2f5087fe3bed]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/htcapache/defconfig"
#  from [728952328872977446a2a1f5c5d517fd85b77fe6]
#    to [928f2aee6999e7fb23171cb5d087888c4378daa2]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/htcbeetles/defconfig"
#  from [d0b072fcacb3d1198cf6492b6a8d9f4842a8deb6]
#    to [2c150fb9e8042a7b8f19d820d120b42df5744f45]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/htcblueangel/defconfig"
#  from [4298a8b960bf2bbbf29d0117be20cc2ddcc2dbfc]
#    to [4be5cf341de440a0b942bfbab818e10554d0f2eb]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/htchimalaya/defconfig"
#  from [a0b1e58b136d82b046c1f9f09ea54fe319ef7b9e]
#    to [02d4621765d3dc9cbfedebf028cb011d88a63c5d]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/htcsable/defconfig"
#  from [6be07a550a272c9438b89e3aa72f0077a228b33a]
#    to [cfc4330f5746e2b1c98989d3fdbfea4800fb7667]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/htcuniversal/defconfig"
#  from [4f4cc6cbb707682abc20f3d4f416354fb10ec460]
#    to [1102b410bd3d8153c18f41afde3028d699c7d85f]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/htcwallaby/defconfig"
#  from [69f3e1be12eb511255b730a73ceca46476781aa1]
#    to [d7e0bd9a6211fe5fefee01e67b04e6bf6356f45a]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig"
#  from [dcb72d61b8285f06ef5d4ffb05edddde96c8e41a]
#    to [f228f1ef12b6ad82b61392c2ea58bf1a534bf43c]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/looxc550/defconfig"
#  from [e4fc3f28dfd712bf9f578ff39add76ad21b7a470]
#    to [f7e08d2a55df3845c408e8966ff07f2aa83bd5b7]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/magician/defconfig"
#  from [1c3f28a4f54b40982eb1d7a668d725f8fc66b212]
#    to [89afc38bbd5dfffdce8dc5baa7471f4648de4b87]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/rx1950/defconfig"
#  from [2df0b2e984871d4e1a64dec9c4d294029b78f2ec]
#    to [ccae20c3f62e40debe77a7fbe0a1c9cf01b17fb1]
# 
# patch "packages/linux/linux-handhelds-2.6-2.6.21/rx3000/defconfig"
#  from [a539effd5649afcb400b289746fa35d7cde586e8]
#    to [941f436760a2e74c042122f4fd22e0da0880480c]
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb"
#  from [49685f54bf88b77f0c58a25c20ad416690435f97]
#    to [75393e4feb74ea7e937ef54139a105955ca45032]
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb"
#  from [252b9c26ddd2fda4271f4352999ce0facbfece99]
#    to [149a069ee31e27ea584bde100650235a4afbbee0]
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb"
#  from [252b9c26ddd2fda4271f4352999ce0facbfece99]
#    to [f6bafabbd68cd660896b99cd7c0e97e772393a05]
# 
# patch "packages/linux/linux-handhelds-2.6_cvs.bb"
#  from [cde5e382dd8c6dd8cc444aa1729ad55e47f7e066]
#    to [632168097c40dba491d572a468f18dac758475fb]
# 
# patch "packages/tasks/task-base.bb"
#  from [4872be5529c6ad0d60f8e5da1753a0fb845910a0]
#    to [d85d25ffbe37f18e4269777fa917583cd172c2e0]
# 
# patch "packages/tasks/task-boot.bb"
#  from [20830050f274ccd1736b3833d5540df643b893c8]
#    to [0fdedbe09f9a03c68bf7b5ba674c82b029187bb3]
# 
# patch "packages/xserver-common/xserver-common_1.18.bb"
#  from [14f7d103bf373a302fc67211bc1c91f71605d7fb]
#    to [3409a8ba366a252767d2dd923e81b9c7ea5c824d]
# 
============================================================
--- packages/xserver-common/files/unbreak-simpad.patch	52af625aa3d8a233a99575211661571e46945840
+++ packages/xserver-common/files/unbreak-simpad.patch	52af625aa3d8a233a99575211661571e46945840
@@ -0,0 +1,18 @@
+--- xserver-common-1.18/X11/Xinit.d/12keymap.org	2007-08-24 14:14:31.000000000 +0300
++++ xserver-common-1.18/X11/Xinit.d/12keymap	2007-12-22 15:06:52.000000000 +0200
+@@ -15,14 +15,11 @@
+         "Sharp-Collie")
+                 xmodmap - < /etc/X11/collie.xmodmap
+                 ;;
+-	"Simpad")
+-		xmodmap - < /etc/X11/simpad.xmodmap
+-		;;
+ 	"HP iPAQ h6300")
+ 		xmodmap - < /etc/X11/h6300.xmodmap
+ 		;;
+ 	# All the rest of keyboardless PDA machines use common buttonmap
+-	"HP iPAQ"* | "Asus MyPal"*)
++	"Simpad" | "HP iPAQ"* | "Asus MyPal"*)
+ 		xmodmap - < /etc/X11/keyboardless.xmodmap
+ 		;;
+ esac
============================================================
--- classes/image.bbclass	57e9ee07875e7423b6e199df2c69e55bdcdb8a69
+++ classes/image.bbclass	4d92381733b09bae07a07da35bd0024744924c3c
@@ -125,6 +125,17 @@ insert_feed_uris () {
 		# insert new feed-sources
 		echo "src/gz $feed_name $feed_uri" >> ${IMAGE_ROOTFS}/etc/ipkg/${feed_name}-feed.conf
 	done			
+
+	# Allow to use package deploy directory contents as quick devel-testing
+	# feed. This creates individual feed configs for each arch subdir of those
+	# specified as compatible for the current machine.
+	# NOTE: Development-helper feature, NOT a full-fledged feed.
+	if [ -n "${FEED_DEPLOYDIR_BASE_URI}" ]; then
+	    for arch in ${PACKAGE_ARCHS}
+	    do
+		echo "src/gz local-$arch ${FEED_DEPLOYDIR_BASE_URI}/$arch" >> ${IMAGE_ROOTFS}/etc/ipkg/local-$arch-feed.conf
+	    done
+	fi
 }
 
 log_check() {
============================================================
--- conf/distro/angstrom-2007.1.conf	f9c15c2c88454482d0a24c83a7c22662378223a2
+++ conf/distro/angstrom-2007.1.conf	6496adbe7d3ff5fdeb0d8698e9a86d70c2d8fa29
@@ -7,7 +7,7 @@
 #@--------------------------------------------------------------------
 
 # The release will the 2007.12
-DISTRO_VERSION = "2007.11RC2"
+DISTRO_VERSION = "2007.11RC2.1"
 DISTRO_REVISION = "51"
 
 require conf/distro/include/sane-srcdates.inc
============================================================
--- conf/documentation.conf	bdfe2a042dd570980cb40a9e27a56cb7e06f2a57
+++ conf/documentation.conf	d10c13b6402c7c828d664a5fda04d2ad3050a4cc
@@ -103,6 +103,9 @@ SYSVINIT_ENABLED_GETTYS[doc] = "Specify 
 
 SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1"
 
+FEED_URIS[doc] = "List of ipkg feed records to put into generated image."
+FEED_DEPLOYDIR_BASE_URI[doc] = "Allow to serve ipk deploy dir as an adhoc feed (bogofeed). Set to base URL of the dir as exported by HTTP. Set of adhoc feed configs will be generated in image."
+
 # insane bbclass
 QA_LOG[doc] = "Enable logging of QA errors to log.qa_package. Default is not to log."
 
============================================================
--- conf/machine/h2200.conf	517c64f5b7a22dd1f67791d8534910358ca7b6e1
+++ conf/machine/h2200.conf	73636ed45d256967ed2b6da85adaf7af07cc9fb4
@@ -26,7 +26,8 @@ PREFERRED_PROVIDER_virtual/kernel = "lin
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
 
-MACHINE_EXTRA_RDEPENDS = "h2200-bootloader udev-hostap-cs-vcc-workaround"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS = " h2200-bootloader "
+MACHINE_EXTRA_RDEPENDS = " udev-hostap-cs-vcc-workaround "
 MACHINE_EXTRA_RRECOMMENDS = "\
     kernel-module-snd-h2200-audio \
     kernel-module-i2c-pxa \
@@ -39,7 +40,7 @@ module_autoload_snd-mixer-oss = "snd-mix
 #
 module_autoload_snd-pcm-oss 	= "snd-pcm-oss"
 module_autoload_snd-mixer-oss = "snd-mixer-oss"
-module_autoload_snd-h2000-audio = "snd-h2000-audio"
+module_autoload_snd-h2200-audio = "snd-h2200-audio"
 
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 USE_VT = "0"
============================================================
--- conf/machine/h5000.conf	e3be93bf378f53331316ca75535d32465f86f9b0
+++ conf/machine/h5000.conf	fc55c08e143a46f2863d188a7c378b8cc3ee2f2c
@@ -6,7 +6,7 @@ TARGET_ARCH = "arm"
 # Hardware-based properties
 #
 TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te  h5xxx"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
 
 require conf/machine/include/tune-xscale.inc
 
@@ -31,5 +31,9 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-mod
 #
 # Modules autoload and other boot properties
 #
+module_autoload_snd-pcm-oss = "snd-pcm-oss"
+module_autoload_snd-mixer-oss = "snd-mixer-oss"
+module_autoload_g_ether = "g_ether"
+
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 USE_VT = "0"
============================================================
--- conf/machine/hx4700.conf	8a9b68dd63f3be8457ae064682536c7c1912b241
+++ conf/machine/hx4700.conf	537fcae072d2c76e87e7f1e735e333ccae1bb34a
@@ -21,7 +21,7 @@ MACHINE_DISPLAY_PPI = "200"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
 MACHINE_DISPLAY_ORIENTATION = "0"
 MACHINE_DISPLAY_PPI = "200"
-MACHINE_FEATURES = "alsa apm bluetooth irda pcmcia screen touchscreen usbgadget wifi vfat"
+MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 pcmcia screen touchscreen usbgadget wifi vfat"
 MACHINE_FEATURES += "iwmmxt"
 
 #
============================================================
--- contrib/angstrom/build-feeds.sh	efb9672fb85bdd8c252fe8d9bf0529ecb3281647
+++ contrib/angstrom/build-feeds.sh	e970609068ec55dfd2d83caf4f29f6981ac2defe
@@ -32,27 +32,29 @@ do_report_success() {
 	echo "$(date -u +%s) $target $BUILD_MODE $machine" >> autobuilder-feed.log
 }
 
-for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie spitz 
+for machine in ep93xx gumstix-connex gumstix-verdex efika omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700  
 do
         BUILD_MACHINE=$machine
 	BUILD_CLEAN="libtool-cross qmake-native qmake2-native"
-        BUILD_TARGETS="texinfo gcc binutils automake autoconf m4 pkgconfig \
-	               task-proper-tools mc screen \
+        BUILD_TARGETS="texinfo flex bison gcc binutils automake autoconf m4 pkgconfig \
+	               task-proper-tools mc screen emacs \
 	               mono perl python ruby \
 		       gtk+ qt-x11-free qt4-x11-free \
 		       gpe-mini-browser midori minimo openmoko-browser2 webkit-gtklauncher \
 		       samba \
 		       apache2 boa cherokee lighttpd thttpd \
-		       gpe-gallery gpe-scap notecase pidgin \
+		       gpe-gallery gpe-scap notecase \
+		       pidgin irssi \
 		       roadmap-gtk2 gpsdrive navit \
 		       xmms mplayer quasar \
-		       wpa-gui wifi-radar kismet \
+		       wpa-gui wifi-radar kismet aircrack-ng dsniff \
 		       gpe-bluetooth bluez-gnome python-pybluez \
 		       abiword gnumeric evince epdfview gimp \
 		       flite \
 		       ctorrent \
 		       gnuplot octave fftw fftwf fftwl \
 		       gphoto2 gqview imagemagick ufraw \
+		       tzdata \
 		      "
 	do_build
 done
============================================================
--- contrib/angstrom/build-release.sh	47b470ed8a0841c920889e9c992dc07dc4334413
+++ contrib/angstrom/build-release.sh	24b8ff0eed78d3a8f1cd8458a76cfedb216e2cc6
@@ -69,7 +69,7 @@ done  
 done  
 
 # graphics, flash storage
-for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie 
+for machine in fic-gta01 a780 at91sam9263ek qemuarm h2200 h3900 h4000 poodle tosa hx4700 c7x0 spitz akita collie simpad 
 do
 	BUILD_CLEAN="base-files"
 	BUILD_MACHINE=$machine
============================================================
--- contrib/mtn2cl/mtn2cl.sh	0d004fb6d3ce380462f24c195693e3753e5445c0
+++ contrib/mtn2cl/mtn2cl.sh	ea613a6b9c807fd6939677392252634926996ebf
@@ -11,7 +11,7 @@ fi
     export OLD_REV="l:\"1 week ago\""
 fi
 
-for i in `mtn log --brief --no-graph --no-merges --to ${OLD_REV} --from ${REV_NOW}| awk '{print $2 ":" $1}'` ; do \
+for i in `mtn log --brief --no-graph --no-merges --to "${OLD_REV}" --from "${REV_NOW}"| awk '{print $2 ":" $1}'` ; do \
         export REV=`echo $i | awk -F: '{print $2}'`
         export AUTHOR=`echo $i | awk -F: '{print $1}'`
         export CL=`mtn ls certs ${REV} | grep -A %s
>>> DIFF TRUNCATED @ 16K






More information about the Openembedded-commits mailing list