Skip to content
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

Fix issue 957 #153

Draft
wants to merge 72 commits into
base: develop
Choose a base branch
from
Draft

Fix issue 957 #153

wants to merge 72 commits into from

Commits on Apr 3, 2024

  1. kas-uefi-sb: change meta-secure-core origin

    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]>
    DaniilKl committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c2e7c3d View commit details
    Browse the repository at this point in the history
  2. distro: kernel: linux-yocto: remove efi-ext.scc from KERNEL_FEATURES

    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]>
    DaniilKl committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1c0e69b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. dts: dts-functions: make dts not use ICMP for network connection check

    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]>
    tym2k1 authored and macpijan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4961fcd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. distro: recipes-dts: move DTS scripts to another repo

    Move all DTS scripts to another repo and add as git package.
    
    Signed-off-by: Daniil Klimuk <[email protected]>
    DaniilKl committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    662a312 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. distro: recipes-dts: dts-scripts: do_install via Makefile

    Signed-off-by: Daniil Klimuk <[email protected]>
    DaniilKl committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9d3125e View commit details
    Browse the repository at this point in the history
  2. dts-scripts_git.bb: relicense to Apache-2.0

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    008f30b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. distro: dts-scripts: bump revision

    Signed-off-by: Daniil Klimuk <[email protected]>
    DaniilKl committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    afdbf28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from Dasharo/bump-dts-scripts-revision

    distro: dts-scripts: bump revision
    DaniilKl committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ac05a37 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. distro: support: hidapi: delete

    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]>
    DaniilKl committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fb3be53 View commit details
    Browse the repository at this point in the history
  2. distro: kernel: acpi-call-dkms: change license to GPLv3

    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]>
    DaniilKl committed May 22, 2024
    Configuration menu
    Copy the full SHA
    431325c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #123 from Dasharo/delete-hidapi-recipe

    Delete hidapi recipe
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    26ba420 View commit details
    Browse the repository at this point in the history
  2. update layers to scarthgap

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1cce128 View commit details
    Browse the repository at this point in the history
  3. dts-distro.conf: add usrmerge to DISTRO_FEATURES

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b6dfe71 View commit details
    Browse the repository at this point in the history
  4. packagegroup-dts.bb: s/bmap-tools/bmaptool

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    444fec6 View commit details
    Browse the repository at this point in the history
  5. dasharo-ectoo: add sha256sums for cargo deps

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    255f8ba View commit details
    Browse the repository at this point in the history
  6. iotools: allow overriding CC

    Otherwise, the host gcc was used
    
    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d6bc78d View commit details
    Browse the repository at this point in the history
  7. kas/common.yml: enable buildstats class

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    34bdca6 View commit details
    Browse the repository at this point in the history
  8. acpi-call-dkms: fix kernel module installation on scarthgap

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c4fc8f6 View commit details
    Browse the repository at this point in the history
  9. iotools: disable DEBUG by default

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    78788ac View commit details
    Browse the repository at this point in the history
  10. dts-scripts: update SRCREV

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d4c466d View commit details
    Browse the repository at this point in the history
  11. dts-distro: coreboot-utils: Update branch and commit

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki authored and macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0c4815e View commit details
    Browse the repository at this point in the history
  12. dts-scripts: update SRCREV

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4c8c726 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. openssh: fix scp not working (Dasharo/dasharo-issues#840)

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a5a7205 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from Dasharo/fix-scp-sftp

    Fix scp from host to DTS not working without -O flag
    macpijan committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7ed2828 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. meta-dts-distro: Add txesbmantool

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8f766cd View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. meta-dts-distro/recipes-tests/dts-tests: cukinia.conf: Add txesbmanto…

    …ol check
    
    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d59dce4 View commit details
    Browse the repository at this point in the history
  2. README: Add section about cukinia tests

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d316488 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    42fa5cc View commit details
    Browse the repository at this point in the history
  2. meta-dts-distro/recipes Add smmstore tool

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    935d6ca View commit details
    Browse the repository at this point in the history
  3. meta-dts-distro/recipes-bsp/txe-secure-boot/smmstoretool_git: Refacto…

    …r file
    
    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f0d9ddd View commit details
    Browse the repository at this point in the history
  4. meta-dts-distro/recipes-tests/dts-tests: cukinia.conf: Add smmstoreto…

    …ol test
    
    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b64a870 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    4ad356e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge pull request #128 from Dasharo/cukinia-docs

    Cukinia docs
    macpijan committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    62760c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. recipes-bsp/txe-secure-boot/txesbmantool_git: Specify EXTRA_OEMAKE + …

    …fix style
    
    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    28e45f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26221d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge pull request #127 from Dasharo/smmstore

    smmstore tool
    macpijan committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    32faa58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #126 from Dasharo/txesbmantool

    txesbmantool
    macpijan committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1a3f975 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add basic pre-commit configuration

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f298323 View commit details
    Browse the repository at this point in the history
  2. recipes-dts: Remove dts-functions.sh

    The script was moved to the
    dts-scripts repo
    (https://github.com/Dasharo/dts-scripts/blob/main/include/dts-functions.sh)
    and is not used here anymore.
    
    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4bde401 View commit details
    Browse the repository at this point in the history
  3. recipes-support/cloudsend: Fetch script from git and add `--fail-with…

    …-body` flag
    
    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    58623db View commit details
    Browse the repository at this point in the history
  4. Fix files so that pre-commit passes

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    14c1451 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #129 from Dasharo/pre-commit

    pre-commit
    macpijan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    22840b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. recipes-bsp/txe-secure-boot/txesbmantool_git: Update revision

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski authored and macpijan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    105dca9 View commit details
    Browse the repository at this point in the history
  2. Change pre-commit hook revisions

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8cc0f2b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Add cpuid tool + cukinia test

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6fdcc9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140 from Dasharo/cpuid

    Add cpuid tool + cukinia test
    macpijan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    27ec03d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. dts-distro.conf: bump to v2.0.0-rc1

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dfe0c93 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. openssh_%.bbappend: use sshd.service instead of sshd.socket

    sshd.service was autogenerated by systemd as init.d script and was not
    disabled so we can just use sshd.service explicitly and it will be
    disabled by default.
    
    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ccb85a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. workflow: Change action and jobs names

    Develop workflow doesn't deploy to GitHub Releases page.
    
    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f791e18 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request #144 from Dasharo/change-workflow-names

    workflow: Change action and jobs names
    macpijan committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b1cc392 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. dts-base-image.inc: Remove 'rootfs' suffix from image

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f09e198 View commit details
    Browse the repository at this point in the history
  2. dts-scripts: Update revision

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5a03dd7 View commit details
    Browse the repository at this point in the history
  3. dts-scripts: Add python3-semver dependency

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b4f4efb View commit details
    Browse the repository at this point in the history
  4. tests: cukinia: Add semver module check

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a428bb8 View commit details
    Browse the repository at this point in the history
  5. dts-base-image: add lshw

    Signed-off-by: Piotr Król <[email protected]>
    pietrushnic authored and m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    90e18fd View commit details
    Browse the repository at this point in the history
  6. meta-dts-distro/recipes-support/dasharo-ectool: bump rev for Dasharo …

    …ACPI ID
    
    Signed-off-by: Michał Kopeć <[email protected]>
    mkopec authored and m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    16bd234 View commit details
    Browse the repository at this point in the history
  7. CHANGELOG.md: Add v2.0.0-rc2

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e94a195 View commit details
    Browse the repository at this point in the history
  8. dts-distro.conf: bump version to 2.0.0-rc2

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    31aeaba View commit details
    Browse the repository at this point in the history
  9. dts-scripts: Change to rev removing separate EC update

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5097225 View commit details
    Browse the repository at this point in the history
  10. dasharo-ectool: automatically get PV hash from SRCCREV

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0840240 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d57badd View commit details
    Browse the repository at this point in the history
  12. dts-scripts: Change to rev removing separate EC update

    Signed-off-by: Michał Iwanicki <[email protected]>
    m-iwanicki authored and macpijan committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    02d743d View commit details
    Browse the repository at this point in the history
  13. dts-distro.conf: bump to 2.0.0-rc3

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    80bc82c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. distro: recipes-extended: minio-cli: add

    Signed-off-by: Daniil Klimuk <[email protected]>
    DaniilKl committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8a8073f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. distro: recipes-dts: dts-scripts: add DES packaging support

    Signed-off-by: Daniil Klimuk <[email protected]>
    DaniilKl committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ddbb0cc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. dts-scripts: update SRCREV

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9197e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. recipes-bsp/txe-secure-boot/txesbmantool_git.bb: Bump SRCREV

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski authored and m-iwanicki committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0b67a79 View commit details
    Browse the repository at this point in the history
  2. .github/workflows: Use separate SSH config for deploy job

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski authored and m-iwanicki committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    64ac78b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. recipes-bsp: txesbmantool: Change branch and SRCREV

    Signed-off-by: Pawel Langowski <[email protected]>
    PLangowski authored and m-iwanicki committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    97e2995 View commit details
    Browse the repository at this point in the history
  2. distro: extended: minio-cli: amend absolete-license

    Signed-off-by: Daniil Klimuk <[email protected]>
    DaniilKl authored and m-iwanicki committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ca4e1c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. WIP: add dev cache

    Signed-off-by: Daniil Klimuk <[email protected]>
    DaniilKl committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bc90ecd View commit details
    Browse the repository at this point in the history
  2. WIP: add SBOM

    Signed-off-by: Daniil Klimuk <[email protected]>
    DaniilKl committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e090e1a View commit details
    Browse the repository at this point in the history