summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-287-1092/+0
| | | | | | | | | | | | | | | | | "poky" is the reference distribution for the Yocto Project. This renames the layer within the meta-yocto repository to meta-poky, better matching what that layer contains. A layer.conf file is left behind as this is the only way which allows existing builds to migrate safely to the new name. It will be removed at some future point. This change requires the corresponding OE-Core change to handle the migration and the changes to the infrastructure to support this. (From meta-yocto rev: d0c88df2e14672fca4ebbde93c5efbcd0e4fa9b6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Disable static libs by defaultRichard Purdie2016-02-151-0/+1
| | | | | | | | | | | | | | | | | Static libraries are old technology. We've left them around since in previous tests, they only added around 5% to the overall build time. With new and interesting uses of OE, they're becoming more problematic. For example, sstate becomes much larger with static libs enabled which increases the size of eSDK and increases the time taken for sstate operations. Since the static libs contain all the debugging symbols, they're also pretty huge. Therefore use the common include which enables this from OE-Core. (From meta-yocto rev: a67da388fd9afd8c4b6084b972349da05b9a433e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: include libjpeg-turbo and mmc-utilsMaxin B. John2016-02-121-1/+2
| | | | | | | | | Include libjpeg-turbo and mmc-utils packages in the list. (From meta-yocto rev: f89dbf8a83c557d1612c67bea5535e7b82f218f5) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: update qemu* to prefer 4.4 kernelBruce Ashfield2016-02-111-7/+7
| | | | | | | | | | | 4.4 is out and has had enough mileage to be the default for the qemu machines. Tested with sato, minimal and kernel dev image types. (From meta-yocto rev: 99a698b1cc00ed1a4e2f2344c13db11da5f0d466) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: remove gtk-theme-torturer and gnome-mime-dataRoss Burton2016-02-081-2/+0
| | | | | | | (From meta-yocto rev: 1176f890cc022dc541f2754fa3782dcda676dd5e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Use musl for default system C libraryKhem Raj2016-02-041-20/+5
| | | | | | | | | | | | | | poky-tiny is reference for smallest footprint distro that can be generated using yocto project infrastructure. Therefore switch to using musl which gives the smallest footprint with a lot of extra stretching for adding new package if needed, core-image-minimal for qemux86 comes out to be 716K ( rootfs only ), boot tested on qemux86/poky-tiny (From meta-yocto rev: e1b4918a4f3a19a125537a984ce4dadb79badcea) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Set me as Maintainer of QEMU.Aníbal Limón2016-02-041-3/+3
| | | | | | | | (From meta-yocto rev: eb1e3fa0644099295b4fe5a5a5415804b5fda693) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Add poky-world-exclude.inc and add qwt-asRichard Purdie2016-02-012-0/+8
| | | | | | | | | | | | | | In an ideal world we'd test everything in every combination. Reality is we can't. This file contains things which we don't intend to test within our world builds. Add qwt since it has QA warnings which we don't intend to fix and we don't really want to build this either, its out of scope of our general qt4 requirements (which is for LSB). (From meta-yocto rev: 3c36d68765b942e396f3207008b84a2980ae300d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/poky.conf: use example.com for connectivity checkRoss Burton2016-01-301-4/+1
| | | | | | | | | | | | | | | | | Instead of pinging both the Yocto Project download and bugzilla sites, use https://www.example.com/. This is a reserved domain name and hosted by IANA, so is a key part of the Internet and should be available everywhere (whereas for example google.com is generally blocked by the Great Firewall of China). Also using a https: site verifies that any local proxies are configured for HTTPS as well as HTTP. In my testing this reduces the time taken for connectivity checks from 3 seconds to 1 second. (From meta-yocto rev: b253c6073be44090a19d1743deb58ef566853056) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Correct maintainership for several packagesAlejandro Hernandez2016-01-221-0/+7
| | | | | | | | (From meta-yocto rev: ca7c39723fabeab5c672b8745b597e68af920d39) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Delete BB_SIGNATURE_HANDLER settingsKhem Raj2016-01-191-3/+0
| | | | | | | | | | | 'OEBasicHash' is default in OE-Core, this setting can be leverages from core defaults (From meta-yocto rev: 85cb681b15665cd85ef1ed0a44102c54769293b2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: mark Khem as nominal owner for uclibcRoss Burton2016-01-191-1/+1
| | | | | | | (From meta-yocto rev: 4cf18d9de3d40840f727279cc3944ba0cef2ea7f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/distro/poky-tiny: correctly disable python in opkg-utilsRoss Burton2016-01-121-1/+1
| | | | | | | | | | | | | | opkg-utils has more than one PACKAGECONFIG option enabled by default so wiping out PACKAGECONFIG entirely breaks poky-tiny as then opkg-utils doesn't build an update-alternatives binary. Instead, use the _remove override to selectively disable Python in opkg-utils, leaving update-alternatives present. (From meta-yocto rev: 17d0862ebc3777d148e62fe9b69225eb4de2dfe0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove x11vncRoss Burton2016-01-081-1/+0
| | | | | | | (From meta-yocto rev: 56ef81bce5450ea9e5752423ff765fc4e2958b48) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: drop qt4 referencesAlexander Kanavin2016-01-082-16/+0
| | | | | | | | (From meta-yocto rev: c6abe9550785690155929c5a02e0f02a6abab9ab) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-lsb/poky-tiny: update preferred kernel to 4.1Bruce Ashfield2016-01-072-2/+2
| | | | | | | | | | | The 3.14 LTSI kernel has been removed, so we bump the preferred kernel version to 4.1. (From meta-yocto rev: 63c1e527fbc82987617a4ca050d4ca82e2ef0f55) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump for 2.1 development2.1_M1Beth Flanagan2015-12-101-2/+2
| | | | | | | (From meta-yocto rev: 45dd622d7447050e0c9caa067cce87d125518117) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/maintainers.inc: include stress package detailsMaxin B. John2015-11-241-0/+1
| | | | | | | | | | Include stress package in maintainers.inc file (From meta-yocto rev: a95cb3ef26ead4bd5b2794aa583aba98327e68f0) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: mass reassign and cleanupRoss Burton2015-11-161-349/+352
| | | | | | | | | | Remove several people who no longer should be considered owners of recipes, reassign more to the new distro team, add new recipes and prune removed ones. (From meta-yocto rev: 9bd13bac55faf37ba84da6769f32a5d584bd83cc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat2015-11-031-0/+1
| | | | | | | | | Added Ubuntu 15.10. (From meta-yocto rev: 08ccca7559e2b74094f7335746a8cbec892d450d) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat2015-11-031-0/+2
| | | | | | | | | Added poky 2.0 and Fedora 22. (From meta-yocto rev: 76d3570b011c71d9d5e00e05ba17afecc7819cb4) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.0 jethro releaseRichard Purdie2015-10-011-2/+2
| | | | | | (From meta-yocto rev: 157da1bd70bf60fd7e33bc64e54e6229d7ee31ec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove packages that are no longer in oe-coreAlexander Kanavin2015-09-121-2/+0
| | | | | | | | (From meta-yocto rev: 613c38fb9b5f20a89ca88f6836a21b9c7604e13e) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny.conf: Require utmpx, its needed for busyboxKhem Raj2015-09-121-1/+1
| | | | | | | | | | | | | This libc feature is a basic need and prerequisite for busybox fix for [YOCTO #8243] to be merged [YOCTO #8243] (From meta-yocto rev: b24f3d01759642340887b7487f36939125c14b06) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: add maintainer info for new webkitgtk, epiphany and their ↵Alexander Kanavin2015-09-122-3/+12
| | | | | | | | | dependencies (From meta-yocto rev: e10ff3acdae3cfbee4a207a0e7e8e850d02b5918) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/include: Move files to OE-Core for support distrodataAníbal Limón2015-08-144-1274/+0
| | | | | | | | | | | | | | | | | The {package_regex,upstream_tracking,distro_alias}.inc was copied to OE-Core because they refers to recipes into OE-Core. The recipe_color.inc was not copied because is deprecated, this file was used to mark the quality status of recipe in the beginning of the Yocto Project. [YOCTO #7895] (From meta-yocto rev: e0d46b6275933612191af4732f67101cd12e1498) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Fix SANITY_TESTED_DISTROS lsb name for openSUSE 13.2Trevor Woerner2015-07-311-1/+1
| | | | | | | | (From meta-yocto rev: eefd3580e451a09e7f4696f306d955a4caa1cf88) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: remove outdated informationAlexander Kanavin2015-07-311-39/+5
| | | | | | | | | | | | | | | | Most of the "no update reasons" no longer apply because the package has actually been updated long time ago, or the problem was in fact an incorrect upstream version check that can be fixed by tweaking REGEX_URI/REGEX pair. Also, only unfs3 is anymore taken from svn, so every other recipe for which upstream version is checked manually can be dropped. (From meta-yocto rev: b09425a8e5d0c1750c03d0b71a3f0ea15d4bedd1) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: updates to fix upstream version checks for multple packagesAlexander Kanavin2015-07-311-24/+121
| | | | | | | | | | | With this commit the percentage of recipes for which the upstream version check works should be improved significantly :-) (From meta-yocto rev: a1076652e8e6c7316bfe7018df53dd156770e31c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: drop reference to Google CodeAlexander Kanavin2015-07-311-1/+0
| | | | | | | | | | That service is shutting down soon. (From meta-yocto rev: 01bde161e20fd1ab6d9348e38d28acb31c13c231) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/maintainers.inc: maintainer updatesRoss Burton2015-07-311-1/+10
| | | | | | | | | | | | Reassign Saul's recipes to either myself or the logical owner (Jussi in the case of X, Khem for toolchain, etc). Add more missing owners. (From meta-yocto rev: 70d208ecd2b17809bd617520d2933e7475c7323b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/maintainers.inc: Fix parsing error due to lack of " at end.Aníbal Limón2015-07-291-3/+3
| | | | | | | (From meta-yocto rev: d84fc70c2a7c8fc17c927e9dd316fb9570750a90) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/maintainers.inc: remove Saul Wold from maintainershipRoss Burton2015-07-291-143/+137
| | | | | | | | | | Reassign Saul's recipes to either myself or the logical owner (Jussi in the case of X, Khem for toolchain, etc). (From meta-yocto rev: 3886ca5f878ceec1e7d40b62d24938bebecdf1b0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: change default version to 4.1Bruce Ashfield2015-07-251-7/+7
| | | | | | | | | | The 4.1 LTSI kernel is now availble, so we update the qemu reference platforms to have it as the default. (From meta-yocto rev: 42207321a52b69cecfb39e1e97f578822dbec9c3) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove gamin metadataRoss Burton2015-07-212-2/+0
| | | | | | | | | Gamin has been removed from oe-core, so remove the tracking data for it. (From meta-yocto rev: 7a65809e09845181087e784baeff0dd32a670691) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers/distro-alias: rename gtk-update-icon-cache to gtk-icon-utilsRoss Burton2015-07-162-2/+2
| | | | | | | (From meta-yocto rev: bdf8c318963b096ab11f0009fa3f6eec4efe207a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: Add rules for clutter recipesJussi Kukkonen2015-07-161-0/+4
| | | | | | | | (From meta-yocto rev: 3beb2e5cd75db16be948cba4d7182d187c9b24a0) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: reassign audio recipe maintainershipTanu Kaskinen2015-07-071-17/+19
| | | | | | | | | | | | | | | | | I hereby offer to take the responsibility for audio recipe maintenance in OE-core. Two new recipes were added to maintainers.inc: alsa-plugins and speexdsp. The speexdsp recipe isn't yet included in OE-core, but hopefully will be very soon (patches have been sent). Also, alsa-utils-alsaconf was renamed to alsa-utils-scripts some time ago, but that wasn't previously reflected in this file. (From meta-yocto rev: 4eaa672bbad726cad4d2d37560cf1d6e45b8f310) Signed-off-by: Tanu Kaskinen <tanu.kaskinen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex.inc: Use GNOME_STABLE rule for valaJussi Kukkonen2015-07-021-0/+1
| | | | | | | | (From meta-yocto rev: b93bc9229357f1ac932e7f06b08cb162b6a3c467) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: reassign GTK+ and X maintainershipJussi Kukkonen2015-06-231-167/+164
| | | | | | | | | | Assign Ross' GTK+ and X related recipes to me. Remove a few lines that refer to non-existing recipes. (From meta-yocto rev: 143d01d7011408869b9547a6e88552b8e7fd703d) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex.inc: Fix dbus version patternJussi Kukkonen2015-06-231-0/+5
| | | | | | | | | | D-Bus version x.y.z is unstable when y is odd. (From meta-yocto rev: afeff9cf964fe0616fe1439d76ddd90f0d62b8a1) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Update kernel to 3.19Saul Wold2015-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, allow PREFERRED_VERSION for linux-yocto-tiny to be overridden This addresses the warnings from the kernel configcheck: WARNING: [kernel config]: specified values did not make it into the kernel's final configuration: Value requested for CONFIG_ATA_PIIX not in final ".config" Requested value: "CONFIG_ATA_PIIX=y" Actual value set: "" Value requested for CONFIG_BRCMFMAC_SDIO not in final ".config" Requested value: "CONFIG_BRCMFMAC_SDIO=y" Actual value set: "" Value requested for CONFIG_NR_CPUS not in final ".config" Requested value: "CONFIG_NR_CPUS=64" Actual value set: "CONFIG_NR_CPUS=8" Value requested for CONFIG_PM not in final ".config" Requested value: "CONFIG_PM=y" Actual value set: "" [YOCTO #7478] (From meta-yocto rev: 07aa58ca651016ddb50fb3ff03194ddd02b2bcc3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: use correct GPLv3 license nameRoss Burton2015-06-081-1/+1
| | | | | | | | | | | | | The logic to determine whether qemu images can ship parts of the toolchain was using the old (non-canonical) name for GPL v3, which meant qemu images were attempting to install binutils in no-v3 images. Fix this by using the canonical license name in the check. (From meta-yocto rev: c50daec0515b3463c905005507fff67abea58b34) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change)Jussi Kukkonen2015-06-031-1/+1
| | | | | | | | | | | | | | | | | | | * Increase OELAYOUT_ABI: this is required because the xf86-video-modesetting package moves from its own recipe to xserver-xorg and sanity check cannot handle that currently. The upgrade will delete old xf86-video-modesetting files from sysroots. * Remove upstreamed xserver-xorg patches * Remove xf86-video-modesetting recipe: the driver is now included in xserver-xorg recipe, which now produces the xf86-video-modesetting package. The package version changes from 0.9 to 1.17.1 * Update xserver-xorg license checksum: modesetting license info (another MIT one) has been added to the file (From meta-yocto rev: f9f56ee4c89cfbec09b60e44f6b2f7cbc1ff4310) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex: add stable branch regex for PangoRoss Burton2015-06-031-0/+1
| | | | | | | (From meta-yocto rev: 955e2af19383b7389cbdd931d838cfab1e258b74) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/upstream_tracking: remove stale update reasonsRoss Burton2015-05-261-16/+0
| | | | | | | (From meta-yocto rev: 215df6aefa18386725687d837da887e313329604) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex: Add extra patterns for GNOME stable release packagesRoss Burton2015-05-261-0/+7
| | | | | | | (From meta-yocto rev: 2514f7642cebb761ce87f9fb7f20e09b741413e2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/package_regex: add patterns for GNOME stable releasesRoss Burton2015-05-261-0/+15
| | | | | | | | | | | The GNOME versioning scheme is set in stone, so add patterns for the latest stable release and the latest GNOME 2-specific stable release, and use them for atk, glib-2.0, gtk+ and gtk+3. (From meta-yocto rev: e3969d99a69023fb33622de232f98f871c248711) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove obsolete gstreamer 0.10 packages from distro configurationAlexander Kanavin2015-05-213-31/+0
| | | | | | | (From meta-yocto rev: 552a9754f1e9cb9ff412cde740b2f3c91dae07c3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: Remove obsolete reasonsJussi Kukkonen2015-05-211-5/+0
| | | | | | | | | | Remove no-update reasons where the mentioned blocking dependency has already been upgraded or removed. (From meta-yocto rev: 47159003439f1b24de53b1be8596dba067933b7b) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>