Skip to content
  1. Jun 27, 2024
    • Metin Kaya's avatar
      install_base.sh: Offload Android SDK/tools installation to devlib · 8bbce4c2
      Metin Kaya authored
      FIX
      
      devlib will have necessary support [1] for installing Android tools to
      meet LISA requirements. Thus, remove duplicated functionality from
      install_base.sh script.
      
      [1] https://github.com/ARM-software/devlib/pull/686
      
      
      
      Signed-off-by: Metin Kaya's avatarMetin Kaya <metin.kaya@arm.com>
      8bbce4c2
    • Metin Kaya's avatar
      install_base.sh: Address shellcheck findings · 0420ff47
      Metin Kaya authored
      
      
      FIX
      
      In addition to shellcheck fixes, also:
      - perform some trivial style/formatting cleanup
      - drop support for legacy "install-android-sdk" command line argument
      - sort system packages lists
      - drop superfluous ';'
      - Handle potential failure of `systemd-detect-virt` command
      
      Signed-off-by: Metin Kaya's avatarMetin Kaya <metin.kaya@arm.com>
      0420ff47
    • Metin Kaya's avatar
      install_base.sh: Add copyright statement · 9a4755b5
      Metin Kaya authored
      
      
      FIX
      
      Signed-off-by: Metin Kaya's avatarMetin Kaya <metin.kaya@arm.com>
      9a4755b5
    • Metin Kaya's avatar
      .gitignore: Ignore devmode_extra_requirements.txt · ea09881f
      Metin Kaya authored
      
      
      FIX
      
      Update .gitignore to prevent tracking devmode_extra_requirements.txt
      file.
      
      Signed-off-by: Metin Kaya's avatarMetin Kaya <metin.kaya@arm.com>
      ea09881f
    • Douglas Raillard's avatar
    • Douglas Raillard's avatar
      Squashed 'external/devlib/' changes from a237603ad..ab193ed41 · d0fa8749
      Douglas Raillard authored
      ab193ed41 utils/asyn: Ensure the async generators inside context managers are fully consumed on a single event loop
      b2c7bb9b0 utils/asyn: Replace nest_asyncio with greenlet
      5ff1d543a Revert "utils/asyn: Replace nest_asyncio with greenback"
      4cf7d1856 utils/asyn: Replace nest_asyncio with greenback
      03521493d utils/asyn: Factor out the calls to asyncio.run
      5aa850ec9 target: Allow reuse of a connection once the owning thread is terminated
      a9a2d75c4 tests: Add tests for nested async support
      de84a08bf tools/docker: Fixup test config file name
      b7d7b4662 tools/setup_host.sh: Rename install_base.sh to setup_host.sh
      b48548485 tools/android: Make install_base.sh modular for LISA integration
      d8a09e895 tools/android: Remove emulator skins
      1c52f13e5 tools/android: Clone install_android_platform_tools() from LISA
      14905fb51 tools/android: Make cleanups in install_base.sh
      REVERT: a237603ad utils/asyn: Ensure the async generators inside context managers are fully consumed on a single event loop
      REVERT: 2e787f5d7 utils/asyn: Replace nest_asyncio with greenlet
      REVERT: ea42b630a Revert "utils/asyn: Replace nest_asyncio with greenback"
      REVERT: 574f473b3 utils/asyn: Replace nest_asyncio with greenback
      REVERT: f10acd90e utils/asyn: Factor out the calls to asyncio.run
      REVERT: 933a2f401 target: Allow reuse of a connection once the owning thread is terminated
      REVERT: 7eecb0332 tests: Add tests for nested async support
      
      git-subtree-dir: external/devlib
      git-subtree-split: ab193ed41d33a07adb66d001bd51353e7b36bd5e
      d0fa8749
  2. Jun 25, 2024
  3. Jun 24, 2024
  4. Jun 21, 2024
  5. Jun 20, 2024
    • Douglas Raillard's avatar
      lisa._assets.kmodules.lisa: Fix and improve parsec.h · 5b8cd335
      Douglas Raillard authored
      FIX
      
      * Replace broken parse_char_in() and parse_char_not_in() by CHAR_IN()
        and CHAR_NOT_IN() optimized macros.
      
      * Add u64 parser.
      
      * Replace count_whitespaces with consume_whitespaces as this is the
        typical use case.
      
      * Fix parse_buffer2charp() to guarantee it is always null-terminated.
      
      * Add parse_buffer_strdup() that allows allocating a string with the
        content of a parse_buffer.
      
      * Add DISCARD() combinator that discards the output and returns a void_t
        value instead.
      
      * Add STRDUP() combinator to kmalloc a string parsed by a parser
        returning a parse_buffer.
      
      * Kernel doc comment fixes.
      5b8cd335
  6. Jun 18, 2024
  7. Jun 17, 2024
Loading