summaryrefslogtreecommitdiffstats
path: root/meta-poky
Commit message (Collapse)AuthorAgeFilesLines
* distro/poky-tiny: don't put translations into imagesRoss Burton2022-04-301-0/+2
| | | | | | | | | | | | | | | | | | | | | IMAGE_LINGUAS has a default value, "en-us en-gb" in default-distrovars.inc and "de-de fr-fr en-gb" in image.bbclass. However, poky-tiny sets USE_NLS=no so IMAGE_LINGUAS can't really be used in a tiny context, and previously musl hasn't supported locales so this hasn't been a problem. However, now that musl-locales exists, poky-tiny images will try to pull in translations. As we've disabled NLS these simply take up disk space and cannot be used, and currently musl-locales fails to build if USE_NLS=no. Set IMAGE_LINGUAS to "" in poky-tiny.conf so that images don't have locales added. (From meta-yocto rev: 50bb58035f0158e388019e731126e630307b69dc) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.conf: set PACKAGE_CLASSES explicitly to package_rpmRoss Burton2022-04-282-2/+4
| | | | | | | | | | | | | | | | | | Currently, defaultsetup.conf defaults PACKAGE_CLASSES to ipkg, and Poky's local.conf.template defaults it to rpm. So in theory Poky uses RPM, but only if you actually use the local.conf.template: use Poky but write your own minimal local.conf and you get ipkg being used. Resolve this by explicitly setting PACKAGE_CLASSES in poky.conf, and commentting out the assignment in local.conf.sample. Users with existing local.conf files won't notice a change of behaviour, and users who write their own minimal local.conf will get the behaviour that is expected, that is RPMs. (From meta-yocto rev: 0615305e26f7e643cdf91e17902ebaa8e7f8faf8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky: update conf-notes.txtMichael Opdenacker2022-04-261-1/+1
| | | | | | | | | | | | | | Now suggesting to run 'runqemu qemux86-64', aligning with conf-notes.txt in openembedded-core 'runqemu qemux86' doesn't work any more. The "Quick Build" documentation has already been updated but not this message that we get when sourcing "oe-init-build-env" (From meta-yocto rev: d0d39a9057b3da3de339b8fa81545be9800478e8) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky/meta-yocto-bsp: Post release version/codename updatesRichard Purdie2022-04-222-4/+3
| | | | | | (From meta-yocto rev: e6f4a7f76b8a60f365a111e0b38d6d5090a0b003) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky: Use INIT_MANAGER in main distro configRichard Purdie2022-04-193-3/+5
| | | | | | | | | | Just to keep things standard and clear, use the new INIT_MANAGER variable in the main distro config. This matches the default config with the addition of some DISTRO_FEATURES tweaks. (From meta-yocto rev: 07556802447a157bfdae842354c064e50ae09d42) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-tiny: add a distro descriptionJon Mason2022-04-191-0/+1
| | | | | | | (From meta-yocto rev: a2d3b25b2900560bd724731c3d3124a33e608b8c) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Update for 4.0 in sstate urlRichard Purdie2022-04-131-1/+1
| | | | | | (From meta-yocto rev: fa0884372892d43e76c4d3b4486f1851e39edac3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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>
* local.conf.sample: https and no newline for SSTATE_MIRRORSMichael Opdenacker2022-03-091-2/+2
| | | | | | | | | | | Both http and https work, but we will get fewer user questions with https Remove no longer necessary \n character in the sample definition (From meta-yocto rev: 2e707748b372dac4c007342cc80e65f2b0afc542) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: fix reference to extended configuration sampleMichael Opdenacker2022-03-091-3/+4
| | | | | | | | | The file name is local.conf.sample.extended, not local.conf.extended (From meta-yocto rev: dfff8de96dcbb6ea35f638a07c34cf5578e8d043) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> 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>
* Rename LICENSE_FLAGS variableSaul Wold2022-02-211-1/+1
| | | | | | | (From meta-yocto rev: e937a42996c046baca7ce502c6ce0ee3c7ed38e3) Signed-off-by: Saul Wold <saul.wold@windriver.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>
* meta-poky: Update BB_DISKMON_DIRS useScott Murray2022-02-212-6/+6
| | | | | | | | | | Update the example BB_DISKMON_DIRS definitions in the sample local.conf files for the rename of the "ABORT" action to "HALT". (From meta-yocto rev: f7dc69745e3dbd5cf0d4950c44169b26c30b1902) Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* layer.conf: Update to kirkstone namespaceRichard Purdie2022-02-211-1/+1
| | | | | | (From meta-yocto rev: a9224d845854f0f213b53648c4b01b0785c749c0) 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>
* local.conf.sample: Remove unnecessary \n from the SSTATE_MIRRORS examplePeter Kjellerstedt2022-02-161-1/+1
| | | | | | | | | | | Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in SSTATE_MIRRORS with "\n". (From meta-yocto rev: 3709d06d5ad9421831d275bf1ed938e8de660906) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> 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>
* busybox: Add shell arithmetic to work with poky-tinyAlejandro Hernandez Samaniego2022-02-011-1/+1
| | | | | | | | | | | | | | Fix error when trying to boot core-image-tiny-initramfs: /init: line 144: syntax error: support for $((arith)) is disabled Kernel panic - not syncing: Attempted to kill init! [YOCTO #14702] (From meta-yocto rev: 50ac1fcadb07fdbeb4169cdd7a0c4a805a0f8588) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.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-082-14/+14
| | | | | | | | | | | 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>
* local.conf.sample: Update sstate mirror entry with new hash equivalence settingRichard Purdie2021-09-121-2/+4
| | | | | | (From meta-yocto rev: 1d98182eb9fa059444c935967d1dc075535289db) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Use the new override syntax for a commented variablePeter Kjellerstedt2021-08-261-1/+1
| | | | | | | (From meta-yocto rev: 69e1d8c7a95081a243f36fc911ff9be3ce8cae44) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.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>
* local.conf.sample.extended: fix commented-out override syntaxRoss Burton2021-08-231-2/+2
| | | | | | | (From meta-yocto rev: af596adf3eb5275656cda94b2ad41ca2deef3eab) Signed-off-by: Ross Burton <ross.burton@arm.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>
* local.conf.sample: disable prelinkAlexander Kanavin2021-08-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | 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>
* 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>
* local.conf.sample: Fix missed override conversionRichard Purdie2021-08-042-2/+2
| | | | | | (From meta-yocto rev: 1e7a636bee31afb508be20345962e0deb3126fdf) 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-022-2/+2
| | | | | | | | | | 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>
* layer.conf: Update to honisterRichard Purdie2021-07-291-1/+1
| | | | | | | | | 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>
* meta-poky/meta-yocto-bsp: Convert to new override syntaxRichard Purdie2021-07-2910-70/+70
| | | | | | | | | | | | 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>
* README.poky: Formatting and content cleanupRichard Purdie2021-06-211-40/+53
| | | | | | | | | 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>
* README: Move to using markdown as the formatRichard Purdie2021-06-161-0/+0
| | | | | | (From meta-yocto rev: d397ed754c04b8ef02b01ae4b439610ede12d9d9) 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>
* local.conf: Drop support for mklibsuninative-3.2Alexander Kanavin2021-05-182-13/+1
| | | | | | | | | | | | | | 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>
* local.conf.sample: fix typoUlrich Ölmann2021-05-131-1/+1
| | | | | | | (From meta-yocto rev: 8d872236e713a4b26059039fb32e93e7b602bb6c) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> 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>