Skip to content
  1. Feb 21, 2025
  2. Feb 20, 2025
  3. Jan 16, 2025
  4. Jan 10, 2025
  5. Jan 07, 2025
  6. Aug 28, 2024
  7. Aug 16, 2024
  8. Aug 14, 2024
  9. Aug 13, 2024
  10. Aug 12, 2024
  11. Aug 09, 2024
  12. Aug 08, 2024
  13. Aug 07, 2024
  14. Aug 06, 2024
  15. Aug 05, 2024
    • Jackson Cooper-Driver's avatar
      openssl: Do not globally override LD_LIBRARY_PATH · d69c1247
      Jackson Cooper-Driver authored
      Previously, the environment variable was set for each build script, even
      those that do not use the locally compiled openssl. Remove this global
      setting and instead set the environment individually when running
      binaries that are built with it. This ensures that other binaries aren't
      inadvertently picking up the wrong openssl dynamic libraries.
      d69c1247
  16. Aug 02, 2024
  17. Aug 01, 2024
    • Alex Dobrescu's avatar
      tc: add support for make alongside kleaf · 89bb0223
      Alex Dobrescu authored
      
      
      After the transition to kleaf for building the linux kernel and modules,
      we lost support for building with make.
      
      Linux 5.15 has official support for kleaf, (which uses Clang) but our
      development branch which has some extra patches, does not support building
      with Clang.
      
      Because of this, building tc3-android13-linux5.15 will not work with
      kleaf, so adding back support for make, which will be chosen as the
      build system for linux versions lower than 6.1
      
      Also moved cloning and patching gpu ddk under it's own build-gpu-ddk.sh
      file, which is sourced where needed to avoid duplication, and keep the
      same build flow.
      
      Because make is generating the Image under LINUX_OUT/arch/arm64/boot and
      kleaf is flattening all the outputs under LINUX_OUT, moved the Image
      from kleaf under the same path as make.
      
      Signed-off-by: Alex Dobrescu's avatarAlex Dobrescu <alex.dobrescu@arm.com>
      89bb0223
    • Quoc Khanh Le's avatar
      Update models link and untar model · 923dffe0
      Quoc Khanh Le authored
      
      
      TFlite model can't be downloaded directly, downloading tar file and untar it
      
      Signed-off-by: default avatarQuoc Khanh Le <QuocKhanh.Le@arm.com>
      923dffe0
  18. Jul 30, 2024
  19. Jul 25, 2024
Loading