summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky.conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-281-104/+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>
* 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>
* poky: Add poky-world-exclude.inc and add qwt-asRichard Purdie2016-02-011-0/+2
| | | | | | | | | | | | | | 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* poky.conf: Fix git URL exampleMariano Lopez2015-05-141-1/+1
| | | | | | | | | | | | The git URL example fails because bitbake fetch checks references (refs/heads, refs/tags). It is not able to search for HEAD alone. This search mode was implemented on 2014-01-21 (From meta-yocto rev: bf92f64da9891397d746d6195921111d6a42c6c2) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Added Ubuntu 15.04 to SANITY_TESTED_DISTROSLucian Musat2015-05-141-0/+1
| | | | | | | | (From meta-yocto rev: c849de7d981f518704dac59a0d7b07e712ef96d4) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove SVK mirrorRoss Burton2015-05-051-1/+0
| | | | | | | | | | The svk fetcher was removed in bitbake 1.22 and oe-core master doesn't consider svk: a valid URL for mirrors. (From meta-yocto rev: fff0423522b9574698575b1a28cf77a7831371c1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Add 1.8 to sanity tested distro listRichard Purdie2015-03-251-0/+1
| | | | | | (From meta-yocto rev: acfd794fe6e45790a1021b0533cab45d14368e6a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Flip DISTRO_VERSION for post 1.8 releaseBeth Flanagan2015-03-251-2/+2
| | | | | | | | | Flipping DISTRO_VERSION for post fido. (From meta-yocto rev: 924e4f47c0da14aa9e9f4d71659e8cee44f5b678) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto/distro: Updated SANITY_TESTED_DISTROS.Lucian Musat2015-03-231-5/+2
| | | | | | | | | Added OpenSUSE-13.2, Fedora 21. Removed poky 1.6 and Ubuntu 12.04. (From meta-yocto rev: 8b7bd4de4f23a4d115a7a168cae25c8f74e3119c) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Fix 'distro is not validated' warning for OpenSUSEEd Bartosh2015-03-231-2/+2
| | | | | | | | | | | | | | Updated openSUSE distro names used in meta-yocto/conf/distro/poky.conf. Currently used distro names cause bitbake to issue this warning on all openSUSE systems: WARNING: Host distribution "openSUSE-NN.N" has not been validated with this version of the build system. (From meta-yocto rev: 2d4e276f25bf70637f5a8762f363821643de2de3) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update for post 1.7 release versioningRichard Purdie2015-03-101-2/+2
| | | | | | | | [YOCTO #7325] (From meta-yocto rev: ea78356221bb186694e67c04592c3d950cc3f975) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: resolve mismatch between poky bblayers version and OE-CorePaul Eggleton2015-02-231-1/+0
| | | | | | | | | | | | | | | | | | | Drop our custom LAYER_CONF_VERSION (since the OE-Core version is now the same) and ensure that poky-sanity's update function runs first so that anyone still using version 5 with poky gets the meta-yocto / meta-yocto-bsp split handled instead of OE-Core's no-op upgrade. Also fix the version check so that the poky 5->6 upgrade is still performed if the latest version is greater than 6. NOTE: this of course relies on the corresponding version bump patch in OE-Core. Fixes [YOCTO #6139]. (From meta-yocto rev: 3e4404c73602e8cb9efca0f6f2ec788ff68046eb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: update qemu default kernel version to 3.19Bruce Ashfield2015-02-211-7/+7
| | | | | | | | | | The 3.19 kernel has been tested against core-image-minimal and sato, so we make it our new default kernel version. (From meta-yocto rev: 9e7e4510ad9e3201e9ed7d8366208c7387407e7a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: use logic to edit WARN_QA and ERROR_QARoss Burton2015-02-031-7/+5
| | | | | | | | | | | | | | Instead of overriding WARN_QA and ERROR_QA, edit the defaults to remove specific tests from WARN_QA and add them to ERROR_QA. This should avoid tests being added to poky.conf but not insane.bbclass (unknown-configure-option wasn't enabled in oe-core), or vice versa (infodir wasn't enabled in Poky). (From meta-yocto rev: 32f5014c871f5fd86262fb6a87b60360b1b21d07) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove poky-feed-config-opkg from imagesRoss Burton2015-02-031-2/+0
| | | | | | | | | | This recipe didn't do anything beyond opkg-arch-config so it was deleted from oe-core. Update the Poky distro configuration to stop install it. (From meta-yocto rev: fc4daa22422accc83ce03d74fc32312f1b93aff0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: change case of Poky for DISTRO<->SANITY mismatchPaul Gortmaker2015-01-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using anything build appliance based will emit the warning: WARNING: Host distribution "poky-1.7" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. The chain of events leading to this is: 1) At image creation time: meta-yocto/conf/distro/poky.conf: DISTRO = "poky" meta/recipes-extended/lsb/lsb_4.1.bb: echo "DISTRIB_ID=${DISTRO}" >> ${D}${sysconfdir}/lsb-release 2) At deployment/usage time of the created image: meta/lib/oe/lsb.py: output, err = bb.process.run(['lsb_release', '-ir'], stderr=PIPE) meta-yocto/conf/distro/poky.conf: SANITY_TESTED_DISTROS ?= " \ Poky-1.6 \n \ Poky-1.7 \n \ [...] meta/classes/sanity.bbclass: distro = oe.lsb.distro_identifier() tested_distros = sanity_data.getVar('SANITY_TESTED_DISTROS', True) and hence the lsb.distro gets the lower case "poky" which fails to match the upper case "Poky" used in SANITY_TESTED_DISTROS. (From meta-yocto rev: 3373b04f8a61e5daa5d24501c0c7d8f947afb3f8) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add support for running mips64 qemu machineCristian Iorga2015-01-141-2/+2
| | | | | | | | | | | | qemumips64 machine lacks a qemu system emulator, so add it. Fix for [YOCTO #7082]. (From meta-yocto rev: 881f334879a42934ba50281c558eefcd8a74ad9e) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: mark all CentOS 6/7 versions as compatiblePaul Eggleton2015-01-121-1/+2
| | | | | | | | | | | | | | | It's rather unlikely with a distribution such as CentOS that they would introduce changes that would cause us issues that we would not be prepared to fix; therefore use a wildcard to suppress the warning (in any case, CentOS 6.6 is now the current 6.x version.) Also add CentOS 7 as we are running regular builds on CentOS 7 machines as part of the autobuilder infrastructure. (From meta-yocto rev: 7eba5a772bb9e78288b4d8034d2f1925228a6343) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add file-rdeps to WARN_QAPaul Eggleton2015-01-071-1/+1
| | | | | | | | | | This was added to the default value of WARN_QA in insane.bbclass in OE-Core, but we missed adding it to the value set in poky.conf. (From meta-yocto rev: 125621909c69ac00ca90e6001b7798c5123b0405) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add qemuarm64 supportRichard Purdie2014-12-231-1/+2
| | | | | | (From meta-yocto rev: 95232227e1a38bad4d97ab38dae9f7b4e4533efb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sanity: TMPDIR ABI change for kernel processRichard Purdie2014-12-211-1/+1
| | | | | | | | Increase the ABI number to match the kernel build process change. (From meta-yocto rev: 4214e61977dab113f5a8a1e1c9b3efe975c56c3a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/poky: Add Debian 8 (Jessie) as sanity testedOtavio Salvador2014-12-111-0/+1
| | | | | | | | | | | | | The Debian 8 (codename Jessie) is frozen and has been in use in our machines for some time. It has been working fine and as it is about to be released it is better to whitelist it and remove the ugly warning from build logs. (From meta-yocto rev: 1e34f87ace4a5c03c1be544acb7877c11bca9a28) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 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 Musat2014-12-051-14/+2
| | | | | | | | | | Removed Poky-1.4, Poky-1.5, Ubuntu-13.10, Fedora-19, CentOs-6.4,Suse-LINUX-12.2. Replaced the list of Debian-7.x with wildcard. Added Ubuntu 14.10. (From meta-yocto rev: 2e71ff3f007f446ecfd6a0ccce5ec1ca1018183e) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add Debian 7.7 to SANITY_TESTED_DISTROSRoss Burton2014-10-241-0/+1
| | | | | | | (From meta-yocto rev: bf36e7598d1718851b2d49fe77b4a46b4da3071a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "meta-yocto: make 3.17 the preferred qemu kernel version"Richard Purdie2014-10-101-7/+7
| | | | | | | | | | | | | | | | | | 3.17 has problems with: a) CONFIG_USB_WACOM -> CONFIG_HID_WACOM b) The wacom driver no longer working with qemu c) The USB stack being missing on arm and ppc and these are just the issues we know about. Switch back to 3.14 until 3.17 is fixed. This reverts commit 6a56492f3ae5e2a7e4d5b80169710a0eab87c0e2. (From meta-yocto rev: 60ff51c7a53865ac6d6f04119264982fc6a7fa4e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: make 3.17 the preferred qemu kernel versionBruce Ashfield2014-10-021-7/+7
| | | | | | | | | | 3.17 is ready and stable to be used as the default for the qemu* BSPs, so we update their preferred version to reflect this. (From meta-yocto rev: 7d6a692ab48e793ec2af79303d160ddb4fca324d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 1.7 dizzy releaseRichard Purdie2014-09-231-2/+3
| | | | | | (From meta-yocto rev: aa6a779bbda84b53587979cc400aa4d30afbf03a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro/poky: Add Debian 7.5 and 7.6 version as validatedOtavio Salvador2014-09-031-0/+2
| | | | | | | (From meta-yocto rev: b3191f636e19bda563e7b4d0ec6575159760830e) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Enable build-deps QA test bu defaultRichard Purdie2014-08-021-1/+1
| | | | | | (From meta-yocto rev: ccd75ba472eae6d09b60565b0eeb59300425623b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Catch up with qemu-config rename -> packagegroup-core-device-develRichard Purdie2014-07-211-1/+1
| | | | | | (From meta-yocto rev: 47fe26b0732559398a83988390302963c8c17bb5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add gitsm PREMIRRORSRichard Purdie2014-06-191-0/+1
| | | | | | (From meta-yocto rev: 44419af9a835d355a67cc5c61faa1b605dfe3ab3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Globally replace 'base_contains' calls with 'bb.utils.contains'Otavio Salvador2014-04-251-1/+1
| | | | | | | | | | | The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. (From meta-yocto rev: 5021839af713cb34bea5888981f2184104b6d35e) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Post release version bumpRichard Purdie2014-04-101-2/+2
| | | | | | (From meta-yocto rev: 309dce3da11c02f07f8066b6ef28eb7ff345c1c8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Branch for 1.6 daisy releaseRichard Purdie2014-04-101-2/+2
| | | | | | (From meta-yocto rev: 9e8ff9d7f0e80cf91983256e98cbb1f49213e61c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update SANITY_TESTED_DISTROSAlexandru Palalau2014-04-101-0/+1
| | | | | | | | | Added openSUSE-project-13.1 to SANITY_TESTED_DISTROS (From meta-yocto rev: 01343508770d001bb87b0bce9826b68136c9400f) Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update SANITY_TESTED_DISTROSAlexandru Palalau2014-04-091-3/+1
| | | | | | | | | | Removed Ubuntu 12.10, Ubuntu 13.04 and Fedora 18 from SANITY_TESTED_DISTROS Added Ubuntu 14.04. Tests were done for Ubuntu 14.04 beta. (From meta-yocto rev: 92690c68b4907eaf8869efc080ce1202a3bf693a) Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: added Poky 1.6 as tested distroCristian Iorga2014-04-041-0/+1
| | | | | | | | | | Build Appliance will not complain about distro. (From meta-yocto rev: 5111dadadd92cb08fd3cfee16b55a6f81d5ac65d) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: set qemu BSPs preferred version to 3.14Bruce Ashfield2014-03-311-7/+7
| | | | | | | (From meta-yocto rev: 7b91dccab24fff4ae5e3392336601fdc8f5ce1db) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add CentOS 6.5 to SANITY_TESTED_DISTROSPaul Eggleton2014-02-281-0/+1
| | | | | | | | | This is a point release and is an automatic upgrade for users of 6.4. (From meta-yocto rev: 6585869c990ab39abd99c4089ec79f8e6306a916) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>