aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2011-09-10binutils: Update from 2.21 to 2.21.1aSylvain 'GarthPS' Paré
Due to a GPL violation corrected Binutils archives were uploaded with the suffix »a« and the faulty archives were removed [1]. The URLs redirect to the new archives and therefore the checksums are now incorrect. Use this incident to update the package also to the new version 2.21.1a. Due to this one patch had to be regenerated and was taken from OE-core [2]. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. [1] http://nickclifton.livejournal.com/9067.html [2] http://git.openembedded.org/cgit.cgi/openembedded-core/tree/meta/recipes-devtools/binutils/binutils/libtool-2.4-update.patch?id=4810404f22d7cf8849dc32da68dd33a156cac407 Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-09-10sane-toolchain.inc: Prefer binutils 2.21Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-13shr: bump version to rc4Thomas Zimmermann
2011-04-22bitbake.conf: include bin dirs from BBPATH in PATHChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-22bitbake.conf,nylon.conf,openwrt-sdk.conf: Use opkg-build instead of ipkg-buildKhem Raj
* Rename IPKGBUILDCMD to OPKGBUILDCMD Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-22Add flags for variable typingChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-20bitbake.conf: set FAKEROOT=fakerootChris Larson
This is needed for current bitbake to spawn 'fakeroot' flagged tasks. Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-20sane-toolchain-*: define DEBUG_FLAGS and add it to FULL_OPTIMIZATION to make ↵Martin Jansa
-dbg packages more usefull Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-20sane-toolchain-eglibc: remove ggdb3 work around, those alignment traps are ↵Martin Jansa
gone now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-20sane-toolchain-uclibc: use -pipeBernhard Reutner-Fischer
Use -pipe for both BUILD_OPTIMIZATION and FULL_OPTIMIZATION Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-20sane-toolchain-uclibc.inc: Use -O2 for powerpc targetsKhem Raj
* -Os compiled root file system segfaults everywhere we dont know why yet so we use -O2 meanwhile we figure the reason for -Os failure Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-20sane-toolchain-uclinux-uclibc: use -pipeBernhard Reutner-Fischer
Use -pipe for FULL_OPTIMIZATION Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-20shr.conf: change release to rc3Thomas Zimmermann
2011-02-01dbus: upgrade 1.4.0 to 1.4.1 and make it new default CVE-2010-4352Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-01-30e-base: prepare for releasesMartin Jansa
* bump EFL_SRCREV a bit to current HEAD * introduce EFL_SRCREV_1.0.0 for recipes which don't need SRCREV change so often like stuff from OLD and BROKEN dirs and themes * move SRC_URI and S settings from bbclass to svn recipes * replace E_CVS and E_URI with E_SVN and E_MIRROR * PV/PR will be updated in following patches for individual recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-09shr.conf: fix DISTRO_FEED_URIThomas Zimmermann
2011-01-08shr.conf: change DISTRO_FEED_URIThomas Zimmermann
2011-01-07shr: change version to rc2Thomas Zimmermann
2010-12-06shr.conf: set DISTRO_VERSION to rc1Thomas Zimmermann
2010-12-05xorg: new versions 2010-11-22 libx11, rendercheck, libxxf86miscMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-05sane-srcdates.inc: remove from all distro configs as well as file itselfMartin Jansa
* it's empty for > 6 months * entries were moved to recipes * SRCREV instead of SRCDATE is preferred anyways http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=8da9744fcdf856abebcfbe9e3bc1b8cf07bc317b Acked-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-04sane-srcrevs.inc: remove it from distro configs, and file itselfMartin Jansa
Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-04opkg: move OPKG_SRCREV to opkg.inc directlyMartin Jansa
* now OPKG_SRCREV was used only in this one .inc, so move it there Acked-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-04e-wm,efl: create e-base.bbclass with common settings and EFL_SRCREVMartin Jansa
* include it from e.bbclass, efl.bbclass and now also python-efl.inc * also use BPN instead of "${@bb.data.getVar('PN', d, 1).replace('-native', '')}" Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-04EFL: bump SRCREV for fixed keyboard resizeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-02nokia900.conf: remove SERIAL_CONSOLE because it's causing a respawning gettyKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-12-02nokia900.conf: migrate to newer linux-nokia900 kernel and bump PRDenis 'GNUtoo' Carikli
The new kernel is composed of the 2.6.28 kernel, last maemo PR 1.3 patches, usb host patch,various other patches, and the necessary patches for booting from microsd and for compiling with gcc4. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-12-02nokia900.conf: MACHINE_EXTRA_RRECOMMENDS add needed kernel-modulesMartin Jansa
* list all which are loaded after boot (ie with udev) * remove those which are handled by some task-base-* anyways (like g-ether, vfat etc) * remove those which are in RDEPENDS of some already listed module here Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-02nokia900: build uImage instead of zImageMartin Jansa
* meego and debian on n900 are now using u-boot so we should too Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-29/conf/machine/ben-nanonote.confKristoffer Ericson
* Add screen information to machine file Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-25shr: remove busybox's prefered versionEric Bénard
and use the latest stable as a default. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-25angstrom-2010: prefer busybox 1.17.4Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-25Angstrom 2010: move to qt 4.7.1Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-11-25SHR: upgrade preferred QT to 4.7.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-24sane-toolchain.inc: Rename the absration vars for uclibc/eglibc/glibc versionsKhem Raj
* There was a mismatch between sane-toolchain.inc and what sane-toolchain-uclibc expects. It did not pick right uclibc version Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-23kaeilos-2009-preferred-versions.inc : versiona upgradeMarco Cavallini
2010-11-23kaeilos.conf : version upgrade, bump prMarco Cavallini
2010-11-23micro: update prefered binutilsEric Bénard
* without this builds for arm fails with following error : http://tinderbox.openembedded.net/public/logs/task/10921718.txt * with this patch, the build works fine Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-22bug20.conf: Use beagleboard config for x-loadStefan Schmidt
We don't provide a x-load config for the bug20 in OE yet. Still omap3.inc adds it to the image depends which makes all images fail for this machine. Avoid this by building the beagleboard x-load config until we build our bug20 x-load with OE.
2010-11-21sane-toolchain.inc: Use git as preferred version for uclibcKhem Raj
* Also define PREFERRED_EGLIBC and PREFERRED_GLIBC Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-20omapzoom2/3.conf : got serial tty wrong, fixed this timeGraeme Gregory
2010-11-20openssl: update 1.0.0a to 1.0.0bRoman I Khimov
* fixes CVE-2010-3864 * considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-19shr.conf: remove include for shr-autorev.incMartin Jansa
* I'll include it in local.conf generated with SHR Makefile instead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-18omapzoom2/3.conf : update the serial port configGraeme Gregory
The update of the kernel enabled the omap serial driver so the console has moved port number as 8250 driver now only handls the two uarts on debug board.
2010-11-18om-gta01: update list of recommended modules and autoloadMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-18help2man: Add native recipe, drop check for being provided.Tom Rini
With a recent change to auto* to not build the man pages for native recipes, we can make build progress without help2man being there already. This adds help2man to local.conf.sample as an example of something that is assumed to be provided, drops the sanity.bbclass check and adds a help2man-native recipe. In order to catch the cases where help2man is likely to have been an implicit requirement before we add it to the list that autotools brings in. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Michael Smith <msmith@cbnco.com>
2010-11-18xorg: new versions for 2010-11-17Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-18linux-openmoko: remove old version based on 2.6.29-rc3, switch gta01 to 2.6.34Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-17sane-toolchain-*glibc.inc: Use -O2 on PowerPCTom Rini
In FULL_OPTIMIZATION use -O2 on powerpc due to some problems with libgcc.a and -Os when using gcc 4.5.x. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-17sane-toolchain.inc: remove duplicate line.Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>