summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample
Commit message (Collapse)AuthorAgeFilesLines
* local.conf.sample: Update for 4.0 in sstate urlkirkstone-nextRichard Purdie2022-04-131-1/+1
| | | | | | (From meta-yocto rev: bb51b4d045f7e87147f2cae7df5f7f1c37c74909) 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>
* meta-poky: Update BB_DISKMON_DIRS useScott Murray2022-02-211-5/+5
| | | | | | | | | | 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>
* 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>
* 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>
* 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>
* local.conf.sample: Fix missed override conversionRichard Purdie2021-08-041-1/+1
| | | | | | (From meta-yocto rev: 1e7a636bee31afb508be20345962e0deb3126fdf) 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-291-1/+1
| | | | | | | | | | | | 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>
* local.conf: Drop support for mklibsuninative-3.2Alexander Kanavin2021-05-181-4/+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>
* local.conf.sample: fix typoUlrich Ölmann2021-03-111-1/+1
| | | | | | | (From meta-yocto rev: 63323bc90e1fff9e2c94188db5d9fc4bb92e2649) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf: add aarch64 to the SDKMACHINE example valuesRoss Burton2020-12-241-1/+1
| | | | | | | (From meta-yocto rev: 05922833d04205b8b5288b6ccd5f8e32cf1b3bb0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Fix comment typoNaoki Hayama2020-10-131-1/+1
| | | | | | | | | | 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>
* local.conf.sample: Document memory resident bitbakeRichard Purdie2020-08-261-0/+10
| | | | | | | | Add an example of how to enable this to local.conf.sample (From meta-yocto rev: e29dbff72bdfb99cf672599e8d1814e51ab7290a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* conf/machine: Remove mpc8315e-rdb machineRichard Purdie2020-02-021-1/+0
| | | | | | | | | | | | | | | | | | This hardware is old/obsolete and unobtainable. Its proving hard to support with nobody fixing bugs or helping keep the platform running/up to date. Whilst there is value in real hardware testing, this platform ist just too old and obsolete to support. This does leave a gap for the power architecture but at this point there is nobody willing to step up to cover it. The TSC did discuss and agree support for this platform should be removed. It calls into question the support/testing of the architecture by Yocto Project which is being discussed by the TSC and governing board. (From meta-yocto rev: aa691d49ceb6700eb1881b789fe34f8369bcb0ef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Add Hash EquivalenceJoshua Watt2019-10-021-0/+14
| | | | | | | | | | Updates the local.conf sample file to reference the variables required to enable a local hash equivalence server. (From meta-yocto rev: 29c3a4087c4f358ab88193fdf3787f731a4f4913) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: add a commented-out option to enable the gtk UI qemu frontendAlexander Kanavin2019-09-061-3/+7
| | | | | | | | | Gtk is disabled by default as SDL is somewhat quicker to build. (From meta-yocto rev: d48f63bba98c94171db5da826c35c50ff638d2fb) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: do not add sdl to nativesdk qemu configAlexander Kanavin2019-08-081-3/+2
| | | | | | | | | | This is unnecessary as the recipe itself already does it: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/qemu/qemu_4.0.0.bb?id=1a4e4fb6b0a9d54641bd4193e95311d1f822a9ca#n21 (From meta-yocto rev: ada58683641b8a15e8b2e44060437a9c67d532e1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: change default MACHINE to qemux86-64Ross Burton2019-06-041-2/+2
| | | | | | | | | | | 32-bit x86 isn't really a useful target these days, and if users are experimenting without setting MACHINE to their actual target then 64-bit x86 will have better performance. (From meta-yocto rev: 69ddecdb15168dcd362f29226419a448d66fdacc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: adjust the qemu configuration to refer to qemu-system-nativeAlexander Kanavin2019-02-281-1/+1
| | | | | | | (From meta-yocto rev: aa16ed1b2c0f358d244a50a41be19d80935d3cc8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Explain src-pkgsJoshua Watt2019-02-251-0/+2
| | | | | | | | | | | Adds documentation to explain that src-pkgs can be added to EXTRA_IMAGE_FEATURES (From meta-yocto rev: 9b00dcb40b7b8a1aeb57fa8447900cf1fe832e2e) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Update the sample config as per new migration manualKhem Raj2018-12-011-4/+6
| | | | | | | | | | | Syncs with oe-core and the documentation https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TESTIMAGE_AUTO https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#migration-2.6-automatic-testing-changes (From meta-yocto rev: 1d180bc08eb6b46be4127d0b1a067b0fb92544d5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: update libsdl mentions to libsdl2Ross Burton2018-06-071-3/+3
| | | | | | | | | Qemu now builds with libsdl2, so update the local.conf.sample to reflect this. (From meta-yocto rev: 5e187b5b3dc69f0e8e5a2956e7fe997e62cb48c9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-poky/local.conf.sample: Add sstate mirror example for 2.5Richard Purdie2018-04-181-0/+11
| | | | | | (From meta-yocto rev: c7c5dc19ed6487c597db1f4c5b3a829457ed1a45) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Weakly set BB_DISKMON_DIRSRichard Purdie2018-01-061-1/+1
| | | | | | | | | | | | For various reasons we need to be able to set and override this from auto.conf on our test infrastructure. We have tried forcing the variable but this then breaks other selftests. In the interests of not complicating things further and needing to modify the tests across releases, weaken the default assignment. (From meta-yocto rev: be0a707eea3f0015eb7e2df2d1fd07164c2a627d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beaglebone-yocto: rename beaglebone machine to beaglebone-yoctoJoshua Lock2017-11-111-1/+1
| | | | | | | | | | | | | | | | | The beaglebone BSP provided in this layer is a reference implementation usingonly mainline components available in core Yocto Project layers, whereas Texas Instruments maintain a full-featured BSP in the meta-ti layer. Rename the reference machine to prevent namespace collisions with the version maintained by the SoC vendor. [YOCTO #12326] (From meta-yocto rev: e32882938eca7f50548deab84dab78b4aef31b95) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: drop image-swab referenceMing Liu2017-07-061-1/+0
| | | | | | | | | | | | | The image swabber had been dropped by commit e18657df: [ meta: Drop swabber ] We need also drop its reference in local.conf. (From meta-yocto rev: af19371774b3181af7bdd59e12a16c37d922f429) Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "local.conf.sample: Disable ARM and PPC due to prelink test case ↵Richard Purdie2016-08-201-9/+0
| | | | | | | | failures" This reverts commit 85d30c28277a040420c2b2f25028ae1500da54db. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Disable ARM and PPC due to prelink test case failuresMark Hatle2016-08-191-0/+9
| | | | | | | | | | | Internal prelink test cases reloc8 and reloc9 are failing on both ARM and PPC systems. Disable them by removing the prelink from the IMAGE_CLASSES setting. (From meta-yocto rev: 85d30c28277a040420c2b2f25028ae1500da54db) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "local.conf.sample: Disable prelink by default"Mark Hatle2016-08-191-2/+1
| | | | | | | | | | | This reverts commit 300f858ba07c938427ccd05a3d7220027a03d461. Reenable prelink (From meta-yocto rev: 91705d8ae9f56d1de4f0fdcd6a9654b75921aa8c) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURESPeter Kjellerstedt2016-04-091-1/+1
| | | | | | | | | | | It should be possible to override EXTRA_IMAGE_FEATURES in auto.conf, which is read before local.conf. (From meta-yocto rev: 6ac97f09957f206272e5bd6833ae699fd8375714) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: remove reference to adtYi Zhao2016-04-091-2/+2
| | | | | | | (From meta-yocto rev: 990c40fcbbf341a933ee9b22ca26948cfe886b91) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* local.conf.sample: Disable prelink by defaultRichard Purdie2016-03-131-1/+2
| | | | | | | | | | prelink is having issues with IFUNC symbols such as tha for fork() in libpthread. Disable prelink for now until we can get to the bottom of the issue. (From meta-yocto rev: 00d52bdcc4793da88d0e2979e9a89d67be20ffb8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Rename to meta-poky to better match its purposeRichard Purdie2016-02-281-0/+237
"poky" is the reference distribution for the Yocto Project. This renames the layer within the meta-yocto repository to meta-poky, better matching what that layer contains. A layer.conf file is left behind as this is the only way which allows existing builds to migrate safely to the new name. It will be removed at some future point. This change requires the corresponding OE-Core change to handle the migration and the changes to the infrastructure to support this. (From meta-yocto rev: d0c88df2e14672fca4ebbde93c5efbcd0e4fa9b6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>