summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* distro: remove web and gtkhtml2 from distro trackingRoss Burton2013-02-195-9/+0
| | | | | | | (From meta-yocto rev: 92dd130f179dfe2f0fbc663055bf1ee99e2d101a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: update ownership of recipesConstantin Musca2013-02-171-7/+7
| | | | | | | | | | | - I am the new maintainer for: groff, apt, js, augeas, gnutls and libtasn1 (From meta-yocto rev: 7e6b567dc00e71ee42af93980f63d17f6db5d135) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add Ubuntu 12.04.2 to sanity tested distrosKhem Raj2013-02-141-0/+1
| | | | | | | | | | | | I have been running poky master on this distro for some time now, this fix will avoid the warning about validated distros during bitbake parse phase. (From meta-yocto rev: 09bb10c11c00ed802ec6947add93efe25b001bb9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Solved package namespace errors in PRSEmilia Ciobanu2013-02-141-2/+2
| | | | | | | | | | | Removed some beta versioning the system reported for the socat package and the development version reported by PRS for foomatic-filters. (From meta-yocto rev: 8a9bf7963df1bc001458341106b36af5df146e16) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Cleanup of upstream_tracking.inc fileemilia.maria.silvia.ciobanu@intel.com2013-02-121-1351/+6
| | | | | | | | | | | | The upstream_tracking.inc file should keep only the names of the packages that need to be manually checked for upstream versions by the maintainers. Removed the packages that were moved into other layers and the ones that are currently reported by the PRS. (From meta-yocto rev: 3c382b0f13848d363b3589f2023685d240d0cc4e) Signed-off-by: emilia.maria.silvia.ciobanu@intel.com <eciobanu@yoctoproject.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove orinoco-confRoss Burton2013-02-114-4/+0
| | | | | | | (From meta-yocto rev: 711aac2c293b4d3c53a1d1b34639645118133744) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove clutter-box2dRoss Burton2013-02-113-3/+0
| | | | | | | (From meta-yocto rev: 217d76f2a308642c81367355d25ff812f88ea59e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro: remove matchbox-strokeRoss Burton2013-02-114-4/+0
| | | | | | | (From meta-yocto rev: e80b0169e26bb84c95374e2d065f774c027da289) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Enable pkgvarcheck warningsRichard Purdie2013-02-071-1/+1
| | | | | | (From meta-yocto rev: 06578505d53ecfc072228a882abcd390fc86410b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* (distro_alias|maintainers|recipe_color).inc: remove update-modulesLaurentiu Palcu2013-02-043-3/+0
| | | | | | | | | Remove update-modules references since recipe has been removed. (From meta-yocto rev: 99789b1b8b16e445f9fa13185e0ea82317bc7702) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Remove zypper from distro tracking filesPaul Eggleton2013-02-044-12/+0
| | | | | | | | | | We no longer have zypper/libzypp/sat-solver, so remove references to them. (From meta-yocto rev: 3a30ea7b938d5d9931adc96bc698a0f25cf1c320) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Maintainers.inc file updateAndrei Dinu2013-01-251-40/+40
| | | | | | | | | | Updated the maintainers.inc file replacing the maintainer Scott Garman with Andrei Dinu. (From meta-yocto rev: a15cdd80e8a9674070150f54dd34fc7c1d78dfdc) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: remove e-d-s and libicalRoss Burton2013-01-215-9/+0
| | | | | | | (From meta-yocto rev: 16d4a6c44fdda6a230a26848347bbaa057a966af) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-bleeding: Ensure poky overrides are appliedRichard Purdie2013-01-201-0/+1
| | | | | | (From meta-yocto rev: 79d8d084f1053041540355c0712643be91c21905) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Added DISTRO var to poky-bleeding conf fileCristiana Voicu2013-01-201-0/+2
| | | | | | | | | | | | -noticed in Hob that when DISTRO was set to poky-bleeding, it was not saved; it was overriten by "poky" [YOCTO #3670] (From meta-yocto rev: 9295b3f89b81a52b2693ae97edb1a4467c630e5f) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk-directfb: rename to directfbConstantin Musca2013-01-203-3/+3
| | | | | | | | | | | | | - core-image-gtk-directfb has been renamed to core-image-directfb - packagegroup-core-gtk-directfb has been renamed to packagegroup-core-directfb - DirectFB is not supported by gtk versions >= 2.18 (From meta-yocto rev: 545b3fdebc0d4d5e5bf2e56eab2288a5c4282e9e) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Modified meta-yocto/conf/distro/include/package_regex.incEmilia Ciobanu2013-01-201-11/+11
| | | | | | | | | | Removed all *alpha*, *beta*, *rc* from regexes. (From meta-yocto rev: 49ec9a8abfff5a29296681b81c1ca8d35039bc3b) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng: update references to legacy lttng recipesTom Zanussi2013-01-203-8/+3
| | | | | | | | | | | | | 'legacy' lttng was removed, so we need to remove the references to the legacy lttng recipes, namely lttng-control and lttng-viewer. Also update recipe_color to add entries for the new lttng-2.0 recipes lttng-modules, lttng-tools, and babeltrace, to maintain consistency. (From meta-yocto rev: ce68fe95471200261e1ac968f63ae82020ac8871) Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: updated package ownersBogdan Marinescu2013-01-201-2/+2
| | | | | | | | | | | | The linux-libc-headers and linux-libc-headers-yocto packages are currently maintained by Bruce Ashfield. The maintainers.inc file was updated with this information. (From meta-yocto rev: 37e2db30e957fa2b0e515813e678b557fafadc8c) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgdata: finalize recipe removalConstantin Musca2013-01-073-5/+0
| | | | | | | | | Part of the sato trimming process (From meta-yocto rev: 47c6961012d1d17806d9f6470d3b7e22dbcf3313) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mutter: finalize mutter removalConstantin Musca2013-01-074-6/+0
| | | | | | | | | | Part of the sato trimming process (From meta-yocto rev: eec00ddec7fe56a7a18b50d76c477a0ba6cd589e) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gthumb: finalize removalConstantin Musca2013-01-073-5/+0
| | | | | | | | | | Part of the sato trimming process (From meta-yocto rev: febbf206e8c1c6a39d6ccf327583351bf0839494) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/poky: Add "Debian GNU/Linux 7.0 (wheezy)" as know distributionOtavio Salvador2013-01-071-0/+1
| | | | | | | | (From meta-yocto rev: a2bded271ed7168737b018dc3c00ca7464394dfe) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Added regex file in meta-yocto/conf/distro/include.Emilia Ciobanu2013-01-071-0/+291
| | | | | | | | (From meta-yocto rev: b8512a54f093ab56a03f4bc20d06552120381105) Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny.conf: blacklist inappropriate image optionsConstantin Musca2012-12-131-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Blacklist all images that fail when using poky-tiny poky-tiny image tests: 1. build-appliance-image * ERROR: Nothing RPROVIDES libx11-dev 2. core-image-minimal-* * ok 3. core-image-base * libcap fails at do_compile 4. core-image-basic * libcap fails at do_compile 5. core-image-clutter * ERROR: Nothing PROVIDES virtual/libx11 6. core-image-gtk-directfb * ERROR: Nothing RPROVIDES libxt 7. core-image-lsb, core-image-lsb-dev, core-image-lsb-sdk * ERROR: Nothing RPROVIDES libxt 8. core-image-rt * ERROR: Multiple .bb files are due to be built which each provide virtual/kernel (/home/dev/yocto/poky/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb /home/dev/yocto/poky/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb). 9. core-image-rt-sdk * ERROR: Nothing PROVIDES xext 10. core-image-sato, core-image-sato-dev, core-image-sato-sdk * ERROR: Nothing PROVIDES libxft 11. core-image-x11 * ERROR: Nothing PROVIDES virtual/libx11 12. q4te-demo-image * libcap fails at do_compile [YOCTO #2565] (From meta-yocto rev: 6b6d84b6652f57ea8dd37e6921c280d30ef04b93) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Tweak ownership of recipesSaul Wold2012-12-031-15/+15
| | | | | | | | | | | hwlatdetect -> Darren Hart lttng-modules -> Bogdan Marinescu mtdev -> Ross Burton (From meta-yocto rev: 29c5d0f36d7f8eb206f62df0931b32a759576f0a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: ltp and connmanMihai Lindner2012-11-281-4/+4
| | | | | | | | | | Had my eyes in these areas lately and updates to upstream_tracking were in order. (From meta-yocto rev: a4ff07d0678f5cf395cb430a2e479d2b08f4ed9f) Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers.inc: Update ownership of recipesConstantin Musca2012-11-221-173/+173
| | | | | | | | | | Take Valentin's recipes because he's not working on the project anymore. (From meta-yocto rev: de6064a222e59df32e8052e7f11eebc106bba862) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Tweak ownership of recipesSaul Wold2012-11-201-7/+7
| | | | | | | | | | | | hwlatdetect -> Darren Hart python-* -> Bogdan Marinescu lttng-modules -> Bogdan Marinescu mtdev -> Ross Burton (From meta-yocto rev: 6bb4d4802bef31ec0e0ed1e7b6a82bb22af57462) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Enable warning on textrel QA checkRichard Purdie2012-11-121-1/+1
| | | | | | (From meta-yocto rev: 069e8eff981f0d38d3f5161b2b505273fd8e1b50) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: update for 1.4 planningBogdan Marinescu2012-11-121-18/+18
| | | | | | | | | Updated upstream_tracking.inc with the corresponding manually checked packages. (From meta-yocto rev: e4c95a964025e1d92a918b8e65ea40c5ad6bc627) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: update according to YP 1.4Cristian Iorga2012-11-121-26/+35
| | | | | | | | | Updated upstream_tracking.inc with manually checked packages. (From meta-yocto rev: 2d4099866273b9f7bcc01c350b1c69399227c70c) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking.inc: Update hdparmRadu Moisan2012-11-121-1/+1
| | | | | | | (From meta-yocto rev: d416abd18cae5297b8bd0a0be0d26eb6a6e954ff) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: update for 1.4 planningRadu Moisan2012-11-121-6/+6
| | | | | | | | | Updated upstream_tracking.inc, mainly CHECK_DATE. (From meta-yocto rev: dc8b41b85505c6a488ce7095462d0df63c50bbb6) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: Update for 1.4 PlanningSaul Wold2012-11-121-29/+29
| | | | | | | | | | | | | | | | The following need updating based on this review: kconfig-frontends libcheck sqlite3 libmad less sysstat psmisc (From meta-yocto rev: eb8a7ae6e14545e2d7734568660450fa56ef5ec9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* maintainers: Update file with missing maintainersSaul Wold2012-11-121-77/+231
| | | | | | | (From meta-yocto rev: 289b4b5c1e660776270d2c72ffb9322758feaf96) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add multiarch to DISTRO_FEATURESRichard Purdie2012-10-251-1/+1
| | | | | | | | | | | It makes sense to support a variety of different archiectures in utilities such as binutils so add multiarch to DISTRO_FEATURES. [YOCTO #3120] (From meta-yocto rev: 2912fb5a9f24a5d114c4e5a11d64610a839235c3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias: Update for Internal BOM trackingSaul Wold2012-10-111-0/+12
| | | | | | | (From meta-yocto rev: 70b1616ef32b668ee4e2ebe11dd99e6f8fd067eb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bumping DISTRO/SDK valuesElizabeth Flanagan2012-10-101-2/+3
| | | | | | | With 1.3 coming soon, it's time to bump DISTRO_NAME, DISTRO_VERSION SDK_VERSION and SANITY_TESTED_DISTROS Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
* poky-tiny: Update the default kernel to linux-yocto-tiny_3.4Darren Hart2012-10-081-1/+1
| | | | | | | | | | The 3.4 linux-yocto-tiny kernel successfully boots to a prompt for qemux86. (From meta-yocto rev: e24ea77ca40e096f294649e3f85c8ec47efcbb87) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: fix Poky release info to include release numberSaul Wold2012-10-051-2/+2
| | | | | | | (From meta-yocto rev: 4287c2199443b41da3e5637a844f886513d92bc0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_alias: Update for 1.3 BOM CreationSaul Wold2012-10-041-43/+72
| | | | | | | | | | | Fixed Ordering of packagegroup Added entries for qemu-config split Added entries for new packages, anotated approved packages (From meta-yocto rev: 2c50e628aa6735156071f53d617938e610370b6f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: remove mesa-xlibRoss Burton2012-10-032-2/+0
| | | | | | | (From meta-yocto rev: 563e39cb3833e754140943304c95ec77a69f67e3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Remove git proxy configuration check urlRichard Purdie2012-10-021-3/+5
| | | | | | | | | | | | | | | The git proxy check seems to be hurting the user experience more than its helping it so lets remove it andonly check http/https. Most builds should be able to work from the http:// urls from the mirrors. This also brings some parity to the situation as svn:// were not being checked. [YOCTO #3119] (From meta-yocto rev: 68feb0b752907899a15773fea30345472f785488) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-sanity.bbclass: bblayers.conf should be updated automaticallyConstantin Musca2012-10-021-0/+3
| | | | | | | | | | | | | | | | | | - we need a bbclass (poky-sanity) so that we can append to the check_bblayers_conf bitbake function from sanity.bbclass the bblayers.conf specific merging functionality - add check_bblayers_conf_append bitbake function which does the meta-yocto specific updates (the bblayers.conf v5 -> v6 update) - every layer should make its specific bblayers.conf updates - we ask the user to re-run bitbake because we can't trigger reparsing without being invasive [YOCTO #3082] (From meta-yocto rev: 636783633ac0cd5bf66f8b9c9b26cb31ad082451) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: supported distro warning updatePaul Eggleton2012-10-011-3/+8
| | | | | | | | | | | | | | | | * Remove Fedora 15 (no longer supported by Fedora project) * Add upcoming Fedora 18 * Add upcoming Ubuntu 12.10 * Add CentOS 5.8 & 6.3 * Add new Poky distro name format (self-hosted / build appliance) for Yocto Project 1.2 / 1.3 * Update Debian squeeze to 6.0.6 (automatic update from earlier 6.0.x) * Add openSUSE 12.2 (From meta-yocto rev: 817cb382f3f2fcd8134491578662d90bb50cd0bc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Clarify DISTRO_NAME to be less confusingRichard Purdie2012-10-011-1/+1
| | | | | | (From meta-yocto rev: e8f58bd92455e806985141f5e8df0b34d01bb4de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: We need to clear WARN_QA to avoid the unsafe-referencesRichard Purdie2012-09-261-0/+1
| | | | | | | | | | The intention of the previous patch was to disable these warnings but by commenting out the line, it caused a fallback to the defaults which enable it. This really disables the warnings. (From meta-yocto rev: 7d4759a5780de76dcdeeb1ee37198637ff144d42) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Silence unsafe reference warningsRichard Purdie2012-09-201-1/+1
| | | | | | | | | | | | These QA warnings undermine the quality impression of OE-Core. They are useful in some specific circumstances but until the system has been audited and these warnings are reduced, they shouldn't be showing by default. Therefore disable them for now. (From meta-yocto rev: e1dcffb66317b98fe5a0f545bbea80a6a48fc02b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* upstream_tracking: update lsb and ltpKang Kai2012-09-141-6/+5
| | | | | | | | | Update version information of packages lsb and ltp. (From meta-yocto rev: 347f9ff4d49412c58a45094bc21a5e3e87b93e53) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>