summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-01-16gcc-canadian-sdk: Add a version of gcc 4.2.4 for building Canadian SDKs.Tom Rini8
With this, add some patches specific to fixing up MinGW issues on 4.2.x
2009-01-16binutils-canadian-sdk: Add a binutils 2.18 for building Canadian SDKsTom Rini2
2009-01-16gmp-canadian: Add a copy of gmp for use in Canadian buildsTom Rini1
2009-01-16mpfr-canadian: Add a copy of mpfr for use in Canadian buildsTom Rini1
2009-01-16mingw-gcc-cross, mingw-gcc-cross-initial: Bring in the special gcc for MinGWTom Rini4
2009-01-16mingw-binutils: Add a special version of binutils for building MinGWTom Rini1
2009-01-16mingw-runtime: Add main and -headers package for 3.15.1Tom Rini4
We use some .inc files for the real logic for easy upgrades
2009-01-16mingw-w32api: Add main and -headers package for 3.13Tom Rini4
We use some .inc files for the real logic for easy upgrades
2009-01-16canadian sdk: Add classes/canadian{,-cross,-native,-sdk}.bbclassTom Rini4
2009-01-16insane.bbclass: Fix thinko in package_qa_check_staged logic for iscrossnativeTom Rini1
2009-01-16insane.bbclass: Add handling for canadian classesRichard Purdie1
2009-01-16Add a shortcut for the EXEEXT we'll use in packagingRichard Purdie1
2009-01-16bitbake.conf: Add EXEEXT variables for BUILD/HOST/TARGET so we can start to ↵Richard Purdie4
handle other architectures
2009-01-16siteinfo.bbclass: Add cygwin and mingw entriesRichard Purdie1
2009-01-17checksums: add new python stuffMichael 'Mickey' Lauer1
2009-01-17distutils.bbclass: only remove if existingMichael 'Mickey' Lauer1
2009-01-17distutils.bbclass: bandaid against wrong datadir installationMichael 'Mickey' Lauer5
bump affected python recipes
2009-01-17plone: fix compilingMichael 'Mickey' Lauer1
2009-01-16linux-linkstationarm: Remove this as no machine uses it anymore, shortly to ↵Tim 'timtim' Ellis3
be replaced with linux-orion which covers this and various other orion based devices.
2009-01-16kuropro: Add the Kurobox Pro machine, a Marvell Orion based NASTim 'timtim' Ellis1
2009-01-16tsx09: ts109 and ts209 are for our purposes the same device. Move this to ↵Tim 'timtim' Ellis2
one machine config to cover both.
2009-01-17tinylogin: fix SRC_URI and HOMEPAGEJoshua Lamorie1
2009-01-16foonas: Remove references to foonas-em and foonas-iscsi which do not exist ↵Tim 'timtim' Ellis5
in OE in lsmipsel, storcenter, ts109, ts209 and ts409
2009-01-16orion: Add missing machine include as used by lspro, ts109, ts209 and ts409 ↵Tim 'timtim' Ellis1
machines already in OE
2009-01-16e2fsprogs-libs: do_configure depends on gettext-native (undefined ↵Denys Dmytriyenko1
AM_GNU_GETTEXT)
2009-01-16linux-2.6.27: update patches for boc01Jeremy Lainé12
2009-01-16u-boot: prune obsolete patchesJeremy Lainé8
2009-01-16u-boot-1.3.2: update patches for boc01Jeremy Lainé4
2009-01-16python-imdbpy: fix typo when renamingMichael 'Mickey' Lauer1
2009-01-16udev: move /sbin/udevadm to udev-utilsMarcin Juszkiewicz1
udevadm is multibinary which provides udevinfo, udevsynthetize. HAL uses udevinfo to gather informations about system devices. On system where mdev (from busybox) is used as hotplug manager HAL was not able to find any device due to lack of udevinfo command.
2009-01-16xserver-(kdrive,xorg): versions newer then 1.3.0.0 require HAL also on deviceMarcin Juszkiewicz10
Moved hal dependency from angstrom-x11-base-depends into xservers.
2009-01-16busybox/mdev: support devices with ads7846 touchscreen and wrong modaliasMarcin Juszkiewicz2
2009-01-16udev 124: support devices with ads7846 touchscreen and wrong modaliasMarcin Juszkiewicz1
2009-01-16linux: added 2.6.28 for at91sam9263ek (based on ulf/atmel branch)Ulf Samuelsson6
- recipe cleaned - defconfig changes: - NFS root enabled - preempt, no hz, high res timers, cpu idle enabled - EABI, Thumb support enabled - watchdog enabled - legacy PTYs, deprecated sysfs disabled - and some others
2009-01-16busybox: replace my mdev fix with upstream solution (svn r24785)Marcin Juszkiewicz3
2009-01-16busybox: create /dev/input/touchscreen0 with mdevMarcin Juszkiewicz3
2009-01-16busybox: added 1.13.2Marcin Juszkiewicz9
2009-01-16busybox: improved mdev initscript and configMarcin Juszkiewicz3
- do not mount /sys as it is already mounted - fixed hotplug handler (mdev is in /sbin not /bin) - fixed regexps in mdev.conf - alsa and input devnodes in proper directories
2009-01-16busybox: install mdev config and initscriptMarcin Juszkiewicz3
2009-01-16console-base-image: like console-image but use task-base instead of ↵Marcin Juszkiewicz1
task-base-extended
2009-01-16python-etk: add missing dependencies. patch courtesy Stian Skjelstad. closes ↵Michael 'Mickey' Lauer1
OE #4992
2009-01-16starling: svn -> 0.9 releaseMichael 'Mickey' Lauer1
2009-01-16Merge branch 'mickey/python26' into org.openembedded.devMichael 'Mickey' Lauer216
2009-01-16epiphany: update to 2.24.2Koen Kooi2
* NOTE: stay way from 2.24.3, it contains a rogue commit: http://svn.gnome.org/viewvc/epiphany?view=revision&revision=8679
2009-01-16webkit-gtk: bump SRCREVKoen Kooi5
* runtime tested with midori and epiphany
2009-01-16midori: update to 0.1.2, adjust to waf buildsystem, fix 'missing icon' problemKoen Kooi2
2009-01-16libsoup-2.4: update to 2.24.3Koen Kooi2
2009-01-16vlc.inc: reinstate run-as-rootKoen Kooi1
2009-01-16llvm 2.4: More cleanly disable the compilation (fixes compiling on amd64).Robert Schuster2
2009-01-16vlc 0.9.8a: Make use of vlc.incRobert Schuster1