summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libcamera
Commit message (Collapse)AuthorAgeFilesLines
* neo-ipa-uguzzi: Drop double blank lineOtavio Salvador2026-07-121-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 Salvador2026-07-122-0/+2
| | | | | | | | | | | | | | 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>
* global: Indent multi-line variable continuationsOtavio Salvador2026-07-122-3/+3
| | | | | | | | | | | | | | | | | | | | 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: Drop needless whitespace in assignmentsOtavio Salvador2026-07-121-2/+2
| | | | | | | | | | | | | | Remove the stray space between an assignment's opening quote and its line-continuation backslash, and the space before '%' in inline ${@...} expressions. Generated mechanically by oelint-adv's auto-fix for a single rule (oelint.vars.notneededspace), isolated to one commit. The affected values are whitespace-separated lists (leading space is insignificant) and Python format expressions ("%s"% p is equivalent), so there is no functional change; a re-run of oelint-adv reports the rule clean. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libcamera: Drop tag fetch parameterLuciano Dittgen2026-07-071-2/+2
| | | | | | | | | | The recipe pins the checkout with SRCREV, so remove the tag parameter from the upstream SRC_URI and keep the i.MX override removal string in sync. Tested with: git diff --check. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
* global: Clean up BitBake list spacingLuciano Dittgen2026-07-072-3/+3
| | | | | | | | | Normalize list continuations, append spacing, quote style, and simple flag values so the metadata follows oelint BitBake syntax expectations. Tested with: git diff --check. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
* neo-ipa-uguzzi: Add a recipe for the libcamera component uGuzzi IPAZelan Zou2026-03-231-0/+35
| | | | | | For the i.MX 95 NXP NEO pipeline. Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
* libcamera: Use nxp fork repoZelan Zou2026-03-231-0/+115
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>