This repository was archived by the owner on Jan 6, 2023. It is now read-only.
swupd-client_%.bbappend: configure swupd repo URLs#253
Merged
mythi merged 1 commit intoostroproject:masterfrom Sep 2, 2016
Merged
swupd-client_%.bbappend: configure swupd repo URLs#253mythi merged 1 commit intoostroproject:masterfrom
mythi merged 1 commit intoostroproject:masterfrom
Conversation
By default swupd checks for updates at http://example.com and in case of fetching from an HTTPS URL it uses a pre-defined public key which is specific to ClearLinux. This patch configures meta-ostro to use Ostro's public repository for software updates by default. Fixes: IOTOS-1754 Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Contributor
|
the dependencies are now in master so let's re-trigger and check the output. retest this please |
Contributor
|
Should we do similar PR to ostro-os-xt ? |
Contributor
|
@kad we have ostroproject/ostro-os-xt/pull/8 already. We may need to take the meta-swupd fix in the bbappend too however. |
Contributor
|
ah, ok, missed that. |
Contributor
|
@rojkov could you check the resulting images? |
Contributor
Author
|
@mythi at least And No more "bad certificate" errors. |
Contributor
|
@rojkov thanks for checking! merging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By default swupd checks for updates at http://example.com
and in case of fetching from an HTTPS URL it uses a
pre-defined public key which is specific to ClearLinux.
This patch configures meta-ostro to use Ostro's public
repository for software updates by default.
Fixes: IOTOS-1754
NB: Depends on https://lists.yoctoproject.org/pipermail/yocto/2016-August/031680.html accepted to meta-swupd.