aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
AgeCommit message (Collapse)Author
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-10Distro_tracking: Update Manual Check DateSaul Wold
Checked the following Upstreams: apt libaio sysstat unzip zip linexif boost libcheck ncurses sysfsutils util-linux - Offline lsb eds-tools libmad lame glew squashfs-tools Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-10gconf: add upstream GNOME gconf 3.2.3 and drop gconf-dbusJoshua Lock
The D-Bus backend has been integrated into upstream GConf so we can switch to upstream and drop gconf-dbus. I've gone for a release in the 3.2 series as we disable Gtk+, and therefore are not impacted by the gtk+3 changes, and the D-Bus backend was unstable before this release. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-11-08distro_tracking_fields.inc: Modify the status of qmmpXiaofeng Yan
update qmmp to 0.5.2 Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-11-08distro_tracking_fields.inc: update to libarchive to 2.8.5Xiaofeng Yan
Change the status of libarchive. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-11-08pseudo: Uprev pseudo to version 1.2Mark Hatle
This adds a new feature, PSEUDO_UNLOAD, which can be used to eliminate overhead of LD_PRELOAD when no longer necessary. Also the, clone(2), support on Linux has been updated to resolve some potential defects in the previous implementation. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-11-07distro_tracking_fields: updates for sudo, mtools, grep, and opensshScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-11-02distro_tracking_fields: Update the Month to 'MMM'Wenzong Fan
Use format 'MMM' instead of spell out a Month. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01linux-libc-headers: provide 3.0.x and 3.1 headersBruce Ashfield
Provide both a 3.0.x and a 3.1 set of headers to the toolchain. Compatibility is maintained with older 2.6 headers by creating a new variable that changes the SRC_URI based on the major version number of the kernel. Built and booted with 2.6.37.2, 3.0.8 and 3.1 linux-libc-headers. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01distro_tracking_fields.inc: standardize date formatScott Garman
Convert date formats to strftime format %b %d, %Y (e.g, Jan 01, 1970) Note: dates posted as MM/YYYY (without day info) were converted to become the first of the month. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-31distro_tracking: polkit, libsndfile, etcDongxiao Xu
polkit libsndfile1 neon netbase libogg telepathy-idle telepathy-glib telepathy-mission-control iptables Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31distro_tracking_fields: update packages tracking fieldsWenzong Fan
Update packages tracking fields including ccache, chkconfig. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
2011-10-31python, python-native: upgrade from 2.6.6 to 2.7.2Nitin A Kamble
Rebased these patches to the newer code modified: python-native/nohostlibs.patch modified: python/01-use-proper-tools-for-cross-build.patch modified: python/06-avoid_usr_lib_termcap_path_in_linking.patch modified: python/06-ctypes-libffi-fix-configure.patch modified: python/multilib.patch Deleted these patches are the are now upstream deleted: python/02-remove-test-for-cross.patch deleted: python/security_issue_2254_fix.patch Added this patch to python-native new file: python-native/multilib.patch Updated site config file for python modified: ../../site/common-linux : add ac_cv_have_long_long_format for python avoid this error in python: Include/pyport.h:243:13: error: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG" Updated default python version modified: ../../conf/distro/include/default-versions.inc Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-24default-providers: switch virtual/libgl from mesa-xlib to mesa-driMartin Jansa
* to match default virtual/xserver Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-24tcmode-default.inc: Add TRANSLATED_TARGET_ARCH suffix to binutils-cross-canadianKhem Raj
PN for binutils-cross-canadian is binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} so thats what we should use for PREFERRED_VERSION Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-20distro-tracking-fields: update fields for tzdata and gst-plugins-goodJoshua Lock
These recipes were each updated and so should their tracking data be. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-20distro_tracking_fields: update packages tracking fieldsKang Kai
Update packages tracking fields including ghostscript, libsdl, libxml-sax-perl and liburi-perl. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-20distro-tracking: update data for some toolchain recipesNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-10-17Distro Tracking: Fix datesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17default-provider: also define a default provider for gconf-nativeDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14distro_tracking_fields.inc: update qt4 related entriesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14distro_tracking_fields.inc: Add maintainer for some packages without maintainerXiaofeng Yan
Add the name of maintainer for the following packages: bind libx11-diet qmmp libarchive xserver-kdrive xserver-xf86-lite directfb Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-10-14distro_tracking_fields: UpdatesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-11xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-liteMartin Jansa
* xserver-xorg is closer to upstream naming and that's how it's named in OE-classic and meta-oe? It would make meta-oe transition easier and better to do it now then convert meta-oe to xserver-xf86 and then rename it back later. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-06distro_tracking: UpdatesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-30distro_tracking_fields.inc: Update upgrade informationMei Lei
Update dropbear,diffutils,curl upgrade tracking information. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-09-28distro_tracking: Update Manual Upgrade ChecksSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-28conf,recipes: Add new variable LINKER_HASH_STYLEKhem Raj
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>
2011-09-22distro tracking: Update Distro AliasesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-16distro-tracking: Update package aliasDexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-15distro-tracking: Update aliasZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-09-15distro_tracking: update package aliasDongxiao Xu
Update package alias which exist in other two distributions. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-09-15task-core: split into task-core-console and task-core-x11Paul Eggleton
[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>
2011-09-15distro_tracking_field: add distro checking fieldYu Ke
add the missing distro checking field for some recipes Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-08-29distro_tracking_fields: update binutils to 2.21.1aPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-29tcmode-default: update binutils versionPaul Eggleton
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 Kai
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 Kai
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 Kai
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 Kai
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 Kai
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 Cui
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 Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-08-15default-distrovars: add x11 to default DISTRO_FEATURESPhil Blundell
Signed-off-by: Phil Blundell <philb@gnu.org>
2011-08-12local.conf.sample: Cleanup and improveRichard Purdie
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 Purdie
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 Lazzari
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 Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-01glibc: deletedPhil Blundell
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 Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>