summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include
Commit message (Collapse)AuthorAgeFilesLines
* IMAGE_ROOTFS_SIZE CleanupSaul Wold2011-05-251-2/+0
| | | | | | | | | | | | | | This basic cleanup removes the _ext2/3 overrides from places they no longer belong since they did not allow further overrides. In doing this the core-image-minimal* recipes can now set a reasonably small rootfs so that it's a realistic size for minimal. The new default for minimal is 8M and will be adujsted upward by the IMAGE_OVERHEAD_FACTOR (default of 1.3). This also fixes the ROOTFS_SIZE usage in the IMAGE_CMD_<fstype> code Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro-tracking: update toolchain recipe fieldsNitin A Kamble2011-05-231-0/+3
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* tcmode-default: switch to gcc 4.6.0 for ppc & mips alsoNitin A Kamble2011-05-231-4/+0
| | | | | | Now the kernel issues related to gcc 4.6.0 for mips & ppc are fixed. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* tcmode-default: switch to eglibc 2.13 from 2.12Nitin A Kamble2011-05-231-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & armNitin A Kamble2011-05-201-2/+6
| | | | | | mips & ppc are not ready yet. Waiting for kernel issues to be fixed. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro/defaultsetup.conf: Append TCLIBC to TMPDIR by defaultRichard Purdie2011-05-191-6/+0
| | | | | | | | | | | | | The current solutions to share uclibc, eglibc and glibc builds in the same tree all have various issues associated with them. Appending the suffix to TMPDIR seems like the best solution since sstate (which defaults to outside TMPDIR) will allow reuse of any components. This avoids messy changes to the core with other approaches to this problem inevitably entail, usually in code where this abstraction isn;'t logically best placed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* default-distrovars.inc: Do not add DISTRO_EXTRA_RDEPENDS and ↵Khem Raj2011-05-191-3/+0
| | | | | | | | | DISTRO_EXTRA_RRECOMMENDS We otherwise get these added to image dependencies in distributions and they may not want it but would like to use those variables Signed-off-by: Khem Raj <raj.khem@gmail.com>
* world-broken: remove non-existent itemsSaul Wold2011-05-181-5/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking_fields.inc: update for qt 4.7.3 upgradePaul Eggleton2011-05-161-16/+16
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* tcmode-default: fix a typoNitin A Kamble2011-05-131-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* tcmode-default: lock also versions for eglibcMartin Jansa2011-05-111-0/+6
| | | | | | * there is section for glibc but eglibc was missing Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tcmode-default: Fix defaults for libgcc recipesNitin A Kamble2011-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | 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>
* siteinfo.bbclass: Add powerpc-linux-gnuspe.Leon Woestenberg2011-05-112-0/+2
| | | | | | | | | 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>
* conf/distro/include: Remove old prebuilt OE toolchain support (replaced by ↵Richard Purdie2011-05-118-137/+1
| | | | | | sstate) and oabi config (obsolete) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/tclibc-uclibc: Append uclibc to key path names to allow parallel ↵Richard Purdie2011-05-111-1/+4
| | | | | | uclibc and eglibc builds Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* preferred-xorg-versions.inc: Drop this, it makes no sense given we only have ↵Richard Purdie2011-05-112-152/+0
| | | | | | one version of these recipes Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/include/default-distrovars.inc: Create set of default 'distro' ↵Richard Purdie2011-05-111-0/+43
| | | | | | variable values Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie2011-05-114-27/+22
| | | | | | | | | | 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>
* bitbake.conf: Include the new default-providers.inc and default-versions.inc ↵Richard Purdie2011-05-112-11/+36
| | | | | | | | | | 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>
* Drop poky-floating-revisions.inc, poky-bleeding.conf and poky-lsb.confRichard Purdie2011-05-111-83/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-default-revisions: move the SRCREV to recipe fileYu Ke2011-05-041-203/+0
| | | | | | in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
* linux-yocto: create SMP config fragmentBruce Ashfield2011-04-281-2/+2
| | | | | | | 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>
* world-broken: add older clutters since we don't want clutter confusionSaul Wold2011-04-281-3/+6
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* poky-default.inc: Weakly assign gettext to provide virtual/gettextKhem Raj2011-04-281-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* distro_tracking_fields.inc: add cdrtools recipeScott Garman2011-04-281-0/+11
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking_fields: cwautomacros, valgrind, etcDongxiao Xu2011-04-281-34/+38
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* web: update svn to 131 to fix build issueSaul Wold2011-04-281-1/+1
| | | | | | Fixes [YOCTO #974] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking: recipe information updateNitin A Kamble2011-04-221-2/+5
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro_tracking_fields.inc: update the info for the following recipesDexuan Cui2011-04-221-32/+33
| | | | | | | | | | | | | | powertop latencytop libxfixes util-macros mdadm lttng-control liburcu lttng-ust lttng-viewer Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* preferred-xorg-versions.inc: update libxfixes, util-macros, xorg-cf-filesDexuan Cui2011-04-221-4/+4
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* Catch task-poky -> task-core renamingRichard Purdie2011-04-201-4/+4
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix git.pokylinux.org urls to git.yoctoproject.orgRichard Purdie2011-04-201-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: Replace Poky with OE-CoreRichard Purdie2011-04-201-64/+64
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-201-134/+134
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro tracking: reassign Kevin's recipeYu Ke2011-04-181-33/+33
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xf86-input-mouse: upgrade from 1.6 to 1.7Yu Ke2011-04-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa: upgrade to 7.10.2Yu Ke2011-04-181-1/+1
| | | | | | | - also remove the talloc-removal.patch because it is already included in this version Signed-off-by: Yu Ke <ke.yu@intel.com>
* libdrm: upgrade from 2.4.23 to 2.4.25Yu Ke2011-04-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0Yu Ke2011-04-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* evieext: upgrade from 1.1.0 to 1.1.1Yu Ke2011-04-181-1/+1
| | | | | | | | | - 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>
* xf86-input-synaptics: upgrade from 1.3.0 to 1.4.0Yu Ke2011-04-181-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* distro_tracking_fields.inc: update the info for the following recipesDexuan Cui2011-04-181-41/+42
| | | | | | | | | | | | | | | | oprofileui tcf-agent libxt libxi fixesproto xproto gnome-doc-utils pixman xextproto libpciaccess cronie Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, ↵Dexuan Cui2011-04-181-10/+10
| | | | | | xextproto and libpciaccess Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* oprofileui: upgrade to latest git versionDexuan Cui2011-04-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* x11perf: Upgrade to 1.5.3 (from 1.5.2)Zhai Edwin2011-04-181-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etcDongxiao Xu2011-04-181-54/+52
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Update trace-cmd and kernelshark distro_trackingDarren Hart2011-04-081-4/+10
| | | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Update distro-tracking-fields.inc for recent qt4 changesPaul Eggleton2011-04-081-12/+27
| | | | | | | | * 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>
* distro tracking updateSaul Wold2011-04-081-2/+18
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/meta: cleanup and streamline kernel meta dataBruce Ashfield2011-04-041-1/+1
| | | | | | | | | | | | | | | | Fixes [YOCTO #945] As part of the update to 2.6.37 existing configuration and patches from the -stable kernel were left in place as a reminder of features and configuration carry forward. A lot of these reminders are no longer necessary and the kernel meta data needs to be cleaned up to prepare for activities related to newer kernels. Also in this meta update are configuration changes to allow common_pc derived BSPs to have a clean baseline configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>