summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2007-12-26magician.conf: Reorder autoloads from machine-independent to machine-specific.Paul Sokolovsky1
2007-12-26netbase: Update /e/n/interfaces to include new WPA example configuration. ↵Matthias Hentges2
Closing bug #3567.
2007-12-26linux-handhelds-2.6 2.6.21: h5000: Enable ASoC sound driver.Paul Sokolovsky1
2007-12-26linux-handhelds-2.6 2.6.21: h5000: Enable new keys driver.Paul Sokolovsky1
2007-12-26angstrom 2007: RC3 Koen Kooi1
2007-12-26linux-dht-walnut: add 2.6.23Koen Kooi5
* disabled because uImage is 3.3MB larger as .20 and uboot doesn't boot it due to that size
2007-12-26linux-dht-walnut: switch to uImageKoen Kooi2
2007-12-26merge of 'e523e8071d3fe835cfd277ef7adf62c2822468c2'OpenEmbedded Project1
and 'fd336c878a7a068ed14755cf0c44b0a8d70747ac'
2007-12-26nas-server: added support for flashing openmoko phones from a usb-enabled ↵Rod Whitby1
nas-server
2007-12-26merge of '49e39c42b944dda8eed607394e1849029b9f527f'Holger Freyther15
and 'fbf7570478d5954f66dbaa425a8b6b1c8c1b862c'
2007-12-26packages/qt4/qt_staging.inc: Fix place of the include and library directoryHolger Freyther1
2007-12-26packages/qt4/qt4-x11-free.inc,qtopia-core.inc: Bump the PR as the packaging ↵Holger Freyther2
did change
2007-12-26merge of '44926b8def1aa09fa2284a3f5e6caffacb77ede9'Rod Whitby5
and '8f4f4a96be49747ae2c3c51e51854655b4fc65b6'
2007-12-26atftp: Updated to use latest patches from Debian, fixes CLK_TCK compilation ↵Rod Whitby1
failure.
2007-12-26packages/qt4/qt_packing.inc: Examples/Demos are in ${QT_DIR_NAME}, disable ↵Holger Freyther1
them due QA issues Disable packaging of the examples/demos as we need to get rid off the .debug directories inside the nested hierachy of the examples and demos.
2007-12-26linux-dht-walnut: first stab at converting it to a more generic recipeKoen Kooi3
2007-12-26merge of 'a42936f86bfc2fe328a115dd331286fc71e8156a'OpenEmbedded Project2
and 'c0e108d768a455005e5b9ad28796112f203c3de6'
2007-12-26git: Add patch to put space before -m argument. Fixes #3551. No PR bump, ↵Rod Whitby1
cause no change to compilation or packaged content - if it built for you previously, then you don't need the patch, but it will do no harm.
2007-12-26zaurusd: add tosa default sound state patchJunqian Gordon Xu2
2007-12-26gsmd svn: Update for machine_id() func refactor.Paul Sokolovsky2
2007-12-26ipaq-sleep 0.9: Fix issue with wrong autosuspend timer calc.Paul Sokolovsky2
* This code is sick.
2007-12-26qmake,Qt/X11,QtopiaCore: Allow OE to set the tuning options. Allow to add a ↵Holger Freyther3
default module -Do not hardcode O2, we have flags in OE to do such things and passing both didn't make sense -With QtopiaCore QtGui is using Tcp/Udp/Sockets for the QWS implementation. This means when building a gui application you will need the network module. Allow to add modules using environment variables.
2007-12-26ipaq-sleep 0.9: More fixes.Paul Sokolovsky2
* Don't try to interpret APM status when it's not available. * Don't assume X mode is always active.
2007-12-26psplash svn: Use standard OE init.d library for machine detection.Paul Sokolovsky2
* Fixes #3471.
2007-12-26packages/qt4/files/0005-fix-mkspecs.patch: Remove the O2 we want OE to ↵Holger Freyther1
decide the tuning!
2007-12-26packages/qt4/: Share some more patches (no host includes, cross-compile) ↵Holger Freyther10
between Embedded and X11 -Use the CROSSARCH hack/patch on QtopiaCore as well -Do not search /usr/include for freetype and openssl on Qt as well -Do not build a qmake version (needed a diversion due different configure scripts)
2007-12-26initrdscripts: Do machine detection function refactor per RFC.Paul Sokolovsky2
* Need to fix this, need to use good common codebase, because debugging why some adhoc code doesn't work here or there is big waste of time.
2007-12-26ipaq-sleep 0.9: Unbreak, so to say.Paul Sokolovsky2
* If there's something to unbreak... Do following: 1. Support logging. Software without logging is now software, but a random wreck. 2. Don't do off-by-one errors. 3. Don't bug on system every 2 seconds. Instead, do a select on X connection to catch touchscreen events ASAP. This doesn't work for keys though, there's larger latency. As for other checks, do them once in 5s. 4. The whole thing must die. Soon. * Mark configs propery for ipkg. * Should fix #3540.
2007-12-26merge of '909c536d732a709ac1bbe82a546de7dade5fdf07'Holger Freyther88
and 'dafddd1d044d96ecf2e968c17c56e4f9f332240d'
2007-12-26packages/qt4/qt_packaging.inc: Do not remove everything from the bindir, fix ↵Holger Freyther1
the glob -${PN}-doc already has the html documentation, no need for -documentation package -Package the demos and exmaples -.debug and translations are missing
2007-12-26packages/qt4/qt_packaging.inc: All Qt modules are roughly similar, have one ↵Holger Freyther1
python function to generate the files for the dev package
2007-12-25packages/qt4/qt_packaging.inc: Sadly the previous glob didn't work. Write ↵Holger Freyther1
.so, .la, .prl in the long form
2007-12-25packages/qt4/qt_packaging.inc: Next round of typo fixing and tryingHolger Freyther1
-Don't install every library to libQtUiTools-dev :} -Try to put the .la and .prl into the -dev packages as well
2007-12-25packages/qt4/qt4-x11-free,qtopia-core: Work on properly packaging Qt4Holger Freyther3
-QT_LIBRARY_NAME lost the lib prefix to make it usable with .pc files -Add headers to the -dev packages -Look in the right directory for the plugins remains -Get rid off the mkspecs before packaging -Attempt to package translations
2007-12-25packages/qt4/qt_configuration.inc: ccache and pch conflict with each otherHolger Freyther1
The time spent on recompiling outweights the time saved using pch. So disable pch and have better recompile times.
2007-12-25packages/qt4/qt_configuration.inc: Keep PARALLEL_MAKE untouched the ↵Holger Freyther1
buildsystem should handle deps
2007-12-25linux-handhelds-2.6 2.6.21-hh20: Bump PR for ext3 and iptables changes.Paul Sokolovsky1
2007-12-25linux-handhelds-2.6 2.6.21: Enable iptables for ipv4 (intermediate) and ipv6 ↵Paul Sokolovsky24
(bare).
2007-12-25linux-handhelds-2.6 2.6.21: Enable ext3 (modular).Paul Sokolovsky24
2007-12-25angstrom-gpe-task-base: Add matchbox-applet-startup-monitor.Paul Sokolovsky1
2007-12-25matchbox-applet-startup-monitor 0.1: Try to support management using ↵Paul Sokolovsky3
matchbox-panel-manager. * It seems this thing is standalone misfit which is supposed to be simply run during session startup ;-\. Try to add at least bit of user configurability. With this desktop file, it is at least possible to add it via context menu on matchbox-panel. But it doesn't seem to get recorded in panel settings, so cannot be removed via menu and its unclear if it will be restarted after reboot ;-(.
2007-12-25initramfs-module-nfs: Fix packaging, add delay after g_ether load.Paul Sokolovsky2
2007-12-25initramfs-module-bootmenu: RDEPEND on initramfs-module-nfs, we do support ↵Paul Sokolovsky1
NFS boot.
2007-12-25angstrom-2007-preferred-versions.inc: Remove initramfs-*.Paul Sokolovsky1
2007-12-25merge of '3fd56e976ac5bcaa4320267aaa8b39dceeeebcd4'Paul Sokolovsky27
and 'd29274157cd7d80d66aa37ae4d3ebf85231e594f'
2007-12-25linux-handhelds-2.6 2.6.21: Move away from nuiltin NFS support, use modular ↵Paul Sokolovsky25
USB gadgets. * Now that there's flexible early userspace support in OE (initramfs-uniboot) which handles NFS booting among other things, there's no longer need to have NFS boot support in kernel. This gets NFS out of kernel, and frees g_ether from being compiled into kernel, thus opening road for modular USB gadget drivers. * A bit tough move deep into Angstrom RCs, but this was on TODO for long time, and just yesterday I hit usecase where I was stuck late night with the need to move data between 2 boxes, with only common interface in both being USB, but still w/o flashdrive to use. So, I took this opportinity not just to try g_file_storage, but also handle this issue.
2007-12-25merge of '0f6a05ae6a2dd058bfe88bed97e9d6530e5c9395'Paul Sokolovsky7
and 'a2db4317a6940d3a7ea74bc07545523686942a59'
2007-12-25linux-rp 2.6.23: really apply Tosa patch from #3295Marcin Juszkiewicz2
2007-12-25initramfs-module-bootmenu 1.0: Use best-practice (based on FHS) location for ↵Paul Sokolovsky2
NFS root.
2007-12-25contrib/deploy/nfs/: Tools to deploy OE images for NFS boot.Paul Sokolovsky3
* Provides best practices for exports locations and sample of exports file. (The same location is used by default by initramfs-uniboot). * Tool to deploy tar.bz2/tar.gz/cpio.gz images to exported location.