summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro
Commit message (Collapse)AuthorAgeFilesLines
* poky: Drop PREMIRRORS entries for scmsRichard Purdie2022-03-301-10/+0
| | | | | | | | | | The reasons for this are lost in the mists of time. These are already in OE-Core as MIRRORS and we should be falling back to the project as a backup, not a default. Update accordingly. (From meta-yocto rev: 1b71a3b9418fd928fb72bd23898cffe70c43d9d5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Bump to 4.0 in preparation for releaseRichard Purdie2022-03-151-2/+3
| | | | | | (From meta-yocto rev: d6a3e8092408715693e3713575b8271bea4e9dbc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: update tested distroLee Chee Yang2022-03-011-2/+4
| | | | | | | | | | | drop opensuseleap-15.2 and fedora-33 add fedora-35, opensuseleap-15.3 and almalinux-8.5 (From meta-yocto rev: a1b752d31603bdbf9b9ee4eb09b2fd6ad4ad5d21) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: set QB_DEFAULT_FSTYPE correctlyRoss Burton2022-02-211-2/+1
| | | | | | | | | | | | | | QB_DEFAULT_FSTYPE is used literally as the image extension in the testimage code, so this shouldn't be set as IMAGE_FSTYPES because that variable is a list of image types, so if IMAGE_FSTYPES is extended and testimage ran it will try to look for an image called e.g. "core-image-minimal-cpio.gz ext4". Instead, set QB_DEFAULT_FSTYPE explicitly to cpio.gz. (From meta-yocto rev: 78d2ca75839aac47007522d4b6f790a4bd32b950) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: don't skip core-image-base and core-image-full-cmdlineRoss Burton2022-02-211-2/+0
| | | | | | | | | | Building a "tiny" core-image-full-cmdline may not make a lot of sense, but it build, so don't skip these images. (From meta-yocto rev: a03d9df579cfdfdaa0e0967f04cbd7c62cd40055) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Use renamed SKIP_RECIPES varFlagSaul Wold2022-02-211-10/+10
| | | | | | | | | This is a more descriptive variable name updated in base.bbclass (From meta-yocto rev: 4e9e91dbd2d9aa14a9424b615484290fc863481c) Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcsections: add nativesdk-cairo to exclude listChristian Eggers2022-02-161-0/+2
| | | | | | | | | | | | | | | | configure fails with the following error if gcsections is active during build of nativesdk-cairo: | checking whether float word ordering is bigendian... unknown | configure: error: | | Unknown float word ordering. You need to manually preset | ax_cv_c_float_words_bigendian=no (or yes) according to your system. (From meta-yocto rev: 45f97f55ae181b3fe5436276b36f5ed48d7437de) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Remove unnecessary \n from PREMIRRORSPeter Kjellerstedt2022-02-161-8/+8
| | | | | | | | | | | Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in PREMIRRORS with "\n". (From meta-yocto rev: 458a809b5ad780fabd3ca18806f831606bfbdfd4) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: set default kernel to 5.15Bruce Ashfield2022-01-122-3/+3
| | | | | | | | | | 5.14 is no longer actively maintained, so we bump our default to the 5.15 LTS. (From meta-yocto rev: 70b3acd078ee2b09a541fc6c4e295b5c2ab386a6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Post release version bumpRichard Purdie2021-10-261-2/+2
| | | | | | (From meta-yocto rev: 146ee1738e7742215b360d58fb1c97bc523cc5e4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Reproducible builds are now the defaultRichard Purdie2021-10-161-2/+0
| | | | | | (From meta-yocto rev: 829e48e3cd3c3dd90855750ef469cb65f93f0d20) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 3.4 honister releaseRichard Purdie2021-10-111-3/+3
| | | | | | (From meta-yocto rev: fc8c4b3b6bb0798edd4ac32c3c19a553a15b5749) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Update tested distros list with recent changesRichard Purdie2021-10-081-4/+2
| | | | | | (From meta-yocto rev: 4b923df6cb2858864c351fa1fd862547d5ad00c9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsp/poky: replace http with https for URLsJon Mason2021-10-081-8/+8
| | | | | | | | | | | https has been the preferred way to access websites for many years now. Change all of the URLs with a _working_ https server/certificate to use that URL. (From meta-yocto rev: 89de71da1c1e46d42a5c786bcac76462aa9c31e0) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: set default kernel to 5.14Bruce Ashfield2021-09-242-3/+3
| | | | | | | | | | both -rt and -standard have been updated to 5.14, so we switch out defaults. (From meta-yocto rev: 952a771f5707d9e84beee6195b7a3cfb3a930702) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-floating-revisions.inc: Use new override syntax for commented varsPeter Kjellerstedt2021-08-261-5/+5
| | | | | | | (From meta-yocto rev: ab8cec2cc136f03747995565c3f5ae923883a55c) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-alt: switch default kernel to 5.10Bruce Ashfield2021-08-181-1/+1
| | | | | | | | | | 5.4 has been dropped from oe-core release/development, so we switch the alt-config to use 5.10. (From meta-yocto rev: 979b52c5f1d649791bfe312d79585a4cd346ce26) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: set default kernel to 5.13Bruce Ashfield2021-08-181-2/+2
| | | | | | | | | | both -rt and -standard have been updated to 5.13, so we switch out defaults. (From meta-yocto rev: 20dfac37b818b652274aba88ad0b40c56b0ea8a5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: set default kernel to 5.13Bruce Ashfield2021-08-181-1/+1
| | | | | | | (From meta-yocto rev: 795579ee2097d5a263d833b54d949bba5305c163) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: drop uclibc overrideDenys Dmytriyenko2021-08-041-1/+0
| | | | | | | | | | Since uclibc is no longer supported, corresponding override was left un-converted to the new syntax. Simply drop it. (From meta-yocto rev: 8f31ca308b03c0ee6c2680c4ed5510e448692ecd) Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Use SDKPATHINSTALL instead of SDKPATHRichard Purdie2021-08-021-1/+1
| | | | | | | | | | | | | SDKPATHINSTALL is the default installation path used for the SDK but is not the path encoded into every SDK binary as the default path. This change allows it to contain things like dates without requiring every nativesdk recipe to rebuild. Partially fixes [YOCTO #14100] (From meta-yocto rev: a62175ee581bd05661717f0fb89dad2a297b4034) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Bump version so users update their configRichard Purdie2021-08-021-1/+1
| | | | | | | | | | It has been a while since we've done this but with the new syntax, users need to update their local.conf if based off the template. Update the versions to trigger this. (From meta-yocto rev: 3c2de959f45b7fdff5db32a9a2c3822dbb1fbd27) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky/meta-yocto-bsp: Convert to new override syntaxRichard Purdie2021-07-295-62/+62
| | | | | | | | | | | | This converts the two layers to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. (From meta-yocto rev: 387eab70f343966267c2a68746aea1bbb8525191) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky: remove clutter referencesRoss Burton2021-06-032-3/+0
| | | | | | | (From meta-yocto rev: 4c507b7bd9453abce9faf9e764756c01f303d01d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Post release version bumpRichard Purdie2021-04-211-2/+2
| | | | | | (From meta-yocto rev: 63b7374d9053f4f585d7e30fc2347fafa4381528) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: Bump version for 3.3 hardknott releaseRichard Purdie2021-04-061-4/+3
| | | | | | (From meta-yocto rev: 32a30ba2b445e5a8440b35f44f0937c1f1190a71) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: don't use space with +=Vivien Didelot2021-03-111-2/+2
| | | | | | | | | | | | | | | | | Bitbake variables are usually appended with one of: FOO_append = " bar" FOO += "bar" While the space is mandatory in the "_append" variant, it doesn't hurt in the "+=" variant, but it can be misleading. Remove the space to avoid confusion. (From meta-yocto rev: 66525f278143b7fe6082c8f5956cdff64b16ff58) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: fix typosVivien Didelot2021-03-112-2/+2
| | | | | | | | | | Fix fromw -> from typo in poky-world-exclude.inc, and confiruration -> configuration in poky-tiny.conf. (From meta-yocto rev: 70f767e9440452bf65dc5c295ae5e336d5622597) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-alt: don't use conditional assignment for preferred kernel versionBruce Ashfield2021-01-051-1/+1
| | | | | | | | | | | | | | | | The include of poky.conf already sets a preferred kernel version, so the one in the alt-config won't have any impact. This normally isn't a problem, but when we are introducing a new kernel that doesn't yet have compatibility with all machines, it throws warnings. WARNING: preferred version 5.10% of linux-yocto not available (for item kernel-module-x-tables) WARNING: versions of linux-yocto available: 5.4.69+gitAUTOINC+1c358e1969_cfcdd63145 5.8.13+gitAUTOINC+b976de4f41_5981001bf0 (From meta-yocto rev: a7b41f311eb79a2a112a75160b6d557029ca9904) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/poky-tiny: set preferred kernel to 5.10Bruce Ashfield2021-01-052-3/+3
| | | | | | | (From meta-yocto rev: c368e39620afd92e0066bc4f5ea1eba6b8f00fd6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gcsections: add more suppressions for SDK buildsSinan Kaya2020-12-201-0/+10
| | | | | | | | | More suppression is needed for glibc, perl and mingw. (From meta-yocto rev: 0e0f03888f876f7025aec292689a14925217619d) Signed-off-by: Sinan Kaya <okaya@kernel.org> 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-tiny: enable section removalSinan Kaya2020-12-032-0/+24
| | | | | | | | | | Use GCC sections flags so that unused sections can be garbage collected at link time. (From meta-yocto rev: 70176ee6235c2545e18df855cac2c3524b7e50e4) Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: Enable size optimization by defaultAlejandro Hernandez Samaniego2020-10-301-0/+3
| | | | | | | | | | | Compiler size optimization reduces the size of the root filesystem by 15%, since poky-tiny is meant to be used on size constrained devices, enable it by default (From meta-yocto rev: 5e3a784ec7f1456cd3a43ff235719dbfd42a17a6) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.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-tiny: set preferred version to 5.8Bruce Ashfield2020-08-261-1/+1
| | | | | | | | | | | | | Even though tiny isn't extensively used (it was referencing a removed kernel version), it still should be updated to the latest. Build testing passed with the 5.8 kernel, so we make it the preferred version. (From meta-yocto rev: 45ce0906c38e3b7aedb5c5bb30b5eb4a9dd0c83c) 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>