Skip to content

Commit

Permalink
cleanup after the introduction of bmcd
Browse files Browse the repository at this point in the history
this commit removes files and packages that are obsolete because of the
new bmcd, intended to replace the old bmc.
  • Loading branch information
svenrademakers committed Sep 11, 2023
1 parent 7e05ee5 commit c04221b
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 210 deletions.
2 changes: 0 additions & 2 deletions tp2bmc/Config.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
menu "tpi2 app packages"
source "$BR2_EXTERNAL_TP2BMC_PATH/package/bmc/Config.in"
source "$BR2_EXTERNAL_TP2BMC_PATH/package/bmcd/Config.in"
source "$BR2_EXTERNAL_TP2BMC_PATH/package/tpi/Config.in"
source "$BR2_EXTERNAL_TP2BMC_PATH/package/tpi_rs/Config.in"
endmenu
Binary file removed tp2bmc/board/tp2bmc/overlay/bin/curl
Binary file not shown.
Binary file removed tp2bmc/board/tp2bmc/overlay/lib/libgo.so
Binary file not shown.
12 changes: 0 additions & 12 deletions tp2bmc/board/tp2bmc/overlay/mnt/auth.txt

This file was deleted.

67 changes: 0 additions & 67 deletions tp2bmc/board/tp2bmc/overlay/mnt/route.txt

This file was deleted.

24 changes: 0 additions & 24 deletions tp2bmc/board/tp2bmc/overlay/mnt/self.crt

This file was deleted.

27 changes: 0 additions & 27 deletions tp2bmc/board/tp2bmc/overlay/mnt/self.key

This file was deleted.

5 changes: 1 addition & 4 deletions tp2bmc/configs/tp2bmc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ BR2_PACKAGE_ANDROID_TOOLS=y
BR2_PACKAGE_AVAHI_DAEMON=y
BR2_PACKAGE_AVAHI=y
BR2_PACKAGE_BASH=y
BR2_PACKAGE_CJSON=y
BR2_PACKAGE_COLLECTD_CURL=y
BR2_PACKAGE_COLLECTD=y
BR2_PACKAGE_EVTEST=y
Expand All @@ -88,7 +87,6 @@ BR2_PACKAGE_LIBAIO=y
BR2_PACKAGE_LIBCURL_CURL=y
BR2_PACKAGE_LIBCURL=y
BR2_PACKAGE_LIBEVENT=y
BR2_PACKAGE_LIBGPIOD_TOOLS=y
BR2_PACKAGE_LIBGPIOD=y
BR2_PACKAGE_LIBTIRPC=y
BR2_PACKAGE_LIBUBOOTENV=y
Expand All @@ -101,6 +99,7 @@ BR2_PACKAGE_NANO=y
BR2_PACKAGE_NSS_MDNS=y
BR2_PACKAGE_NTPSEC=y
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_OPENSSL=y
BR2_PACKAGE_PICOCOM=y
BR2_PACKAGE_START_STOP_DAEMON=y
BR2_PACKAGE_SWUPDATE_CONFIG="$(BR2_EXTERNAL_TP2BMC_PATH)/board/tp2bmc/swupdate.config"
Expand All @@ -113,7 +112,5 @@ BR2_PACKAGE_UTIL_LINUX_LIBUUID=y
BR2_PACKAGE_UTIL_LINUX_UUIDD=y

# Custom packages
BR2_PACKAGE_BMC=y
BR2_PACKAGE_BMCD=y
BR2_PACKAGE_TPI=y
BR2_PACKAGE_TPI_RS=y
6 changes: 0 additions & 6 deletions tp2bmc/package/bmc/Config.in

This file was deleted.

23 changes: 0 additions & 23 deletions tp2bmc/package/bmc/bmc.mk

This file was deleted.

7 changes: 0 additions & 7 deletions tp2bmc/package/tpi_rs/Config.in

This file was deleted.

38 changes: 0 additions & 38 deletions tp2bmc/package/tpi_rs/tpi_rs.mk

This file was deleted.

0 comments on commit c04221b

Please sign in to comment.