Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 23, 2023
1 parent fc6e185 commit 77c8663
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions install_build_dep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PLATFORM_PACKAGES="gst-latest qml-module-qt-labs-platform"
# Add OpenHD Repository platform-specific packages
apt install -y curl
curl -1sLf 'https://dl.cloudsmith.io/public/openhd/release/setup.deb.sh'| sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/openhd/dev-release/setup.deb.sh'| sudo -E bash
apt update

# Main function
Expand Down
1 change: 0 additions & 1 deletion systemd/rock3_qopenhd.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ After=multi-user.target
[Service]
Type=simple
Environment="QT_QPA_EGLFS_KMS_ATOMIC=1"
Environment="QT_LOGGING_RULES=qt.qpa.egl*=true"
Environment="QT_QPA_EGLFS_KMS_PLANE_INDEX=1"
Environment="QT_QPA_EGLFS_FORCE888=1"
Environment="QT_QPA_EGLFS_SWAPINTERVAL=0"
Expand Down
1 change: 0 additions & 1 deletion systemd/rock5_qopenhd.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ After=multi-user.target
[Service]
Type=simple
Environment="QT_QPA_EGLFS_KMS_ATOMIC=1"
Environment="QT_LOGGING_RULES=qt.qpa.egl*=true"
Environment="QT_QPA_EGLFS_KMS_PLANE_INDEX=5"
Environment="QT_QPA_EGLFS_FORCE888=1"
Environment="QT_QPA_EGLFS_SWAPINTERVAL=0"
Expand Down

0 comments on commit 77c8663

Please sign in to comment.