-
Notifications
You must be signed in to change notification settings - Fork 61
Conversation
* https://www.yoctoproject.org/docs/{yocto-version}/mega-manual/mega-manual.html[Yocto Mega Manual, v{yocto-version}]: The Yocto Mega Manual is a concatenation of all the various other reference manuals; it’s usually better to use the individual manuals if you know what you’re looking for. In particular, these three are the most frequently used in the BSP development domain: | ||
** https://www.yoctoproject.org/docs/{yocto-version}/ref-manual/ref-manual.html[Yocto Reference Manual, v{yocto-version}] | ||
** https://www.yoctoproject.org/docs/{yocto-version}/bsp-guide/bsp-guide.html[Yocto BSP Developer's Guide, v{yocto-version}] | ||
** https://www.yoctoproject.org/docs/{yocto-version}/bitbake-user-manual/bitbake-user-manual.html[Bitbake User Manual, v{yocto-version}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tkfu or @ammaboateng do you know if this will work with Antora? Specifically the bit in the link name; the URL part I'm confident in since it works elsewhere. Pity that github doesn't understand it, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it will work with Antora.
Signed-off-by: Jon Oster <[email protected]>
In a separate section, describe that, instead of creating multiple accounts, users can create additional env using only one account. Add a beta icon to that feature. Relates-to: OTA-4601 Signed-off-by: Halyna Dumych <[email protected]>
This came out of a discussion with our support team. Co-Authored-By: Jon Oster <[email protected]> Signed-off-by: Patrick Vacek <[email protected]>
Co-Authored-By: Amma Boateng <[email protected]> Signed-off-by: Patrick Vacek <[email protected]>
Improve some formatting, fix the branch naming logic, and add a crosslink. Signed-off-by: Patrick Vacek <[email protected]>
Signed-off-by: Jon Oster <[email protected]>
Signed-off-by: Jon Oster <[email protected]>
Thud in poky has been moved to community support only. We are still supporting it in our repos for now, but new users should use a newer release branch. Signed-off-by: Patrick Vacek <[email protected]>
Signed-off-by: Jon Oster <[email protected]>
Signed-off-by: Patrick Vacek <[email protected]>
Co-Authored-By: Laurent Bonnans <[email protected]> Signed-off-by: Patrick Vacek <[email protected]>
a2a2dce
to
0330159
Compare
Codecov Report
@@ Coverage Diff @@
## master #1613 +/- ##
==========================================
- Coverage 82.51% 82.51% -0.01%
==========================================
Files 189 189
Lines 11996 11996
==========================================
- Hits 9899 9898 -1
- Misses 2097 2098 +1
Continue to review full report at Codecov.
|
In #1603, I'd wondered why we didn't have a common variable for Yocto branches. Turns out we already do for versions, so I bumped it!