summaryrefslogtreecommitdiff
path: root/meta/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* linux-libc-headers: set default LINUXLIBCVERSION to 3.2Bruce Ashfield2012-03-231-1/+1
| | | | | | | Switch the default libc-headers to the 3.2 version. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: update opensslScott Garman2012-03-211-3/+3
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking: updates for upgraded recipes and manual checksScott Garman2012-03-211-13/+13
| | | | | | | | | Upgraded e2fsprogs recipe. Manual checks done for libpng, libgdbus, expat, chrpath, opensp, and nfs-utils. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro-tracking: Remove trailing whitespaceDarren Hart2012-03-211-143/+143
| | | | | | | Remove all trailing whitespace from the distro tracking text. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com>
* distro-tracking: Update rt-tests, trace-cmd, and kernel sharkDarren Hart2012-03-211-6/+19
| | | | | | | | o Add common fields for these recipes. o Note no update due to being on the current version. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com>
* distro_tracking: UpdateSaul Wold2012-03-211-6/+6
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* pixman: upgrade to 0.25.2Shane Wang2012-03-211-1/+1
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* glproto: update its info in distro trackingShane Wang2012-03-211-1/+1
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* default-providers: Set pigz-native as the default provider for gzip-nativeRichard Purdie2012-03-191-0/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: update the recipe info for manual checkShane Wang2012-03-191-25/+26
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* distro-tracking: update status of recipesNitin A Kamble2012-03-191-11/+13
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro_tracking: update sudo, at, base-passwdScott Garman2012-03-191-12/+12
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* upgrade logrotate: update the distro_tracking_fields.incRobert Yang2012-03-191-3/+3
| | | | | | update the distro_tracking_fields.inc. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
* distro_tracking_fields: Fix EOL Comments and missing QuotesSaul Wold2012-03-141-98/+196
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* chkconfig: update it from 1.3.57 to 1.3.58Wenzong Fan2012-03-141-3/+3
| | | | | | | Update chkconfig and related distro tracking fields. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ccache: update it from 3.1.6 to 3.1.7Wenzong Fan2012-03-141-3/+3
| | | | | | | Update ccache and related distro tracking fields. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields: udpate package statusKang Kai2012-03-141-24/+24
| | | | | | | | Update packages' status, includes libsdl, gobject-introspection, newt, alsa and ghostscript. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: Updates for manual checksSaul Wold2012-03-141-7/+29
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-052-3/+3
| | | | | | | | sed \ -e 's:bb.data.\(expand([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data.expand *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-1/+1
| | | | | | | | | | | | Using "1" with getVar is bad coding style and "True" is preferred. This patch is a sed over the meta directory of the form: sed \ -e 's:\(\.getVar([^,()]*, \)1 *):\1True):g' \ -e 's:\(\.getVarFlag([^,()]*, [^,()]*, \)1 *):\1True):g' \ -i `grep -ril getVar *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: Upgrade and Manual ChecksSaul Wold2012-03-011-9/+10
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking: Account for updates and Manual CheckingSaul Wold2012-02-281-54/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates: sqlite3 psmisc boost file util-linux tiff mkfonddir mkfontscale libdrm xf86-video-intel Manual Checks: libcheck libcap console-tools zip unzip sysfsutils less usbutils sysstat cracklib libexif qemugl glew squashfs-tools lsb Fixup: bzip2 Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking_fields: add information for lsbtestYi Zhao2012-02-281-0/+4
| | | | Add information for recipe lsbtest.
* distro_tracking_fields: fix typosSaul Wold2012-02-231-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* eds-tools: Update it to fix the build errorWenzong Fan2012-02-211-2/+2
| | | | | | | | | | | | | The head file 'libedataserver/e-data-server-module.h' has been moved to 'libebackend/e-data-server-module.h', just update eds-tools to get the latest changes for fixing the path of 'e-data-server-module.h'. Also update its recipe file to reflect it has been converted to git repo and split all generated binaries to correct packages. [YOCTO#1786] Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
* distro-tracking-fields: update clutter, clutter_git and mxJoshua Lock2012-02-101-8/+8
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* tcmode-default: add preference for gdb/gdbserverChristopher Larson2012-02-081-0/+1
| | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com>
* uclibc: Upgrade recipes from 0.9.32 -> 0.9.33Khem Raj2012-02-071-1/+1
| | | | | | | Prefer 0.9.33 by default Delete recipes for 0.9.32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* task-core-tools: Divide it into 3 recipesKhem Raj2012-02-071-6/+20
| | | | | | | | task-core-tools-debug, task-core-tools-profile, task-core-tools-testapps otherwise if we choose one through PACKAGE_GROUPS all packages are built since they are in same recipe. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* external-csl-toolchain: extract version info from the toolchainChristopher Larson2012-02-032-0/+107
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* external-csl-toolchain: support ia32Christopher Larson2012-02-031-1/+58
| | | | | | | | | | Unfortunately, the CSL ia32 toolchain has non-prefixed binaries in its bindir (e.g. gcc, ld). To avoid this messing up our build, we avoid adding this bindir to our PATH, and instead add symlinks to the prefixed binaries to our staging toolchain bindir. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* external-csl-toolchain: support mips/ppc/armChristopher Larson2012-02-031-2/+25
| | | | | | | | | | | | - Rather than adjusting TARGET_VENDOR, which results in our TARGET_SYS matching the external toolchain, override TARGET_PREFIX to match external, and leave TARGET_SYS alone - Grab the optimized files out of the toolchain if available - Create a symlink in sysroot to ensure the sysroot layout matches toolchain expectations (optimized files in a subdir) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: update for current upgradesNitin A Kamble2012-02-031-24/+23
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_track: Track UpdatesSaul Wold2012-02-021-26/+27
| | | | | | | | | | | | | | | | | | | openssl: Update to 1.0.0g openssl: Update to 0.9.8t (gplv2) gnutls: Update to 2.12.16 rxvt-unicode: Update to 9.15 gnupg: Add gplv2 version 1.4.7 file: Update to version 5.10 libidn: Update to 1.24 libdrm: Update to 2.4.30 xinit: Update to 1.3.2 xf86-input-keyboard: Update to 1.6.1 xf87-input-evdev: 2.6.0 Manual Checks: util-linux - NO Update reason Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking_fields: take sysklogd off Saul's plateJoshua Lock2012-02-021-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* external-csl-toolchain: avoid the hardcoded version/prefixChristopher Larson2012-02-011-12/+9
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* external-csl-toolchain: fixes for metadata changesChristopher Larson2012-02-011-1/+6
| | | | | | | | | | | | | | | These allow the recipe to build again: - add compilerlibs, g++, libgcc to the provides - add linux-libc-headers-dev to the packages - in libc-package, only sed the ldd.bash.in file if it exists, as the external toolchain is using that class as well - shift the inherit location of the libc classes, as they were overriding the recipe's do_install - use ?= for EXTERNAL_TOOLCHAIN, so the user can set it Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* external-csl-toolchain: fix critical PATH manipulation bugChristopher Larson2012-02-011-1/+1
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* default-providers: add kbd as PREFERRED_PROVIDER for console-toolsSaul Wold2012-02-011-1/+1
| | | | | | kbd is used a primary provider for console-tools Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking_fields: fix the typos in the field of maintainer.Shane Wang2012-01-271-7/+7
| | | | | Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking-fields: update entries for clutter-gst-1.8Joshua Lock2012-01-251-2/+2
| | | | | Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking.inc: update the info for recipes upgraded recentlyShane Wang2012-01-241-49/+54
| | | | | | | | This patch is to update the information for the recipes upgraded recently, including strace, pciutils, ed, ofono, iproute2, bluez4, bluez-hcidump, kexec-tools, tremor, iptables, polkit, libxcb, xcb-proto, pixman and util-macros. And add the new recipe for mobile-broadband-provider-info, which is depended on by ofono v1.3. Signed-off-by: Shane Wang <shane.wang@intel.com>
* libsoup: update its info in distro_tracking.incShane Wang2012-01-241-1/+1
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* default-distrovars.inc: remove COMMERCIAL_LICENSE et alTom Zanussi2012-01-241-5/+0
| | | | | | | The global COMMERCIAL_LICENSE mechanism has been obsoleted by per-recipe LICENSE_FLAGS, so remove the related variables. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* distro_tracking: update libpng, libgdbus, opensp, nfs-utils manual check datesScott Garman2012-01-201-8/+11
| | | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-base: rename VIRTUAL-RUNTIME-alsa-state to use underscoreMartin Jansa2012-01-191-1/+1
| | | | | | | | | | * in http://lists.linuxtogo.org/pipermail/openembedded-core/2012-January/016226.html we talked about VIRTUAL-RUNTIME_alsa-state, but VIRTUAL-RUNTIME-alsa-state was used instead, which is inconsistent with other VIRTUAL-RUNTIME vars Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: add data for newer recipesNitin A Kamble2012-01-191-0/+21
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro-tracking-fields: claim responsibility for udev, dpkg, apt, v86dJoshua Lock2012-01-191-16/+22
| | | | | | | | | | Nominate myself to be on the hook for updates to the udev, dpkg, apt and v86d recipes. Add a copy of the clutter-1.8 metadata without the namespace to keep the tools happy when they find the clutter_git recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* prelink: Update to latest versionMark Hatle2012-01-171-3/+3
| | | | | | | | | | | | | | | | The latest version of prelink corrects a problem when attempting to prelink MIPS architectures. 2012-01-04 Mark Hatle <mark.hatle@windriver.com> * exec.c: Check that a section is larger then 0 bytes when determining the section to segment mapping. This matches the behavior of elfutils - readelf. Otherwise an empty PROGBITS section at the end of a segment will cause a failure. [YOCTO #1463] Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* task-base: add VIRTUAL-RUNTIME_alsa-state to task-base-alsaJoshua Lock2012-01-171-0/+1
| | | | | | | Define this to be the alsa-state package by default. This enables automatic configuration setting and restoration on systems with alsa. Signed-off-by: Joshua Lock <josh@linux.intel.com>