summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include
Commit message (Collapse)AuthorAgeFilesLines
...
* distro_tracking_fields.inc: Update upgrade informationMei Lei2011-09-301-12/+13
| | | | | | Update dropbear,diffutils,curl upgrade tracking information. Signed-off-by: Mei Lei <lei.mei@intel.com>
* distro_tracking: Update Manual Upgrade ChecksSaul Wold2011-09-281-31/+46
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* conf,recipes: Add new variable LINKER_HASH_STYLEKhem Raj2011-09-281-1/+0
| | | | | | | | | | | LINKER_HASH_STYLE in OE is set to either 'sysv' or 'gnu' depending upon processor architecture e.g. mips does not support gnu hash style so is uses sysv besides 'sysv' and 'gnu' third option is to set it to 'both' we do not do that by default but user can still set it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* distro tracking: Update Distro AliasesSaul Wold2011-09-221-12/+89
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: Update package aliasDexuan Cui2011-09-161-1/+10
| | | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: Update aliasZhai Edwin2011-09-151-7/+21
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking: update package aliasDongxiao Xu2011-09-151-0/+14
| | | | | | Update package alias which exist in other two distributions. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-core: split into task-core-console and task-core-x11Paul Eggleton2011-09-151-3/+7
| | | | | | | | | | | | | | [YOCTO #1481] Since tasks are referred to almost exclusively via RDEPENDS, and bitbake will build an entire task recipe when only one of its task packages are actually needed, building a console-only image that uses task-core-apps-console (or less directly, has apps-console in its IMAGE_FEATURES) will cause a build of a whole list of X11 applications that aren't needed. Splitting the task-core recipe into X11 and console portions prevents this issue. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* distro_tracking_field: add distro checking fieldYu Ke2011-09-151-0/+13
| | | | | | add the missing distro checking field for some recipes Signed-off-by: Yu Ke <ke.yu@intel.com>
* distro_tracking_fields: update binutils to 2.21.1aPaul Eggleton2011-08-291-3/+3
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* tcmode-default: update binutils versionPaul Eggleton2011-08-291-1/+1
| | | | | | binutils is now at version 2.21.1a. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* newt: update distro tracking fieldsKang Kai2011-08-191-4/+4
| | | | | | Update newt distro tracking fields Signed-off-by: Kang Kai <kai.kang@windriver.com>
* alsa-tools: update license and add distro tracking fieldsKang Kai2011-08-191-3/+4
| | | | | | | Update license and other informations, then bump up PR. Update distro tracking fields. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* slang: add homepage and update distro tracking fieldsKang Kai2011-08-191-2/+3
| | | | | | | Add slang homepage and bump up PR. Update distro tracking fields. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* mailx: update license and distro tracking filedsKang Kai2011-08-191-2/+7
| | | | | | update mailx license and bump up PR, and update distro tracking fields. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* eglibc: check dependencies among eglibc optionsKang Kai2011-08-191-1/+1
| | | | | | | | | | | | 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>
* distro_tracking_fields.inc: update the info for the following recipesDexuan Cui2011-08-161-28/+28
| | | | | | | | | | | | cronie mdadm freetype xproto glproto dri2proto util-macros Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* distro-tracking: Update info for gpgme, libassuan, apr... after last upgrade.Zhai Edwin2011-08-151-23/+25
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* default-distrovars: add x11 to default DISTRO_FEATURESPhil Blundell2011-08-151-1/+1
| | | | Signed-off-by: Phil Blundell <philb@gnu.org>
* local.conf.sample: Cleanup and improveRichard Purdie2011-08-121-0/+6
| | | | | | | | | | | | | | | | | | | 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>
* default-distrovars.inc: Allow world builds to be successfulRichard Purdie2011-08-091-1/+2
| | | | | | | | | | | | 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>
* glibc: Remove unused versionSaul Wold2011-08-041-1/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* glibc: deletedPhil Blundell2011-08-012-37/+0
| | | | | | | 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>
* Move architecture specific TARGET_OS mangling into tune filesRichard Purdie2011-07-253-12/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: update the info for tcf-agentDexuan Cui2011-07-251-6/+6
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* tclibc-uclibc: Fix TARGET_OS for powerpcKhem Raj2011-07-221-1/+1
| | | | | | | | | 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>
* default-versions: Update pulseaudio as arm no longer needs a seperate backportSaul Wold2011-07-221-3/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* tcmode-default: set preferred version also for (e)glibc-localeMartin Jansa2011-07-211-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* default-distrovars: Add largefile and argp to DISTRO_FEATURESKhem Raj2011-07-201-2/+1
| | | | | | | 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>
* tclibc-*libc: Utilize TARGET_FPU for gnuspe settingKumar Gala2011-07-203-2/+3
| | | | | | | | 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>
* distro-tracking: update libpngScott Garman2011-07-201-5/+5
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro tracking: UpdatesSaul Wold2011-07-191-8/+13
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipesScott Garman2011-07-131-0/+7
| | | | | | | | | | | | | | | | 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>
* tcmode-default: update binutils versionSaul Wold2011-07-101-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro tracking: update devel.toolchain recipes's fieldsNitin A Kamble2011-07-081-14/+19
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* default-distrovars.inc: add ipv4 to DISTRO_FEATURESPaul Eggleton2011-07-071-1/+1
| | | | | | | | 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>
* distro_tracking_fields.inc: Update recipes upgrade and manual check informationMei Lei2011-07-071-8/+9
| | | | | | | upgrade: gawk, gupnp manual check: diffutils Signed-off-by: Mei Lei <lei.mei@intel.com>
* tcmode-default: Define UCLIBCVERSION and set it to 0.9.32Khem Raj2011-07-071-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* distro_tracking_field: update the manually check fieldYu Ke2011-07-041-1/+5
| | | | | | | | | sqlite3 qemugl console-tools gconf-dbus Signed-off-by: Yu Ke <ke.yu@intel.com>
* distro_tracking_fields.inc: update recipes upgrade informationMei Lei2011-07-041-6/+6
| | | | Signed-off-by: Mei Lei <lei.mei@intel.com>
* distro_tracking_fields: remove modutils.Anders Darander2011-07-011-7/+1
| | | | | Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_field: update recipe maintainerYu Ke2011-06-301-56/+55
| | | | | | reassign Qing's recipe to other team member Signed-off-by: Yu Ke <ke.yu@intel.com>
* distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and ↵Dexuan Cui2011-06-291-1/+2
| | | | | | tcf-agent Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-base: add 3G into DISTRO_FEATUREDongxiao Xu2011-06-291-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* ofono: upgrade to version 0.50Dongxiao Xu2011-06-291-4/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro_tracking: update some manual checking fieldsDongxiao Xu2011-06-291-7/+11
| | | | | | | | | | | | linux-firmware minicom opkg dpkg wireless-tools libgsmd libsamplerate0 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro-tracking: Update manual check date for puzzles, gpgme, x11vnc..Zhai Edwin2011-06-281-82/+90
| | | | | | Also make maintainer name consistent. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking: update sudo tracking infoScott Garman2011-06-281-4/+4
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking: update mtools tracking infoScott Garman2011-06-281-5/+4
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* base/glib-2.0: Simplify USE_NLS handling for glib-2.0Richard Purdie2011-06-281-1/+0
| | | | | | | | | | | | 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>