Add support for qemuarm64#22
Merged
ricardosalveti merged 14 commits intofoundriesio:masterfrom Mar 22, 2019
Merged
Conversation
Wic is useful when performing local tests or when executing the image via runqemu, so make sure it gets produced by default. CI can filter and just publish wic.gz for the public images. Signed-off-by: Ricardo Salveti <[email protected]>
Update meta for qemuarm64 support and make it part of the compatible machines list. Signed-off-by: Ricardo Salveti <[email protected]>
Qemu is the one responsible for creating the device-tree, so it needs to be loaded from fdt_addr when booting the fitimage. Signed-off-by: Ricardo Salveti <[email protected]>
Large sector size can result in a disk read with invalid input buffer size. Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
Flash disabled as it causes ATF to crash. Signed-off-by: Ricardo Salveti <[email protected]>
Based on the 3.3.0 recipe available in meta-linaro. Signed-off-by: Ricardo Salveti <[email protected]>
Based on the 3.3.0 recipe available in meta-linaro. Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
Based on the 3.3.0 recipe available in meta-linaro. Signed-off-by: Ricardo Salveti <[email protected]>
Based on the 3.3.0 recipe available in meta-linaro. Signed-off-by: Ricardo Salveti <[email protected]>
Same git revision as currently used by OP-TEE upstream. Initially only compatible with u-boot. Signed-off-by: Ricardo Salveti <[email protected]>
Includes basic OP-TEE examples such as hello_world, random, etc. Signed-off-by: Ricardo Salveti <[email protected]>
Using ATF + OP-TEE + U-Boot by default, including support for fitImage. Signed-off-by: Ricardo Salveti <[email protected]>
doanac
added a commit
to doanac/meta-lmp
that referenced
this pull request
Apr 15, 2022
lmp: Add build for aktualizr-lite target
quaresmajose
pushed a commit
that referenced
this pull request
Nov 9, 2022
Relevant changes: - 826542a Merge pull request #34 from ricardosalveti/master - 804f6b2 classes/sota: no need to add wic when sota is enabled - 58e3efb Merge pull request #32 from uptane/shellcheck-master - eee365c Replace tabs with spaces. - 6dbc404 Fix all shellcheck complaints. - 5a4e76b Merge pull request #31 from ricardosalveti/master - 39feaef sota: drop curl packageconfig settings for openssl - e4b64f8 Merge pull request #30 from uptane/ostree-curl-timeout-master - 60864e2 ostree: patch to setup a curl request timeout - 9272a91 Merge pull request #27 from shr-project/jansa/kirkstone-updates - 4776d37 layer.conf: update LAYERSERIES_COMPAT for kirkstone - 99d82c1 Merge pull request #25 from shr-project/jansa/curl - 918f716 Merge pull request #22 from uptane/fix-ipsecondary-root-version - 2142cef fixed incorrect boolean in virtualsec.json - f2cdf57 Merge pull request #26 from shr-project/jansa/sota - cee9fbf Merge pull request #24 from uptane/latest-versions-master - 8e29a69 sota_sanity.bbclass: fix DeprecationWarning: invalid escape sequence d - 4d01a7a sota.bbclass: update for renamed ssl PACKAGECONFIG in curl recipe - 1f23c1c aktualizr: Mark aktualizr-hwid as RRECOMMENDS, not RDEPENDS. - 93968ee aktualizr: Bump to latest, plus garage-sign. - 851c5b7 Merge pull request #19 from shr-project/jansa/https - 4db1422 aktualizr: use https protocol to fetch it - 7a36ee1 Merge pull request #18 from uptane/aktualizr-secondary-etc - ff1e835 aktualizr: Bump to latest for Secondary putRoot implementation. - 885da7d Merge pull request #16 from uptane/latest-aktualizr - 94e6422 aktualir: Bump to latest with TUF verification support. - eab04a9 aktualizr: Delete unused ca.cnf file. - 4473a81 Update to latest Aktualizr - 25642b4 Merge pull request #13 from uptane/fix/ats-825/kirkstone - ff20197 sota.conf.inc: Cleanup for kirkstone. - 1093211 layer.conf: Drop older branches. Signed-off-by: Daiane Angolini <[email protected]>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Using ATF + OP-TEE + U-Boot by default, including support for fitImage.