Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian package #212

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Debian package #212

wants to merge 4 commits into from

Commits on Sep 8, 2022

  1. Debian Package and CMake install

     * cmake: auto generate version header from cmake project data
     * cmake: install headers, bin, lib and versioned symlinks
     * github workflow: add support for Debian build
    joka90 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ae456fe View commit details
    Browse the repository at this point in the history
  2. debian: add ryzen-smu-dkms to suggests

      We can either use /dev/mem or the DKMS kernel module.
      The DKMS module is used in the fallback path if we can't read /dev/mem.
    joka90 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ce4f889 View commit details
    Browse the repository at this point in the history
  3. suid and apparmor support in linux

     The newer Ryzen controller does not like to be run as root
     (sandbox complain). Better run the application as a normal user
     and let the user space binary run as root if launched via the ryzen
     controller app and user bellongs to the ryzenadj group.
    joka90 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0332c83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63138ea View commit details
    Browse the repository at this point in the history