Skip to content
Snippets Groups Projects

Evergreen

Open Angus Ainslie requested to merge angus.ainslie/librem5-devkit-tools:evergreen into master
1 unresolved thread

Drop some failing tests Fix the headphone detect on the phone Update flash-image to be able to flash devices in parallel

Merge request reports

Pipeline #75457 passed

Pipeline passed for 949b4562 on angus.ainslie:evergreen

Approval is optional
Merge blocked: 3 checks failed
Unresolved discussions must be resolved.
Merge conflicts must be resolved.
Merge request must be rebased, because a fast-forward merge is not possible.

Merge details

  • The source branch is 3 commits behind the target branch.
  • 52 commits will be added to master.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
43 def test_sound_output(tempdir):
44 if boardtype.is_librem5():
45 output = 'wm8962'
46 else:
47 output = 'sgtl5000'
48 out = subprocess.run(["alsabat",
49 "-D",
50 "plughw:CARD={},DEV=0".format(output),
51 "-f",
52 "dat",
53 "--saveplay",
54 os.path.join(tempdir, 'default_dual.wav'),
55 "--standalone"],
56 capture_output=True)
57 assert(b"Return value is 0" in out.stdout)
58 assert(out.returncode == 0)
  • Yes, the "min_freq" test is wrong I think. All looks good to me, but the removal of the alsabat call. thanks!

    (if the changes were split up into MRs, I think some things would be an easy merge)

  • Angus Ainslie added 5 commits

    added 5 commits

    • b43ac399 - scripts/flash-image: add some args
    • 03da7f7e - scripts/flash-image: make flash-image less picky about what it will flash
    • bc1e8953 - Fix usbpath
    • 6dd2465d - pytests/test_audio.py: fix the phone headphone detect
    • 4034cbec - pytests/test_devfreq.py: drop the low frequency test

    Compare with previous version

  • Angus Ainslie added 4 commits

    added 4 commits

    • 79440928 - pytests/test_panel_brightness.py: make range inclusive
    • be32ccd2 - pt/test_panel_brightness: Reduce devkit brightness to 100
    • 84b6a7f3 - pt/test_panel_brightness: Test max_brightness as well
    • 9d0c2c20 - pytests: test_modem: use mmcli -m any

    Compare with previous version

  • (if the changes were split up into MRs, I think some things would be an easy merge)

    i agree - also the MR has commits from master now but gitlab thinks it's 7 commits behind and can't be rebased.

  • Angus Ainslie added 1 commit

    added 1 commit

    • b58f2760 - uuu_scripts: Add helper to flash MBR with resized root partion

    Compare with previous version

  • Angus Ainslie added 1 commit

    added 1 commit

    • 63cd3530 - resize-l5-root-part.lst: use the correct u-boot paths

    Compare with previous version

  • Angus Ainslie added 1 commit

    added 1 commit

    • ce0cc323 - burn_fuses_evergreen_fcc.lst: add a new fuse script

    Compare with previous version

  • Angus Ainslie added 68 commits

    added 68 commits

    • ce0cc323...b17013d2 - 22 commits from branch Librem5:master
    • 15fa2f2d - pytests: Fix phone hub check
    • d51d75a8 - pytests: Fix headphone irq detection
    • 266d3016 - librem5-devkit-check: Rename to librem5-check
    • a0ea7ea8 - gitignore: Adjust to package name changes
    • bd11fa36 - README: Update script name and usage
    • 1367a663 - librem5-base: Drop update-Image
    • 98731138 - write_flash: Download uboot if needed
    • 160ad7db - Revert "flash-kernel: Add root kernel cmdline parameter"
    • ffc17590 - Drop devkit audio configuration
    • 2f98ea6b - Remove /etc/flash-kernel/ubootenv.d/root if present
    • 691aa1e3 - Document changes and release 0.0.16pureos1
    • 07791b0c - tests: Check for CSI controller
    • ab4a9f21 - librem5-flash-image: Add option to set udev rules
    • b65aa0ae - librem5-flash-image: Allow to download luks images
    • 9ecdeb82 - Document changes and release 0.0.17pureos1
    • 78ec0086 - ci: Build arm64 package too
    • ba74ae5c - ci: drop --dist parameter to use the defaults
    • 939f2370 - librem5-devkit.conf: set the operating mode to bluetooth EDR
    • 2ea43e1c - Document changes and release 0.0.18pureos1
    • ead53a6f - d/changelog: User pureos1 as version number
    • 44dcf9da - d/control: Depend on librem5-flash-image
    • fbc74e0f - Don't install flashing scripts
    • 32b97047 - Document changes and release 0.0.19pureos1
    • fa3b9353 - Drop passwordless sudo
    • 4d92d5d8 - Document changes and release 0.0.20pureos1
    • 31a7aeba - USB gadget: Drop g_multi
    • 0dbd1b1b - Update changelog
    • b39f8ecb - resize_rootfs: Resize underlying luks device as well if possible
    • 9249605b - Document changes and release 0.0.21pureos1
    • b7d3d156 - pytests: Make sound card names match upstream
    • cb315acd - test_audio: fix sound output for the phone
    • 79d334a5 - Drop flashing scripts
    • 99a9b963 - test_touch: update the test for evergreen
    • dd00624f - uuu_scripts: Add helper to flash MBR with resized root partion
    • b7d8aeed - Document changes and release 0.0.22pureos1
    • f990e6d0 - modprobe.d: add setting for redpine rf tx/rx power modes
    • 720ff0da - Document changes and release 0.0.23pureos1
    • 09f5cc6d - test_cameras: update for newer kernels
    • ef6dec22 - pytests: Add initial test for tps6598x
    • 97278410 - Document changes and release 0.0.24pureos1
    • 6b0e6ab5 - scripts/flash-image: add some args
    • 6210764b - scripts/flash-image: make flash-image less picky about what it will flash
    • e69904cc - Fix usbpath
    • d0e7ace0 - pytests/test_devfreq.py: drop the low frequency test
    • 2f92127e - resize-l5-root-part.lst: use the correct u-boot paths
    • dc3cc6c7 - burn_fuses_evergreen_fcc.lst: add a new fuse script

    Compare with previous version

  • Angus Ainslie added 12 commits

    added 12 commits

    • e6ae9134 - Avoid printing to stderr on package upgrade
    • 78236b16 - d/control: Fix typo
    • 376e19dd - README: Fix test invocation
    • b3d8f99b - d/control: Build depend on pyudev
    • 5753317a - pytests: test_audio: Test that the modem has the correct tag
    • cc4f0d4a - scripts/write_flash.sh: add an offset for the write
    • 6d7ad03f - scripts/flash-image: add some args
    • c12e5473 - scripts/flash-image: make flash-image less picky about what it will flash
    • df1811d4 - Fix usbpath
    • 4bd71208 - pytests/test_devfreq.py: drop the low frequency test
    • b425201d - resize-l5-root-part.lst: use the correct u-boot paths
    • 949b4562 - burn_fuses_evergreen_fcc.lst: add a new fuse script

    Compare with previous version

  • not sure how relevant this big MR is these days.

  • Please register or sign in to reply
    Loading