summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
2009-07-22angstrom: change blacklist messages a bitKoen Kooi1
2009-07-22libomxil: add 0.9.1Koen Kooi1
2009-07-22checksums.ini: Change checksums for devmem2.c after upstream changes and review.Stefan Schmidt1
2009-07-21angstrom: prefer hal 0.5.13 and pixman gitKoen Kooi1
2009-07-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-07-21hal: update to 0.5.13Koen Kooi1
2009-07-21midori: add 0.1.8Koen Kooi1
2009-07-21gamin: update to 0.1.10Koen Kooi1
2009-07-21openldap: update to 2.4.17Koen Kooi1
2009-07-21ekiga: update to 3.2.5Koen Kooi1
2009-07-21opal: update to 3.6.4Koen Kooi1
2009-07-21ptlib: update to 2.6.4Koen Kooi1
2009-07-21glib-2.0: add 2.21.4, disabled by defaultKoen Kooi1
2009-07-21openbmap-logger: Add new 0.4.0 version and checksums.Stefan Schmidt1
2009-07-21Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-07-21obexd: update to 0.15Koen Kooi1
2009-07-20Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj2
into org.openembedded.dev
2009-07-20local.conf.sample: Explain IMAGE_KEEPROOTFS.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-07-20bluez4: add 4.46, disabled by defaultKoen Kooi1
2009-07-19e2fsprogs-libs: Add version 1.41.8 and dont provide libblkid and libuuid.Khem Raj1
util-linux-ng: Add version 2.16 and provide libblkid and libuuid. Change the provider for libuuid and libblkid from e2fsprogs-libs to util-linux-ng.
2009-07-17gstreamer: sync with TI arago overlay a bitKoen Kooi1
2009-07-16Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-07-16angstrom-2008.1.conf : add bluez3 blacklistGraeme Gregory2
angstrom.inc : inherit class to make blacklist happen
2009-07-16linux-omap 2.6.29: update support for the ISP resizerKoen Kooi1
2009-07-16angstrom: disable packagehistory, it works a bit too well with multimachine ↵Koen Kooi1
builds
2009-07-15checksums.ini: Remove spurious characters. Sorry.Leon Woestenberg1
2009-07-15Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-07-15nilfs-utils: Remove 2.0.12. Add 2.0.13 to checksums.ini.Leon Woestenberg1
2009-07-15angstrom glibc: don't compile native tools with -ggdb3, only with -gKoen Kooi1
2009-07-15mpd: update to 0.15Koen Kooi1
2009-07-15directfb: upgrade to version 1.4.1Henning Heinold1
2009-07-14angstrom: use packagehistory by defaultKoen Kooi1
2009-07-14matchbox-terminal: added from PokyMarcin Juszkiewicz1
2009-07-13midori: Updated to the latest git snapshot.Stanislav Brabec1
2009-07-13webkit-gtk: Update to the latest snapshot 45825.Stanislav Brabec1
2009-07-13libsoup-2.4: Updated to version 2.27.4 required by latest webkit-gtk).Stanislav Brabec1
2009-07-13Added machine taskit Stamp9G20 Evaluation BoardMarco Cavallini1
* based on a patch from http://www.armbedded.eu/documentation * distro details http://www.kaeilos.com/?q=stamp9g20evb-taskit
2009-07-13Merge commit 'origin/org.openembedded.dev' into org.openembedded.devDmitry Eremin-Solenikov4
2009-07-12pmount: update to version 0.9.19Henning Heinold1
* no libsysfs dependency anymore
2009-07-11gnuradio : Update subversion recipe. GNURadio trunk now includes NEON support.Philip Balister1
2009-07-11xf86-input-elographics: add 1.2.3Michael Smith1
Fixes build with xserver-xorg 1.6.1. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-07-11xf86-video-vesa: add 2.2.0Michael Smith1
Fixes build with xserver-xorg 1.6.1. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-07-11xf86-video-intel: add 2.6.3Michael Smith1
Fixes build with xserver-xorg 1.6.1. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-07-10Revert "base.bbclass: add support for machine configuration fallback"Graeme Gregory1
This reverts commit 6633c4c95a713bc365f5d87acc4a94621ed50034.
2009-07-10Merge branch 'org.openembedded.dev' of ↵Graeme Gregory3
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-07-10linux-omapandroid_2.6.29.bb : android kernel for zoom2, seems to be theGraeme Gregory1
best supported kernel at this time
2009-07-10checksums.ini add gnu ghostscript 8.64Otavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-07-10checkums.ini: add termcap 1.3.1Otavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-07-10base.bbclass: add support for machine configuration fallbackOtavio Salvador1
To avoid duplicating a lot of configurations for similar machines we needed to introduce a new concept of machine fallback. It basically means that when a list is set in MACHINE_FALLBACK variable, following is done: - those machines are added to the override list, after the machine itself; - if any of these machines matches, the package is dealt as machine specific one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-07-10preferred-xorg-versions-X11R7.5.inc: startedOtavio Salvador1
To reduce the amount of work when Xorg 7.5 is released we started to keep it up to date in the tree allowing to distros to test and use it in meanwhile and sharing the load of keeping it sane. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>