recipes-bsp: u-boot: include same patches for u-boot-tools#34
Merged
ricardosalveti merged 1 commit intofoundriesio:masterfrom May 29, 2019
Merged
recipes-bsp: u-boot: include same patches for u-boot-tools#34ricardosalveti merged 1 commit intofoundriesio:masterfrom
ricardosalveti merged 1 commit intofoundriesio:masterfrom
Conversation
ricardosalveti
requested changes
May 28, 2019
Member
ricardosalveti
left a comment
There was a problem hiding this comment.
There is already a u-boot-common.inc in OE-core, mind renaming to u-boot-patches.inc or similar?
Contributor
Author
|
@ricardosalveti how about |
To make sure our mkimage patches stay in sync with the u-boot patches we need to apply them to both u-boot and u-boot-tools packages. This way other layers can expect certain changes to be in place. Signed-off-by: Michael Scott <[email protected]>
doanac
added a commit
to doanac/meta-lmp
that referenced
this pull request
Apr 15, 2022
lmp: Add some factory related variables
quaresmajose
pushed a commit
that referenced
this pull request
Nov 9, 2022
Relevant changes: - ea2c8ae u-boot: Use mainline u-boot - 08b56cf recipes-kernel: Upgrade to the latest 4.18 kernel - 2f79768 recipes-kernel: Swap to the maintained RISC-V branch - 670fc2e recipes-kernel: Update kernel SUMMARY and DESCRIPTION - 11ad414 recipes-kernel: Remove outdated 4.14 and 4.15 kernels - 3de0744 u-boot: Be mindful of other BSPs when it comes to u-boot overrides - e5215d8 layer.conf: Add thud to compatible layer series - eeffb31 Add systemd for distro init manager (derived from #34 comment) - b6bab30 qemuriscv64: Add support for building u-boot - 5a43350 recipes-bsp/u-boot: Use a u-boot fork for RISC-V - c439bc5 setup.sh: Check for dash as default shell and change it to bash if possible - cb2be02 setup.sh: Fix typo in defining USER_CLASSES - 0add9da setup.sh: Enable additional distro policies - 9d71c72 qemuriscv64.conf,freedom-u540.conf: Pin default libc to glibc - 4bc2cb3 linux-riscv: Enable virtio cryptodev Signed-off-by: Ricardo Salveti <[email protected]>
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.
To make sure our mkimage patches stay in sync with the u-boot patches
we need to apply them to both u-boot and u-boot-tools packages.
This way other layers can expect certain changes to be in place.
Signed-off-by: Michael Scott [email protected]