summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2007-03-29linux-handhelds-2.6: Drop 2.6.20-hh1. Add 2.6.20-hh5.Paul Sokolovsky1
* Changes since 2.6.20-hh4: 1. ts-adc-debounce: Use spec-originated formula for pressure calculation, still needs tweaking for real world; implement pressure cut off properly, and handle jitter in more sustainable manner: now samples with too much jitter are ignored, not cause TS sampling to abort. Still needs further elaboration to solve all outstanding issues and be able to support different machines well. 2. Anton Vorontsov's ADC classdev refactor merged, all ADC API clients are converted to it. 3. h5000: ADC/TS handling rewrote using ADC classdev. Light sensor support added. 4. htcuniversal: tweak keys/switches handling and preliminary code to handle PXA27x LCD controller features. 5. nand_base: Handle OOB operations more robustly. 6. ds1wm: Optmizations and more adherance to specs.
2007-03-29linux-handhelds-2.6: Drop 2.6.20-hh2. Add 2.6.20-hh4.Paul Sokolovsky1
* Changes since 2.6.20-hh3: 1. htcathena port added. 2. Generic Device GPIO API (aka gpiodev) committed, based on virtual device methods pattern. 3. rs232_serial - generic driver for GPIO-controlled RS232 transceiver on serial port. 4. hx4700_serial, h4000_serial: Superceded by rs232_serial, removed. Last release available is 2.6.20-hh3. 5. pxa2xx-udc-gpio - generic driver to control UDC on PXA-based machine using Device GPIOs. 6. h4000: Added separate mach_type for h4300, to solve (rather move out of kernel) issues with h4300 keyboard support. Now, h43000_kbd can be safely built into the kernel - it will load only for MACH_H4300. 7. h4000: codebase cleanup. 8. ds2760_battery: remove APM code, realy on apm_power to do APM reporting. 9. h5000: Added ASoC support, ak4535 ASoC codec fixed.
2007-03-28merge of '0087f6bf16173f482f44032bf3bc88182981f5a2'Paul Sokolovsky22
and '7ab8b86e6a186c603ee048b23f8308df0e9063f3'
2007-03-27snes9x-sdl-qpe 1.39: Support both qte and qte-mt.Paul Sokolovsky1
* Closes #1975.
2007-03-27qte-mt, qte-mt-static 2.3.12: 2.3.12 is not fully tested version, lower ↵Paul Sokolovsky2
DEF_PREF. * There were reports of build issues.
2007-03-27altboot: Update to latest versionMatthias Hentges14
2007-03-27linux-linkstationppc: Upgrade to 2.6.21-rc5Oyvind Repvik1
2007-03-27xserver-kdrive-imageon: bump PR of the right xserverKoen Kooi1
2007-03-27xserver-kdrive: update imageon patch, closes #2052Manuel Teira2
2007-03-27merge of '54413dcee93082ea892457c360c17618573085e5'Koen Kooi1
and 'a20c57790313df2a879b212ea94a0b1f65411301'
2007-03-27apt.inc: provide an example on how to provide the glibc version to configureKoen Kooi1
2007-03-27merge of '3332520bb8031e881dcdc1cb97820a8d4e479e76'OpenEmbedded Project1
and '4098a08f55f40b0de343d3a1948293be774ea37e'
2007-03-27apt-package.inc: disable magic that doesn't work and causes builds to fail. ↵Koen Kooi1
Disable oe_libinstall as well, since lib* got built statically * people that care about and/or know apt internals should fix this
2007-03-27openpbx: Update openpbx.org, thanks to hillctOyvind Repvik1
2007-03-27ipkg-collateral: Should be marked as machine specific since it uses machine ↵Richard Purdie1
specific file overrides
2007-03-25cpio: Move cpio from /usr/bin to /bin and use update-alternatives to select ↵Rod Whitby1
it in preference to the busybox cpio.
2007-03-27libsdl-directfb: lower preference, depends on directfb which fails to build.Florian Boor1
2007-03-27tzdata: replace unfetchable 2007c with 2007dFlorian Boor1
2007-03-27tzcode-native: Replace unfetchable 2007c with 2007d.Florian Boor1
2007-03-25arm-kernel-shim: Updated the configs, so that the console is listed firstRod Whitby4
2007-03-25sysconf: A general utility for storing network configuration and CONFFILES ↵Rod Whitby6
in a flash partition
2007-03-25unslung-rootfs: Removed cpio and findutils stuff from unslingRod Whitby1
2007-03-25unslung-image: Bump the PRRod Whitby1
2007-03-25unslung-kernel, unslung-image: Changed to use the generic nslu2_pack_image ↵Rod Whitby2
class.
2007-03-26librsvg: add 2.16.1Koen Kooi1
2007-03-25merge of '4b62fa79052d762d8ae8226a013c16c6ee6aa842'Rod Whitby6
and 'f246f66dc73bb9a4a723a8abd18f7d6b1a116411'
2007-03-26gpe-conf: depends on tzdata instead of timezones, makes the USians a bit happierKoen Kooi4
2007-03-26libxaw: split into libxaw6/7/8 as our apps depend on one of them only so why ↵Marcin Juszkiewicz1
install all
2007-03-26ltrace: make it buildable on misc architectures (copied some stuff from ↵Marcin Juszkiewicz1
linux-libc-headers recipe) - bug reported by Dodji Seketeli@OpenedHand
2007-03-25matchbox-panel2: don't make the applets replace mb-panel, that breaks image ↵Koen Kooi1
generation if you build both
2007-03-25glibc, local.conf.sample: Introduce and handle new OE variable, ↵Paul Sokolovsky1
GLIBC_GENERATE_LOCALES to limit set of generated binary locales. * If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge time-savior for developmental builds. Format: list of locale.encoding pairs with spaces as separators, e.g.: GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8" * Check your distro for minimal set of locales required. Old-time default is "en_GB.UTF-8 de_DE.UTF-8 fr_FR.UTF-8". * Angstrom requires en_GB only. * This commit does not changes the default, which is still generation of all available locales. * Closes #1966.
2007-03-25uboot: Update linkstation ubootOyvind Repvik3
2007-03-25haserl: Correct my SRC_URI-commitOyvind Repvik1
2007-03-25haserl: Fix SRC_URIOyvind Repvik1
2007-03-25haserl: Add package haserlOyvind Repvik2
2007-03-25slugos-packages: Added upslug2, devio and slugimageRod Whitby1
2007-03-24merge of '1889b23e60bd0651ca48e0e38b914ffedce70bd2'Rod Whitby1
and '5df32e0915ba204f944bb2bfc083f0cb605f466f'
2007-03-25gpstk: add a custom do_installKoen Kooi1
* the autotools based system doesn't build everything * only a static libgpstk is created * somehow strip fails, leaving us with a 9.5MB big gpstk-bin package
2007-03-24openmoko-today: Added missing eds-dbus build time dependency.Rod Whitby1
2007-03-24gpstk: Open source libraries and applications to facilitate working with GPS ↵Rod Whitby4
data for research and high accuracy uses.
2007-03-24altboot: Replace rev= with proto=svn.... and update altboot_0.0.0.bb to ↵Matthias Hentges7
latest svn
2007-03-24bluez-utils: enable cups backend and package it seperately so only ↵Koen Kooi3
bluez-cups-backend depends on cups at runtime
2007-03-24task-openmoko: remove some duplication with task-base and add sms and rss appKoen Kooi1
2007-03-24gsm: add default 'default' fileKoen Kooi1
2007-03-24mplayer: add optimizations for a780 and hx4700Koen Kooi1
2007-03-23openmoko-apps: fix description in openmoko-messagesMichael Lauer2
2007-03-23altboot: Update _wip.bb to 20070323, enabling first Neo1973 aka fic-gta01 ↵Matthias Hentges1
support.
2007-03-23altboot_1.1.1+wip-20061123.bb: Add fixed snapshot for Zaurus modelsMatthias Hentges1
2007-03-23altboot: - CVS -> SVNMatthias Hentges4
- Fix do_install() and do_configure to use instead of fixed path
2007-03-23linux-rp-2.6.20: add CONFIG_SHARPSL_RC=n for non-spitz machinesJustin Patrin10