Skip to content
Snippets Groups Projects
  1. Jul 06, 2021
  2. May 17, 2021
  3. Apr 12, 2021
    • Jonas Höppner's avatar
      kernel: Remove symlinks in boot partition · ddf763e7
      Jonas Höppner authored
      The links in the boot partition do not work on the used fat partitions.
      With tar of the dunfell fngsystem this is an error, which stops the
      installation and the links have never bee installed anyway.
      
      BCS 746-000274
      ddf763e7
  4. Mar 10, 2021
  5. Nov 24, 2020
    • Jonas Höppner's avatar
      linux-guf: Patch to use pkg-config to find libcrypto for hosttools · 5eeed967
      Jonas Höppner authored
      The host tools: scripts/sign-file and srcripts/extract-cert need lcrypto
      from openssl to compile. The normal search way only finds tools from the
      target system, though out build docker does not has them installed and
      the tools from the recipe-sysroot-native should be used.
      This patch adds the DEPENDS=openssl and changes the kernels makefile to
      query pkg-config-native for the correct compiler and linker flags for
      those libs.
      I added the kernel change as patch, as this seems to be yocto specific
      and not a general solution, at least to use the -native tool. Also the
      build in a extended SDK needs to be checked.
      
      Also add native depends: Openssl is needed by script/extract-cert.
      The util-linux-native is also added used in the linux-yocto recipe.
      I guess both have already been in the sysroot due to secondary dependencies.
      5eeed967
  6. Sep 11, 2020
    • Clemens Terasa's avatar
      linux-guf: Move linux-stable to linux-guf AUTOREV · 1b287136
      Clemens Terasa authored
      Rename the linux kernel repository to linux-guf.
      Switch to SRCREV="${AUTOREV}" for the kernel development.
      
      The team decision is to rename the linux kernel repository from
      linux-stable to linux-guf to show that it actually does not mirror the
      linux-stable directly but uses it as a basis source for our Garz &
      Fricke development.
      
      This changes include renaming the recipe, adjusting the Gitlab URL and
      renaming the PREFERRED_PROVIDER_virtual/kernel.
      
      With this change we also want to use the bitbake AUTOREV feature to pull
      the latest development kernel. Right now we do not have the release
      method to pin the revision to a specific version.
      1b287136
  7. Aug 13, 2020
    • Clemens Terasa's avatar
      linux-stable: Remove DEPENDS and use inherited · bb6ab5a2
      Clemens Terasa authored
      The ordinary kernel.bbclass should implement all necessary dependencies
      needed to build the linux kernel.
      
      I tried to remove the build dependencies and it worked for me, thus
      remove the unneccessary dependencies.
      bb6ab5a2
    • Clemens Terasa's avatar
      linux-stable: Build device tree with symbols · 6b70c0e9
      Clemens Terasa authored
      Normally teh device tree blobs will be built without symbols like the
      aliases that may be used like references.
      
      However, the overlay method relies on the fact that the symbols are
      present in the devcie tree to be overlayed. This can be eigther achieved
      by using a textual representation of the devcie tree or by additional
      symbols in the device tree blob.
      
      Introduce the latter, so that we can use the device tree blob as overlay
      basis.
      6b70c0e9
  8. Apr 26, 2020
Loading