-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release v2.0.0 #177
Release v2.0.0 #177
Conversation
096e89d
to
122cf34
Compare
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.
Fix pre-commit errors
Signed-off-by: Piotr Król <[email protected]>
Signed-off-by: Piotr Król <[email protected]>
Signed-off-by: Piotr Król <[email protected]>
This reverts commit 1b1e70f. We needs this **after** we publish releases with auto EC update for all boards.
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Repository jiazhang0/meta-secure-core is archived since 07.02.2023, change to active Wind-River/meta-secure-core. Signed-off-by: Daniil Klimuk <[email protected]>
efi-ext.scc is being added in meta-secure-core/meta-efi-secure-boot and sets, among other configurations, configuration CONFIG_EFI_VARS to m which conflicts with efivars.cfg that sets the config to y. Signed-off-by: Daniil Klimuk <[email protected]>
A fix for Dasharo/dasharo-issues#752. The core of the problem revolved around the use of the ping command for network connectivity verification, which relied on ICMP packets. This approach posed limitations in environments where ICMP packets are blocked or filtered, leading to false negatives in connectivity checks. The implementation replaces ping with `wget --spider` that is used to check for `cloud.3mdeb.com` access without downloading content. By using wget, the script now supports environments where ICMP is not an option Signed-off-by: Tymoteusz Burak <[email protected]>
Move all DTS scripts to another repo and add as git package. Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
This recipe was not used in the builds, instead recipe from meta-openembedded is being used. Surplus metadata should be deleted. Refs: Dasharo/dasharo-issues#770 Dasharo/dasharo-issues#769 Signed-off-by: Daniil Klimuk <[email protected]>
This package provides license statement in README.md, but Yocto needs it to be a separate file. Refs: https://github.com/nix-community/acpi_call/blob/fe9dc95a83a95e4826c1a7c809d41c2f16de40a6/README.md?plain=1#L68 Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Otherwise, the host gcc was used Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
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.
Do we use unit_tests here? Wasn't it migrated to https://github.com/Dasharo/dts-scripts/tree/main/tests?
Same with scripts directory
Those are most likely changes done during rebase right? They need to be checked very carefully. |
Signed-off-by: Pawel Langowski <[email protected]>
@m-iwanicki I deleted the files 01b6846 |
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
DTS fix UEFI SB build
No description provided.