summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2007-02-18classes/insane.bbclass: Be less verboseHolger Freyther1
2007-02-18classes/insane.bbclass: Add a small elf reader and check ABI,ARCH and EndianHolger Freyther1
Add a small ELF parser and read OSABI, ABIVERSION, ENDIAN and MACHINE. This code compares TARGET_OS and TARGET_ARCH to a list of known versions. Currently we have values for linux and linux-uclibc for arm, armeb and powerpc. mips, i386, amd64, ia64 are missing. ABI wise ARM EABI is missing as well, but koen is likely to enter the values into the documented dict
2007-02-18classes/insane.bbclass: Allow errors to be ignoredHolger Freyther1
Add a method to implement koen's skipping of errors of type .so in non dev package. This will turn into a list of known and acked issues which we decided to ignore. I do not yet know how to maintain such a list properly though Split the .so in non-dev package and the .debug in non-dbg package into two different packages
2007-02-18merge of '89cd2556ac06a9a9dd5fe232a734dec9569772da'Holger Freyther1
and 'c416a7368aa98390e48b2c8eed6650147874a490'
2007-02-18classes/insane.bbclass: Print the actual error, write a log fileHolger Freyther1
-Print all errors of the built packages and if we have printed any errors fail -Log the errors to a log file, so we can see them afterwards -Print the path (- the TMPDIR) of the package in question
2007-02-18merge of '04a1a2e0cc7e9b66f26b0c342d210418c07d6127'Koen Kooi1
and '5d9ca4e1f6b8631c921bcc59406fb202e723f586'
2007-02-18tslib: merge patch from openmoko:Koen Kooi4
This patch adds support for "EVIOCGRAB" on the input device, which tells the kernel _not_ to deliver events of the touchscreen to /dev/input/mice. This is probably what most people want, since unprocessed raw touchscreen events should not be converted to emulated PS/2 mouse movements. Signed-off-by: Harald Welte <laforge@openmoko.org>
2007-02-18merge of '1fc4ea9615a3789569ba8f07b7090012fce2afbf'Koen Kooi3
and 'e63a2eefb4ae9542b7ac7ee72c2f0aad1d534886'
2007-02-18openmoko distro: add openmoko distro, slightly modified from openmoko svn Koen Kooi3
2007-02-18linux-handhelds-2.6 2.6.19-hh12: Add new release.Paul Sokolovsky1
* Changes since -hh11 include: 1. rx1950 port added. 2. cpugreq fixes to support PCMCIA working over freq changes. 3. cpufreq support for htcmagician. 4. ads7846_adc_ssp fixes. 5. acx driver ESSID handling off-by-one fix. 6. ASoC upgraded to 0.13.4.
2007-02-18merge of '8cde5e5064761c45e322d841a3b3313245cb264a'Paul Sokolovsky559
and 'd6f1925c439f5b0608c0189c89b17a335f9fbbb6'
2007-02-18linux-handhelds-2.6 2.6.19-hh11: Add new release. Paul Sokolovsky1
* Changes since -hh10 include: 1. aximx5 port revived - boots with LCD working. UDC known not to work. 2. aximx50 buttons driver. 3. Macine-independ touchscreen driver for ADS7846/TSC2046, first version so far, used for h4000 and works for hx4700 too. Still needs tweaking to support other devices well. 4. h4000: h4300_kbd driver revamped. 5. h5400: revamping started, OHCI support fixed. 6. htcalpine phone and soc drivers. 7. rx3000: Port clean up, drivers split to separate modules. Serial port driver added. 8. drivers/serial/pxa.c: Dynamic serial hook ports are supported (hooks can be installed/removed after serial driver is loaded).
2007-02-18task-openmoko: convert to matchbox-panel-2 and clean up a bitKoen Kooi1
2007-02-18openmoko-panel-plugins: add gsm and mainmenuKoen Kooi2
2007-02-17gpe-session-scripts: clean up dependenciesKoen Kooi1
2007-02-17openmoko: add messages applicationKoen Kooi1
2007-02-17altboot_wip.bb: Test commitMatthias Hentges1
2007-02-17gnome-vfs: fix #1881Koen Kooi1
2007-02-17libgsmd: fix packagingKoen Kooi1
2007-02-17insane.bbclass: don't do bb.fatal is a .so is present in ${PN}, lots of ↵Koen Kooi1
application ship plugins with that extension (e.g. perl)
2007-02-17cups: fix packagingKoen Kooi1
2007-02-17merge of '2cea807f786ead2b5e28b2227fcc8a96752158ef'Rolf Leggewie3
and 'dc26b71fb757ec4210a3a5f0e819b6e76036ac61'
2007-02-16bitbake.conf: revert unintentional change of SOURCEFORGE_MIRROR introduced Rolf Leggewie1
some time ago in 4c3e39344044dd60a48450fcc753d56c4739dad7
2007-02-16merge of '7bc0867c76d85a5f85fa0d7a9f66dfd4d9c499bb'Koen Kooi1
and 'c8821bce45c12f64b0b533cda3bbe41267c804d5'
2007-02-16openmoko-dialer: depend on eds-dbusKoen Kooi1
2007-02-16merge of '9ad1a49af843883e15a66f341544aa7138eabd5c'Mike Westerhof1
and 'a8bf0677a23a474e197151ebb4c24ddbf5c65a67'
2007-02-16collie-kernels-2.4-embedix.bb: the 64-0 image for collie is generally more ↵Rolf Leggewie1
appropriate than the 24-8 one.
2007-02-16collie-2.4.conf: Prefer hostap-modules over linux-rp as a workaround for bug ↵Rolf Leggewie1
1877.
2007-02-16base-files: merge in fic-gta01 and qt2410 files from openmoko svnKoen Kooi5
2007-02-16lmsensors: merge in changes from openmoko svnKoen Kooi1
2007-02-16classes/insane.bbclass: Grep through config.log to check for CROSS Compile ↵Holger Freyther1
errors -Inspired by doku's work on mpd's buildsystem grep through the config.log and find broken autotools tests -Make errors fatal so we will notice these things more quickly.
2007-02-16netbase: merge in fic-gta01 bits from openmoko svnKoen Kooi3
2007-02-16openocd: merge openocd from openmoko svnKoen Kooi2
2007-02-16merge of 'aa2c7cca9146ef3910ca2f5ea908bc240fc478f9'Koen Kooi5
and 'b866b8272d34e10f3efd115e1dbb79b5287031e9'
2007-02-16libftdu: add libftdi from openmoko svnKoen Kooi5
2007-02-16Add the DNARD/Shark machine configuration and kernelHolger Freyther5
The DNARD/Shark was the Network Computer constructed by DEC with spare StrongARM processors. Here we use them as music basestations.
2007-02-16eds-dbus: rework packaging a bit to make it go from "not too broken" to ↵Koen Kooi1
"doesn't make ipkg freak out"
2007-02-16glibc: add a workaround for some strange shlib renaming problems, needs a ↵Koen Kooi1
proper fix
2007-02-16eds-dbus: bump PR as wellKoen Kooi1
2007-02-16merge of '471af30b8adb13fb7681f57fbf429fee02749677'Koen Kooi14
and 'c75dc8320db6dd7f35c858791b148fbb1200f82c'
2007-02-16eds stuff: bump PR to notice new EDS packaging Koen Kooi4
2007-02-16merge of '70bbbf8ce343203b1f290a976647fa71c21b8e15'OpenEmbedded Project3
and 'b5dacbd65a183748cce04d3a42790cd07da948ed'
2007-02-16linux/simpad: cleaned mq200 patch from backup files, defconfigs - spotted by ↵Marcin Juszkiewicz1
Zecke
2007-02-16simpad: move USE_DEVFS to simpad-2.4 includeBernhard Guillon2
2007-02-16merge of '804173890b0c2381f9e13e27fce36c3396184943'OpenEmbedded Project11
and '83e041bc8cc5227a7a45dd6a81c52b97ebcb893d'
2007-02-16merge of '069cb75cc86b7dc6009c903b63cddcb884858210'Marcin Juszkiewicz11
and 'b21fcc2294b39029891cdcf3c5efac9106f179e6'
2007-02-16s3c2410 utils: merge from openmoko svnKoen Kooi8
2007-02-16site/arm-linux: remove forced unwind, glibc/oabi doesn't like itKoen Kooi1
2007-02-16eds-dbus: sync packaging with pokyKoen Kooi1
2007-02-16linux-gta01: update to 2.6.20Koen Kooi8