Commit ff2b06a
authored
Add a recipe to compile qcom staging kernel. (#784)
This PR is submitted based on the discussions that happened in
[PR745](#745) and
sync-ups with @ndechesne and @ricardosalveti about the need for a recipe
to build a staging kernel tree with additional patches, especially for
boards based on QCS9100 & QCS6490. For the early enablement of other
Qcom technologies such as Multimedia and Connectivity on these boards,
we need this staging kernel to be built.
This staging kernel tree includes additional patches on top of the 6.12
kernel, many of which are in the process of being upstreamed. Starting
with 6.12, this tree will continue to catch up with the latest releases
(6.13, 6.14, etc.), with patches being dropped and rebased in the
process. Eventually, all patches from this staging kernel will be
available in the mainline kernel.
This patch series brings a recipe for the staging kernel and a CI yml
file to build linux-qcom-staging. The machine configuration files are
untouched and continue to build the linux-yocto-dev kernel. To build the
staging kernel, run the kas command as below: `kas build
meta-qcom/ci/qcs6490-rb3gen2-core-kit.yml:meta-qcom/ci/staging-kernel-provider.yml`
I’ll further work with @ndechesne, @koenkooi, and @ricardosalveti to
enable this staging kernel in GitHub CI to avoid regressions.File tree
2 files changed
+71
-0
lines changed- ci
- recipes-kernel/linux
2 files changed
+71
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
0 commit comments