Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lf-edge/eve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.0.11-lts
Choose a base ref
...
head repository: lf-edge/eve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.0.12-lts
Choose a head ref
  • 11 commits
  • 8 files changed
  • 5 contributors

Commits on Sep 13, 2025

  1. Add ignore pattern for go.work* files

    Signed-off-by: Paul Gaiduk <[email protected]>
    europaul authored and OhmSpectator committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    9ef2e13 View commit details
    Browse the repository at this point in the history
  2. Refactor baseOS activation logic in parseconfig.go

    It is safer to get the activation status of the baseOS from zboot
    instead of the pubsub, since pubsub only gets populated after a config
    is read.
    
    Signed-off-by: Paul Gaiduk <[email protected]>
    europaul authored and OhmSpectator committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    956db7a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Cleanup BaseOsConfig if controller removes it

    I noticed that when I deleted all of the BaseOsConfig on the controller
    it still appeared in EVE (in e.g., /run/zedagent/BaseOsConfig). This
    fixes that.
    
    Signed-off-by: eriknordmark <[email protected]>
    eriknordmark authored and OhmSpectator committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    546a5b2 View commit details
    Browse the repository at this point in the history
  2. Make parse code clear PrevConfigHash

    Setting to empty byte slice since handlecipherconfig.go did that.
    
    Signed-off-by: eriknordmark <[email protected]>
    eriknordmark authored and OhmSpectator committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    ccd62b1 View commit details
    Browse the repository at this point in the history
  3. pillar/zedagent: persist lastconfig even when skipping config update.

    When inhaleDeviceConfig returns skip (e.g. during BaseOS activation),
    zedagent used to return early without saving the received config into
    lastconfig. This left the on-disk checkpoint stale, so after reboot EVE
    would reload the old config and recreate outdated BaseOS/ContentTree
    objects. That could trigger spurious downloads and even unintended
    downgrades on the next reboot.
    
    Fix by persisting the received proto message also in the skip case,
    ensuring lastconfig is always up to date.
    
    Signed-off-by: Nikolay Martyanov <[email protected]>
    (cherry picked from commit 2a0e01a)
    OhmSpectator committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    9593df1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. pkg/grub: download gnulib from gh

    GNU savannah server seems to be a bit slow sometimes
    
    Signed-off-by: Christoph Ostarek <[email protected]>
    (cherry picked from commit b5df878)
    christoph-zededa authored and OhmSpectator committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    c1a0c70 View commit details
    Browse the repository at this point in the history
  2. pkg/grub: adjust gnulib git URL

    append '.git' as it seems some docker versions need this
    
    Signed-off-by: Christoph Ostarek <[email protected]>
    (cherry picked from commit bc15d7c)
    christoph-zededa authored and OhmSpectator committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    a6d75e7 View commit details
    Browse the repository at this point in the history
  3. optee-os: Update pkg/cross-compilers TAG

    Use updated TAG for pkg/cross-compilers.
    
    Signed-off-by: Renê de Souza Pinto <[email protected]>
    rene authored and OhmSpectator committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    4f62ce3 View commit details
    Browse the repository at this point in the history
  4. cross-compilers: Use a mirror for GNU server

    GNU servers are unstable, braking our build. Let's use an official
    mirror.
    
    Signed-off-by: Renê de Souza Pinto <[email protected]>
    rene authored and OhmSpectator committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    c4c97e7 View commit details
    Browse the repository at this point in the history
  5. pkg/bsp-imx: Update sevaral image hashes in bsp-imx to use locally bu…

    …ilt version.
    
    Replaces the optee-os and cross-compilers image references with hashes
    corresponding to a version built locally by Renê. This update is part of
    the effort to unblock CI by using manually published images, as
    automated builds are currently failing due to infrastructure issues.
    
    Signed-off-by: Nikolay Martyanov <[email protected]>
    OhmSpectator committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    13f6997 View commit details
    Browse the repository at this point in the history
  6. pkg/vtpm: Replace autoconf-archive source to avoid TLS timeouts.

    Switch the download URLs for the autoconf-archive tarball and its
    signature from ftp.gnu.org to ftp.fau.de to resolve build failures
    caused by TLS handshake timeouts.
    
    Signed-off-by: Nikolay Martyanov <[email protected]>
    OhmSpectator committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    1a7e4c7 View commit details
    Browse the repository at this point in the history
Loading