summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2007-12-02initramfs-bootmenu-image: Image to enjoy initramfs-module-bootmenu ↵Paul Sokolovsky1
functionality. * Essentially, a bootloader with rootfs location selection. Only rootfs for already booted kernel, no kexec support. * Note: *generic* boot menu/loader, not some "zauri" mumbo-jumbo.
2007-12-02dropbear-early: Package which allows to start dropbear ASAP after the kernel ↵Paul Sokolovsky3
boot. * Note: *allows*, not starts. To do that, "dropbear=early" should be passed on kernel command line.
2007-12-02xkbd 0.8.15: Differentiate desktop name.Paul Sokolovsky2
* Currently in Angstrom we have to "Keyboard" IMs. Not good. * Corrections for better title welcome.
2007-12-02psplash: Remove stale files in angstrom override dir.Paul Sokolovsky2
* These files weren't used before, and now are just stale, after logo image cleanup.
2007-12-02psplash svn: Add patch to do proper logo display height calc.Paul Sokolovsky2
* So, psplash uses bottom 1/6 of screen for progress bar. So, teach it to use 5/6 of the screen height for logo placement, not the whole height, which leads to overlap of logo and bar.
2007-12-02psplash: Update header for Angstrom logo.Paul Sokolovsky1
* This one now looks perfectly for QVGA and higher resolutions - proper size, proper background.
2007-12-02psplash: Add stopgap trap against symptomless hangs with psplash on the screen.Paul Sokolovsky1
* Add timer to shutdown psplash after 120 seconds. Normal boot procedure should be over by then, but if not, user at least will see on the console screen where it hung.
2007-12-01ipkg: Stop hacking in /etc/rcS.d, use update-rc.d.bbclass.Paul Sokolovsky3
* Also, designate start and end of "ipkg configure" run, to diagnose boot-time hangs.
2007-12-01update-rc.d: Be less verbose by default.Paul Sokolovsky3
* Don't spit detailed info about links created unless passed -v. * This is to prevent initial bootup console spamming.
2007-11-30mboxkbd-layouts-gui: Use git snaphot tarball as repo is offline currently.Paul Sokolovsky1
2007-11-30mboxkbd-layouts-gui: Sane-itize and add desktop icon.Paul Sokolovsky5
* Icon was shamelessly hacked up from matchbox-keyboards' and gpe-conf-time's.
2007-11-30merge of '3948c8054b50f67afee06a66abbab4a35915d297'Paul Sokolovsky72
and 'cefef520b1840df3899cd9fc5a4fc3cb9faa38ce'
2007-11-30netbase: Added 'auto eth0' to interfaces file as per RFC on list, and cause ↵Rod Whitby2
busybox ifup doesn't support allow-hotplug.
2007-11-30merge of '0a81de11f045dd65f6ea4c630250337cc8f718b2'Rod Whitby23
and '0dbb48946ab15c0ee9c232d1a1fc31e5b65037cd'
2007-11-30nslu2-minimal-image: Added (on Koen's advice) to allow creation of NSLU2 ↵Rod Whitby1
Angstrom (or other DISTRO) flashable images without needing to create a new DISTRO
2007-11-30linux.inc : change the generation of uImage to do_compile_append so thatGraeme Gregory1
the later stages like install/packaging/deploy can make use of this. This was done so that kernel-image could contain a uImage but is suitable for other cases as well.
2007-11-30Forward port PRO34130 patch for gcc 4.2 variants.Khem Raj2
Move eglibc to revision 4355 which has -Os support.
2007-11-30task-toolchain-openmoko-sdk: ship openmoko-sample2-srcMichael Lauer2
2007-11-29merge of '2756e6b25efd4532c1a23fd31f68481d2f8b68a3'OpenEmbedded Project9
and '9c32fcb38cb012f79311cd1b07560964873c6307'
2007-11-29gdk-pixbuf-2.10.14: New recipe for stand-alone libgdkpixbuf and loader plugins.Leon Woestenberg2
2007-11-29merge of '19bacabe62a70bf0818d663c4cd3bc168e5cf49e'Matthias Hentges8
and '332e97250454514e2c07aea9f1695ab21166d191'
2007-11-29merge of '812ef7daa38cb7e71c9e1bb3ef0358566d20c3ee'Matthias Hentges5
and 'a772b6bc0f51e8c371cc638bb29f215e00e02bc5'
2007-11-29zaurusd: - Do only try to rotate when necessary (no more Landscape -> ↵Matthias Hentges5
Landscape / Portrait -> Portrait rotataions) - Power off display on lid-close and remember old brightness setting - Run power-on function in the background to allow faster response on lid-open
2007-11-29linux-2.6.23: enable mpc8313e-rdb realtime clock (ds1339)Jeremy Laine2
2007-11-29merge of '5bee5fc529fd2691fe3b0a867bbb28edcd59b01d'Jan Lübbe3
and '805d2f01c6463550c4d0dd1f943fc6f32ae13613'
2007-11-29merge of '4688c77d9f496fd36f6b1845f37bc3c42af85968'Matthias Hentges6
and 'dd83c0ba4e83a6207462418b614431ce061d9481'
2007-11-29zaurusd: Fix *DEPENDS until the 'bl' situation has been resolvedMatthias Hentges1
2007-11-29subversion: Add version 1.4.5Matthias Hentges1
2007-11-29linux-2.6.23: add license for mpc8313e-rdb LEDs module, fixes module loadingJeremy Laine1
2007-11-29wesnoth: add a package for the current svn version (thanks Johannes Schauer)Jan Lübbe2
2007-11-29gpe-login 0.90: Fix autolock landscape/portrait behavior.Paul Sokolovsky2
* When autolock was activated in lanscape mode, and then switched to portrait, the window doesn't fit to screen. Fixed.
2007-11-29linux-openmoko_2.6.22.5.bb : CONFIG_MTD_NAND_S3C2410_CLKSTOP breaks accessingGraeme Gregory2
the mtd partitions from usespace so disable for now.
2007-11-29matchbox-applet-inputmanager 0.6: Implement smart IM visibility protocol.Paul Sokolovsky2
* One of the very noticeable pain points in matchbox' IM handling is high latency of IM popping up, which can take up to half-second with complex screen layouts. This is rooted in the fact that IM process is killed when IM window is hidden, and started again afterwards. * I wanted to address this on inputmanager level, transparently to actual IM implementation, by hiding/showing IM's window by the manager. Unfortunately, there appears to be no reliable method to figure out window IDs from process properties (for example, _MB_CLIENT_EXEC_MAP X property, maintained by matcbox, doesm't capture all apps started, in particular, it captures neither xkbd nor matchbox-keyboard, GPE's term app is not caught too, while either GPE apps are). Then, wanted to implement custom PropertyNotify-based protocol, though there would be left issue of distinguishing IMs which support this protocol and ones which don't. Finally, by random gerpping, I found that xkbd supports Unix signal based visibility protocol! By receiving SIGUSR1, it hides/shows its window. This seems like 100% win, as the default behavior for SIGUSR1 is process termination, so unsupporting clients will be just terminated as before.
2007-11-29xorg-driver-common: attempt to fix #3386 Koen Kooi1
2007-11-29xserver-xorg: fix debug packagingKoen Kooi2
2007-11-29linux-2.6.23: fix mpc8313e-rdb LEDs patch (didn't apply cleanly)Jeremy Laine1
2007-11-28linux-2.6.23: Fixup of mpc8313e-rdb-leds.patch.Leon Woestenberg2
2007-11-28linux-2.6.23: Added LEDs patch (only) for mpc8313e-rdb. Needs testing.Leon Woestenberg2
2007-11-28linux-efika 2.6.20.20: re-enable modules that were in 2.6.19+git, but not in ↵Koen Kooi2
2.6.20.20
2007-11-28linux-2.6.23: add NAND flash driver for mpc8323e-rdb, fix NOR mappingJeremy Laine3
2007-11-28meta-toolchain: properly fix .pc files to point to the toolchain directory. ↵Michael Lauer1
closes #3426
2007-11-28merge of '1e54b4f2db4e8ef4f33743de51d73d55e8b83a96'Rod Whitby3
and '33e5bd40976428aea7682da1e3cb6ed9c93af23e'
2007-11-28apex-nslu2: No need to byteswap the little-endian kernel on loading. Remove ↵Rod Whitby2
unused alternatives for cmdline - these recipes are for nslu2 only.
2007-11-28mpc8313e-rdb: use u-boot 1.3.0 instead of gitJeremy Laine1
2007-11-28u-boot: add version 1.3.0Jeremy Laine1
2007-11-28merge of 'ce64d96dcf3b268df1bdcd7e945e7188d09c7db8'Jeremy Laine18
and 'd521cbe6aca8b81bda5eb51149cea06dd31e1dd2'
2007-11-28linux-2.6.23: update mpc8313e-rdb defconfig based on mpc8323e-rdbJeremy Laine1
2007-11-28linux-ixp4xx: Migration from ixp4xx-kernel. Intended to follow recent OE ↵Rod Whitby13
kernel recipe conventions. Default kernel for slugos distro and ixp4xx machines. ixp4xx-kernel will be removed later once this is well tested.
2007-11-28linux.inc: Added support for processor endiannessRod Whitby1
2007-11-28apex-nslu2: Move the defconfig to a generic files dir so you can build this ↵Rod Whitby3
package for the ixp4xx machines.