aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-07migration-4.3: additional migration itemspaule/4.3-releasePaul Eggleton
Add the following: * Removed recipes * One removed class * Output file name changes * Versioning changes * tunctl removal Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-07migration-4.3: adjustments to existing textPaul Eggleton
* Reword the layername side-effects commentary to be a bit more readable * Extend edgerouter removal description * Correct capitalisation of systemd * For QEMU_USE_SLIRP, specify what to use instead, and adjust the following list item to use the same style * Extend statement on -crossssdk / MLPREFIX change to indicate what needs to be done Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-07migration-4.3: remove some unnecessary itemsPaul Eggleton
Remove some items from the 4.3 migration guide: * The PERLVERSION and PERLARCH items are already mentioned under the removed variables section * The jsDelivr item is interesting, but it isn't a backwards compatibility issue that the user would need to take action to resolve, and we already cover it in the release notes. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-07release-notes-4.3: feature additionsPaul Eggleton
Some additional feature items from combing through commits (not 100% complete yet.) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-06release-notes-4.3: move new classes to Rust sectionPaul Eggleton
These are both Rust-related, let's move them the Rust section since they are more notable there. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-06release-notes-4.3: remove the Distribution sectionPaul Eggleton
This section doesn't make a lot of sense to separate out. The SPDX change is now no longer Poky-specific, and the poky-altcfg usrmerge change is not really notable given that poky-altcfg is not widely used outside of our testing and also itself selects systemd as INIT_MANAGER and thus requires usrmerge anyway (as noted elsewhere). Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-06release-notes-4.3: add CVEs, recipe upgrades, license changes, contributorsPaul Eggleton
Add the list of CVE fixes, recipe upgrades (from commits since layer index version comparison not currently working), license changes and contributor list. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-06release-notes-4.3: tweaks to existing textPaul Eggleton
A few grammar tweaks. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-06release-notes-4.3: fix some typosPaul Eggleton
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-06ref-manual: remove semicolons from *PROCESS_COMMAND variablesPaul Eggleton
In nanbield these are no longer needed - spaces are sufficient. The code still handles any semicolons (replacing them with spaces before interpreting the value), but let's avoid people adding them from now on in case we decide to change that in future. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-06ref-manual: update SDK_NAME variable documentationPaul Eggleton
Update for changes in nanbield. Note that I am documenting what is set by poky.conf here (since this is Yocto Project documentation), which is slightly different from what is done in meta/conf/bitbake.conf. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-06Remove references to apm in MACHINE_FEATURESPaul Eggleton
apm is no longer supported in nanbield. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2023-11-03bsp-guide: bsp.rst: update beaglebone exampleMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03overview-manual: concepts: Add Bitbake Tasks MapBELHADJ SALEM Talel
Create a Map to detail how BitBake handles a recipe's tasks and its compile/runtime dependencies along with detailed comments. Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03dev-manual: extend the description of CVE patch preparationMarta Rybczynska
Extend the description on how to prepare a patch for a CVE issue. Add a more illustrative and current example of how to modify the patch file. Add an example of how to use CVE_STATUS. Signed-off-by: Marta Rybczynska <marta.rybczynska@syslinbit.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: git recipes rewordRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: packaging changesRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: add BitBake changesRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: add utility notesRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: add testing notesRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: enabling SPDX only for Poky, not a global defaultRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: remove SERIAL_CONSOLES_CHECKRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: add kernel notesRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: mention CDNRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: mention LLVM 17Ross Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: remove non-notable changeRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: QEMU_USE_SLIRP variable removedRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: edgerouter machine removedRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: add debian 12 to newly supported distrosRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03migration-guides: further updates for release 4.3Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03ref-manual: variables: remove SERIAL_CONSOLES_CHECKMichael Opdenacker
No longer in use in Poky (dropped in Nanbield through multiple commits) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-11-03ref-manual: variables: add RECIPE_MAINTAINERMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-30ref-manual: variables: mention new CDN for SSTATE_MIRRORSMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-30ref-manual: document cargo_c classMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Frederic Martinsons <frederic.martinsons@gmail.com>
2023-10-30ref-manual: document MESON_TARGETMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Ross Burton <ross.burton@arm.com>
2023-10-30manuals: improve description of CVE_STATUS and CVE_STATUS_GROUPSMichael Opdenacker
- Mention CVE_STATUS_GROUPS in the development manual (otherwise only present in the reference manual, but with no reference to it) - In the reference manual description of CVE_STATUS, link back to the development manual, to provide context. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-27migration-guides: further updates for 4.3Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-27ref-manual: document KERNEL_STRIPMichael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-27migration-guides: mention runqemu change in serial port managementMichael Opdenacker
Plus a minor whitespace fix change Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Mark Hatle <mark.hatle@kernel.crashing.org>
2023-10-27migration-guides: updates for 4.3Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Paul Eggleton <bluelightning@bluelightning.org>
2023-10-27ref-manual: variables: document OEQA_REPRODUCIBLE_TEST_PACKAGEMichael Opdenacker
Introduced by https://git.yoctoproject.org/poky/commit/?id=88abdec715ed0c1f613c9b5132cd45db741d5c65 Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-27ref-manual: document KERNEL_LOCALVERSIONMichael Opdenacker
Introduced by https://git.yoctoproject.org/poky/commit/?id=66ed174ccdf7a89cb998f503cc6b631e2d1adcc0 Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-10-25test-manual: reproducible-builds: stop mentioning LTO bugMichael Opdenacker
Now that https://bugzilla.yoctoproject.org/show_bug.cgi?id=14481 is closed. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-25dev-manual: add security team processesMarta Rybczynska
Add the initial version of the section on vulnerability reports, operations of the Security Team with a transcription of https://wiki.yoctoproject.org/wiki/Security_private_reporting Signed-off-by: Marta Rybczynska <marta.rybczynska@syslinbit.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-25ref-manual: add systemd-resolved to distro featuresEero Aaltonen
systemd-resolved is a distro feature added in poky commit 6f30e3586eb1b8e853cf23dd039f258d0dc0bc6b Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-23manuals: correct "yocto-linux" by "linux-yocto"Michael Opdenacker
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-20ref-manual: variables: add example for SYSROOT_DIRS variableBELHADJ SALEM Talel
Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-20ref-manual: variables: add TOOLCHAIN_OPTIONS variableBELHADJ SALEM Talel
Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-20ref-manual: variables: add RECIPE_SYSROOT and RECIPE_SYSROOT_NATIVEBELHADJ SALEM Talel
Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2023-10-19dev-manual: start.rst: remove obsolete referenceMichael Opdenacker
Remove a reference to a web resource which is clearly marked as obsolete. Replace the unnecessarily verbose note by just links to the mentioned tools. [YOCTO #15233] Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>