summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2006-11-23h3600: Upgrade machine config to use 2.6 kernel.Paul Sokolovsky1
* 2.6 support in HH.org reached level of usability (keys, TS, battery, flash work) * It was decided to switch to 2.6, as that general direction where OE moves, and to not clutter repository. Dear 2.4 users, please upgrade, or use SCM to fetch old version (no longer supported thus). * Approved by Koen Kooi.
2006-11-23puzzles: r6727 -> r6915Richard Purdie1
2006-11-23merge of '4d957b0f42712e699ac776282979b42345af9a76'Philip Balister1
and 'ba7ea90e82b9377a89dcab04346d4c86eee0f6df'
2006-11-23xerces-c_2.7.0_bb : Add version 2.7.0 of xerces-c.Philip Balister1
2006-11-23angstrom.inc: also use softfloat for armebKoen Kooi1
2006-11-23maemo-mapper: add (a bit outdated) no-hildon version, courtesy Richard PurdieKoen Kooi3
2006-11-23cairo: update snapshot to 1.3.4 Koen Kooi3
2006-11-23cairo git: adjust PV to match upstreamKoen Kooi1
2006-11-23Unslung: kernel - add "nbd" kernel moduleMike Westerhof2
2006-11-22merge of 'c29c2d80a9c5a2b26cc0510f7c58f76201aaebf0'Matthias Hentges4
and 'd911fb03b7332d3d2f9b04109ce91081f3062e71'
2006-11-22altboot: Update to latest versionMatthias Hentges1
2006-11-22altboot: Unb0rk Poodles 2.6 conf from last commit and store the master ↵Matthias Hentges3
password in a new file (altboot.pwd)
2006-11-22fontconfig 2.3.95: up default pref so people will stop seeing alignment ↵Koen Kooi1
traps on arm
2006-11-22rsync: update to 2.6.9, remove old versions Koen Kooi2
2006-11-22libsoup: update to 2.2.98Koen Kooi1
2006-11-22cairo git: remove local diffKoen Kooi1
2006-11-22cairo git: also compile performance suiteKoen Kooi1
2006-11-22spca5xx: updated to 20060501, dropped 20050419 - both on lardman requestMarcin Juszkiewicz4
2006-11-22linux-nokia 770: fix deployKoen Kooi1
2006-11-22merge of '83d98662c6868a7aa140a2381a42dd66253867b5'Florian Boor3
and '959a6162fa3ea78b9386188cf845e87e4556c6f8'
2006-11-22linux-nokia770: Add patches to fix compile. Florian Boor3
2006-11-22cairo: add floating git versionKoen Kooi1
2006-11-22librsvg: add cairo depKoen Kooi1
2006-11-22librsvg: add 2.16.0Koen Kooi1
2006-11-22linux-nokia770: update to osso26 (from poky)Koen Kooi4
2006-11-22git: also rdepend on perl-module-file-pathKoen Kooi1
2006-11-22git: RDEPEND on perl:Koen Kooi1
root@h2200:/data# git clone git://git.cairographics.org/git/cairo /usr/bin/git-clone: line 325: perl: command not found
2006-11-22add refdbg, a refcount debugger for GObject based programsMichael Lauer2
2006-11-22gnet: add cvs version that builds w/ modern compilers. remove outdated 2.0.7 ↵Michael Lauer4
version
2006-11-22arpwatch 2.1a15: Cleanups for arpwatch:Jamie Lenehan3
- mark configuration so they don't get wiped on upgrade - don't pass -p, for nopromisc, as an option since that isn't supported (must be a debian patch which is not included in OE) - remove RUNAS which was used to specify a non-root user to run as since it isn't support (must be a debian patch which is not included in OE) - Use volatiles to create required /var directory. - Inherit update-rc.d so it is started and stopped during uninstall, upgrade and uninstall.
2006-11-22arpwatch 2.1a15: Add the latest version, 2.1a15. No source for olderJamie Lenehan5
versions is carried on the distribution site.
2006-11-22lilo-sh: Lilo sh is an sh3/sh4 version of the lilo bootloader, so add aJamie Lenehan1
COMPATIBLE_HOST to indicate that this only works for sh3/sh4.
2006-11-22packages: Update the packages that use volatiles to pass update as aJamie Lenehan10
parameter to populate-volatiles.sh to ensure that the volatiles cache is updated (if its in use) when a package is added after the initial boot. The update parameter is ignore is the cache is not in use and by older versions of populate-volatiles.sh that don't support this parameter.
2006-11-21initscripts: Updates for populate-volatile.sh:Jamie Lenehan2
- Add support for "update" as a parameter to force regeneration of the cache when run (if the cache is not being used it's ignored). - When generating the cache add *all* needed commands to the cache, not just those that were actually needed on this run. Without this only the additional directories created during an update will be added to the cache. Anything that calls populate-volatile.sh during postinst should now pass update as a parameter. Currently (and before this change) if the cache is enabled then any call to populate-volatile.sh during postinst does nothing, generally breaking anything that uses volatiles that is installed after the first boot of the device.
2006-11-21altboot: Update to latest versionMatthias Hentges1
2006-11-21devshell: Fix so that it actually deploys the devshell script. The taskJamie Lenehan1
being added gets "do_" appended to it, so we need to add "deploy" (not "do_deploy"). Also with just to "after do_install" it never gets called (perhaps added too late?) so also add a "before do_package". Closes #1561.
2006-11-21merge of '4ddff6248143a48297190b36c8ec6148bc9301bb'Koen Kooi1
and '596c72f81f8ea7f3dc414c89f83ba978e7c935dd'
2006-11-21angstrom: bump DRKoen Kooi1
2006-11-21base.bbclass: added support for creating source mirrorMarcin Juszkiewicz1
- if SOURCE_MIRROR_FETCH variable is set then we ignore COMPATIBLE_MACHINE/COMPATIBLE_HOST settings to be able to fetch all recipes. - Fetching sources can be done by setting any MACHINE/DISTRO combination and SOURCE_MIRROR_FETCH = "1" in configuration. Then one invocation of BitBake should do all fetching: bitbake --cmd fetchall --continue world - scripts to manage source mirror will get added into contrib/
2006-11-21documentation.conf: added SOURCE_MIRROR_FETCHMarcin Juszkiewicz1
2006-11-21documentation.conf: added SVNDIRMarcin Juszkiewicz1
2006-11-21linux-handhelds-2.6: add magician to COMPATIBLE_MACHINEPhilipp Zabel1
2006-11-21mb-applet-tasks: fixed SRC_URIMarcin Juszkiewicz1
2006-11-21font-util-native: fix SRC_URIMarcin Juszkiewicz1
2006-11-21base.bbclass: added lsof mirrors (main server does not allow connections ↵Marcin Juszkiewicz1
without revdns)
2006-11-21sbrsh: fix SRC_URIMarcin Juszkiewicz1
2006-11-21angstrom 2007.1: use glibc-intermediate 2.4 to get around a build problem ↵Koen Kooi1
with 2.5
2006-11-21tslib-maemo: remove it, since tslib has nokia 770 support and later maemo ↵Koen Kooi4
versions seem to use a sane tslib
2006-11-21merge of 3fde30892ae18b3f22391525a8649d85af536c63Kristoffer Ericson3
and a8306ea87c57c9a70c96207e04d6adee01ddb94e
2006-11-21conf/distro/jlime-donkey.conf : Minor updatesKristoffer Ericson1
* Setting libc-for-gcc.. = glibc-intermediate so it catches version correctly.