Skip to content
Snippets Groups Projects
  1. Oct 18, 2022
    • GitBot's avatar
      Integrate gitlab-ci/add-release-suffix and 3 more · 97864e0e
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@543a2170
      
      manifest_package: add release suffix
      
      Customer specific manifest projects can now set the RELEASE_SUFFIX
      variable, which then gets appended to the deployment folder names.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c763c43f
      
      alphaplan_fwr: change variable "release_name_local" to "release_name"
      
      Otherwise it can be assumed that it might be correlated with
      outputdir_local, which is not the case.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@2d8d26a5
      
      package_release: more refactoring
      
      - Make output-dir an argument that can be passed multiple times instead
        of hard-coding two dirs with certain meanings.
      - Remove LOCALDIR variable from package.env, because it is not used
        anywhere (only occurence was job class ".uploadsdkftp" which wasn't
        used anywhere either).
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@dc3698c8
      
      package_release: refactoring
      
      Improve readability of package_release.py and its submodule
      generate_release_metadata.py.
      
      - Add describing comments throughout the file.
      - Remove duplicate code from functions. Simplify them, so that they do
        what their names say (and nothing more).
      - Rename variables and function arguments to make their purpose clearer.
      - Harmonize variable names with their corresponding command line arguments.
      - Add pydoc for functions.
      - Add type declarations to function arguments.
      - Generate MD5 and metadata files in the source directories so that they
        can be copied along with the rest of the files.
      97864e0e
  2. Oct 17, 2022
  3. Oct 14, 2022
  4. Oct 05, 2022
  5. Sep 30, 2022
    • Clemens Terasa's avatar
      netpbm: Refactor recipe · 424479f3
      Clemens Terasa authored
      This is mainly major recipe refactoring. Using the oelint-adv tool add
      more information to the recipe.
      
      Also fix a QA issue of .so libs being actual files instead of links
      424479f3
    • Clemens Terasa's avatar
      netpbm: Add LDFLAGS to LDSHLIB · dbab987f
      Clemens Terasa authored
      The netpbm package uses the LDSHLIB variable to build the shared
      libraries. Inside Yocto the libs need to be built with GNU_HASH and
      assume that LDFLASG are being used.
      
      Thus add LDFLAGS to the LDSHLIB variable in the netpbm config file.
      dbab987f
  6. Sep 28, 2022
  7. Sep 27, 2022
    • Clemens Terasa's avatar
      seconorth-wayland: Refactor DISTRO_FEATURES:remove · c738078b
      Clemens Terasa authored and Tobias Kahlki's avatar Tobias Kahlki committed
      The Yocto system for appending and removing items form lists executes
      the removal as a last step. After a removal an item cannot be
      appended.
      
      For the DISTRO_FEATURES this means that the once removed "x11" item
      cannot be appended in later steps or dependent layers.
      
      This can be circumvented by the introduction of intermediate variables
      or by using such variables.
      
      For example poky defines DISTRO_FEATURES as follows
      ```
      DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}"
      ```
      To remove an item from the DISTRO_FEATURES you can instead remove it
      form one of the variables i.e. the DISTRO_FEATURES_DEFAULT variable.
      
      Thus remove the `bluetooth` and `x11` items from the
      DISTRO_FEATURES_DEFAULT to be able to re-add them to DISTRO_FEATURES
      later.
      c738078b
    • GitBot's avatar
      Integrate gitlab-ci/check-if-ci-enabled · bcdcb96e
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c831d1da
      
      get_integration_sources: check if CI is enabled
      
      Trying to query CI variables on a project which does not have the CI
      feature enabled leads to an HTTP 403 (forbidden) error.
      Check whether CI is enabled using the "jobs_enabled" flag.
      bcdcb96e
  8. Sep 23, 2022
    • Tobias Kahlki's avatar
      fng-install: Fixed target parameter · 9d32efa8
      Tobias Kahlki authored and Tobias Kahlki's avatar Tobias Kahlki committed
      The "target" parameter was colliding with the TFTP parameter. Removed the
      shortcut (-t) for the target parameter to resolve the collision.
      Also, some filesystem operations weren't respecting the TARGETDEVICE
      parameter.
      9d32efa8
  9. Sep 22, 2022
    • Clemens Terasa's avatar
      psplash: Update patches · d95a9090
      Clemens Terasa authored
      The patches 0001-Add-clear-bg-show-logo-and-show-progress-bar-switche.patch and
      0002-Adjust-the-colors-for-the-G-F-logo.patch were out of sync with
      upstream. Sync them with
      ```
      devtool modify psplash
      devtool update-recipe psplash -a ../sources/meta-seconorth-distro --force-patch-refresh
      devtool reset psplash
      ```
      d95a9090
  10. Sep 20, 2022
  11. Sep 16, 2022
  12. Sep 14, 2022
  13. Sep 13, 2022
  14. Sep 12, 2022
  15. Sep 09, 2022
  16. Sep 08, 2022
  17. Sep 07, 2022
  18. Sep 06, 2022
  19. Sep 05, 2022
  20. Aug 31, 2022
  21. Aug 30, 2022
  22. Aug 24, 2022
  23. Aug 23, 2022
Loading