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

package/bmcd: bump to latest & enable rockusb driver #159

Merged
merged 2 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tp2bmc/package/bmcd/S94bmcd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ KEYFILE="/etc/ssl/certs/bmcd_key.pem"
start() {
printf 'Starting %s...\n' "$DAEMON"

modprobe rockusb

[ ! -f "$CERTFILE" ] || [ ! -f "$KEYFILE" ] && /etc/bmcd/generate_self_signedx509.sh

start-stop-daemon --start --quiet --background --make-pidfile --pidfile "$PIDFILE" --no-close \
Expand Down
2 changes: 1 addition & 1 deletion tp2bmc/package/bmcd/bmcd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# bmcd
###########################################################

BMCD_VERSION = e1d147329355e8618ffcb41a0edd538950e367a9
BMCD_VERSION = 0bf5591719ed5cd64e636221f05264adbfb5beab
BMCD_SITE = $(call github,turing-machines,bmcd,$(BMCD_VERSION))
BMCD_LICENSE = Apache-2.0
BMCD_LICENSE_FILES = LICENSE
Expand Down