Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-01-31 | file-native: fix do_stage in 4.13 | John Bowler | 2 | |
- the hand crafted do_stage installed a broken file in staging, the fix is to use the standard native do_stage which does a proper install using the makefile | ||||
2006-01-31 | apmd: set /usr/bin/apm permissions to 0755 instead of 4577 | Philipp Zabel | 1 | |
2006-01-31 | xserver-kdrive: add evdev support to cvs version | Philipp Zabel | 3 | |
2006-01-31 | merge of 4719567c59f1d982327cbf37da292cdc3a68caff | Florian Boor | 1 | |
and c0e8f2d1f1cfa6657c523c85c3c544b2ec8ee9c6 | ||||
2006-01-31 | libgtkstylus: Remove development files from package. | Florian Boor | 1 | |
2006-01-31 | merge of 379077a1fae1f193142e23eba34b908f1c6c7491 | Florian Boor | 3 | |
and fe1ec31f3dd593d62186ad1c3ebd437c7df45777 | ||||
2006-01-31 | busybox: Add slimmed configuration for Familiar. | Florian Boor | 3 | |
2006-01-31 | bitbake.conf: add XORG_MIRROR | Philipp Zabel | 1 | |
2006-01-31 | uclibc: EABI thumb patch in cvs | John Bowler | 1 | |
2006-01-31 | slugos-init: make /linuxrc use disk uuids, remove .recovery stuff in 0.10 | John Bowler | 4 | |
- the /boot/disk bootstrap now mounts -U uuid if one is available from turnup. turnup checks disk for blkids and no longer complains about .recovery, /boo/* no longer create .recovery or check for it on boot; disconnect the disk or the network to boot to flash on a semi broken system. | ||||
2006-01-31 | slugos-image: add e2fsprogs-blkid (fs id finding program) to meta | John Bowler | 1 | |
2006-01-31 | e2fsprogs: split out blkid for use in initrd in 1.38 | John Bowler | 1 | |
- blkid (and uuidgen) are useful for non-ext2/3 file systems (e.g. reiserfs) and can be used at boot to reliably find the root file system, therefore it is useful to have them in separate packages. e2fsprogs (${PN}) now RDEPENDS on the new packages to ensure nothing gets broken. | ||||
2006-01-30 | keymap-locales: | Matthias Hentges | 8 | |
- Add kernel 2.6 DE keymap for Akita - Add kernel 2.4 and 2.6 DE keymap for Borzoi and Spitz | ||||
2006-01-30 | merge of 0bbfeca4a5e914b371359c7f066b9731f637102a | Rod Whitby | 8 | |
and cd257fc3be2c2b6a6d43881ec1ebc7fd3b1608ff | ||||
2006-01-30 | irda-utils: use the correct port for IrDA on hx4700. | Matt Reimer | 1 | |
2006-01-30 | irda-utils: instead of assuming that /dev/ttyS1 is the IrDA port, get the | Matt Reimer | 2 | |
port and attendant arguments from /etc/sysconfig/irda. | ||||
2006-01-30 | module-base: unbork module builds in bbclass | John Bowler | 1 | |
2006-01-30 | package.bbclass: fix stripping logic. work around strip returning 0 even on ↵ | Rene Wagner | 1 | |
failure. | ||||
2006-01-30 | merge of 776c1d678f47c9a56a592cc06a10d2ca9e415611 | Florian Boor | 1 | |
and 86dda2fd06e3964978bb4d3424cb481531b26acd | ||||
2006-01-30 | gpe.bbclass: Set default maintainer to GPE ml instead of OE. | Florian Boor | 1 | |
2006-01-30 | abiword_2.4.2.bb : new version | Graeme Gregory | 1 | |
2006-01-30 | altboot: More 2.6 changes | Matthias Hentges | 6 | |
- Use altboot-KERNEL_VERSION.cfg instead of altboot.cfg | ||||
2006-01-30 | altboot: | Matthias Hentges | 4 | |
- First changes to support Kernel 2.6 - As of this push altboot should be considered *unstable* until work on 2.6 has finished! - Add IGNORE_STRIP_ERRORS = "1" to allow for snapshots | ||||
2006-01-30 | devlabel: release 0.48.01 | John Bowler | 1 | |
- this does actually seem to work (release 0.45.01 simply exited from bash without any output), but it depends on things like the 'raw' command existing and working, so it isn't very useful | ||||
2006-01-30 | efl, e17: update CVS versions again, fix cpp issues | Justin Patrin | 34 | |
- evas is left at 20060113 because it changed that day and breaks ecore - cpp and gcc paths are hard-coded to /usr/bin/ to fix some issues with OE's binaries in use with edje | ||||
2006-01-30 | linux: fix missing HOST_CC_ARCH in module compilation in kernel/module all | John Bowler | 15 | |
- define TARGET_KERNEL_CC_ARCH to define arch specific compiler options in machine.conf. The default for the kernel is "" (empty), although it should probably be TARGET_CC_ARCH in the future. The default for modules is TARGET_CC_ARCH | ||||
2006-01-30 | slugos: temporary workround for the RUNSTRIP problem in conf | John Bowler | 1 | |
2006-01-30 | linux-oz-2.6: 2.6.15 updates: | Richard Purdie | 1 | |
* LEDs updates based on comments from LKML and other sources: * Functions now all follow the name led_* * brightness is now an enum * the timer frequency is in Hz * the time has a duty parameter * include the ixp4xx driver in the LED patch series (thanks jbowler) * Rework backlight class to handle a number of bugs to do with suspend/resume making state assumptions * Move common backlight code/variables are moved out of the driver into the core. * Update corgi_generic_bl patch so tosa can share the code * Add arm IP checksum fix (some users reported seeing checksum corruption) * Add potential fix for pxafb issues (whitescreen) * Fix pxa27x cpu speed reporting * Increase the scanrate on c series keyboards (solved key repeat issue) | ||||
2006-01-30 | busybox: add missing patch in 1.01 | John Bowler | 1 | |
2006-01-30 | merge of 45de09dab54a555a9dcd180a4903909773cf34d2 | John Bowler | 4 | |
and e4d8da41e5409080382f7a87c16b20bcc29516e3 | ||||
2006-01-30 | slugos-init: update to use 'beep' in 0.10 | John Bowler | 8 | |
- boot scripts now use the new beep arguments | ||||
2006-01-30 | initscripts: slugos only change to device_table in 1.0 | John Bowler | 4 | |
- slugos now installs the correct device table in the image build, ensuring that the device table matches /dev and, maybe, removing confusion | ||||
2006-01-30 | slugos-image: add beep remove the util-linux fdisk in meta | John Bowler | 1 | |
2006-01-30 | busybox: put fdisk back in to slugos defconfig in 1.01 | John Bowler | 2 | |
- util-linux fdisk does not work on ARM (alignment problems) so use the busybox one in preference | ||||
2006-01-30 | beep: release 1.2.2 | John Bowler | 1 | |
2006-01-29 | package.bbclass: don't silently ignore errors when running STRIP. Set ↵ | Rene Wagner | 1 | |
IGNORE_STRIP_ERRORS to get the old behaviour back. Part of a fix for hh.org Bug #1469 | ||||
2006-01-29 | merge of 34633137c0dcdd46422c42e3058d55cd967590bd | Graeme Gregory | 3 | |
and dde70ffa9a39c0416ae2875c26c72ab5016c8850 | ||||
2006-01-29 | slugos-packages: add beep in conf | John Bowler | 2 | |
2006-01-29 | evince_0.5.0.bb : add new version | Graeme Gregory | 3 | |
2006-01-29 | beep: release with Debian event/dwery patches in 1.2.2 | John Bowler | 3 | |
2006-01-29 | figment: adjust name and comment in .desktop file to match naming scheme of ↵ | Rene Wagner | 3 | |
other GPE apps. Fixes hh.org Bug #1463. | ||||
2006-01-29 | preferred-gpe-versions-2.7.inc: sync with oz354fam083 branch. | Rene Wagner | 1 | |
2006-01-29 | preferred-gpe-versions-2.7.inc: revert bogus changes introduced in ↵ | Rene Wagner | 1 | |
e28d190b53d034845e4ae2fce2648104676a571b. | ||||
2006-01-29 | slugos-init: remove unnecessary execute attributes in 0.10 | John Bowler | 9 | |
2006-01-29 | slugos-init: update for new LEDs, turnup save/restore suppport in 0.10 | John Bowler | 20 | |
- /sbin/leds is now a script which uses /sys/class/leds All scripts are not in /sbin /sbin/sysconf does SysConf reading and now implements save/restore of the system configuration. turnup, reflash and sysconfsetup use /sbin/sysconf as appropriate Unused files removed | ||||
2006-01-29 | initscripts: update comments with correct udev stop point in 1.0 | John Bowler | 2 | |
2006-01-29 | busybox: change slugos defconfig not to include mount/umount/swaponoff in 1.01 | John Bowler | 2 | |
- the util-linux versions of the standard mount utilities are now used in the slugos images. | ||||
2006-01-29 | ixp4xx-kernel: add rw back to nslu2 and nas100d command lines in 2.6.15.1 | John Bowler | 3 | |
- on these two platforms the JFFS2 boots ro without the rw option | ||||
2006-01-29 | slugos-packages: add zip and devlabel in conf | John Bowler | 3 | |
2006-01-29 | udev: make work with util-linux mount in all | John Bowler | 7 | |
- busybox requires -o move, util-linux requires --move |