Skip to content

Commit

Permalink
bmcd: tpi_rs: tpi: track master
Browse files Browse the repository at this point in the history
This commit will make the BMC-Firmware 'master' branch 'unstable'.
Tracking latest trunks of the packages will simplify the development
process of the firmware as recent changes are early visible. When we cut
a release, these versions will be pinned again to a specific version.
  • Loading branch information
svenrademakers committed Aug 24, 2023
1 parent a0ea35e commit dc28876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tp2bmc/package/bmcd/bmcd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
###########################################################

BMCD_VERSION = 1.3.0
BMCD_SITE = $(call github,turing-machines,tpi_rs,v$(BMCD_VERSION))
BMCD_VERSION = master
BMCD_SITE = $(call github,turing-machines,tpi_rs,$(BMCD_VERSION))
BMCD_LICENSE = Apache-2.0
BMCD_LICENSE_FILES = LICENSE
BMCD_CARGO_ENV := PKG_CONFIG_ALLOW_CROSS=1
Expand Down
2 changes: 1 addition & 1 deletion tp2bmc/package/tpi/tpi.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################################################
# turing pi CLI
###########################################################
TPI_VERSION:= 0.1.0
TPI_VERSION:= master
TPI_SITE = $(call github,turing-machines,tpi,$(TPI_VERSION))
TPI_INSTALL_TARGET =YES
TPI_LICENSE = Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion tp2bmc/package/tpi_rs/tpi_rs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
###########################################################

TPI_RS_VERSION = 1.3.0
TPI_RS_VERSION = master
TPI_RS_SITE = $(call github,turing-machines,tpi_rs,$(TPI_RS_VERSION))
TPI_RS_LICENSE = Apache-2.0
TPI_RS_LICENSE_FILES = LICENSE
Expand Down

0 comments on commit dc28876

Please sign in to comment.