summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include
AgeCommit message (Collapse)AuthorFiles
2011-06-06distro tracking: fixup some bad entriesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-06distro tracking: update Qing -> SaulSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-06distro-tracking: update openssh, tar, and grepScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-06distro-tracking: updatesScott Garman1
Update the distro tracking fields for: * apmd * at * blktool * cpio * dosfstools * gzip * libatomics-ops * shadow Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-01distro tracking: updatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-27tcmode-default: workaround for gcc 4.6.0 failure on beagleboardNitin A Kamble1
mesa-xlib: workaround gcc 4.6.0 ICE Fixes this bug [YOCTO #1105] Working around this issue withg gcc 4.6.0 for beagleboard machine (armv7) ccache arm-poky-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize --sysroot=/build_disk/poky_build/build0/tmp/sysroots/beagleboard -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers -I../../../../src/gallium/drivers/svga/include -O2 -pipe -g -feliminate-unused-debug-types -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XSHM -std=gnu99 -fvisibility=hidden -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H svga_tgsi_insn.c -o svga_tgsi_insn.o svga_tgsi_insn.c: In function 'svga_shader_emit_instructions': svga_tgsi_insn.c:2969:1: internal compiler error: in push_minipool_fix, at config/arm/arm.c:12084 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[4]: *** [svga_tgsi_insn.o] Error 1 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-05-25IMAGE_ROOTFS_SIZE CleanupSaul Wold1
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>
2011-05-23distro-tracking: update toolchain recipe fieldsNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-05-23tcmode-default: switch to gcc 4.6.0 for ppc & mips alsoNitin A Kamble1
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>
2011-05-23tcmode-default: switch to eglibc 2.13 from 2.12Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-05-20tcmode-default: switch to gcc 4.6.0 for x86, x86-64 & armNitin A Kamble1
mips & ppc are not ready yet. Waiting for kernel issues to be fixed. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-05-19distro/defaultsetup.conf: Append TCLIBC to TMPDIR by defaultRichard Purdie1
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>
2011-05-19default-distrovars.inc: Do not add DISTRO_EXTRA_RDEPENDS and ↵Khem Raj1
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>
2011-05-18world-broken: remove non-existent itemsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-16distro_tracking_fields.inc: update for qt 4.7.3 upgradePaul Eggleton1
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-13tcmode-default: fix a typoNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-05-11tcmode-default: lock also versions for eglibcMartin Jansa1
* 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 Kamble1
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 Woestenberg2
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/include: Remove old prebuilt OE toolchain support (replaced by ↵Richard Purdie8
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 Purdie1
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 Purdie2
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 Purdie1
variable values Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-11distro: Add defaultsetup.conf, a set of default configuration providing sane ↵Richard Purdie4
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 Purdie2
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 Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke1
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@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-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-20Catch task-poky -> task-core renamingRichard Purdie1
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 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-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>