summaryrefslogtreecommitdiffstats
path: root/meta-poky
AgeCommit message (Collapse)Author
2021-10-11poky.conf: Bump version for 3.4 honister releaseRichard Purdie
(From meta-yocto rev: fc8c4b3b6bb0798edd4ac32c3c19a553a15b5749) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-10-08poky.conf: Update tested distros list with recent changesRichard Purdie
(From meta-yocto rev: 4b923df6cb2858864c351fa1fd862547d5ad00c9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-10-08yocto-bsp/poky: replace http with https for URLsJon Mason
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>
2021-09-24poky: set default kernel to 5.14Bruce Ashfield
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>
2021-09-12local.conf.sample: Update sstate mirror entry with new hash equivalence settingRichard Purdie
(From meta-yocto rev: 1d98182eb9fa059444c935967d1dc075535289db) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-26local.conf.sample: Use the new override syntax for a commented variablePeter Kjellerstedt
(From meta-yocto rev: 69e1d8c7a95081a243f36fc911ff9be3ce8cae44) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-26poky-floating-revisions.inc: Use new override syntax for commented varsPeter Kjellerstedt
(From meta-yocto rev: ab8cec2cc136f03747995565c3f5ae923883a55c) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-23local.conf.sample.extended: fix commented-out override syntaxRoss Burton
(From meta-yocto rev: af596adf3eb5275656cda94b2ad41ca2deef3eab) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-18poky-alt: switch default kernel to 5.10Bruce Ashfield
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>
2021-08-18poky: set default kernel to 5.13Bruce Ashfield
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>
2021-08-18poky/poky-tiny: set default kernel to 5.13Bruce Ashfield
(From meta-yocto rev: 795579ee2097d5a263d833b54d949bba5305c163) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-05local.conf.sample: disable prelinkAlexander Kanavin
Recent tests have shown that prelinking works only when PIE is not enabled [0], and as PIE is both a desirable security feature, and the only configuration provided and tested by Yocto, there is simply no sense in continuing to enable prelink. There's also a concern that no one is maintaining the code, and there are open bugs (including serious ones such as [1]). Given that prelink does intricate address arithmetic and rewriting of binaries the best option is to disable the feature. [0] https://rlbl.me/prelink-1 https://rlbl.me/prelink-2 [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14429 (From meta-yocto rev: f712b495ce6362d50db3c5c565245535429d6419) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-04poky-tiny: drop uclibc overrideDenys Dmytriyenko
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>
2021-08-04local.conf.sample: Fix missed override conversionRichard Purdie
(From meta-yocto rev: 1e7a636bee31afb508be20345962e0deb3126fdf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-08-02poky: Use SDKPATHINSTALL instead of SDKPATHRichard Purdie
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>
2021-08-02local.conf.sample: Bump version so users update their configRichard Purdie
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>
2021-07-29layer.conf: Update to honisterRichard Purdie
This marks the layers as compatible with honister now they use the new override syntax. (From meta-yocto rev: ea637ebd5a79e5d023bbf347d633568bcb7506a2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-07-29meta-poky/meta-yocto-bsp: Convert to new override syntaxRichard Purdie
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>
2021-06-21README.poky: Formatting and content cleanupRichard Purdie
The README is rather out of date, update the content with the new content properly in markdown format. (From meta-yocto rev: d72000219ad03bb8e08c1cc84f6dbf44931155bf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-06-16README: Move to using markdown as the formatRichard Purdie
(From meta-yocto rev: d397ed754c04b8ef02b01ae4b439610ede12d9d9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-06-03meta-poky: remove clutter referencesRoss Burton
(From meta-yocto rev: 4c507b7bd9453abce9faf9e764756c01f303d01d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-05-18local.conf: Drop support for mklibsuninative-3.2Alexander Kanavin
This is not enabled or tested by default, and has never been ported to python 3 upstream[1], which means it doesn't work at all with plain poky. If you need it, please put it in a separate layer and/or modernize to work with py3. https://salsa.debian.org/installer-team/mklibs/-/blob/master/src/mklibs (From meta-yocto rev: c8c8f284eb2abe7e1352850a885454487cc01986) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-05-13local.conf.sample: fix typoUlrich Ölmann
(From meta-yocto rev: 8d872236e713a4b26059039fb32e93e7b602bb6c) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-04-21poky.conf: Post release version bumpRichard Purdie
(From meta-yocto rev: 63b7374d9053f4f585d7e30fc2347fafa4381528) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-04-06poky.conf: Bump version for 3.3 hardknott releaseRichard Purdie
(From meta-yocto rev: 32a30ba2b445e5a8440b35f44f0937c1f1190a71) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-03-15layer.conf: Update for hardknott release seriesRichard Purdie
(From meta-yocto rev: f07f28224c9d3d1af5e7a63151da8ad4731fd1c5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-03-11local.conf.sample.extended: sample value for SDK_PS1Kai Kang
Provides a sample default value for SDK_PS1 in local.conf.sample.extended. It will look like: poky-glibc-x86_64--cortexa57-qemuarm64-pokysdk:$ (From meta-yocto rev: ce0405745dc302efdb336870b591ed86d73eb304) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-03-11poky: don't use space with +=Vivien Didelot
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>
2021-03-11poky: fix typosVivien Didelot
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>
2021-03-11local.conf.sample: fix typoUlrich Ölmann
(From meta-yocto rev: 63323bc90e1fff9e2c94188db5d9fc4bb92e2649) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-02-18local.conf.sample.extended: Bring back into sync with OE-CoreRichard Purdie
(From meta-yocto rev: ea6e777cac72f22b56b2c8be0ba05ba164efe5de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-02-18local.conf.sample.extended: prefer INIT_MANAGERVivien Didelot
Since the INIT_MANAGER variable has been introduced, there is no need to append the distro features and set the init manager manually. Replace the busybox/mdev and systemd examples with the 4 values currently supported for the INIT_MANAGER variable. (From meta-yocto rev: 2433a0f78a7fdb8450ef9ec64fa044274ac7a9e1) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-02-16local.conf.sample.extended: fix double 'of' typoVivien Didelot
Remove the redundant 'of' word in the INITRAMFS_IMAGE comment. (From meta-yocto rev: 200b05182c74f3f4f778907d5ee92831adb3d77e) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-01-05poky-alt: don't use conditional assignment for preferred kernel versionBruce Ashfield
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>
2021-01-05poky/poky-tiny: set preferred kernel to 5.10Bruce Ashfield
(From meta-yocto rev: c368e39620afd92e0066bc4f5ea1eba6b8f00fd6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-12-24local.conf: add aarch64 to the SDKMACHINE example valuesRoss Burton
(From meta-yocto rev: 05922833d04205b8b5288b6ccd5f8e32cf1b3bb0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-12-20gcsections: add more suppressions for SDK buildsSinan Kaya
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>
2020-12-09poky: Set SDK_VERSION explicitlyRichard Purdie
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>
2020-12-09poky.conf: do not write current date into distro version, use git hash insteadAlexander Kanavin
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>
2020-12-03poky.conf: Drop fedora-30 from tested distrosPaul Barker
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>
2020-12-03poky.conf: Add opensuseleap-15.2 and fedora-33 to tested distrosPaul Barker
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>
2020-12-03poky-tiny: enable section removalSinan Kaya
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>
2020-11-11poky/conf-notes.txt: mention more important images than just satoAlexander Kanavin
(From meta-yocto rev: c9321f75f1f830d5a3f2831f4cbdbffdcbc82bf0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-30poky-tiny: Enable size optimization by defaultAlejandro Hernandez Samaniego
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>
2020-10-30poky-tiny: Reduce busybox size by 13%Alejandro Hernandez Samaniego
Busybox has released several new verisions since this config was last generated, they come with new features, new defaults as well as dropping some existing features. This patch updates the defconfig used in poky-tiny to reflect the changes mentioned above, it also reduces some seldom used functionality, reducing the installed size by 13%, this can certainly be reduced further if required. [YOCTO #12170] (From meta-yocto rev: b03bda01316d79b53ed2cac97566e647cdaada4f) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro.hernandez@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-30poky.conf: Post release version bumpRichard Purdie
(From meta-yocto rev: 66ecf3bcc112be5ac10c83a97e326130672ffdcb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-20poky.conf: Bump version for 3.2 gatesgarth releaseRichard Purdie
(From meta-yocto rev: 269f81c2b2ac64219c65953bc56bd41317a8db0f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-13local.conf.sample.extended: Fix comment typoNaoki Hayama
Fix comment typo. s/overriden/overridden/ s/spefying/specifying/ (From meta-yocto rev: 5c73a7a8cc2ab739128ffe79f29ac5a6acb51c0e) Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-13local.conf.sample: Fix comment typoNaoki Hayama
Fix comment typo. s/necesary/necessary/ (From meta-yocto rev: 94d1714f8ecbedb6fabad72c58d3e4e86c087202) Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-10-09poky.conf: Drop OELAYOUT_ABI pokingRichard Purdie
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>