summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* task-base: move default definition of VIRTUAL-RUNTIME_apmJoshua Lock2012-01-171-0/+1
| | | | | | This belongs in default-providers.conf Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distro_tracking: recipe upgrades and manual check infoScott Garman2012-01-171-18/+22
| | | | | | | | | | | | Updated info for the following recipes: e2fsprogs expat chrpath libevent libpam Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking_fields.inc: Modify the status of eds-tools and mingettyXiaofeng Yan2012-01-171-3/+4
| | | | | | | | | | | Update the status of eds-tools and mingetty. mingetty has still not been updated since 2008. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> [Fixed Date format] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro-tracking: Update info for webkit-gtk, web-webkitZhai Edwin2012-01-171-3/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking: update manual_check_date fieldsNitin A Kamble2012-01-171-16/+20
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro_tracking: update manual check infoDongxiao Xu2012-01-101-0/+1
| | | | | | | updated kexec-tools manual check information Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: upgrade tcf-agentDexuan Cui2012-01-101-2/+2
| | | | | | | Upgraded the field RECIPE_MANUAL_CHECK_DATE. Also changed the MAINTAINER to Lianhao who volunteered to take the recipe. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* distro_tracking: Update Manual ChecksSaul Wold2012-01-101-25/+25
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro-tracking-fields: update qt recipe infoPaul Eggleton2012-01-041-19/+19
| | | | | | | | * Update for Qt 4.8.0 * qt4-tools-native was replaced with qt4-native some time ago Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields.inc: update the infoDexuan Cui2012-01-031-50/+57
| | | | | | | | | | | | | | | | | | They are mdadm liburcu lttng-ust lttng-control inputproto libpciaccess util-macros libxi libx11 libx11-trim libx11-diet xkeyboard-config Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* distro_tracking_fields: update the info for this round of package upgradeShane Wang2012-01-031-20/+25
| | | | | | | | | The update includes: - update the info for linux-firware, quota, watchdog, hdparm, libomxil, oprofileui, puzzles, and matchbox-wm-2 - add one more recipe info for stat, which is depended by hdparm - correct the wrong info for connman-gnome, which is updated by last manual check in error. Signed-off-by: Shane Wang <shane.wang@intel.com>
* distro_tracking_fields: update the info for recipe upgrade.Shane Wang2012-01-031-2/+2
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* distro_tracking: Updated for Upgrades and Manual Check DatesSaul Wold2012-01-031-25/+26
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking_fields: update the info for recipe upgrade.Shane Wang2012-01-021-19/+2
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* distro_tracking_fields: update the info for recipe upgrade.Shane Wang2012-01-021-1/+18
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* distro_tracking_fields: update the info for recipe upgradingShane Wang2012-01-021-43/+47
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* distro_tracking_fields: take the ownership of Mei Lei'sShane Wang2012-01-021-11/+11
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* distro_tracking_fields: update the info for the manual check list (2011/12/24)Shane Wang2012-01-021-55/+68
| | | | | | update the information for the manual check list after checking the upstream on Dec 24, 2011. Signed-off-by: Shane Wang <shane.wang@intel.com>
* prelink: update to latest git versionScott Garman2012-01-021-4/+4
| | | | | | | | | | | | | | | | New version includes: 2011-12-08 Mark Hatle <mark.hatle@windriver.com> * rtld/rtld.c: Fix an issue where missing objects would trigger an assert in dl-version.c * rtld/rtld.h: Add _dl_new_object prototype * rtld/rtld.c: Add support for $ORIGIN, $PLATFORM and $LIB. Note: $PLATFORM = "" These fixes are needed to prevent prelink-rtld from crashing when running the new unsafe-references-in-binaries QA test. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* distro_tracking_fields: Update curl info and fix other recipes' typo issuesMei Lei2011-12-221-15/+15
| | | | | Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: Mark Upgrade InfoSaul Wold2011-12-211-21/+29
| | | | | | | | | | | | Updated the following: - libdrm - texi2html - mc - libidn - augeas - python-pycairo Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro tracking: update man-pages, gts-plugin-bluetooth, usbutils,Saul Wold2011-12-211-7/+18
| | | | | | and libcap Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking_fields: add information for ltpJiajun Xu2011-12-211-0/+8
| | | | | | | Add information for recipe ltp, which is ported from OE. Signed-off-by: Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking_fields: update cogl and clutterJoshua Lock2011-12-151-6/+7
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distro_tracking_fields.inc: Update dropbear,iproute2,net-tools tracking ↵Mei Lei2011-12-081-9/+10
| | | | | | information. Signed-off-by: Mei Lei <lei.mei@intel.com>
* distro_tracking: fix manual entriesSaul Wold2011-12-061-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>