summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
2009-05-14collections.inc: add collections to BBPATH, handle typos in COLLECTIONS, etc.Chris Larson1
- Alters BBPATH to include the newly unpacked collections, then automatically re-exec's bitbake with the new BBPATH to ensure the classes/.confs/etc from those collections are available to bitbake. - Handle typos in the COLLECTIONS variable by warning when glob returns nothing for a given item. - Correctly handle trailing slashes in collection paths, the previous workaround was making the order for the collection priorities undefined. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-05-14AFEB9260: add 180MHz config, split machine confSergey Lapin3
I really do this just because I need to support 2 board variants 180 MHz and default 166MHz. Each one needs different setup for at91bootstrap and (probably) u-boot.
2009-05-14sane-srcdates.inc: set rosetta src date.Florian Boor1
2009-05-13om-gta02.conf : bring the hard work of xf86-video-glamo to om-gta02 in .devGraeme Gregory1
2009-05-13sane-srcrevs.inc : update xf86-video-glamo revision to latest, cures screenGraeme Gregory1
corruption
2009-05-13topas910.conf: Advertize the small NOR flash since everything needs to fit ↵Florian Boor1
in there for now.
2009-05-13angstrom 2009.X: toolchain updates:Koen Kooi2
* make gcc 4.3.3 the default compiler (except for ppc and avr32) * make binutils 2.18 the default (except for armv7a and avr32) * disable thumb for armv4t/5te since there's no gcc/binutils combo that works 100% with thumb * bump distro_pr to force a rebuild * point feed configs at unstable feed Acked-By: Graeme Gregory <dp@xora.org.uk>
2009-05-13bluez: add 4.39Koen Kooi1
2009-05-13micro2440.conf: Provide display information and create filesystem with ↵Florian Boor1
summary information.
2009-05-13topas910.conf: Add cleanmarkers to jffs2 filesystemFlorian Boor1
2009-05-13checksums.ini: Add gpe-mixer 0.50 and xserver-common 0.24Florian Boor1
2009-05-13checksums: add more checksumsKoen Kooi1
2009-05-13local.conf.sample: Add description of BB_NUMBER_THREADS and ad US locale to ↵Florian Boor1
the example list which is necessary for Angstrom.
2009-05-13netbook-pro.conf: fix bogus 755 permissions on checkoutAndrea Adami1
2009-05-12linux_2.6.29+2.6.30: jump to RC5Andrea Adami1
2009-05-12topas910.conf: Enable building images with summary information.Florian Boor1
2009-05-12micro2440.conf: Prefer an up to date kernel.Florian Boor1
2009-05-11conf/distro/include/{eglibc,glibc,uclibc}.inc: Change OVERRIDES to libc-fooTom Rini3
Suggested by Koen, Richard and Graeme Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-11linux-omap 2.6.29: enable networking and staging drivers in beagleboard ↵Koen Kooi1
defconfig
2009-05-11connman: add 0.16Koen Kooi1
2009-05-11Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-05-11ti-codec-engine: update to 2.23.1 now it has been releasedKoen Kooi1
* https://www-a.ti.com:443/downloads/sds_support/targetcontent/CE/ce_2_23/index.html
2009-05-11glibc.inc: temporarily comment out the OVERRIDE so that we can build while folksMike Westerhof1
sort out what they want to call the override.
2009-05-10linux-omap: update beagle defconfig to include TT_NEWSCHED and tweak overo ↵Koen Kooi1
PM config
2009-05-10telepathy: update empathy and telepathy bitsKoen Kooi1
2009-05-09checksums.ini : Sort checksums.Philip Balister1
2009-05-09ortp-0.13.1 : Add later version of ortp. Convert to use .inc.Philip Balister1
* There are later versions, but this version is needed for openbts.
2009-05-09midori: add 0.1.6Koen Kooi1
2009-05-09webkit-gtk: bump SRCREV, fix gtk-doc, fix packagingKoen Kooi1
* runtime tested on beagleboard with midori and epiphany
2009-05-09checksums.ini: add some checksumsKoen Kooi1
2009-05-08checksums.ini: Add gpe-clock 0.27Florian Boor1
2009-05-08checksums.ini: add gpe-announce 0.14Florian Boor1
2009-05-07zaurus-clamshell.inc: remove unused KEXECBOOT_IMAGEDEPENDSAndrea Adami1
- KEXECBOOT_IMAGEDEPENDS was introduced just for Zaurus (fixed now)
2009-05-07zaurus-2.6.inc: set ERASEBLOCKSIZE_spitz = "0x20000"Andrea Adami1
- add a note about NAND differences between 3000 and 3100/3200 models - possibly broken for C3000
2009-05-07zaurus-2.6.inc: fix installkit creation on first buildAndrea Adami1
- move the task in zaurus-installer - EXTRA_IMAGEDEPENDS now on zaurus-installer
2009-05-06sane-srcrevs.inc: update gpe-confFlorian Boor1
2009-05-06checksums.ini: New cmake 2.6.4 entry, removed unused cmake entries.Robert Schuster1
2009-05-05u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN)Marcin Juszkiewicz1
2009-05-05sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-bootMarcin Juszkiewicz1
2009-05-05gpe-su: remove unused entries from checksums.iniAndrea Adami1
2009-05-05teleport_0.33.bb: remove from checksums.iniAndrea Adami1
2009-05-04Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR"Marcin Juszkiewicz1
This reverts commit 85f0c2d5e5646795506e5966a9c95c7dfa685d8f. It was pushed by mistake, sorry.
2009-05-04qemu: add version 0.10.3, initialRoman I Khimov1
Finally not requiring GCC3. Added with masked preference, need to carefully sort out and apply OE's patches. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-04Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Tom Rini1
into org.openembedded.dev
2009-05-04All distros: Bring in conf/distro/include/${LIBC}.incTom Rini33
With minimal/minimal-uclibc we have to do a little rework so that minimal-uclibc can override the main distro. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-04All distro conf files: Use LIBC to pick or set your libc.Tom Rini26
Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-04Add distro inc files for eglibc, glibc and uclibc.Tom Rini3
This gives us the libc into OVERRIDES, of glibc for glibc/eglibc and uclibc for uclibc. We also ?= for libintl/libiconv and = set the rest of the virtuals. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-05-04Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Marcin Juszkiewicz18
into org.openembedded.dev
2009-05-03Merge branch 'master' of git://dev.doredevelopment.dk/oe-micro into ↵Leon Woestenberg2
org.openembedded.dev
2009-05-02nslu2 machine configs: do not inherit machine-specific image classMike Westerhof2
The creation of the NSLU2 full flash image (.bin) file should be image-specific, since not all images for machines similar to the NSLU2 have the same flash constraints.