Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-11-22 | merge of 'da208288712062005c17d9f4b6bea22ac67c9152' | Paul Sokolovsky | 13 | |
and 'fbf68cc9245c99890a7243d02341cbd6840ac6b9' | ||||
2007-11-22 | merge of '40f293b10b110d85c793d96acc26403ea53edb48' | Graeme Gregory | 1 | |
and '8e1c07ccc20b627b1a8808a0a3b8a7afcaf72b79' | ||||
2007-11-22 | task-openmoko.bb : add openmoko-messages2 to the images | Graeme Gregory | 1 | |
2007-11-22 | dropbear 0.49: Beautify init script output. | Paul Sokolovsky | 2 | |
* Make sure that "Starting: dropbear" message is not broken by host key generation output. | ||||
2007-11-22 | hostap-daemon_0.6.0.bb: package version 0.6.0 of hostap-daemon | Jeremy Laine | 4 | |
* update makefile-cross.diff patch * fix init script: pass -B to hostapd instead of passing -b to start-stop-daemon * instead of using per-machine enabling/disabling of madwifi support, use the 'pci' feature, like wpa-supplicant * build against madwifi-ng when madwifi support is enabled | ||||
2007-11-22 | merge of '0a649e59614b2140ef8f93c2dc52b1361f2acb0b' | Marcin Juszkiewicz | 2 | |
and '0b7b234637a0d41420b6a596ef10e38857ff6f57' | ||||
2007-11-22 | gettext: Disable java since it finds any native gcj and breaks cross ↵ | Marcin Juszkiewicz | 2 | |
compiled builds (from Poky) | ||||
2007-11-22 | initrdscripts: We obviously first do rootdelay, and only then create device ↵ | Paul Sokolovsky | 1 | |
nodes. | ||||
2007-11-22 | mpfr: add 2.3.0 | Koen Kooi | 2 | |
2007-11-22 | merge of '618bc57259adc999e3aa2e274184f51d0b2c25ff' | Marcin Juszkiewicz | 5 | |
and 'd3817d825e9b6c052e0da2a808abdcdb3a410892' | ||||
2007-11-22 | zaurus-updater: dropped spitz one as unified works on spitz (tested by Rolf ↵ | Marcin Juszkiewicz | 5 | |
Leggewie) | ||||
2007-11-22 | initrdscripts: Finish renaming for ordered module load. | Paul Sokolovsky | 3 | |
2007-11-22 | initrdscripts: Separate fs kernel module loading to separate plugin. | Paul Sokolovsky | 3 | |
2007-11-22 | initrdscripts: Initial value for ROOT_DEV is null. | Paul Sokolovsky | 1 | |
2007-11-22 | initrdscripts: Introduce boot order support for universal initramfs modules. | Paul Sokolovsky | 6 | |
2007-11-22 | xserver-kdrive_1.3.0.0.bb : fix x86 breakage with glamo patch | Chia-I Wu | 2 | |
2007-11-22 | linux-rp 2.6.23: bump PR to force rebuild to get gcc fix | Koen Kooi | 1 | |
2007-11-22 | SlugOS: ixp4xx-kernel - added 2.6.23.8 recipe and supporting files. (Note that | Mike Westerhof | 3 | |
SlugOS still selects 2.6.21 as the preferred version for now.) | ||||
2007-11-21 | merge of '6114e88c0acc202895c41c560c0546244d2c5227' | OpenEmbedded Project | 3 | |
and 'c971ec89c74107b683a418e2b491026999418bc4' | ||||
2007-11-21 | gcc-4.1.2: Update PR for gcc(-cross). Mention to update PR of -cross when ↵ | Leon Woestenberg | 2 | |
.bb main changes. | ||||
2007-11-21 | gcc-4.1.2: Follow upstream fix for pr34130. -C*abs(D) became abs(-C*D), not ↵ | Leon Woestenberg | 2 | |
good. | ||||
2007-11-21 | slugos-packages: added portmap and nfs-utils back in. | Mike Westerhof | 1 | |
2007-11-21 | slugos-init: turnup - use volatiles to create /var/log/lastlog when turned-up | Mike Westerhof | 2 | |
to external storage (NFS, memstick, or disk). This stops openssh complaining. | ||||
2007-11-21 | autofs: remove dependency on bash, and add rc.update.d stuff to bb file. | Mike Westerhof | 2 | |
2007-11-21 | portmap: SlugOS only - do not build with "-pie -fpie" due to binutils problems. | Mike Westerhof | 2 | |
(This change should be reverted when we get SlugOS working with binutils 1.18) | ||||
2007-11-21 | xserver-kdrive : commit missing patches | Graeme Gregory | 2 | |
2007-11-21 | linux-openmoko : commit missing patch | Graeme Gregory | 1 | |
2007-11-21 | cryptsetup: run through oe-stylize and remove postinst hack | Koen Kooi | 1 | |
2007-11-21 | xserver-kdrive_1.3.0.0.bb : add Xglamo server for Neo1973 | Graeme Gregory | 4 | |
2007-11-21 | openmoko-session2.bb, sane-srcrevs.inc : version boost for all openmoko | Graeme Gregory | 2 | |
stuff. Also it is now using phonekit. | ||||
2007-11-21 | linux: Update ix4xx defconfig to enable cryptsetup on NSLU2 | Matthias Hentges | 2 | |
2007-11-21 | cryptsetup: Update RECOMMENDS and DEPENDS | Matthias Hentges | 1 | |
2007-11-21 | Bump PR | Mike Westerhof | 1 | |
2007-11-21 | wireless-tools.if-pre-up - move setting of the ESSID to the end of the script, | Mike Westerhof | 1 | |
because certain chipsets (ZD1211) use that as the "commit" operation. | ||||
2007-11-21 | initscripts: SlugOS - add bootclean.sh to clean out /tmp, /var/lock, /var/run | Mike Westerhof | 3 | |
(required when turned-up to disk). Create SlugOS-specific volatiles config because SlugOS needs /etc/resolv.conf to be static and not volatile. | ||||
2007-11-20 | busybox-static 1.2.1: Enable support for -t & -n options for read command. | Paul Sokolovsky | 2 | |
* These are timeout and num chars to read options, both are useful when writing UI interaction code, with busybox-static being targetted at writing bootloader tools and stuff. | ||||
2007-11-20 | merge of '479b064df21386e3f77f93516e86f40c7ea9ccfa' | Marcin Juszkiewicz | 5 | |
and 'ab14a7f33b13f2205a64293e2f2e29b20e943bf3' | ||||
2007-11-20 | wlan-ng-modules: fix for the fix of wlan-ng-modules 0.2.7 - close #3340 | Dmitry Baryshkov | 2 | |
2007-11-20 | Add cryptsetup: cryptsetup with luks support creates and manages encrypted ↵ | Matthias Hentges | 2 | |
containers and partitions | ||||
2007-11-20 | wifistix : Sync with gumstix repo. | Philip Balister | 3 | |
2007-11-20 | slugos-packages: Demote packages that no longer build | Rod Whitby | 1 | |
2007-11-20 | net-tools: Put quotes around flags so that expansion with spaces does not ↵ | Rod Whitby | 1 | |
cause syntax errors. | ||||
2007-11-20 | libjana_svn.bb : build and package examples | Chris Lord | 1 | |
2007-11-20 | merge of '9f9b86bbd2f122252996f226e9935395f5db92c5' | Stelios Koroneos | 3 | |
and 'eef79e907bd4bf985b56b57027a4b9fb08dbd26a' | ||||
2007-11-20 | packages/liboil/liboil_0.3.11.bb : Correctly detect if the powerpc target ↵ | Stelios Koroneos | 3 | |
has fpu | ||||
2007-11-20 | python-cheetah_2.0.1.bb: package version 2.0.1 of the cheetah template engine | Jeremy Laine | 1 | |
2007-11-20 | merge of '665b4cb1684c47ed44b254783ed9a928b4bfc1a0' | Jeremy Laine | 3 | |
and '9e8440e09dae8ceed07468d5f6a230087ef8d736' | ||||
2007-11-20 | python-pyopenssl_0.6.bb: add simple Python wrapper around OpenSSL | Jeremy Laine | 1 | |
2007-11-20 | packages/glibc/glibc_2.5.bb : Add a new patch for the powerpc targets with ↵ | Stelios Koroneos | 2 | |
softfloat support that handles a case of strong alias for two (soft) float point functions. Original patch provided by Hiroki Kaminaga kaminaga at sm dot sony dot co dot jp | ||||
2007-11-20 | merge of '34aab52ad6f5f23f024db0327f33a822b205c50f' | Matthias Hentges | 3 | |
and '7474dc274cd34419f2c76088f150e44ce8b545df' |