Skip to content
  1. Aug 17, 2023
    • Douglas Raillard's avatar
      .github/workflows/test.yml: Use Ubuntu 22.04 · a231858b
      Douglas Raillard authored
      The packaging situation of firefox-geckodriver on Ubuntu 20.04 is a mess
      and leads to broken packages:
      
        The following packages have unmet dependencies:
         firefox-geckodriver : Depends: firefox (= 116.0.2+build1-0ubuntu0.20.04.1) but 116.0.3+build1-0ubuntu0.20.04.1~mt1 is to be installed
        E: Unable to correct problems, you have held broken packages.
      
      Therefore, use Ubuntu 22.04 where the firefox package includes the
      selenium driver so no more version mismatch.
      a231858b
    • Douglas Raillard's avatar
      cab772bc
    • Douglas Raillard's avatar
      tools/recipes/busybox.recipe: Fix insmod applet · 2d298af1
      Douglas Raillard authored
      FIX
      
      Avoid using MODPROBE_SMALL=y that breaks the return value of insmod.
      Instead of returning the return code of the kernel module init function,
      it just returns 1.
      2d298af1
    • Douglas Raillard's avatar
      lisa._kmod: Fix pre-existing .ko loading · 9f6b9b0f
      Douglas Raillard authored
      FIX
      
      Refactor DynamicKmod.install() to abstract over how the kernel module
      makes its way to the target and fix loading of an existing lisa.ko
      module.
      
      Also fix module checksum so that Python compuation matches what the
      Makefile computes.
      9f6b9b0f
  2. Aug 16, 2023
  3. Aug 15, 2023
  4. Aug 14, 2023
  5. Aug 11, 2023
  6. Aug 10, 2023
  7. Aug 08, 2023
  8. Aug 07, 2023
  9. Aug 04, 2023
Loading