summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf18
-rw-r--r--conf/checksums.ini172
-rw-r--r--conf/distro/include/angstrom.inc3
-rw-r--r--conf/distro/include/moko-autorev.inc1
-rw-r--r--conf/distro/include/preferred-om-2008-versions.inc4
-rw-r--r--conf/distro/include/sane-srcrevs.inc5
-rw-r--r--conf/machine/beagleboard.conf3
-rw-r--r--conf/machine/boc01.conf1
-rw-r--r--conf/machine/canyonlands.conf1
-rw-r--r--conf/machine/d201gly2.conf3
-rw-r--r--conf/machine/dht-walnut.conf1
-rw-r--r--conf/machine/efika.conf1
-rw-r--r--conf/machine/gumstix-custom-connex.conf1
-rw-r--r--conf/machine/gumstix-custom-verdex.conf1
-rw-r--r--conf/machine/h3600.conf1
-rw-r--r--conf/machine/htcsable.conf1
-rw-r--r--conf/machine/htctornado.conf1
-rw-r--r--conf/machine/htcwallaby.conf1
-rw-r--r--conf/machine/hx2000.conf2
-rw-r--r--conf/machine/i586-generic.conf2
-rw-r--r--conf/machine/i686-generic.conf1
-rw-r--r--conf/machine/include/lsppc.inc2
-rw-r--r--conf/machine/include/tune-cortexa9.inc9
-rw-r--r--conf/machine/include/tune-pentium.inc2
-rw-r--r--conf/machine/include/tune-pentium4c.inc2
-rw-r--r--conf/machine/include/tune-pentiumpro.inc2
-rw-r--r--conf/machine/include/tune-ppc405.inc1
-rw-r--r--conf/machine/include/tune-ppc440.inc1
-rw-r--r--conf/machine/include/tune-ppc440e.inc1
-rw-r--r--conf/machine/include/tune-ppc603e.inc1
-rw-r--r--conf/machine/include/tune-ppce300c2.inc1
-rw-r--r--conf/machine/include/tune-ppce300c3.inc1
-rw-r--r--conf/machine/include/tune-strongarm.inc1
-rw-r--r--conf/machine/include/tune-x86-nocona.inc1
-rw-r--r--conf/machine/include/tune-x86-prescott.inc1
-rw-r--r--conf/machine/kb9202.conf1
-rw-r--r--conf/machine/kilauea.conf1
-rw-r--r--conf/machine/lite5200.conf1
-rw-r--r--conf/machine/logicpd-pxa270.conf1
-rw-r--r--conf/machine/looxc550.conf1
-rw-r--r--conf/machine/magicbox.conf1
-rw-r--r--conf/machine/mp900c.conf1
-rw-r--r--conf/machine/mpc8313e-rdb.conf1
-rw-r--r--conf/machine/mpc8315e-rdb.conf1
-rw-r--r--conf/machine/mpc8323e-rdb.conf1
-rw-r--r--conf/machine/mtx-3.conf1
-rw-r--r--conf/machine/mx21ads.conf1
-rw-r--r--conf/machine/n1200.conf2
-rw-r--r--conf/machine/navman-icn330.conf1
-rwxr-xr-xconf/machine/netbook-pro.conf1
-rw-r--r--conf/machine/netvista.conf1
-rw-r--r--conf/machine/omap1510inn.conf1
-rw-r--r--conf/machine/omap1610h2.conf1
-rw-r--r--conf/machine/omap1710h3.conf1
-rw-r--r--conf/machine/omap2420h4.conf1
-rw-r--r--conf/machine/omap2430sdp.conf1
-rw-r--r--conf/machine/palmtt.conf1
-rw-r--r--conf/machine/palmz71.conf1
-rw-r--r--conf/machine/rx1950.conf1
-rw-r--r--conf/machine/rx3000.conf1
-rw-r--r--conf/machine/sarge-at91.conf1
-rw-r--r--conf/machine/sequoia.conf1
-rw-r--r--conf/machine/smdk2440.conf1
-rw-r--r--conf/machine/smdk2443.conf1
-rw-r--r--conf/machine/stb225.conf8
-rw-r--r--conf/machine/storcenter.conf2
-rw-r--r--conf/machine/tosa.conf3
-rw-r--r--conf/machine/triton.conf1
-rw-r--r--conf/machine/vmware.conf1
-rw-r--r--conf/machine/x86-32-nocona.conf1
-rw-r--r--conf/machine/x86-prescott.conf1
-rw-r--r--conf/machine/xilinx-ml403.conf1
-rw-r--r--conf/machine/xilinx-ml410.conf3
73 files changed, 225 insertions, 76 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 1164411963..7c9dceee5f 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -89,6 +89,14 @@ TARGET_PREFIX = "${TARGET_SYS}-"
TARGET_CC_ARCH = ""
TARGET_EXEEXT = ""
+SDK_ARCH ?= "${BUILD_ARCH}"
+SDK_OS ?= "${BUILD_OS}"
+SDK_VENDOR ?= "${BUILD_VENDOR}"
+SDK_SYS = "${SDK_ARCH}${SDK_VENDOR}${@['-' + bb.data.getVar('SDK_OS', d, 1), ''][bb.data.getVar('SDK_OS', d, 1) == ('' or 'custom')]}"
+SDK_PREFIX = "${SDK_SYS}-"
+SDK_CC_ARCH ?= "${BUILD_CC_ARCH}"
+SDK_EXEEXT = ""
+
# A shortcut for the commonly used value
EXEEXT = "${HOST_EXEEXT}"
@@ -274,6 +282,8 @@ STAGING_PYDIR = "${STAGING_DIR}/lib/python2.4"
# specific packages - hack around it for now.
STAGING_DIR_TARGET = "${STAGING_DIR}/${BASEPKG_TARGET_SYS}"
+STAGING_DIR_SDK = "${STAGING_DIR}/${SDK_SYS}"
+
DEPLOY_DIR = "${TMPDIR}/deploy"
DEPLOY_DIR_TAR = "${DEPLOY_DIR}/tar"
DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk"
@@ -285,7 +295,7 @@ DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools"
PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}"
SDK_NAME = "${DISTRO}/${TARGET_ARCH}"
-SDK_PREFIX = "/usr/local/${SDK_NAME}"
+SDK_PATH = "/usr/local/${SDK_NAME}"
##################################################################
# Kernel info.
@@ -400,14 +410,17 @@ PATCHRESOLVE = 'noop'
export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}"
export CPPFLAGS = "${TARGET_CPPFLAGS}"
export TARGET_CPPFLAGS = "-isystem${STAGING_DIR_TARGET}${layout_includedir}"
+export SDK_CPPFLAGS = "-isystem${STAGING_DIR_SDK}${layout_includedir} -isystem${STAGING_DIR_HOST}${layout_includedir}"
export BUILD_CFLAGS = "${BUILD_CPPFLAGS} ${BUILD_OPTIMIZATION}"
export CFLAGS = "${TARGET_CFLAGS}"
export TARGET_CFLAGS = "${TARGET_CPPFLAGS} ${SELECTED_OPTIMIZATION}"
+export SDK_CFLAGS = "${SDK_CPPFLAGS} ${SELECTED_OPTIMIZATION}"
export BUILD_CXXFLAGS = "${BUILD_CFLAGS} -fpermissive"
export CXXFLAGS = "${TARGET_CXXFLAGS}"
export TARGET_CXXFLAGS = "${TARGET_CFLAGS} -fpermissive"
+export SDK_CXXFLAGS = "${SDK_CFLAGS} -fpermissive"
export BUILD_LDFLAGS = "-L${STAGING_LIBDIR_NATIVE} \
-Wl,-rpath-link,${STAGING_LIBDIR_NATIVE} \
@@ -418,6 +431,9 @@ export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${layout_libdir} \
-Wl,-rpath-link,${STAGING_DIR_TARGET}${layout_libdir} \
-Wl,-O1 \
${TARGET_LINK_HASH_STYLE}"
+export SDK_LDFLAGS = "-L${STAGING_DIR_SDK}${layout_libdir} \
+ -Wl,-rpath-link,${STAGING_DIR_SDK}${layout_libdir} \
+ -Wl,-O1"
# Which flags to leave by strip-flags() in bin/build/oebuild.sh ?
ALLOWED_FLAGS = "-O -mcpu -march -pipe"
diff --git a/conf/checksums.ini b/conf/checksums.ini
index e75900d7dd..d16a92717c 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1658,6 +1658,10 @@ sha256=71e8890e709ee77756368b8508f65c6c9bf8c6ed5e1501726ef30e1dc105d4f5
md5=fa5ea0d162c41c197af48d717df1389f
sha256=2bbf2b8fdf6e12dabb0cc751a973d9040f7ed9123cf87a7f794044f3429b0de0
+[ftp://ftp.debian.org/debian/pool/main/a/atftp/atftp_0.7.dfsg-6.diff.gz]
+md5=b5d570affb1412e8e90b9dd24554ad96
+sha256=9aa41c8c88ecb1163b7ac69824ac390d6eaaa30ed31a0624486e43f414ec6b7a
+
[ftp://ftp.debian.org/debian/pool/main/a/atftp/atftp_0.7.orig.tar.gz]
md5=3b27365772d918050b2251d98a9c7c82
sha256=9c548c44d3cfdf259118d9fd4e468e1fe4567456dbff8ff59838c5f70ef62ea3
@@ -2126,6 +2130,14 @@ sha256=1b4a5b5e48ad5e61a21586b7b59d5c0a88691a981e73e2c6dc5868197461791b
md5=b12426fd72bedf00c389a7fb458275a8
sha256=5a4a5b82dd8f485b4fef941cc216eb052184cf138f72b512eb62d836b460acdb
+[http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi]
+md5=ed7ed01e9aefba8ddd77c13332cec120
+sha256=40d1cf5bc8e1b0e55dac7bb2e3fbc2aea05b6679444864781299b24db044634f
+
+[http://mirror.bigbuckbunny.de/peach/bigbuckbunny_movies/big_buck_bunny_720p_surround.avi]
+md5=0da8fe124595f5b206d64cb1400bbefc
+sha256=b957d6e6212638441b52d3b620af157cc8d40c2a0342669294854a06edcd528c
+
[http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-1.0.2.tar.bz2]
md5=95c29d9d10bf2868996c0c47a3b9a8dc
sha256=30da0098a24578e645193464526cc4d5c2c7fecaf476d1b9dabe68118850adee
@@ -2198,6 +2210,10 @@ sha256=5645c3371aac47cbbcc1354eab10ec32777837d7cb4ba47b94c9043612b12f36
md5=bcb9fabaf0eaf91bd38c4ee148658df8
sha256=5645c3371aac47cbbcc1354eab10ec32777837d7cb4ba47b94c9043612b12f36
+[http://downloads.sourceforge.net/mingw/binutils-2.17.50-20060824-1-src.tar.gz]
+md5=64905b00a89f4e7ba3b3991c89ba59a4
+sha256=1e041ad002aa2f7a06624afcb4a9832085c63abe0a9551cdbc40522aac18871a
+
[http://kernel.org/pub/linux/devel/binutils/binutils-2.17.50.0.1.tar.bz2]
md5=cfecfb29e260225fa192654f3763c2f8
sha256=9a56b06e4f533745e9b7cde5b170f905f74d130b899f48498cbd6d376c664b7a
@@ -2938,6 +2954,10 @@ sha256=2dec31ba4a176c921a653c0949a53c2d3497e047737724350897fd2534db18fe
md5=0ec2460a4484d5f5595d8faca61bc9c5
sha256=e823bfcce52916727cb23d6d549a64347c45c364b3c628d6a352c407fce8f4b4
+[http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz]
+md5=b304bbe8ab63373924a744eac9ebc652
+sha256=005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df
+
[http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-alpha9.8.src.tgz]
md5=7218e778b5970a86c958e597f952f193
sha256=1b79fae1aedc692f87d1344410f5c6b666961afccdc78bc5c4c257c450dfa008
@@ -2998,6 +3018,10 @@ sha256=88fc878aa30d9529d3599891732143c5ac602f4d863126ca2a51d7f7692b7b2d
md5=e44e2a833151632dae7b68e815400bc1
sha256=26991b827f96a49ebd164409852d781b0a74a765c385c56c21a7ae44d030ab42
+[http://www.davehylands.com/gumstix-wiki/char-driver/char-driver-2.6.21.tar.gz]
+md5=70113b86db5dea86c282053e15f36cb7
+sha256=9a87282052a8c0807bbcb46367102f97896a1cf4fcc0d35cfe34b2e5a1456a31
+
[http://downloads.sourceforge.net/check/check-0.9.2.tar.gz]
md5=9a4d5665b8be07513f5ac4e6eec537e6
sha256=fbd7a0595eba5cf0cb168d9893e883f5cc7a68a7d6fec23cb3688508b247fa22
@@ -3226,6 +3250,10 @@ sha256=d391829686eb002ace3ffbfed75c35e877b42c1884c9359791634b5b57126797
md5=d8f3bbfbcc337d9776991d9561f451f3
sha256=773ce12045ce98c3be4b1845547435f1b7798996fa3170dea72c7c15aa5ca79d
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/collie-kexec-r1.patch]
+md5=ed96c1bddce4b7e40a40bad1d3cd63b5
+sha256=c178b3a7460cfaeb58c11ef9641d72ee912818b2ecbf1c09edf628d9168c0971
+
[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/collie-kexec.patch]
md5=97cdbeb23bc8c8f4fe563d10a0c8c110
sha256=2e5488039040e76bdedb08323f729a0ef0549d23b35bb740f541c960393ec378
@@ -3242,6 +3270,10 @@ sha256=5dad5d521e2bebb3847e84a84d04cc546f4cdda55e467a1cfec149378b7923ef
md5=4fbebfebf03cb47cf6444bdb6f6b79b4
sha256=19681eedbb924eb253308befe12938ab53c7cb3e74fc3eded000d087d322b403
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/collie_pm-3.patch]
+md5=812ee8bf3ea5739acb0ab2f732ecdc20
+sha256=8bb75a2577c72b4ad95851e545aafc7b0b89c3c41f087aea76b28635786f11c7
+
[ftp://ftp.logilab.fr/pub/common/common-0.4.4.tar.gz]
md5=4cd3ce38efbd27c6cf4223f0ced2a5b5
sha256=21341f1900b0fe919a2ad057c334f5d7172588e4262b3d1b0904da03a9db0cff
@@ -3342,6 +3374,10 @@ sha256=b3b8da5e458f56246f735b499b32bc2a3a039d2d4092b1b249c60a188c2314d5
md5=705eebe74d98397e26193e0db9612b03
sha256=905ee280a38f479ab7da75e6dfba21f221b23bb068111ebddc4c2e853f3fff09
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/config.patch]
+md5=c8be31ffebdae0e007ea587a11994e75
+sha256=64dfe89e56167bde80c6a18831b5a4259215c78c34ca16f4cb9fde10ffe54437
+
[http://download.savannah.gnu.org/releases/confuse/confuse-2.5.tar.gz]
md5=4bc9b73d77ebd571ac834619ce0b3582
sha256=65451d8d6f5d4ca1dbd0700f3ef2ef257b52b542b3bab4bbeddd539f1c23f859
@@ -3362,6 +3398,10 @@ sha256=e3a35e2ee2cc729bd637a69c7f82d6672317738d29dacab067468bb0634eb0de
md5=3f1995bf91846b601a25a37832c88cb6
sha256=d40272cfb9a9990a32f6985056735df53d7368eacc28b31b8141de1fb2cb414d
+[ftp://ftp.moblin.org/connman/releases/connman-gnome-0.4.tar.gz]
+md5=c9a3b384f080ed4cdf139ce9377ef2c8
+sha256=d7acac8bc0a38dfcab098137a76f5e9f4ce30ca86e82b26540502658e6b4e4a7
+
[http://www.conserver.com/conserver-8.1.14.tar.gz]
md5=f7825728e5af8992ed4a99fb560a3df8
sha256=48a9e2f8a02054bc6740ae354433bfa1636a6e726f2d62af22752d7a6103410b
@@ -6234,6 +6274,30 @@ sha256=bfbf487731ad5dca37efe480a837417de071bd67e685d5c1df6a290707575165
md5=cc3c5565fdb9ab87a05ddb106ba0bd1f
sha256=309f614a3c7fee88edc4928ff17185a19533949a1642ccf776e87d86303704de
+[http://downloads.sourceforge.net/mingw/gcc-ada-3.4.5-20060117-2-src.tar.gz]
+md5=30154205636c12c6abcc462ce07550cf
+sha256=404358fe19326679f602de6f7d6a2db180e27af83813150f58ab28eec197b646
+
+[http://downloads.sourceforge.net/mingw/gcc-core-3.4.5-20060117-2-src.tar.gz]
+md5=d0dc9d57d493889bc1ca88b127290b9d
+sha256=a21c2f48bb48d62935ee955ac8fa318658861f6316f30feb3cdec5337abf7f05
+
+[http://downloads.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-2-src.tar.gz]
+md5=ca81c8420ab9d1d05ff9c73a9d4f7d63
+sha256=d54078fdccaa3776927b3931c15b880c43e76cb6a0fb59594d1b85cfc89356e9
+
+[http://downloads.sourceforge.net/mingw/gcc-g77-3.4.5-20060117-2-src.tar.gz]
+md5=57d489658743f0d9048e440b312740c8
+sha256=3ea32832e07571be317cdb1f9b9dc678a51ad2c2f066f91e155c449d0cf7d796
+
+[http://downloads.sourceforge.net/mingw/gcc-java-3.4.5-20060117-2-src.tar.gz]
+md5=96b039f4e11bff4d3d8a4e7da6e3998d
+sha256=ec7a963c0dfd986697350be26e53577b0a39c86970b4e9485d85ca99b0cb2197
+
+[http://downloads.sourceforge.net/mingw/gcc-objc-3.4.5-20060117-2-src.tar.gz]
+md5=2bffc1e314f2efb1034b3d3ea1ce2f7d
+sha256=a8a3c0f0a38f819b87ff9282f1e40536f5050153f0f60db5c869509a70497c2c
+
[http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.2.tar.gz]
md5=fc49f45251c1336fe1dad5dba1c83fcd
sha256=fdd3963294e80b27416f902a5c029c033d321f03310d3cafa3afb62b50ddce92
@@ -8210,10 +8274,18 @@ sha256=c9ef8c2f61bbe9978b38341ca2bf09786416ddd82d4708066a26a0483341ca72
md5=9c57dd8b89ccfeafdd2037516185f6e9
sha256=c9ef8c2f61bbe9978b38341ca2bf09786416ddd82d4708066a26a0483341ca72
+[http://downloads.sourceforge.net/gphoto/gphoto2-2.4.4.tar.bz2]
+md5=bcc5621e09802e114c7f72a6f6172230
+sha256=68cd94664882fdab5fa781b4b8fabe1ac49db7d97bdf3aa917563439afa9b9b6
+
[http://heanet.dl.sourceforge.net/lxde/gpicview-0.1.5.tar.gz]
md5=5c484ea089f5a6455265e1e1f472240e
sha256=7663e1849f3b1f2225a3310f907f86068d7ac5c8957d68fc4a684059b49211ca
+[http://davehylands.com/gumstix-wiki/gpio-event/gpio-event-2.6.21-1444-select.tar.gz]
+md5=b5cc96cba5a70e19d58534c250de67e2
+sha256=a937f4ba6b450b1330049c90e5e787490eff5bb376dbfe9099abbcdc7a8f6b6c
+
[ftp://arcana.linux.it/pub/gpm/gpm-1.20.1.tar.bz2]
md5=2c63e827d755527950d9d13fe3d87692
sha256=11fabe7f27a205ff1ea6aee23e1dc2bb2dc5dbfc45ff0320fca0cd559806a936
@@ -8350,6 +8422,10 @@ sha256=4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b
md5=d67be4f2e5560d6cf907e18a428becdc
sha256=ea3968b58bfc7619f47bf5ff64a7198a38c72419d24b844e71e48823a4776ff0
+[ftp://ftp.gnu.org/gnu/gsl/gsl-1.12.tar.gz]
+md5=3ec101903c8157756fa1352161bd4c39
+sha256=22019188d24c769acafc250ddc247105eb9cab099529b627078cbd8012c7b7b9
+
[ftp://ftp.gnu.org/gnu/gsl/gsl-1.4.tar.gz]
md5=7513e13525c073dc07e02cc4354294e2
sha256=850b4512fa5e4bbb964c67c215fe8ce64fe6f7e6b704180a783d8c2a04169ccb
@@ -11498,6 +11574,10 @@ sha256=db6885d5e40e3a273ff8bb9708ab739c8ace3c5abdd75509eec8ea31a31aac43
md5=deee153b1ded5a944ea05d041d959eca
sha256=db6885d5e40e3a273ff8bb9708ab739c8ace3c5abdd75509eec8ea31a31aac43
+[http://downloads.sourceforge.net/libexif/libexif-0.6.17.tar.bz2]
+md5=f7cf4e623a48c9a3b13f7f95f0a41015
+sha256=dceb9355b148a8ee6aa96e3dff82a06c066c81e6ab18c190c946ed3b30fc7353
+
[http://downloads.sourceforge.net/libexif/libexif-0.6.9.tar.gz]
md5=0aa142335a8a00c32bb6c7dbfe95fc24
sha256=a2f309c702ee72967676d96b1a9d06806d069fde8e88076200cca6479c3d3c38
@@ -11914,6 +11994,10 @@ sha256=f319655b272186ad76ab73317b7e8c5e3b87d51c1265ce676f02e8c312745226
md5=714859617c0b616855f6906280010c5d
sha256=f319655b272186ad76ab73317b7e8c5e3b87d51c1265ce676f02e8c312745226
+[http://downloads.sourceforge.net/gphoto/libgphoto2-2.4.4.tar.bz2]
+md5=8aff5ac4ca72cba17de633078cf1612e
+sha256=2582362ae318b62c31832edfcaf401397fcc98fd307347ee15babff94770784d
+
[http://kent.dl.sourceforge.net/sourceforge/gtkpod/libgpod-0.6.0.tar.gz]
md5=b44d8aee3f6610370b6faf61770c5f3c
sha256=a2c8c998588361d8aaa4c662a38f50db164b8b4fce4e7bc49ac445a9ac87f80f
@@ -12562,6 +12646,10 @@ sha256=cac67ef8837a2bdd20d7fb5e990e233d80a9ff398cf08a62bb7fac068a419b3e
md5=5208f24d0328ee7c20b52c43eaa9aa0e
sha256=c4158398de4411627b14f52626e4cef39443f4d5c1b9bce8c07f8526d18362f9
+[http://www.tcpdump.org/release/libpcap-1.0.0.tar.gz]
+md5=9ad1358c5dec48456405eac197a46d3d
+sha256=a214c4e1d7e22a758f66fe1d08f0ce41c3ba801a4c13dd1188e1e38288ac73c0
+
[http://xorg.freedesktop.org/releases/individual/lib/libpciaccess-0.10.3.tar.bz2]
md5=6d5468debf76fac84576ca26c9535821
sha256=2f609ad3b5688ae66dcd18d7cdd1fc6b68531a2a85f89798f6cfb5eda6d680dc
@@ -12998,6 +13086,10 @@ sha256=3287c9be61f9ec8ddab99f9b679bbf58610d024bce980307f88151a552ecd1e3
md5=db7c7a2236c2f6af5e02cf3e9384eb67
sha256=6044618e37c2925615a08517e8b69ef84147ef5287a222fc451968b36a0a9be7
+[http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.4.tar.gz]
+md5=7e4b4c29a69c86c38e3e60ec11fc2255
+sha256=a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359
+
[http://downloads.sourceforge.net/giflib/libungif-4.1.3.tar.bz2]
md5=8c198831cc0495596c78134b8849e9ad
sha256=59e835a57e6df03e4d2253b2357253f3d13da9473ff465563a3b9833a744fc36
@@ -13514,6 +13606,10 @@ sha256=d4e67c0935ffb2a4158234bff92cc791b83177866009fc9b2214104e0038dbdb
md5=2cc2fd4d521dc5d7cfce0d8a9d1b3472
sha256=d4e67c0935ffb2a4158234bff92cc791b83177866009fc9b2214104e0038dbdb
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/linux-2.6.24-SIMpad-rtc-sa1100.patch]
+md5=f0e143ed696bb064804cf0970718b414
+sha256=7aad0d9df138fa99332a82ca69eb07504b04e9b0a3cdb405ce872ca3bd4f44ac
+
[http://avr32linux.org/twiki/pub/Main/LinuxPatches/linux-2.6.24.3.atmel.3.tar.bz2]
md5=952715cc523f4a77e7c5f94f608594c0
sha256=d26a1de101692958fbca1d1be40fe52bd605636baea616a3e8ed96e422a3648d
@@ -13722,6 +13818,10 @@ sha256=6f11fc04a1f3f04ebb996723fc86ca363c3959ca1ef76d1057db9db3ea5a98d0
md5=db9ec09fb75c7326527f1f8b2cbf2ec2
sha256=2f6d619ebbab25f5b5091555f96dc29159fa3c214d1c5fdc5673af97515d18e6
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/locomo-r1.patch]
+md5=31c32cadae5a7469cf94bf8bae658515
+sha256=788f1cc9c699c60408591eba0a057bfdf51cedef539b52fe8ddba39dd948aee6
+
[http://www.rpsys.net/openzaurus/patches/archive/locomo_kbd_tweak-r1.patch]
md5=6c0d60bcc357365af056baa812c45960
sha256=830ef8c4b65ed34954afc2581447fd0a9afcf5f9de354772352c8da54dceb676
@@ -13742,6 +13842,10 @@ sha256=0c629eac7ba7fcfc86228d3070579eff774bf0d61ea9b1c4ed93d5c13af97b53
md5=f80615d9020c2d56a4a41dfa93ba8429
sha256=34202206b33ebab7c34be20bd41fc8249745011a355be690ba997aa8e7d77943
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/locomo_spi-6.patch]
+md5=44bb0f9f1fb07efbbb41619a44ed04ce
+sha256=50502256533d1fc62ac3f4a29a7e212835592bfbfd47f36b607c20e72297a63d
+
[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/locomo_spi-r3.patch]
md5=e7773693243f7a7b4b0a76ae61e4881f
sha256=2e5bd2c74f01832945a27400bfbc779633b0e679d0bfe967744795e39b5d3165
@@ -14602,6 +14706,14 @@ sha256=8ee3e48da07e20899a11adb9f2dd4dfc4922b43bcb1dc7bd78c55aceeb5eccc1
md5=048aa29c31f067382cd669ee20934b9e
sha256=4f65183200955540c097b82bfb18f5d21b636ca79f47cd018a4ea8b89cd2998c
+[http://downloads.sourceforge.net/mingw/mingw-runtime-3.14-src.tar.gz]
+md5=7d049a8331efcfe34600c0cda6934ac6
+sha256=a145a90d0824c65cfc11c3fc843ba484585983e1e8ee14b79f4d09cf1d38b98b
+
+[http://downloads.sourceforge.net/mingw/mingwrt-3.15.1-mingw32-src.tar.gz]
+md5=0411b98fd5eeac0706e2abb7122526bb
+sha256=4f4d19f3e15fdf00957932211be609b6bf4e689ad5938ce7bff666a638bde0e7
+
[http://www.denx.de/twiki/pub/Know/MiniFOHome/mini_fo-0-6-1-pre1.tar.bz2]
md5=7e192e01b08023c7f3e63bf1c796bc14
sha256=68c64a38f0b29347f86871248f0399e7e1b12645dc6263af7b2e4940f1392eaa
@@ -14722,6 +14834,10 @@ sha256=f79dff54153dc3beb9eb3f2e4776dbc55ed2a4d3d0adbf9c8a2d9eb230ed3850
md5=75bbd1dc425849e415a60afd9e74d2ff
sha256=e83b80b4ccd7863223fac4a2d54974a64a79c635d6bdda0c6e7039f966eae9e2
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/mmc-spi.patch]
+md5=329fd64f8ccdb2731c54f6a1b8c6de14
+sha256=27934de6da3f5ac94ed60ba4bfdd3acc2d93b01a2f932b576f87fb4508dcde6e
+
[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/mmc_spi-r4.patch]
md5=85922650d2e640e2cb723e71fd00a471
sha256=34cf9ceb9e811ee85c74ae2c217548e1d193741fbf9a43d37116f1d4e404f496
@@ -15046,6 +15162,10 @@ sha256=7206aaf289cd349ed0c52bf081b9a29a25d03e83eaf3e6de4a6070c4de1abe9d
md5=dd6ca5b6006aa03febb611f481cdd7ba
sha256=c7b9cd542fd9076d9a7cd5c033665fb05c6f412b3b235cb4379b0f8fe84fb351
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/mtd-sharp-flash-hack-r4.patch]
+md5=a8ad16ca9b91a72c0e1c01952af5693d
+sha256=2037e99cb87c350b6a2b155c5c780e724d50b1233d6e30689fc2e1ea3468f55a
+
[ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-1.0.0.tar.gz]
md5=442bdbdb024db27dc9c89207fac16f95
sha256=c3ed189e314d0f1d106df3ecb80b1f1147e86fe6cd05ceb53652c1396b67ab2e
@@ -16458,6 +16578,10 @@ sha256=b6bbb0dea427aa733c37d58a94b819b523c8649d7605f498348de159380c28a1
md5=b0aac48e4528aa1fa2b6759f53508643
sha256=6ae71591d0184debcafb134896577447574c8b29545af6e99f6ff09dc3448571
+[http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.25.20.bz2]
+md5=9d870b9947ce0618cf18445e4be33e15
+sha256=c4d69706880f274b84c8f5ef36ce955b3173e6ea3c083f724c0371096b27e738
+
[http://kernel.org/pub/linux/kernel/projects/rt/older/patch-2.6.25.4-rt6.bz2]
md5=be6ff6fc5eb746e66a1a15629d05bedd
sha256=513dd1ef58c6f3b2668731f078fb16df2e2152f5a7b66d153c2d41c4dca5b186
@@ -18650,6 +18774,10 @@ sha256=597cefac4535d7f3b752253e5997b3c851c261b26b966a39beb032dcf1d5baa7
md5=d1b43acf08e371a56915293bbcf584c6
sha256=554456550ca6e792297d6d39367120af5b2bd6181d514a43faf4e2f565721908
+[http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.4.tar.gz]
+md5=dc0f37d933b0b6c713ad617e09441f3b
+sha256=257722380b39e84e700e9f2d2f6600ba724723f1ed59327bfce47a57d293eeee
+
[ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5.tar.gz]
md5=3fbb02294a8ca33d4684055adba5ed6f
sha256=19590e972b80333e26a6514c34d976c2037138361481a16f27b75e5d33f33a58
@@ -18694,10 +18822,18 @@ sha256=04ecd2577ee0c210df610b4a5d870f2bda57c80962fb5b51ae9c4a94098c726c
md5=7a0c73ccf0e31808ad37b61e730cd10e
sha256=33d2363d40b1db7568864dc063ce4af70e50a9f9292a16445f0b167618d8fbba
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/sa1100-dma.patch]
+md5=4336cca098b577608813a7c1454f2edd
+sha256=c532c14ffb9358d1e0dbb67fce113c6aec0dd9c77ad41875222d69979baac9e7
+
[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/sa1100-udc-r2.patch]
md5=1b8cfd298b9fa10c4779c98fbe8e0bd3
sha256=564d375388284d7f13003202cba9fc1976b045bd14b3f12adec1449cded33f26
+[http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches/sa1100_spinlock.patch]
+md5=946368c1a4961ac0362436e967055f76
+sha256=16554de4368956c1d3e1be4245d388bff4767390f2183bfe35b04327def508a5
+
[http://heanet.dl.sourceforge.net/sablevm/sablevm-1.12.tar.gz]
md5=6648af9bb5dd3dbbc8cb6835371f5ecd
sha256=576c1af8affdebb0d5e10f8a8edad10e994965cef6db7980a3c52e25e15d6b94
@@ -18766,6 +18902,10 @@ sha256=22647c6bdd0f1b311bd0e3a893fb184f07d0f5e1c4b3bccd20a024fe18fd7567
md5=528677f261f3ed4a58f9483ca25ba6b2
sha256=4f2bb8c5785c50ad05d3adc0027c0881211b8a5c51e840651b53b7e455c004a3
+[http://samba.org/samba/ftp/stable/samba-3.3.0.tar.gz]
+md5=adb048dc3988055533e1ea5d91d81f99
+sha256=b00ca360e9b414744eff33ca4567f3eb1a28d32914e20f00b6672fbc141c9beb
+
[ftp://ftp.sane-project.org/pub/sane/old-versions/sane-backends-1.0.15/sane-backends-1.0.15.tar.gz]
md5=3b804f35cdfbc5ad2d201ffe078bbac9
sha256=89106b5bc5a66ca0eaf4553371c89ac8542a757964d7a91c07b8fb77e040eebe
@@ -19150,6 +19290,10 @@ sha256=947e7bfe44dad0caf8dc857b40fa840a316cc0d9b97aafefd134ef1fdb87753b
md5=143b