summaryrefslogtreecommitdiff
path: root/meta/conf/distro
AgeCommit message (Collapse)AuthorFiles
2011-08-29distro_tracking_fields: update binutils to 2.21.1aPaul Eggleton1
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-29tcmode-default: update binutils versionPaul Eggleton1
binutils is now at version 2.21.1a. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-19newt: update distro tracking fieldsKang Kai1
Update newt distro tracking fields Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-08-19alsa-tools: update license and add distro tracking fieldsKang Kai1
Update license and other informations, then bump up PR. Update distro tracking fields. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-08-19slang: add homepage and update distro tracking fieldsKang Kai1
Add slang homepage and bump up PR. Update distro tracking fields. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-08-19mailx: update license and distro tracking filedsKang Kai1
update mailx license and bump up PR, and update distro tracking fields. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-08-19eglibc: check dependencies among eglibc optionsKang Kai1
Fixes [Yocto #1212] 'libc-inet' and 'ipv4' are the same thing, so remove 'libc-inet' from the default DISTRO_FEATURES_LIBC in file default-distrovars.inc. Check the dependencies among eglibc configurable options, make sure that eglibc could be compile successfully only with part of the options. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-08-16distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
cronie mdadm freetype xproto glproto dri2proto util-macros Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-08-15distro-tracking: Update info for gpgme, libassuan, apr... after last upgrade.Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-08-15default-distrovars: add x11 to default DISTRO_FEATURESPhil Blundell1
Signed-off-by: Phil Blundell <philb@gnu.org>
2011-08-12local.conf.sample: Cleanup and improveRichard Purdie1
local.conf is the first thing anyone new to the project sees. Over time it has built up a ton cruft and isn't even accurate in places. This patch: * Moves things to local.conf.sample.extended if a new user is unlikely to need to immediately care about the options * Reorders the file to be more intuitive to a new user * Moves certain default values to default-distrovars.inc in cases where most users wouldn't want to change the value * Adds large blocks of text to explain what an option does. There have been too many cases of a user not realising what some of these settings do and how they can use them to their advantage (like DL_DIR for example). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-09default-distrovars.inc: Allow world builds to be successfulRichard Purdie1
Currently we exclude some packages with license issues from world builds but we don't exclude packages that depend on them leading to errors when trying a "bitbake world". This patch also blacklists the dependees so that a world build doesn't show horrible errors and requires the -k option. [YOCTO #1262] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-09defaultsetup: Use .= to add TCLIBCAPPEND to TMPDIRDaniel Lazzari1
Lazily appending causes a bug where wrong cache is cleared when BB_SRCREV_POLICY = "clear". Tested with qemuarm on uclibc/eglibc in same build dir Signed-off-by: Daniel Lazzari Jr <dlazzari@leapfrog.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-04glibc: Remove unused versionSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-01glibc: deletedPhil Blundell2
Glibc 2.10.1 is outdated now and eglibc seems to provide a superset of its functionality. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-07-27Add ARM tune file overhaul based largely on work from Mark HatleRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-25Move architecture specific TARGET_OS mangling into tune filesRichard Purdie3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-25distro_tracking_fields.inc: update the info for tcf-agentDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-07-22tclibc-uclibc: Fix TARGET_OS for powerpcKhem Raj1
1a9ae8ea8c0540d41b8ff4d95c0420d6df754634 removed -uclibc hence it got all wrong for powerpc. uclibc TARGET_OS for classic ppc is linux-uclibc and for ppc w/ SPE its linux-uclibcspe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-22default-versions: Update pulseaudio as arm no longer needs a seperate backportSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-21tcmode-default: set preferred version also for (e)glibc-localeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-20default-distrovars: Add largefile and argp to DISTRO_FEATURESKhem Raj1
This is needed for packages that go into core-image-minimal and core-image-sato highlighted by uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-20tclibc-*libc: Utilize TARGET_FPU for gnuspe settingKumar Gala3
Its possible that BASE_PACKAGE_ARCH isn't set to ppce500 or ppce500v2 when we build native toolchains. So we can utilize TARGET_FPU being set to 'ppc-efd' or 'ppc-efs' to determine if we should enable the gnuspe ABI. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-20distro-tracking: update libpngScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-07-19distro tracking: UpdatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-13distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipesScott Garman1
The upstream package tracking webapp needs this additional distro tracking field to work properly for the following recipes I maintain: * icu * blktool * apmd * gperf * dosfstools * insserv * at Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-07-10tcmode-default: update binutils versionSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-08distro tracking: update devel.toolchain recipes's fieldsNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-07-07default-distrovars.inc: add ipv4 to DISTRO_FEATURESPaul Eggleton1
Since the change in busybox configuration to match OE (OE core rev b5564c4a9cadf306b447180c433b25ec071f8ce1) we now need ipv4 in DISTRO_FEATURES to get standard IPv4 functionality in busybox. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-07distro_tracking_fields.inc: Update recipes upgrade and manual check informationMei Lei1
upgrade: gawk, gupnp manual check: diffutils Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-07-07tcmode-default: Define UCLIBCVERSION and set it to 0.9.32Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-04distro_tracking_field: update the manually check fieldYu Ke1
sqlite3 qemugl console-tools gconf-dbus Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-07-04distro_tracking_fields.inc: update recipes upgrade informationMei Lei1
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-07-01distro_tracking_fields: remove modutils.Anders Darander1
Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-30distro_tracking_field: update recipe maintainerYu Ke1
reassign Qing's recipe to other team member Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-06-29distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and ↵Dexuan Cui1
tcf-agent Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-29task-base: add 3G into DISTRO_FEATUREDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-06-29ofono: upgrade to version 0.50Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-06-29distro_tracking: update some manual checking fieldsDongxiao Xu1
linux-firmware minicom opkg dpkg wireless-tools libgsmd libsamplerate0 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-06-28distro-tracking: Update manual check date for puzzles, gpgme, x11vnc..Zhai Edwin1
Also make maintainer name consistent. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-06-28distro_tracking: update sudo tracking infoScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-28distro_tracking: update mtools tracking infoScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-06-28base/glib-2.0: Simplify USE_NLS handling for glib-2.0Richard Purdie1
Currently the only way to get anything to build is to set USE_NLS="yes" for glib-2.0. We might as well do this in the recipe by default for now and simpllify the code. The magic handling of USE_NLS_<recipename> is also removed since this can be done in the form USE_NLS_pn-<recipename> using overrides these days. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-28libc-locale: split locale handling from libc recipe.Dongxiao Xu2
*libc's do_package will cost a lot of time due to the locale handing, which may delay the other recipe's do_package task and affect the build performance. This commit moves locale handling into a separate recipe *libc-locale. [RP: Add fixup with recent eglibc commit conflict for FILES_pn-dbg and PACKAGES] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-23tcmode-default.inc: use 4.6 for GCCVERSION and SDKGCCVERSIONKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22Revert "tcmode-default.inc: Bump EGLIBCVERSION to 2.14"Richard Purdie1
This reverts commit 0250ece17e50fde0f87833f0f1a7d203fcfb4343. 2.14 isn't ready for prime time use :(
2011-06-22tcmode-default.inc: Bump EGLIBCVERSION to 2.14Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-14eglibc: migrate configurability from oeKang Kai1
Migrate configurability from oe, try to shrink minimal image size All eglibc configuration options are included in conf/distro/include/default-distrovars.inc. Define DISTRO_FEATURES_LIBC and DISTRO_FEATURES in local.conf with the same way in local.conf.sample.extended to enable those options. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-06-14distro_tracking_fields.inc: update the info for the following recipesDexuan Cui1
screen: remove the duplicate info tcf-agent: update MANUAL_CHECK_DATE gnome-doc-utils startup-notification util-macros liberation-fonts resourceproto dri2proto glproto inputproto pixman libxext libxi xcb-util Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadianDexuan Cui1
[YOCTO #1163] For some test I need to back to use gcc-4.5, so I changed GCCVERSION and SDKGCCVERSION to "4.5.1", but I found gcc-cross-canadian's 4.6.0, rather than 4.5.1, would be built! Finally I made this patch to fix the issue. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>