summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/rapidvulkan
Commit message (Collapse)AuthorAgeFilesLines
* rapidvulkan: Set DESCRIPTION and SECTION per oelintOtavio Salvador9 days1-0/+2
| | | | | | Add the missing mandatory DESCRIPTION and set SECTION. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rapidvulkan: Drop double blank lineOtavio Salvador9 days1-1/+0
| | | | | | | Remove a consecutive blank line (oelint.newline.consecutive). No functional change. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* global: Set HOMEPAGE from SRC_URIOtavio Salvador10 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>
* rapidvulkan: Require vulkan distro featureLuciano Dittgen2026-06-301-1/+3
| | | | | | | | | | rapidvulkan is only useful when Vulkan support is enabled. Inherit features_check and require the vulkan distro feature so the recipe is skipped cleanly otherwise. Tested as part of the series with bitbake -p and yocto-check-layer. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
* rapidvulkan: import from meta-freescale-distroOtavio Salvador2026-06-141-0/+13
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>