Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
people without a h3900 machine should also stop messing with this file, damnit!s
|
|
postinst for ppp (main) package. Fixes hh.org Bug #1469.
- no misc changes this time.
|
|
and c1c3a45fe3e2ec0eb7045cf3adb5dd0e4f31bbe2
|
|
|
|
and 892ce9ae745dea2c7ecb924566d1bc40ae2abbd5
|
|
|
|
and af1f287266f2f111baa6945c52966396c108642b
|
|
|
|
postinst for ppp (main) package. Fixes hh.org Bug #1469.
|
|
IGNORE_STRIP_ERRORS
|
|
compatibility. the extra bit of performance isn't worth the hassle of building, storing/mirrorin, and maintaining duplicate packages.
|
|
|
|
|
|
- package.bbclass now uses file-native and cross strip to reliably strip
unstripped executables and check the return code. For the moment a
failure here doesn't cause the build to fail but does output a failure
message direct to the controlling terminal (this is temporary). This
behaviour can be changed by forcing IGNORE_STRIP_ERRORS = ""
The change works by using a new runstrip shell function for every
potentially strippable file. Since this calls native 'file' there is
a dependency on all inheritors of package.bbclass for file-native and
since this would break native builds (because of the cycle in
file-native and it's own native depends) native.bbclass cancels this
dependency (system file should be fine for native packages and, anyway
native currently doesn't package.)
|
|
- 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
|
|
|
|
|
|
and c0e8f2d1f1cfa6657c523c85c3c544b2ec8ee9c6
|
|
|
|
and fe1ec31f3dd593d62186ad1c3ebd437c7df45777
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
- 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.
|
|
- Add kernel 2.6 DE keymap for Akita
- Add kernel 2.4 and 2.6 DE keymap for Borzoi and Spitz
|
|
and cd257fc3be2c2b6a6d43881ec1ebc7fd3b1608ff
|
|
|
|
port and attendant arguments from /etc/sysconfig/irda.
|
|
|
|
failure.
|
|
and 86dda2fd06e3964978bb4d3424cb481531b26acd
|
|
|
|
|
|
- Use altboot-KERNEL_VERSION.cfg instead of altboot.cfg
|
|
- 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
|
|
- 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
|
|
- 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
|
|
- 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
|
|
|
|
* 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)
|
|
|
|
and e4d8da41e5409080382f7a87c16b20bcc29516e3
|
|
- boot scripts now use the new beep arguments
|
|
- slugos now installs the correct device table in the image build,
ensuring that the device table matches /dev and, maybe, removing
confusion
|
|
|
|
- util-linux fdisk does not work on ARM (alignment problems) so use
the busybox one in preference
|