summaryrefslogtreecommitdiff
path: root/meta/conf
AgeCommit message (Collapse)AuthorFiles
2011-05-10bitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variablesRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-10meta/conf/local.conf.sample: fix mklibs comment line split and typoOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-08gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of +=Khem Raj1
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 Raj1
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 Ke2
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 Xu1
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 Ashfield1
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 Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28poky-default.inc: Weakly assign gettext to provide virtual/gettextKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-04-28logging: remove unused BBDEBUG from local.conf.sampleDarren Hart1
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 Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-28distro_tracking_fields: cwautomacros, valgrind, etcDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-28web: update svn to 131 to fix build issueSaul Wold1
Fixes [YOCTO #974] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-22distro_tracking: recipe information updateNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-04-22distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
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 Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-21Further cleanup of various poky referencesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21bitbake.conf: Only very weakly assign SRCREV to the default of INVALIDRichard Purdie1
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 Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21bitbake.conf: Set SDK_VENDOR to -oesdkRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21sanity.conf: Rename POKY_CONF_VERSION -> LOCALCONF_VERSION and make sanity ↵Richard Purdie1
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 Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image.bbclass to core-image.bbclassRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename the remaining poky-* scripts to oe-* or runqemu-*Richard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Catch task-poky -> task-core renamingRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Fix git.pokylinux.org urls to git.yoctoproject.orgRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20distro_tracking_fields.inc: Replace Poky with OE-CoreRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie6
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20local.conf.sample: Sanitise Poky references as discussed at the TSC meetingRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18distro tracking: reassign Kevin's recipeYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18poky-lsb: Add "largefile" feature for LSB distro.Jingdong Lu1
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 Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18mesa: upgrade to 7.10.2Yu Ke1
- 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 Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18evieext: upgrade from 1.1.0 to 1.1.1Yu Ke1
- also change license checksum, the license is still MIT-X, but corp name is changed from SUN to Oracle [sgw: merged perferred-xorg-versions.inc] Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-18xf86-input-synaptics: upgrade from 1.3.0 to 1.4.0Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
oprofileui tcf-agent libxt libxi fixesproto xproto gnome-doc-utils pixman xextproto libpciaccess cronie Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, ↵Dexuan Cui1
xextproto and libpciaccess Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18oprofileui: upgrade to latest git versionDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18x11perf: Upgrade to 1.5.3 (from 1.5.2)Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-18distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etcDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-10bitbake.conf: Drop FAKEROOT variable since its replaced with FAKEROOTENVRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-08bitbake.conf: fix PACKAGE_ARCH[vardepsexclude]Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08Update trace-cmd and kernelshark distro_trackingDarren Hart1
Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-08Update distro-tracking-fields.inc for recent qt4 changesPaul Eggleton1
* Add qt4-embedded and qt4-tools-native * Latest version is 4.7.2 * Move all qt4 definitions to the same place Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-04-08distro tracking updateSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-04qemuppc: add libqtopengl4 for ppcMei Lei1
Modify some configs for ppc to enable the libqtopengl4 support. This fixes [YOCTO #848] Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-04bitbake.conf: fix MACHINE_ARCHQing He1
Replaces all '-' in $MACHINE to '_', fixes [YOCTO #946] Signed-off-by: Qing He <qing.he@intel.com>