-
Notifications
You must be signed in to change notification settings - Fork 178
camxfirmware: support firmware compression #1395
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
Placing firmware recipes under different subdirs creates unnecessary fragmentation. Move CamX firmware recipes to recide together with the rest of the firmware recipes, under recipes-bsp/firmware/. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
In order to save space (epscially on the initramfs) follow the rest of firmware recipes and implement support for compressing firmware files. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
b3384f9 to
2abf67b
Compare
2abf67b to
d12ae61
Compare
Test run workflowTest jobs for commit d12ae61
|
Test Results 14 files 14 suites 1h 14m 9s ⏱️ For more details on these failures, see this check. Results for commit c5b638e. ♻️ This comment has been updated with latest results. |
Test run workflowTest jobs for commit d12ae61
|
In order to save space (epscially on the initramfs) follow the rest of firmware recipes and implement support for compressing firmware files. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
d12ae61 to
c5b638e
Compare
Test run workflowTest jobs for commit c5b638e
|
| do_configure[noexec] = "1" | ||
| do_compile[noexec] = "1" | ||
|
|
||
| # Possible values are "xz" and "zst". |
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.
The code below also works with 'zstd' as a 3rd possible value....
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.
Yes, but it's not documented as supported in OE-Core.
Follow the suite of linux-firmware and other firmware recipes and support FIRMWARE_COMPRESSION.