summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky.conf
Commit message (Collapse)AuthorAgeFilesLines
* poky.conf: Bump version for 1.8.2 fido releaseRichard Purdie2016-03-131-1/+1
| | | | | | (From meta-yocto rev: 16d067de9a9682e93b30726b74078a1c4366a015) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 1.8.1 fido releaseRichard Purdie2015-09-291-1/+1
| | | | | | (From meta-yocto rev: debe2f66bad75f052bc74681d27951345418310f) 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: 44f0d5fc79be64d18c8bb84326606c16621806d4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Flip DISTRO_VERSION for pending 1.8 releaseBeth Flanagan2015-03-251-1/+1
| | | | | | | | | Flipping DISTRO_VERSION for fido. (From meta-yocto rev: 5d025acb4a37f74c17562bba3f1a35e0852c883f) 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>
* poky: Drop seperatebuilddir.inc, its included in the core nowRichard Purdie2014-02-251-2/+0
| | | | | | (From meta-yocto rev: 29a27f312eba16e5bb09aa8c50b5989943022ce7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add Debian-7.4 to SANITY_TESTED_DISTROSOlof Johansson2014-02-111-0/+1
| | | | | | | (From meta-yocto rev: 161266a5e2cdde596dc47a357cb0f304164a6f0c) Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Remove Debian Squeeze from SANITY_TESTED_DISTROSOlof Johansson2014-01-211-1/+0
| | | | | | | | | | Debian Squeeze is not a supported platform, since the bitbake python dependency on Python was bumped to 2.7. (From meta-yocto rev: d18666aebe2d1889dcf45dc0fda491970cb77433) Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add Debian 7.3 to SANITY_TESTED_DISTROSOlof Johansson2014-01-211-0/+1
| | | | | | | | | | 7.3 is a point release with security and bug fixes only, and I can confirm that it works. (From meta-yocto rev: baf65c002f6bc2ecf6c61a8ec5f1ad8b994b033d) Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Add Fedora-20 to supported distros listRobert Yang2014-01-021-0/+1
| | | | | | | | (From meta-yocto rev: cf42610ac26307f28d5b3fea6be8bde223c0ed40) 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>
* poky: Add Ubuntu-13.10 to supported distros listRichard Purdie2013-11-291-0/+1
| | | | | | (From meta-yocto rev: bbde6b42ff2556d090410b49c083609956789eda) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: enable unknown-configure-option QA test as a warningRoss Burton2013-11-261-1/+2
| | | | | | | | | This QA test will warn if configure is passed options that it doesn't recongise. (From meta-yocto rev: a99826ac6c10ae9c56a0ece15e1485540d064107) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: enable ptest distro featureRoss Burton2013-11-221-1/+1
| | | | | | | | | | Poky is the reference distribution for testing, so it should build the -ptest packages for on-target testing. (From meta-yocto rev: 9381b2d2bddf9f67cf57b0718cf99e45805125fa) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add Debian 7.2 to SANITY_TESTED_DISTROSOlof Johansson2013-11-141-0/+1
| | | | | | | | | | 7.2 is a point release with security and bug fixes only, and I can confirm that it works. (From meta-yocto rev: d5b180b97711bd3899f63a7a468544bb94573ae1) Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Update Version post releaseRichard Purdie2013-10-141-1/+1
| | | | | | (From meta-yocto rev: 1c0e084b62b0ebb617ab3856c376bc80ea9a85b4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Removed obsolete distros from SANITY_TESTED_DISTROSAlexandru Palalau2013-10-011-4/+0
| | | | | | | | | | Removed CentOS-6.3, Fedora-17, Debian-6.0 and Poky-1.3 from SANITY_TESTED_DISTROS. (From meta-yocto rev: 1d5c7b6c47f0aea8828ae65073ed084ed7746416) Signed-off-by: Alexandru Palalau <alexandrux.palalau@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: updated SANITY_TESTED_DISTROS in poky.confAlexandru Palalau2013-09-301-1/+3
| | | | | | | | | | | Added Fedora-19 and Debian-6.0.7 to SANITY_TESTED_DISTROS. No more warnings regarding sanity for these two host distros (From meta-yocto rev: 2d3cddaae4cbf4e3e2a01aa7146e1b577c056324) Signed-off-by: Alexandru Palalau <alexandrux.palalau@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Update to 1.5 release versionRichard Purdie2013-09-241-2/+3
| | | | | | (From meta-yocto rev: 3e2cde70c10393e8358a42841bc2acce19fc65a6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: add version-going-backwards to ERROR_QAPaul Eggleton2013-09-031-1/+1
| | | | | | | | | | | | | This restores this check after it was disabled by recent poky rev 560dac6e7db76f533f98eda969f585e4eb416e6e. This check is already in ERROR_QA in the default value set in OE-Core. Fixes [YOCTO #5088]. (From meta-yocto rev: 9b0aef0651a76b0587d52bd3022cc64786ff1f7b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: change default kernel to 3.10Bruce Ashfield2013-08-271-7/+7
| | | | | | | | | | | | | | | With 3.10 being the next LTSI kernel, and all qemu reference platforms tested on that new baseline, the time has come to bump the default version for qemu* and other boards to 3.10. Reference platforms continue to explicitly set their own preferred versions for the kernel as required. (From meta-yocto rev: 8a732e2b940edb7618899a83dedb074f6086a407) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>