Skip to content
Snippets Groups Projects
  1. Jan 11, 2023
  2. Jan 10, 2023
  3. Jan 09, 2023
    • Tobias Kahlki's avatar
      58742416
    • Tobias Kahlki's avatar
      kernel:config: Re-export via savedefconfig · 718ac0a7
      Tobias Kahlki authored
      The i.MX8MP 5.15 defconfig did contain some keys that have been manually
      added and that were removed by the savedefconfig command.
      
      - CONFIG_AC97_BUS_COMPAT is active per default
      - CONFIG_AC97_BUS_NEW is active per default
      - CONFIG_AUDIT is inactive per default
      - CONFIG_BATTERY_WM97XX is inactive per default
      - CONFIG_DMABUF_HEAPS_SYSTEM_UNCACHED seems to be removed from the Kernel
      - CONFIG_ION_CMA_HEAP seems to be removed from the Kernel
      - CONFIG_ION seems to be removed from the Kernel
      - CONFIG_DMA_SHARED_BUFFER is active per default
      - CONFIG_MXC_CAMERA_OV5640_MIPI_V2 was manually commented out; correctly
        removed since inactive per default
      - CONFIG_REGMAP_AC97 added implicitly via MFD_WM97xx [=y] && HAS_IOMEM [=y]
        && AC97_BUS_NEW [=y]
      - CONFIG_TOUCHSCREEN_WM9705 is active per default when WM97XX is active; the
        other drivers are "actively" deactivated (e.g. WM9713)
      - CONFIG_SND_SOC_AC97_BUS_NEW added implicitly via SND_SOC_FSL_SAI_AC97 [=y]
        && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y]
      - CONFIG_SND_SOC_AC97_BUS could be added implicitly, which isn't the case for
        us (since we don't use the actual sound drivers for the WMXX)
      - CONFIG_SND_AC97_CODEC could also be added implicitly, what we don't do
      - CONFIG_SND_SOC_WM9705 is added by SND_PXA2XX_SOC_E7X0 that we don't use
      718ac0a7
    • Tobias Kahlki's avatar
    • GitBot's avatar
      Integrate gitlab-ci/remove-dynamic-job-generation · 56cbaac8
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@897ba059
      
      Manifest integration: remove dynamic job generation
      
      The dynamic job was only necessary because GitLab did not expand
      variables in the "trigger:project" keyword:
      https://gitlab.com/gitlab-org/gitlab/-/issues/347469
      
      This has been fixed in GitLab 15.3, so we don't need it anymore:
      https://gitlab.com/gitlab-org/gitlab/-/merge_requests/92346
      56cbaac8
  4. Jan 05, 2023
  5. Jan 03, 2023
  6. Dec 20, 2022
  7. Dec 08, 2022
  8. Dec 06, 2022
  9. Nov 28, 2022
  10. Nov 21, 2022
  11. Nov 18, 2022
  12. Nov 10, 2022
  13. Nov 09, 2022
  14. Nov 04, 2022
  15. Oct 18, 2022
    • GitBot's avatar
      Integrate gitlab-ci/add-hide-ftp-upload-flag · 78ac5c60
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@a5e27f6e
      
      FTP upload: Add flag to hide FTP upload stage
      
      This is a workaround to prevent customer releases being uploaded to our
      public FTP area. It should be removed as soon as we support uploading to
      different FTP target folders.
      78ac5c60
    • GitBot's avatar
      Integrate gitlab-ci/add-release-suffix and 3 more · 75324268
      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.
      75324268
  16. Oct 14, 2022
  17. Sep 28, 2022
  18. Sep 27, 2022
  19. Sep 20, 2022
  20. Sep 15, 2022
    • Jonas Höppner's avatar
      kernel:dtb: Create devicetree links named like the original dtb names in deploy folder · 3b1155bf
      Jonas Höppner authored
      In the rootfs/boot folder the devicetrees are named like the kernel
      sources, in the deploy folder they get a long postfix. For CI deploy
      step and the usage of the dtb name during installation the original
      names are needed in the deploy folder too.
      This patch takes a snippet from the kernel-devicetree.bbclass to enable
      it again, because the yocto way to enable it, also brings links to the
      kernel image inside the rootfs, which does not work for us, because of
      the fat filessystem on the boot partition.
      
      BCS 746-001026
      3b1155bf
  21. Sep 14, 2022
  22. Sep 13, 2022
  23. Sep 09, 2022
  24. Sep 08, 2022
  25. Sep 06, 2022
  26. Sep 05, 2022
Loading