-
Notifications
You must be signed in to change notification settings - Fork 108
Add a way to test upcoming firmware #852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Test jobs for commit 1b44c8a |
I understand that having this as an additional meta layer makes sense, but also not a fan of having extra layers mixed up with meta-qcom, at least based on how the files are currently structured, would be nice to find a way for this to be part of meta-qcom and enabled with a custom override. Also, for boot firmware we are basically using this to test what is already released downstream, would probably just make more sense to propose the updates once they are available directly, as in the end we don't have other providers and don't expect this to be updated outside qualcomm linux releases (at least not for now). Once we have weekly development snapshots this would make more sense to have (to use for continuous testing). |
Updated boot firmware for qcs9100 is also part of #847, and I'm about to propose a similar update for 6490 (won't conflict much in the end). |
If intention here is to test latest drop of firmware before accepting, can dev-upstream be used to pull latest version? |
I can give it a thought, but do you have any idea on your mind how to implement it? |
Unfortunately, there is no predictable way to know what the latest firmware will be. Generally, the one with the highest number is the latest. May be firmware recipes can scan all the directory names and pick the one with the highest number as dev-upstream variant. |
This is AUTOREV, not devupstream. And I'd rather not implement such scanning. Traversing directories on the web server can open a can of worms. |
Test jobs for commit 36d19d0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
firmware-qcom-qcs6490: package latest firmware for QCS9100
The changes are for qcs9100, but subject says qcs6490 @lumag
I would prefer not mixing one layer into another here (as we might also have additional layers as we saw with the axiom related changes), should we move everything under meta-qcom into a meta-qcom folder then? Would be a bit similar to https://github.com/jonmason/meta-arm and https://git.yoctoproject.org/meta-ti/tree/. |
Test jobs for commit 368e3c7 |
5c425ef
to
aaf92fe
Compare
@ricardosalveti moved meta-qcom to the subdir |
Sure, this would work for me, might just need to update ci/kas/.github and README to point to the new directory. @ndechesne @vkraleti @sbanerjee-quic this would allow for us to host additional meta layers that are relevant to meta-qcom (e.g. tip testing, axiom integration, extras, etc) as part of this repo, a common behavior that is found in several other bsp layers. |
In order to support extra layers in the same repo, move existing meta-qcom layer data to a subdir. Signed-off-by: Dmitry Baryshkov <[email protected]> Revert "meta-qcom: move existing Qualcomm layer to subdir" This reverts commit 0119e2a. Signed-off-by: Dmitry Baryshkov <[email protected]>
It makes sense to be able to test firmware upgrades easily. Add sublayer to handle these tasks. Signed-off-by: Dmitry Baryshkov <[email protected]>
Add the recipe pulling in the latest version of the QCS6490 firmware. Signed-off-by: Dmitry Baryshkov <[email protected]>
Add the recipe pulling in the latest version of the QCS9100 firmware. Signed-off-by: Dmitry Baryshkov <[email protected]>
Add the recipe pulling in the latest version of the QCS8300 firmware. Signed-off-by: Dmitry Baryshkov <[email protected]>
Patch linux-firmware packages in order to remove the conflict between the files provided by the recipe and the tip versions of the firmware (to be added in the next commits). Signed-off-by: Dmitry Baryshkov <[email protected]>
…ages away Patch Hexagon DSP binaries packages in order to remove the conflict between the files provided by the recipe and the tip versions of the firmware (to be added in the next commits). Signed-off-by: Dmitry Baryshkov <[email protected]>
Add recipe to package the latest DSP firmware files for the board in order to be able to test them on the hardware. Signed-off-by: Dmitry Baryshkov <[email protected]>
Add recipe to package the latest DSP firmware files for the board in order to be able to test them on the hardware. Signed-off-by: Dmitry Baryshkov <[email protected]>
Add recipe to package the latest DSP firmware files for the board in order to be able to test them on the hardware. Signed-off-by: Dmitry Baryshkov <[email protected]>
Test jobs for commit 1ee1d52 |
I think we're missing test jobs using the new firmware. Or is the new firmware already included in the default builds? |
This would be a nice solution to being able to host more BSP related layers. I do warn about moving non-BSP layers like meta-qcom-distro into this, it makes coupling the DISTRO to the BSP a bit too easy, usually breaking standalone BSP usage. |
The main meta-qcom layer is settled on using linux-firmware and hexagon-dsp-binaries. However it might make sense to be able to test firmware (and boot firmware) before it gets released. Add a sublayer which provides support for testing the pending firmware changes from QArtifactory.