summaryrefslogtreecommitdiff
path: root/meta/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* evolation-data-server: Rename from eds-dbusSaul Wold2012-04-261-12/+12
| | | | | | [YOCTO #2316] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking_fields: manual checks for some recipesShane Wang2012-04-251-40/+43
| | | | | Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: manual check updatesScott Garman2012-04-241-12/+12
| | | | | | | | | | | | | | | Manual check updates for the following recipes: libpng libgdbus expat chrpath e2fsprogs opensp nfs-utils Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: Update Manual CheckSaul Wold2012-04-241-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | Update the manual check dates for: sqlite3 libcap libcheck console-tools psmisc boost sysfsutils less unzip zip usbutils sysstat cracklib libexif qemugl glew squashfs-tools lame libmad lsb Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gst-plugins-bad: Add missing PR bump after curl changeRichard Purdie2012-04-171-1/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: add entries for several new recipesScott Garman2012-04-141-7/+77
| | | | | | | | | | | | | | | | | | | | | | | Added distro tracking fileds for the following recipes: qt-mobility-x11 gst-plugin-bluetooth alsa-state ocf-linux avahi-ui libjson systemtap-uprobes xf86-video-fbdev u-boot-fw-utils qt4-graphics-system qt-mobility-embedded lttng-tools shadow-securetty Also fixed a few minor typos in others (spelling of bluetooth and months) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: add some additional DISTRO_ALIASESSaul Wold2012-04-141-0/+18
| | | | | | | | | | | | | | | | | | | | ltp rgb libksba stat directfb-example libfakekey builder core-gtk-directfb task-core-tools-* task-self-hosted sato-screenshot libxxf86misc qmmp portmap Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "default-distrovars: remove NO32LIBS setting"Richard Purdie2012-04-131-0/+2
| | | | | | | We still need this value to keep the sanity testing working. The other part of the change is still valid. This reverts commit cb940f46efacddc7200581edba034e4201abb94a.
* default-distrovars: remove NO32LIBS settingPaul Eggleton2012-04-131-2/+0
| | | | | | | | The ??= assignment in pseudo.inc effectively nullifies this ??= assignment here, so remove it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: Fix syslinux NO_UPDATE_REASONSaul Wold2012-04-111-1/+1
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tclibc-eglibc.inc: make locale packages dependency conditionalNitin A Kamble2012-04-111-7/+16
| | | | | | | | | | Only add locale package dependencies if the eglibc is configured with locale support. This avoids dependencies issues for distros such as poky-tiny [RP: Add PR bump] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* syslinux: Update distro-tracking fieldsDarren Hart2012-04-101-2/+3
| | | | | | Add reason for not updating syslinux this release. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64Robert Yang2012-04-101-2/+2
| | | | | | | | | | | | | | | runqemu can't launch a target image on Fedora 16 64bit or Opensuse 12.1 64bit, this is because runqemu needs the host's libGL.so, which requires GLIBC_2.14 which is defined in libc.so.6, but our default libc.so.6 is version 2.13, here is the message from Richard: The easiest solution would be to change the nativesdk libc to 2.15. I don't think we plan to do this for the target libc for 1.2 but we could change nativesdk's version if its well tested [YOCTO #1968] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
* external-csl: add mapping for powerpc-nfChristopher Larson2012-03-281-0/+1
| | | | | | | | This ensures we get the files from the correct multilib dir in the external toolchain when using powerpc with soft-float. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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>