summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky.conf
Commit message (Collapse)AuthorAgeFilesLines
* poky/poky-tiny: set preferred kernel to 5.10Bruce Ashfield2021-01-051-2/+2
| | | | | | | (From meta-yocto rev: c368e39620afd92e0066bc4f5ea1eba6b8f00fd6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Set SDK_VERSION explicitlyRichard Purdie2020-12-091-4/+2
| | | | | | | | | | After the change from DATE in DISTRO_VERSION, we need to adjust SDK_VERSION. Remove the unneeded vardepexclude. Ensure the value of SDK_VERSION only causes rebuilds when the value changes. (From meta-yocto rev: dc719ee87b4f40a6cf2eadc5767940ad41ab7d64) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: do not write current date into distro version, use git hash insteadAlexander Kanavin2020-12-091-1/+1
| | | | | | | | | | The date leaks into target installs of items like os-release, and makes them non-reproducible. (From meta-yocto rev: bd6b25f9a3416ce63e26d763cce7ed1ad4fd816d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Drop fedora-30 from tested distrosPaul Barker2020-12-031-1/+0
| | | | | | | | | The autobuilder no longer contains a worker for this distro. (From meta-yocto rev: d340e38c9ab174d392c61912b0dde1188f06aa6f) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add opensuseleap-15.2 and fedora-33 to tested distrosPaul Barker2020-12-031-0/+2
| | | | | | | | | The autobuilder contains workers for both of these distros. (From meta-yocto rev: c4e80bda9e1de05453a3dfb5b695cca8e7183967) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Post release version bumpRichard Purdie2020-10-301-2/+2
| | | | | | (From meta-yocto rev: 66ecf3bcc112be5ac10c83a97e326130672ffdcb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 3.2 gatesgarth releaseRichard Purdie2020-10-201-2/+3
| | | | | | (From meta-yocto rev: 269f81c2b2ac64219c65953bc56bd41317a8db0f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Drop OELAYOUT_ABI pokingRichard Purdie2020-10-091-8/+0
| | | | | | | | This has been the same as OE-Core for a long time, drop our custom settings. (From meta-yocto rev: 8c1084f3fd4ca987c3307f4c4c1475b40060ce3f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: do not install packagegroup-core-device-devel into qemu imagesAlexander Kanavin2020-08-281-8/+0
| | | | | | | | | | | The purpose of the group and what it should contain is no longer clear, and generally adding userspace development items to images is best done at the image/class level. (From meta-yocto rev: 4c1c19a94779d16ef8d2c81de395387727143896) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: add preferred version for linux-yocto-rtBruce Ashfield2020-08-261-0/+1
| | | | | | | | | | | | | | As a step towards getting more testing on -rt, we should explicitly set the preferred version for linux-yocto-rt. Newly introduced kernels lag in -rt support (as we wait for upstream projects), so we don't want the version to always be the latest by default. (From meta-yocto rev: 8d717a646b3b767105a70e58e5c4372f6b51b411) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: set preferred version for linux-yocto to be v5.8Bruce Ashfield2020-08-251-1/+1
| | | | | | | (From meta-yocto rev: 49675e0eb7f41eed9c93c77af424be9ec43f4144) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add Fedora 32, remove Ubuntu 19.04 and poky-2.7Richard Purdie2020-05-281-2/+1
| | | | | | | | | Update the list of distros we test to match the current autobuilder workers. (From meta-yocto rev: 0ddf2ae6ec099af5c149d68fc69464ddce2fbe85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Add Ubuntu 20.04 as a supported distroSteve Sakoman2020-05-281-0/+1
| | | | | | | (From meta-yocto rev: 7b9cacac21a7dedf960d04037eb820843d09eb73) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Post release version bumpRichard Purdie2020-05-151-2/+2
| | | | | | (From meta-yocto rev: 48d5ee2b83eb33238f1425d32c6091e57b24cf36) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: We now match OE-Core's error/warning config so simplifyRichard Purdie2020-05-071-5/+4
| | | | | | (From meta-yocto rev: c90123725f282bae5ce4bb0bec4df141c823d769) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 3.1 dunfell releaseRichard Purdie2020-04-061-2/+3
| | | | | | (From meta-yocto rev: 3f6857be9be9ab5e2ede9a416c212487357eec0d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Add Fedora31 and drop Fedora 28/29 as supported distrosRichard Purdie2020-03-311-2/+1
| | | | | | (From meta-yocto rev: 6f73b728e2e5ad88c7b923ce30a0fdbe747a4ee1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Add Centos8 as a supported distroRichard Purdie2020-03-311-0/+1
| | | | | | (From meta-yocto rev: d7c399f10245f8f7fba3ae1ecb149d78957d4b73) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: bump preferred kernel to v5.4Bruce Ashfield2020-02-221-1/+1
| | | | | | | | | | Ensure that the 5.4 LTS kernel is the preferred version for all poky boards. (From meta-yocto rev: 966faa29f0540f9262704621b9f639fb1129a781) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Fix previous commit with lost quoteRichard Purdie2020-02-191-1/+1
| | | | | | (From meta-yocto rev: 471eb39af1b171f3a47a1207680ad00ff057a347) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky: update to new mailing listsMark Asselstine2020-02-191-1/+1
| | | | | | | | | | | There is still some confustion around the mail list updates, as we have seen on the lists recently: https://lists.yoctoproject.org/g/yocto/message/48439 (From meta-yocto rev: c62fa2a498625e1765c4572618f74a03e1895a23) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Switch to post release name/versionPeter Kjellerstedt2020-01-071-2/+2
| | | | | | | (From meta-yocto rev: 14bb7405a52ebe25fb4e0e8ffd6f986e43741a57) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Allow the hash server to be overriddenRichard Purdie2019-12-041-1/+1
| | | | | | (From meta-yocto rev: 6ab7787509170d9d7c874096c56d47d6ce81cda9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Default to enabling a local hash equivalence serverRichard Purdie2019-12-041-0/+3
| | | | | | | | | | This doesn't particularly change performance but allows users to have build speedup doing rebuilds during local development so should be useful and enabled by default. (From meta-yocto rev: 6a6a8cb38899ee4c09bb2592a67085b422b6b525) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Default to reproducible buildsRichard Purdie2019-11-281-0/+2
| | | | | | | | | This is essential for sensible use of hash equivalence which we also plan to enable by default in the next release. (From meta-yocto rev: aa1405c864b1dda82da5bea0c5b96bcb9ca1aea0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 3.0 zeus releaseRichard Purdie2019-10-091-3/+3
| | | | | | (From meta-yocto rev: edf4ab9bd70216ae0f3736fd8562938a103da3b2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: add Ubuntu 19.04 as a supported distributionRoss Burton2019-10-091-0/+1
| | | | | | | (From meta-yocto rev: b06bb6cc6f76be3901538c64f506172fa9a4cd86) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Use 5.2 kernel by defaultRichard Purdie2019-09-061-1/+1
| | | | | | (From meta-yocto rev: 7bab9fe27ff6ed67c2f7dfbfe939527f1a6a4430) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Retire opensuse 42.3 from SANITY_TESTED_DISTROSRichard Purdie2019-08-141-1/+0
| | | | | | | | Its now past EOL so retire it. (From meta-yocto rev: 03046c2fe69c399173cf6303abb55264adaee2b9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/poky: add Fedora 30 and Opensuse Leap 15.1 to supported distributionsRoss Burton2019-07-181-0/+2
| | | | | | | (From meta-yocto rev: a287de83c5d92492a6d2f88c1e86fc11f1b6f310) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/poky: add debian-10 to the supported distribution listRoss Burton2019-07-151-0/+1
| | | | | | | | | | Debian 10 is the new stable release and is being tested on the autobuilder, so add this to the supported distribution list. [ YOCTO #13432 ] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky: remove obsolete DISTRO_FEATURES_LIBCRoss Burton2019-05-031-1/+1
| | | | | | | (From meta-yocto rev: 2d548e8f5f2eaf0b6ae39d01e612284e47ec0899) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Post release version bumpRichard Purdie2019-04-121-2/+2
| | | | | | (From meta-yocto rev: 65ad8f44805593d73c31ce340e9e91323fe72186) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.7 warrior releaseRichard Purdie2019-04-121-3/+4
| | | | | | (From meta-yocto rev: 299b4150c66520985415fcc91119d563f7ba663c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/kernel: make default 5.0Bruce Ashfield2019-03-121-1/+1
| | | | | | | (From meta-yocto rev: a1b111f742ac781cf35769e52cac29125569cb9b) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove CONNECTIVITY_CHECK_URISRoss Burton2019-02-251-6/+0
| | | | | | | | | This is now in default-distrovars, so remove it from poky.conf. (From meta-yocto rev: 4da8ef338252667696b82141ae67d0b426255fbe) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove redundant MIRRORSRoss Burton2019-02-251-5/+0
| | | | | | | | | | mirrors.bbclass already adds downloads.yoctoproject.org/mirror/sources for FTP and HTTP to ${MIRRORS} so there's no need to do it again. (From meta-yocto rev: 67b79df4fbffcf677f8d127c00672f0d7c6c434b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: remove QEMU_TARGETSRoss Burton2019-02-251-3/+0
| | | | | | | | | | This overrides the default assignment in qemu.inc and in doing so removes RISC-V. (From meta-yocto rev: 8cc9423649b2702c0ded721244a017b371b3a244) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Define SDK_VERSION so DISTRO_VERSION overrides are supportedPeter Kjellerstedt2019-01-221-1/+1
| | | | | | | | | | | | | | | | | If DISTRO_VERSION is defined using an override, e.g., by defining it in auto.conf as DISTRO_VERSION_forcevariable, then the unoverridden value was still used in SDK_VERSION since it was defined using the := operator. However, there should be no reason to define SDK_VERSION this way. Also use getVar to access the variable to ensure tracebacks from problems are less confusing. [RP: Tweaked commit message] (From meta-yocto rev: 74f43fb82a93eecfe7519a87fdf1cb0152d56b48) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Include SDKMACHINE in SDK nameJoshua Watt2018-11-211-1/+1
| | | | | | | | | | | | | | | Replace SDK_ARCH with SDKMACHINE so that SDK targeting different development machines but having the same architecture don't cause similar errors as found in '3614dd4aee9 ("poky.conf: Add MACHINE to SDK_NAME")' This doesn't have any effect on the SDK machines provided in oe-core, since SDK_ARCH is the same as SDKMACHINE for all of them. (From meta-yocto rev: 951184fd62b3ab14266f300defd47d3c5c09ad9b) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Add MACHINE to SDK_NAMERichard Purdie2018-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid errors from: MACHINE=qemux86-64 bitbake core-image-sato:do_populate_sdk then: MACHINE=genericx86-64 bitbake core-image-sato:do_populate_sdk which gives: ERROR: core-image-sato-1.0-r0 do_populate_sdk: The recipe core-image-sato is trying to install files into a shared area when those files already exist. Those files and their manifest location are: deploy/sdk/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-2.6+snapshot.host.manifest (matched in manifest-qemux86_64x86_64-core-image-sato.populate_sdk) deploy/sdk/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-2.6+snapshot.testdata.json (matched in manifest-qemux86_64x86_64-core-image-sato.populate_sdk) deploy/sdk/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-2.6+snapshot.target.manifest (matched in manifest-qemux86_64x86_64-core-image-sato.populate_sdk) deploy/sdk/poky-glibc-x86_64-core-image-sato-core2-64-toolchain-2.6+snapshot.sh (matched in manifest-qemux86_64x86_64-core-image-sato.populate_sdk) Please verify which recipe should provide the above files. Adding MACHINE to the artefact name will avoid this. The issue was highlighted by changes to the autobuilder configuration. (From meta-yocto rev: 3614dd4aee9d19f1024edb6a36b2862c2d726c04) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update the distros we test against on the autobuilderRichard Purdie2018-11-141-5/+3
| | | | | | (From meta-yocto rev: e2bad29f075d668d70b55f85aec4fd6039e7c119) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update to post release versioningRichard Purdie2018-11-141-2/+2
| | | | | | (From meta-yocto rev: 5f3083593d7d0bb537d861fd7b995b97a4fee921) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.6 thud releaseRichard Purdie2018-10-291-4/+3
| | | | | | (From meta-yocto rev: b5aa0db24dae27e4e66773767ea72f0e3c7c57de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Promote unknown-configure-option to QA ErrorKhem Raj2018-09-111-1/+1
| | | | | | | | | | | | Currently, this is a QA warning by default, howver its a useful check to catch configuration errors, where we might have forgotten to update or adapt configure options on updates/upgrades to a package (From meta-yocto rev: a75ad2e4227f715146fc1e07f9abef4e80c1aa12) 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: set linux-yocto default to 4.18Bruce Ashfield2018-09-041-1/+1
| | | | | | | | | | 4.18 will be the newest kernel in the upcoming release, so we bump our default to it in preparation of 4.15 being dropped. (From meta-yocto rev: 698c1edd9a258a891b7f1373c3468218e6440856) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Enable security flags+pie by defaultEnable security flags+pie by ↵Khem Raj2018-08-211-0/+1
| | | | | | | | | | | | | | default This has been an opt-in for so long, some distributions e.g. poky-lsb uses it by default however, since most of linux distros have started to default to these settings for security enhancements, time has come for OE to make it default too (From meta-yocto rev: 81bf1019c8601da952242fbcc827e0bef1ff25d7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Switch to post release name/versionPeter Kjellerstedt2018-06-031-2/+2
| | | | | | | (From meta-yocto rev: f770608c8377c3d33f96064864820fc8fbc3c039) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 2.5 sumo releaseRichard Purdie2018-04-231-4/+4
| | | | | | (From meta-yocto rev: eb759d24a69da5d649386a333461f4f226920f0d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: update default kernel to v4.15Bruce Ashfield2018-02-151-1/+1
| | | | | | | | | | | | Updating the default kernel for qemu* to be v4.15. This allows easy integration of the latest fixes/features for new BSPs. 4.14 is also available as a LTS kernel option. (From meta-yocto rev: cdd79c0f879e5e4c480773c4507f921533e17914) 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>