Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-03-11 | ep93xx-kernel: update to derovo15 | Koen Kooi | 1 | |
2006-03-11 | ep93xx-kernel: update defconfig | Koen Kooi | 1 | |
2006-03-11 | merge of 5e78a71a932c2cdd02e89b6e0cc1e4d360e34b76 | Matthias Hentges | 2 | |
and ba5e9634062d6920fa620e6423c391c6e9f4ce04 | ||||
2006-03-11 | altboot: Sync with .oz branch | Matthias Hentges | 1 | |
2006-03-11 | meta-toolchain: add a .bb to generate a tarball of the SDK toolchain | Koen Kooi | 2 | |
task-sdk: add a task-sdk-bare only containing glibc bits | ||||
2006-03-10 | merge of 117df2dea7ad9414b4b470b52eeeb8c4685ccd24 | Mustafa Yuecel | 1 | |
and 930d705be73a124e50d298df45974587c0ae98e4 | ||||
2006-03-10 | conf/distro/slugos-packages.bb: add davfs2 and neon | Mustafa Yuecel | 1 | |
2006-03-10 | merge of 03b24ac5bbfd34988917e742c3d058a0e65c9cae | Koen Kooi | 8 | |
and 89b41334d0c4e264e8d1a5cc4598404379f62dfd | ||||
2006-03-10 | zaurus-updater: use ${DEPLOY_DIR_IMAGE} | Koen Kooi | 1 | |
2006-03-10 | neon-0.24.7: add SSL support | Mustafa Yuecel | 1 | |
- add openssl and time to DEPENDS - add lib_package to inherit - copy neon-config to staging dir (used by davfs2) | ||||
2006-03-10 | davfs2-0.2.7: mounts WebDAV resources | Mustafa Yuecel | 7 | |
- needs coda kernel module - recommends neon with SSL support (e.g. to use the free 1GB webspace from GMX) | ||||
2006-03-10 | avetanabt-cvs: remove unappliable patch | Mustafa Yuecel | 3 | |
2006-03-10 | apr-1.1.1,apr-util-1.1.2: add HOMEPAGE, correct LICENSE | Mustafa Yuecel | 2 | |
2006-03-10 | subversion-1.2.0: add HOMEPAGE, correct LICENSE | Mustafa Yuecel | 1 | |
2006-03-10 | lirc/lirc_0.8.0.bb: Install lircexec.init for every platform, SRC_URI was wrong | Matthias Goebl | 1 | |
- Install lircexec.init for every platform - Correct SRC_URI to include lircexec.init for every platform (Thanks Holger) - RRECOMMENDed lirc-exec for lirc (because it was included in earlier packages, and the 0.8.0 package is more fine-granular) - Add HOMEPAGE | ||||
2006-03-10 | lirc/lirc-modules_0.8.0.bb: nslu2: Do not show cpu activity on IR led | Matthias Goebl | 1 | |
- nslu2: Set ready LED to normal-on after module load, don't show cpu activity - Change maintainer with permission by Michael Lauer (again) | ||||
2006-03-10 | gpe-bootsplash: update angstrom splash-l.svg | Koen Kooi | 1 | |
2006-03-10 | ttf-dejavu: updated to 2.3 | Marcin Juszkiewicz | 1 | |
2006-03-10 | ttf-dejavu-sans-mono-lite dropped - it never worked like I wanted | Marcin Juszkiewicz | 2 | |
2006-03-10 | dropbear: added 0.48 and unified all recipes/patches | Marcin Juszkiewicz | 19 | |
2006-03-10 | xkbd: fix circum key mapping. fixes (reopened) hh.org Bug #1512. | Rene Wagner | 2 | |
2006-03-09 | gpe-bootsplash: start adding some Angstrom branding | Koen Kooi | 2 | |
2006-03-09 | login-manager: simplify get_valid_lms, fix for kbdless devices with only one ↵ | Philipp Zabel | 1 | |
dm installed | ||||
2006-03-09 | keylaunch-2.0.7: LDFLAGS Makefile fix | Philipp Zabel | 2 | |
2006-03-09 | avahi: add 0.6.9 | Philipp Zabel | 1 | |
2006-03-09 | distro/*.conf: change PREFERRED_VERSION_x11 to PREFERRED_VERSION_libx11 | Philipp Zabel | 4 | |
2006-03-09 | ep93xx kernel: update defconfig to match 2.6.16-rc5-derevo14 | Koen Kooi | 1 | |
2006-03-09 | Unslung: unslung.conf, DISTRO_VERSION is now 6.7-beta | Mike Westerhof | 1 | |
2006-03-08 | glibc: move some code around to avoid warnings while parsing. hopefully fix ↵ | Rene Wagner | 1 | |
#729. | ||||
2006-03-08 | gpe-dm: revert bf4c4f3acd8633a080b0a3d75420ff47be99e302. slightly improve ↵ | Rene Wagner | 2 | |
DESCRIPTION. - please consult gpe@hh.org before making changes like this. | ||||
2006-03-08 | classes/tinderclient.bbclass: Send the name | Holger Freyther | 1 | |
Send the name of the to be build packages. Now we can see what was intended to be build from within the log | ||||
2006-03-08 | file-native 4.16: use just built 'file' to generate magic files - now it ↵ | Marcin Juszkiewicz | 3 | |
should not break with older file-native installed | ||||
2006-03-08 | angstrom: ENABLE_BINARY_LOCALE_GENERATION ?= "1" | Koen Kooi | 1 | |
2006-03-08 | glibc: make use of qemu conditional on ENABLE_BINARY_LOCALE_GENERATION which ↵ | Rene Wagner | 1 | |
defaults to disabled. reinstate BINARY_LOCALE_ARCHES and make it a list of regular expressions. - against contrary belief BINARY_LOCALE_ARCHES = "" did disable the new code. - zapping that variable in glibc-package.bbclass as the changeset before this did is not an option since we need to keep track of which arches are supposed to have this enabled. - also, rename USE_BINARY_LOCALE to GLIBC_INTERNAL_USE_BINARY_LOCALE to prevent people who don't understand Python from shooting themselves in the foot. DONT MESS WITH THAT VARIABLE. setting USE_BINARY_LOCALE = "0" will _enable_ the new code since "0" (being a string) evaluates to True in Python. | ||||
2006-03-08 | merge of 92a452f12d8cc21518953fccb816b6da6d8cbfb6 | Graeme Gregory | 6 | |
and e5ee771a5576db06a02a6c49061082909e18705e | ||||
2006-03-08 | gimp_2.3.7.bb : new version | Graeme Gregory | 1 | |
2006-03-08 | file: upgraded to 4.16 (4.13 is not fetchable) | Marcin Juszkiewicz | 2 | |
2006-03-08 | gconf-dbus: bump PV up to 2.10 to provide an upgrade path | Koen Kooi | 1 | |
2006-03-08 | libx11, diet-x11: move errordb-keysymdb-path-fix.patch so diet-x11 can find ↵ | Philipp Zabel | 2 | |
it (closes #727) | ||||
2006-03-08 | ep93xx-kernel: fix some PV related bugs | Koen Kooi | 1 | |
2006-03-08 | merge of 942da6c39c03653040af872cf3d01adb58e9743a | Mike Westerhof | 2 | |
and fb01cb6b66688b09ba08a864e91986c7eca65486 | ||||
2006-03-08 | unslung-rootfs: Updated README and NOTES | Mike Westerhof | 2 | |
2006-03-07 | matchbox-wm: add 1.0 | Koen Kooi | 1 | |
2006-03-07 | libmatchbox: update to 1.8 | Koen Kooi | 1 | |
2006-03-07 | openocd: add openocd, a Free and Open On-Chip Debugging, In-System ↵ | Koen Kooi | 2 | |
Programming and Boundary-Scan Testing | ||||
2006-03-07 | glibc: make qemu breakage disasters opt-in instead of opt-out | Koen Kooi | 1 | |
2006-03-06 | ep93xx: update to 2.6.16-rc5 and derevo14 | Koen Kooi | 1 | |
2006-03-06 | glibc, package.bbclass: generate old-style binary locales at build time ↵ | Rene Wagner | 3 | |
using qemu. based on a patch originally written by Phil Blundell. fixes hh.org Bug #1385 (localedef OOM issue). - running localedef (in qemu...) for every locale takes a while. set BINARY_LOCALE_ARCHES = "" to avoid the new behaviour. | ||||
2006-03-06 | opensimpad: update to WE-18 | Frederic Bompart | 4 | |
WE-18 patches taken from OZ http://bugs.openembedded.org/show_bug.cgi?id=595 | ||||
2006-03-06 | evince_0.5.1.bb : new version, seems to be significantly faster than | Graeme Gregory | 3 | |
previous ones. |