summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/include
Commit message (Collapse)AuthorAgeFilesLines
* maintainers.inc: Became maintainer of python2 and python3Alejandro Hernandez2015-03-091-2/+2
| | | | | | | | (From meta-yocto rev: bbfee008946efe8e3be06dc41b6b454d4d59245c) 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>
* package_regex.inc: Cleanup and organizeAníbal Limón2015-02-141-355/+109
| | | | | | | | | | | | | | | | | | Removed unnecesary entries because now are supported by latest_versionstring method of bitbake fetcher. Organized regex'es into categories, - REGEX that are special cases. - REGEX_URI's for upstream site that don't provide get (403, 404, 550) support. - Python PyPI site and Sourceforge site. - GIT REGEX'es that are special cases. (From meta-yocto rev: fb85931362cdc125115128c706f7e4d18e9fe887) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: Remove entries that now isn\'t neededAníbal Limón2015-02-141-107/+31
| | | | | | | | | | Remove manual upstream tracking entries that isn't needed because now there are supported by latest_versionstring method. (From meta-yocto rev: a1932069696a3f9149d6f4bc006c413a8f6eec6f) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Update some items for Randy Witt.Randy Witt2015-02-021-14/+14
| | | | | | | | (From meta-yocto rev: 0d12e6a53743536d521233a20d2e37209845969b) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: update entries for bashHongxu Jia2015-01-231-0/+1
| | | | | | | (From meta-yocto rev: 8777825344e201080547dc91a6c3a2f9a716760c) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Clean up a couple itemsSaul Wold2015-01-211-2/+0
| | | | | | | (From meta-yocto rev: 8636965b2e145002054c61822cbe2462392786f0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Update for non-maintained recipesSaul Wold2015-01-201-9/+23
| | | | | | | (From meta-yocto rev: 20ac71eb2e9dfb6676a7565550a70e75c574fcf3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update itRobert Yang2015-01-161-0/+4
| | | | | | | | | | | | | | Added: gnu-efi python-git python-gitdb systemd (From meta-yocto rev: d3f8944125202da61a6247dba8dd1de6baa01fc0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/conf/distro/include: Update package_regex'es and upstream info.Aníbal Limón2014-12-212-119/+42
| | | | | | | | | | | Update package_regex.inc in order to match upstream versions, remove unnecesary records because bb.fetch2 latest_versionstring method match this cases. Update upstream_info.inc remove un-updated records. (From meta-yocto rev: 0b9346afa6c09eca2e9738a55929af56de8dec55) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: update entries for dbusChong Lu2014-12-031-1/+1
| | | | | | | (From meta-yocto rev: 6b4fca83123c4e45ae48a72eab494b3b4d93002e) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: Update REGEX'es in order to find upstream versions correctlyAníbal Limón2014-11-281-196/+204
| | | | | | | | | | | | | | | | | | | Since Bitbake fetcher implements latest version string methods using bs4 to parse HTML data some regexes need update because bs4 gives functionality to get href entries and isn't necessary put pattern [hH][rR][eE][fF] into it, this make maintenance easier. Compatibility testing was made running distrodata class and the result files can be found at: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1813 [YOCTO #1813] (From meta-yocto rev: 9a926dda9f945f181775f64f024af7ee2ea8e6a4) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update maintainersRobert Yang2014-11-261-41/+39
| | | | | | | | | | | * Update maintainers * Fix some typos * Remove duplicated lines (From meta-yocto rev: 7a817624fd068146ba9d66eff64acf4918f6ccc0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Update per replies on OE-CoreSigned-off-by: Saul Wold2014-11-101-6/+15
| | | | | | | (From meta-yocto rev: bc8b6d31dcb0ac4a0cda77214369259c8eb37027) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Updated with some ownership for Aníbal Limón and ↵Aníbal Limón2014-10-301-35/+35
| | | | | | | | | Alejandro Hernandez. (From meta-yocto rev: aba82bf1ddd581ed432771c6f19998370e120f41) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nettle: Add name to maintainers listArmin Kuster2014-09-021-0/+1
| | | | | | | (From meta-yocto rev: a0737c1b1bc7d233b52342eb852e5f9cd670c02e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: add lz4 version and date info for packageArmin Kuster2014-09-021-0/+3
| | | | | | | (From meta-yocto rev: 665f270cc71531351e20d285df96e1f087001d9d) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-floating-revisions: SRCREV never worksin PREFERRED_VERSION, remove bad ↵Richard Purdie2014-08-251-8/+8
| | | | | | | | example (From meta-yocto rev: 42e89dca7916e033c278d5bd71cd283b9dd7d1da) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nettle: add nettle to trackingArmin Kuster2014-08-231-0/+2
| | | | | | | | | | | | | | | | add note on regarding nettle upgrade V2: add missing '_pn' : more description. Nettle version 3.0.0 breaks gnutls build do to api changes. Updating to nettle 3.0 is on gnutls roadmap https://www.gitorious.org/gnutls/pages/Plan3_4 (From meta-yocto rev: 3cf0833b08329c734da9ea4330eedea9b3431299) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream-tracking: Add various CHECK_DATE and UPDATE_REASONs for my recipesRichard Purdie2014-08-031-0/+6
| | | | | | | | | Update the CHECK_DATE and various UPDATE_REASON/UPDATE_VERSION fields for various recipes I maintain. (From meta-yocto rev: f16a309c722ea021d351d42a2e2853e771f51c82) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lz4: Add self to maintainers listArmin Kuster2014-07-161-0/+1
| | | | | | | | (From meta-yocto rev: e06f8c0f07510b3bd31b21419546c7b02eaabd75) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: add info for libicalCristian Iorga2014-07-081-0/+1
| | | | | | | (From meta-yocto rev: 125187ff53a9d67940e73ef788a9cb3ebc750031) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Update directfb/ghostscript/libnewt/qmmp ownershipHongxu Jia2014-06-171-5/+5
| | | | | | | (From meta-yocto rev: e5ced15bcec6c61d39df977cd53b92ab62374f68) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Update package ownershipSaul Wold2014-06-141-234/+241
| | | | | | | | (From meta-yocto rev: 0d9336602b816e0acc3b67878320d155e5b0d205) Signed-off-by: Ross Burton <ross@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: js package removedCristian Iorga2014-05-191-1/+0
| | | | | | | | | | js package is no longer present in oe-core; Removed Cristian Iorga as maintainer. (From meta-yocto rev: 7904a4c10122aa87ca815d1fad06803bb38fdcda) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: Changed, removed and added regexesIrina Patru2014-04-291-90/+104
| | | | | | | (From meta-yocto rev: d6774bb3be42b65471390855a181fbe4bc11d2d8) Signed-off-by: Irina Patru <irina.patru@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: update/sort alias information.Beth Flanagan2014-04-221-33/+36
| | | | | | | | | | | | | | | | Added new package data and resorted per http://article.gmane.org/gmane.linux.embedded.poky/9253 Removed -native packages as distrodata handles them in OVERRIDES. However, meta packages and grub-efi are special and needs some handling within distrodata. I have a patch for this but for the release I'm leaving them within distro-alias. (From meta-yocto rev: 8dd51c4781634eb4cf3b431fcc1efd33b6653e7c) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: remove packagegroup-toolset-nativeRobert Yang2014-03-301-1/+0
| | | | | | | | | | | There was a patch in oe-core to remove the recipe packagegroup-toolset-native.bb, then we also need to remove it from distro_alias.inc. (From meta-yocto rev: 98e86ada4827013af0e9a0e9719d65cde329ecd8) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/conf/distro/include/*: update image/packagegroup entriesPaul Eggleton2014-03-072-14/+6
| | | | | | | | | | These files were somewhat out-of-date with regard to some of the changes that have happened with packagegroups and images, so update them. (From meta-yocto rev: 752d64f5e2c9cccf939b131bbcb5bd52b5d1e6c6) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: update regexValentin Popa2014-03-051-1/+2
| | | | | | | | | update regex for gnutls (From meta-yocto rev: 9ee4cb153b60baaa284cbc2aabb40e0e5c7ea44f) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex.inc: fix a minor typoLaszlo Papp2014-02-061-1/+1
| | | | | | (From meta-yocto rev: cc11f8ee938136348972c75df02a33938efcffb7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: remove outdated glib-2.0 entryRobert Yang2014-01-061-1/+0
| | | | | | | | | | glib-2.0: out of date, it was added before/when 2.35.8, now we use 2.38.2 (From meta-yocto rev: afaac61f9319473ac4f62597ba69880cd5ba29d9) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: reassign e2fsprogsRobert Yang2014-01-031-1/+1
| | | | | | | | | Paul has agreed to reassign e2fsprogs to Robert (From meta-yocto rev: 99eb907f6fe6fae9ead54523782baa64a700c0ec) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: reassign tzcode-nativeRobert Yang2014-01-021-1/+1
| | | | | | | (From meta-yocto rev: 49d8093a6c8b2040075377c8f54fc33103c75b5b) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: update entriesRobert Yang2014-01-021-13/+1
| | | | | | | | | | | | | | | | Remove/update the following entries: autoconf: out of date, it was added before/when 2.68, now we use 2.69 autogen: out of date, it was added before/when 5.12, now we use 5.17.4 automake: out of date, it was added before/when 1.12, now we use 1.14 pn-gmp: out of date, it was added before/when 5.0.5, now we use 5.1.1 makedevs: out of date, it was added before/when 1.0.0, now we use 1.0.1 glib-2.0: update it. (From meta-yocto rev: dd92507c6734ad4ab72367a159067482516190f3) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-toolchain-sdk: Remove references from meta-yoctoSaul Wold2013-12-192-2/+0
| | | | | | | | | [YOCTO #5676] (From meta-yocto rev: 0d7ecc132797aacf7642cf4aaa43e0bd4239c491) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: remove no update reason because it was updatedCristiana Voicu2013-12-181-1/+0
| | | | | | | (From meta-yocto rev: a413fb20706061422d74692baa329b24bba49eb7) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: drop external-*Paul Eggleton2013-12-131-3/+0
| | | | | | | | | These are all obsolete now. (From meta-yocto rev: 293f0780c7864413ca89d5d53ec7215e1e612a2d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update the the maintainersRobert Yang2013-12-131-80/+80
| | | | | | | | | Hongxu, Qi, Chong and Robert takes 80 recipes. (From meta-yocto rev: eb15164117e49944306c8fbf0d70a07f2cbed7f0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: remove GMAE package groupsRoss Burton2013-12-103-8/+0
| | | | | | | (From meta-yocto rev: 3464c5d3b0cb149c63d74146bb7b3ebee89f644e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: Update manual check for minicomCristian Iorga2013-10-231-1/+1
| | | | | Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package-regex: Tweak python-docutils so it works correctlySaul Wold2013-10-181-1/+1
| | | | | | | (From meta-yocto rev: 8bd33820b4d1944a9f7730f8e2676d0d45e1cd0b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: better sortElizabeth Flanagan2013-10-081-39/+39
| | | | | | | | | | | | | | Re-sort as suggested by Peter Kjellerstedt http://article.gmane.org/gmane.linux.embedded.poky/9253 This also standardizes spaces. The sort Peter suggests, however, does not account for the header. (From meta-yocto rev: dc3f562496769f9756f8ef1f1399f19e82146cb2) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: Package correctionsElizabeth Flanagan2013-10-081-12/+43
| | | | | | | | | | | This commit corrects a few duplicate distro aliases and adds some packages missed for other arches as universe is slightly different per machine. (From meta-yocto rev: f179ce4473c0b597a8f9cfd80ff32f3118075342) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: remove obsolete recipesCristiana Voicu2013-10-074-9/+0
| | | | | | | | | | | This patch removes some references on imake, xorg-cf-files and transfig from maintainers, distro_alias, recipe_color, package_regex and seperatebuilddir files. Transfig, imake and the associated xorg-cf-files were removed. (From meta-yocto rev: 5f26c40e6a62adcd68ddf3bbfa400aa28d78d2b6) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias: Fix missing =Saul Wold2013-10-031-1/+1
| | | | | | | (From meta-yocto rev: 13cf3223c7eb5ecd1f81156272809705cd2aa68b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Add some maintainersSaul Wold2013-10-031-0/+12
| | | | | | | (From meta-yocto rev: cf6117994e11a318a56612e1fab144238093db2e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package_regex: Add python-docutilsSaul Wold2013-10-031-0/+2
| | | | | | | (From meta-yocto rev: 75e00d53b07bd618771305b964a833d07726fbb3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: Update manual checked listSaul Wold2013-10-031-6/+8
| | | | | | | (From meta-yocto rev: 23a1bcc2a610f903a5e87370c470c50defd60f04) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: update distro_aliasElizabeth Flanagan2013-10-011-1/+43
| | | | | | | | (From meta-yocto rev: d67242678034a096010be0e87e2623292ea2dce1) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias.inc: Sort entriesElizabeth Flanagan2013-10-011-14/+14
| | | | | | | | | | Entry order is inconsistent. sort -d on entries. (From meta-yocto rev: 2e1f75cae22adc37cd4bea736bcc3c13ba1eae16) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenPOWER on IntegriCloud