We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d65de commit 9b98972Copy full SHA for 9b98972
docs/contributing.md
@@ -43,7 +43,7 @@ Our process mirrors the official Yocto Project contribution flow — see
43
Because this layer expects to host multiple vendor platforms:
44
- Use **machine overrides** (`:machine` or `:append:machine`) to confine board-specific logic.
45
- Avoid cross-contamination between machines or with upstream `meta-qcom`.
46
-- Do not introduce SoC-generic behavior under a machine-specific path.
+- Do not introduce SoC-generic behavior under a machine-specific path. Those SoC-generic behavior must be sent/upstreamed to `meta-qcom` instead.
47
48
Reference: [BitBake Overrides](https://docs.yoctoproject.org/ref-manual/variables.html#var-OVERRIDES)
49
0 commit comments