summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/stb
Commit message (Collapse)AuthorAgeFilesLines
* stb: Set DESCRIPTION/SECTION and order variables per oelintLuciano Dittgen3 days1-1/+3
| | | | | | | | | | | | oelint-adv flagged a missing DESCRIPTION, a suggested SECTION, and SRC_URI appearing after SRCREV. Add DESCRIPTION and SECTION and swap SRC_URI ahead of SRCREV as oelint expects. Metadata-only change; the built package is unaffected. oelint-adv now reports no findings for this recipe. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
* global: Set HOMEPAGE from SRC_URIOtavio Salvador5 days1-0/+1
| | | | | | | | | | | | | | Add the mandatory HOMEPAGE to recipes that were missing it, using each recipe's own upstream git repository (github.com/gitlab.com) taken from its SRC_URI. Clears the oelint-adv oelint.var.mandatoryvar.HOMEPAGE error for these recipes. Only recipes with a single, unambiguous upstream repo were set automatically; recipes with multiple repos in SRC_URI (a main source plus dependency/patch repos) were resolved by hand or left for a maintainer, to avoid pointing HOMEPAGE at a dependency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* stb: import from meta-freescale-distroOtavio Salvador2026-06-141-0/+18
Move the recipe into meta-freescale as part of consolidating all recipe content into a single layer. meta-freescale-distro is becoming a thin backward-compatibility layer that only keeps the distro definitions for the wrynose LTS lifetime and is no longer used for recipe development. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>