aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
AgeCommit message (Collapse)Author
2011-05-11tcmode-default: lock also versions for eglibcMartin Jansa
* there is section for glibc but eglibc was missing Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-11tcmode-default: Fix defaults for libgcc recipesNitin A Kamble
This fixes bug: [YOCTO #1021] Tthe libgcc version was getting picked up as latest, which may not match with the version of gcc. And because of this the crt*.o files were missing from the resulting libgcc-dev package. libgcc1-4.6.0-r0.i586 perl-module-extutils-cbuilder-platform-windows-gcc-5.12.3-r0.i586 gcc-4.5.1-r4.i586 libgcc-s-dev-4.6.0-r0.i586 gcc-symlinks-4.5.1-r4.i586 /lib /lib/libgcc_s.so [RP: Updated to make new file layout] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11siteinfo.bbclass: Add powerpc-linux-gnuspe.Leon Woestenberg
Re-add powerpc-linux-gnuspe, from OpenEmbedded. Also adds support to poky.conf so that minimal-core-image builds with DISTRO=poky, [RP: Synced with recent diso file reoorg] Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11conf/distro: Drop poky.conf, nothing in here should be needed for builds to ↵Richard Purdie
work and distroless config should work Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11conf/distro/include: Remove old prebuilt OE toolchain support (replaced by ↵Richard Purdie
sstate) and oabi config (obsolete) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11distro/tclibc-uclibc: Append uclibc to key path names to allow parallel ↵Richard Purdie
uclibc and eglibc builds Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11preferred-xorg-versions.inc: Drop this, it makes no sense given we only have ↵Richard Purdie
one version of these recipes Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11conf/distro/include/default-distrovars.inc: Create set of default 'distro' ↵Richard Purdie
variable values Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11machine/qemu: Add qemu-config as an essential machine speicfic dependency ↵Richard Purdie
and drop specific distro config Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie
overrridable default for commonly used options The intent is to allow distros to share common core config but still allow customisations. The core should work with no distro set but users can still customise in any ways needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11bitbake.conf: Include the new default-providers.inc and default-versions.inc ↵Richard Purdie
files These are the minimal defaults to allow OE-Core to function standalone with no distro set and are constucted such that the distro can either override values, or totally replace the include file entirely as needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11Drop poky-floating-revisions.inc, poky-bleeding.conf and poky-lsb.confRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11conf/bitbake.conf: use --no-check-certificate to avoid errors when wgetting ↵Otavio Salvador
from https Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-05-11meta/conf/layer.conf: Remove packages/*bb from BBFILESKhem Raj
packages directory has been divided into recipes-*/ dirs Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-05-10bitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variablesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10meta/conf/local.conf.sample: fix mklibs comment line split and typoOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-08gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of +=Khem Raj
Some recipes do not defined EXTRA_OECONF in such cases += drops the --enable|--disable-nls options. In another case where recipe defines EXTRA_OECONF instead of adding/appending to it then --enable|--disable-nls options are lost from EXTRA_OECONF We define EXTRA_OECONF = "" in bitbake.conf so the variable exists always. We use _append instead of += so the option is added at very end and not lost. We only return empty gettext dependencies if its a target recipe in case when USE_NLS is not set because the native/cross/nativesdk recipes still need the gettext dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-05-08conf/layer.conf: Use .= to append to BBPATH and += for BBFILESKhem Raj
This helps bitbake in organising BBPATH and BBFILES with given BBFILE_PRIORITY order Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-04qemuimagetest: Enable toolchain automation tests in qemuimagetestJiajun Xu
Enable toolchain automation tests in qemuimagetest framework. 3 C/C++ test projects are added to test toolchain - cvs, iptables and sudoku-savant. User needs to set TEST_SCEN to "toolchain" in local.conf to enable tests. Test case will check if toolchain tarball exists under "${DEPLOY_DIR}/sdk". And it will extract toolchain tarball into /opt. It requires user to chown /opt to non-root user, who will run qemuimagetest. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-04-28linux-yocto: create SMP config fragmentBruce Ashfield
Updating the meta SRCREVs to stage a SMP config fragment that BSPs can use to add the functionality from layers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-28world-broken: add older clutters since we don't want clutter confusionSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28poky-default.inc: Weakly assign gettext to provide virtual/gettextKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28logging: remove unused BBDEBUG from local.conf.sampleDarren Hart
The boolean BBDEBUG described in local.conf.sample is no longer referenced by any other sources. It also conflicts with the OS environment variable of the same name which maps to the debug log level also specified by the -D[D[D]] argument. Remove the boolean BBDEBUG from local.conf.sample. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Chris Larson <clarson@kergoth.com>
2011-04-28distro_tracking_fields.inc: add cdrtools recipeScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-28distro_tracking_fields: cwautomacros, valgrind, etcDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28web: update svn to 131 to fix build issueSaul Wold
Fixes [YOCTO #974] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22distro_tracking: recipe information updateNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22distro_tracking_fields.inc: update the info for the following recipesDexuan Cui
powertop latencytop libxfixes util-macros mdadm lttng-control liburcu lttng-ust lttng-viewer Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-22preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-filesDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-21Further cleanup of various poky referencesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21bitbake.conf: Only very weakly assign SRCREV to the default of INVALIDRichard Purdie
This means it can easily be overridden by other points in the code, such as a ?= assignment in recipes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21bitbake.conf: Set MAINTAINER to a non-poky default of the OE-Core mailing listRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21bitbake.conf: Set SDK_VENDOR to -oesdkRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21sanity.conf: Rename POKY_CONF_VERSION -> LOCALCONF_VERSION and make sanity ↵Richard Purdie
versions weak assignment allowing the distro to override Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-lsb override to linuxstdbaseRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image.bbclass to core-image.bbclassRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename the remaining poky-* scripts to oe-* or runqemu-*Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Catch task-poky -> task-core renamingRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Fix git.pokylinux.org urls to git.yoctoproject.orgRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20distro_tracking_fields.inc: Replace Poky with OE-CoreRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20local.conf.sample: Sanitise Poky references as discussed at the TSC meetingRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18distro tracking: reassign Kevin's recipeYu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18poky-lsb: Add "largefile" feature for LSB distro.Jingdong Lu
Add "largefile" feature for LSB distro. Fixes [YOCTO #794] Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-04-18xf86-input-mouse: upgrade from 1.6 to 1.7Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18mesa: upgrade to 7.10.2Yu Ke
- also remove the talloc-removal.patch because it is already included in this version Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18libdrm: upgrade from 2.4.23 to 2.4.25Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>