summaryrefslogtreecommitdiff
path: root/meta/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
...
* distro-track: update track info of base packagesQing He2010-07-022-0/+258
| | | | | | | | | | | | | | | The status of recipes are marked red to flag that they need further upgrading. - libusb-compat was classified as base utils, put it to base libs - rpm was not in poky-image-{sato,sdk}, but since we are in transition to rpm based packaging, include it as well - libsoup should be handled together with libsoup-2.4 - tinylogin has been merged into busybox 33 recipes to go Signed-off-by: Qing He <qing.he@intel.com>
* distro-tracking: add overrides for previous packagesKevin Tian2010-07-022-0/+58
| | | | | | | | | | | libpng libidn base-files base-passwd apmd gperf Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* glib-2.0: upgrade to 2.24.1Kevin Tian2010-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (borrow from OE 2.24.0, with study about reason for detail changes) [Patches-Poky] KEEP _configure-libtool.patch_: fix cross-build env REMOVE _glibconfig-sysdefs.h_: introduced in glib-1.2.10, which is actually not valid today KEEP _glib-gettexize-dir.patch_: another quite old patch added before 2.10.3 add history info, and mark for upstream [Patches-OE] NOTAKE _gio.patch_: a private extension for a window matching library (wncksync) NOTAKE _gvavriant.patch_: in 2.24.1 now NOTAKE _gasync.patch_: in 2.24.1 now TAKE _60_wait-longer-for-threads-to-die.patch: said to fix anonying warning TAKE _gatomic-proper-get-cast.patch_: fix error about type casting. Instead of using OE's patch, I found a better one from latest repo NOTAKE _g_once_init_enter.patch_: in OE since 2.22.1, not quite sure of its purpose, also it's not in upstream yet [Recipe] - fix metadata - keep glib-2.inc which is for python optimization - remove PRIORITY since 'optional' is the default - no need to specially install glibconfig.h in ad hoc path, which is only relied by 'obexpush' which poky doesn't have and can be fixed in 'obexpush' itself as what OE does - no need to manually create glib2.0/glib, which is handled by current code - remove 'acpaths' which only applies to versions before 2.12.4 - below lines are not taken from OE * glib-mkenums tweaks, which exists in OE for a long time but never in poky. since there's no way to find out original commit, keep poky's style instead. * host libtool check. not sure about its purpose, and it's also in OE for quite long time Signed-off-by Kevin Tian <kevin.tian@intel.com>
* linux-libc-headers: upgrade from 2.6.33 to 2.6.34Nitin A Kamble2010-07-021-1/+1
| | | | | | | | | | | | | | | added a new patch to fix glibc build issue on powerpc ppc_glibc_build_fix.patch Added attribution to the hayes-gone.patch. And updated the metadata variables like LICENSE & LIC_CHKSUM_FILES And removing all the older recipes and related files Change the linux-libc-header version inpoky-default.inc Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* distro_tracking: Adding tracking fields for upgraded packagesDongxiao Xu2010-07-023-0/+20
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro-tracking: update tracking fields for previous recipes after fixing ↵Zhai Edwin2010-07-022-0/+162
| | | | | | | | | | | | | | | | | | | | | | | | | metadata pcmanfm gtk+ gnome-common webkit-gtk eds-dbus gnome-keyring gtk-sato-engine hicolor-icon-theme jpeg libfakekey libglade libsoup-2.4 libxslt matchbox-config-gtk matchbox-keyboard matchbox-panel-2 matchbox-stroke matchbox-wm Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking: update latest release for prelinkNitin A Kamble2010-07-021-3/+3
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* meta-toolchain: Improve layoutRichard Purdie2010-07-021-2/+2
| | | | | | | | | | * Switch from /usr/local/poky to /opt/poky * Use a sysroots directory for both the "native" sdk binaries and the target * Drop the meta-toolchain extras packages. These are replaced with packaged-staging. * Change the nativesdk layout to match our usual filesystem layout * Clean up various hardcoded prefix references Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* preferred-xorg-versions: update versions after latest recipe bumpsJoshua Lock2010-07-011-46/+46
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky.conf: define PREFERRED_PROVIDER_opkg-nativesdk to silence a warningJoshua Lock2010-07-011-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* distro-tracking: add tracking fields for previous recipesKevin Tian2010-06-302-0/+106
| | | | | | | | | | | | | | | pam libgpg-error gpgme expat dbus dbus-glib busybox module-init-tools fakeroot prism-firmware Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* Distro Tracking: add distro tracking field for Graphics AppsZhai Edwin2010-06-302-0/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | owl-video xtscal xrestop gnome-mime-data libmatchbox libowl libowl-av matchbox-desktop matchbox-desktop-sato matchbox-session matchbox-session-sato matchbox-terminal matchbox-theme-sato sato-icon-theme tslib xcursor-transparent-theme screenshot tasks contacts dates libcroco leafpad atk Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro-tracking: update tracking fields for previous upgraded recipesDongxiao Xu2010-06-302-3/+20
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro_tracking_fields: add meta data for graphic core and appYu Ke2010-06-302-0/+83
| | | | | | | | | | | | | | | | | | including: libdrm xauth python-pycairo libxfontcache xdpyinfo xhost xinit xkbcomp xmodmap xprop xset xwininfo Signed-off-by: Yu Ke <ke.yu@intel.com>
* Distro Tracking: add distro tracking field for recipes of Graphics libsDexuan Cui2010-06-301-0/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are: dri2proto xcb-proto xextproto xf86vidmodeproto xproto liberation-fonts libfontenc libxfont libice libsm libxau libxcalibrate libxcb libxcomposite libxrandr libxrender libxres libxt libxv libxvmc libxxf86misc libxxf86vm libxcursor libxdamage libxdmcp libxext libxfixes libxft libxkbfile pixman xtrans libxmu Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libxcalibrate: upgrade to the latest version ↵Dexuan Cui2010-06-301-1/+1
| | | | | | | | 209d83af61ed38a002c8096377deac292b3e396c Remove the ";patch=1" in SRC_URI because by default a .patch file is applied. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* distro-tracking: update tracking fields for previous upgraded recipesKevin Tian2010-06-302-1/+30
| | | | | | | | iproute2 glib-2.0 netbase Signd-off-by Kevin Tian <kevin.tian@intel.com>
* distro-track: upgrade base_{utils,libs}_2Qing He2010-06-302-0/+139
| | | | | | | | | | | | | | | | | | libgcrypt gnutls lzo libtasn1 openssl curl zlib libxml2 readline bash syslinux sysvinit sysfsutils signed-off-by: Qing He <qing.he@intel.com>
* distro_tracking_fileds: Update metadataDongxiao Xu2010-06-302-0/+99
| | | | | | Update connectivity and multimedia part of tracking fileds Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* xvideo-tests: Change the version to 270Dongxiao Xu2010-06-301-1/+1
| | | | | | The latest upstream for xvideo-tests is 270, not 272 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gaku: Upgraded to version 399Dongxiao Xu2010-06-301-1/+1
| | | | | | | Change the default revision in poky-default-revisions.inc Reset PR to "r0" Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* dates: update to 0.4.11Zhai Edwin2010-06-301-1/+1
| | | | | | Also fix meta data Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* contacts: Update to 0.12 from gitZhai Edwin2010-06-301-1/+1
| | | | | | Also fix the meta data, and add GPLv3 license for src/contacts-dbus.c Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* screenshot: Update to svn_r292Zhai Edwin2010-06-301-1/+1
| | | | | | Also fix the meta data Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro-tracking: update tracking fields for previous upgraded recipesKevin Tian2010-06-292-0/+35
| | | | | | | | | pax-utils sudo blktool libdaemon Signed-off-by Kevin Tian <kevin.tian@intel.com>
* xwininfo: upgrade to latest version 1.0.5Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xset: upgrade to latest 1.1.0Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xprop: upgrade to latest version 1.1.0Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xmodmap: upgrade to latest version 1.0.4Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xinit: upgrade to latest version 1.2.1Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xhost: upgrade to latest version 1.0.3Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xdpyinfo: upgrade to latest version 1.1.0Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xauth: upgrade to latest version 1.0.4Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* libxfontcache: upgrade to latest version 1.0.5Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* libdrm: upgrade to latest version 2.4.21Yu Ke2010-06-291-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* distro_tracking_field: add distro tracking field for graphic core and app ↵Yu Ke2010-06-292-0/+69
| | | | | | | | | | | | | | | | | receips they are: mkfontdir mkfontscale bigreqsproto evieext libxxf86dga x11-common xf86-input-keyboard xf86-input-mouse xf86-input-vmmouse Signed-off-by: Yu Ke <ke.yu@intel.com>
* Distro Tracking: add distro tracking field for recipes of Graphics libsDexuan Cui2010-06-291-0/+327
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are: libxsettings-client settings-daemon encodings font-alias font-util xorg-minimal-fonts calibrateproto compositeproto damageproto dmxproto fixesproto fontcacheproto fontsproto glproto inputproto kbproto libdmx libxi libxinerama libxp libxtst printproto randrproto recordproto renderproto resourceproto scrnsaverproto trapproto videoproto xcmiscproto xf86bigfontproto xf86dgaproto xf86driproto xf86miscproto xf86rushproto xineramaproto Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* Distro Tracking: move to private directory and split into sectionsSaul Wold2010-06-1713-335/+632
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of all the other changes made to the distro tracking files Below is a summary of all the changes in this squash Signed-off-by: Saul Wold <Saul.Wold@intel.com> distro-track: update track of base libs and utils libusb libnl grub yum update-modules udev-extraconf (no .bb changes) update-rc.d Signed-off-by: Qing He <qing.he@intel.com> distro_tracking_fields.inc: add eggdbus distro_tracking_fields.inc: add overrides for previous recipes Some recipes are fully local scripts. There's then no updates for their metadata, and just add overrides for tracking purpose here. Also fixes some patch information from previous overrides. now each catetory has its own tracking .inc file, which is further included by original global file Signed-off-by: Kevin Tian <kevin.tian@intel.com> distro_tracking_fields.inc: add some package info Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> distro_tracking_fields: update diffstat fields distro tracking: update latest for lttng-control Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Merge branch 'distro/master' of ssh://git.pokylinux.org/poky-contribRichard Purdie2010-06-112-1/+336
|\
| * update distro tracking fields for libtool recipeNitin A Kamble2010-06-101-2/+2
| | | | | | | | | | | | a new release just went out. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for gnu-config recipeNitin A Kamble2010-06-101-0/+6
| | | | | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for more recipesNitin A Kamble2010-06-101-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fields for these recipes python-pyrex python-scons python-urlgrabber python yum-metadata-parser quilt tcl unifdef qmake-cross Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for more recipesNitin A Kamble2010-06-101-107/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fields for these recipes: python-dbus python-gst python-imaging python-iniparse python-pycairo python-pycurl python-pygobject python-pygtk Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for some recipesNitin A Kamble2010-06-101-0/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distro tracking fields are filled for these recipes: binutils gcc autoconf automake bison diffstat exmap-console flex gdb gtk-theme-torturer intltool Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking for previous metadata fixesQing He2010-06-101-180/+227
| | | | | | | | | | | | | | | | | | | | | | time gdbm pth python-pycurl bzip2 portmap Signed-off-by: Qing He <qing.he@intel.com>
| * add distro tracking fields for more recipesNitin A Kamble2010-06-101-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added files for these recipes: make run-postinsts staging-linkage nasm oprofile perl prelink Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro tracking fields for more recipesNitin A Kamble2010-06-101-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | Distro tracking metadata for these recipes is added libtool linux-libc-headers lsof lttng-control lttng-viewer Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * make 2.20.1 as new default version for binutilsNitin A Kamble2010-06-101-1/+1
| | | | | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * distro_tracking_fields.inc: new file for trackingNitin A Kamble2010-06-101-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | distro tracking fields are filled for these recipes: binutils gcc autoconf automake bison diffstat exmap-console flex gdb gtk-theme-torturer intltool Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
| * Add distro overrides for previous metadata fixesKevin Tian2010-06-101-0/+29
| | | | | | | | Signed-off-by Kevin Tian <kevin.tian@intel.com>