Skip to content

Commit

Permalink
BMC-UI: added boot pin & print UI version
Browse files Browse the repository at this point in the history
Toggling the boot pin was implied behavior when selecting a route as USB
device in the old UI. In the new UI, setting a USB route is not toggling
the boot pin anymore. In order to support old usecases the boot pin is
put back on the UI in the form of a checkbox.

The exact used BMC-UI version is printed in the UI itself
  • Loading branch information
svenrademakers committed Nov 23, 2023
1 parent d7bb01c commit 467803d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tp2bmc/package/bmc-ui/bmc-ui.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
# bmc-ui
###########################################################

BMC_UI_VERSION = v1.0.1
BMC_UI_VERSION = v1.0.2
BMC_UI_SITE = $(call github,turing-machines,BMC-UI,$(BMC_UI_VERSION))
BMC_UI_LICENSE = GPL-2.0
BMC_UI_LICENSE_FILES = LICENSE
define BMC_UI_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/srv/bmcd/www/
cp -r $(BMC_UI_SRCDIR)/dist/* $(TARGET_DIR)/srv/bmcd/www/
chmod 755 $(TARGET_DIR)/srv/bmcd/www/
sed -i 's/%BMC_UI%/$(BMC_UI_VERSION)/g' $(TARGET_DIR)/srv/bmcd/www/index.html
endef

$(eval $(generic-package))

0 comments on commit 467803d

Please sign in to comment.