summaryrefslogtreecommitdiffstats
path: root/recipes-downgrade/spir
Commit message (Collapse)AuthorAgeFilesLines
* spirv-headers: Add DESCRIPTION and order variables per oelintLuciano Dittgen2026-07-221-2/+4
| | | | | | | | | | Set a distinct DESCRIPTION (oelint.var.mandatoryvar.DESCRIPTION), place HOMEPAGE before SECTION and SRC_URI before SRCREV to follow the canonical variable order (oelint.var.order.HOMEPAGE, .SRC_URI). No functional change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
* spirv-tools: Shorten SUMMARY and order variables per oelintLuciano Dittgen2026-07-141-6/+4
| | | | | | | | | | | | Shorten SUMMARY to a single line under 80 characters, reorder into the canonical oelint variable order (DEPENDS before SRC_URI and before the inherit, so it is no longer flagged as overwriting DEPENDS after an inherit; SRC_URI before SRCREV), and switch the -lesspipe FILES assignment to an append so it no longer overrides the package file list. No functional change; pure recipe-metadata cleanup. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
* global: Use single space around variable assignmentsoelint-cleanup-2-homepage-sectionOtavio Salvador2026-07-121-2/+2
| | | | | | | | | | | | | | | meta-freescale used columnar alignment (multiple spaces padding the variable name out to a common column) for tables of assignments such as the fsl-eula-unpack MD5 sums and PACKAGECONFIG[...] entries. The Yocto Recipe Style Guide and oelint-adv (oelint.vars.spacesassignment) call for a single space around the assignment operator. Collapse the padding to a single space on every flagged assignment. The change is purely whitespace around the operator: variable names, operators and values (including whitespace inside quoted values) are untouched, as confirmed by an empty 'git diff -w'. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* global: Indent multi-line variable continuationsOtavio Salvador2026-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | Align the continuation lines of multi-line variable assignments, as suggested by oelint-adv's auto-fix for a single rule (oelint.vars.multilineident), isolated to one commit. The auto-fix strips the leading space from a value's first line, which for a ':append' is a required separator; those five recipes had their leading space restored by hand, so ':append'/':prepend' concatenation is unchanged. A few multi-line values (e.g. DESCRIPTION) gain internal whitespace, which is cosmetic and collapses on display. Build-tested: parsing all 2948 recipes for an i.MX machine reports 0 errors. A residual set (the restored ':append' recipes, whose separator space oelint cannot reconcile with its indent preference, plus opencv/dpdk where oelint's own fix does not satisfy its checker) is left for per-recipe handling. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* global: whinlatter updates for WORKDIR/UNPACKDIR and git fetch locationMax Krummenacher2025-06-282-2/+0
| | | | | | | | | | | | | | | | | The series [1] changed the way sources are fetched/unpacked and S needs to follow that. Additionally for git repos it moved away from having 'git/' as the checkout directory. This has been partly tested by building weston based image for imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images. E.g. none of the recipes specific for qoriq is built time tested. As walnascar is no longer compatible with master/whinlatter drop it from LAYERSERIES_COMPAT. [1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* Upgrade BSP to LF6.6.36_2.1.0Valentin Jec2024-10-252-2/+4
| | | | | | | | | | | | | | spir: Update downgrade spir: 1.3.261.1.imx -> 1.3.275.0.imx vulkan: Update downgrade vulkan: 1.3.261.1.imx -> 1.3.275.0.imx vulkan-loader_1.3.261.1.imx.bbappend: Upgrade vulkan-loader: 1.3.261.1.imx -> 1.3.275.0.imx Add patch for wsi layer imx-base.inc: Update `PREFFERED_VERSION` for vulkan and spir Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* vulkan/spir: Update downgrade 1.3.239.0.imx -> 1.3.261.1.imxTom Hochstein2024-04-242-7/+12
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* spir: Downgrade to 1.3.239.0.imxTom Hochstein2023-10-312-0/+60
Latest spir is not compatible with downgraded vulkan, so downgrade spir to match. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>