meta-quanta: gbs: remove gbs-nvme-pwr-ctrl/mac-address packages

remove packages and recipe files:
 - mac-address
 - gbs-nvme-pwr-ctrl

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: Ic9d6a48d16ec058d1f444badc2f3e69628f77859
diff --git a/meta-quanta/meta-gbs/recipes-gbs/gbs-nvme-pwr-ctrl/gbs-nvme-pwr-ctrl.bb b/meta-quanta/meta-gbs/recipes-gbs/gbs-nvme-pwr-ctrl/gbs-nvme-pwr-ctrl.bb
deleted file mode 100644
index 21ef52c..0000000
--- a/meta-quanta/meta-gbs/recipes-gbs/gbs-nvme-pwr-ctrl/gbs-nvme-pwr-ctrl.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "NVMe Drives Power Control"
-DESCRIPTION = "Daemon to monitor and control the power of NVMe drives"
-PR = "r1"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-inherit meson pkgconfig
-inherit systemd
-
-DEPENDS += "sdbusplus"
-DEPENDS += "boost"
-DEPENDS += "libgpiod"
-
-SRC_URI = "git://github.com/quanta-bmc/nvme-power-control;protocol=git"
-SRCREV = "3b39e92a8340d8ba1bd40a03af3f5a9049da3bc7"
-
-S = "${WORKDIR}/git"
-
-SYSTEMD_SERVICE_${PN} = "xyz.openbmc_project.Control.Nvme.Power.service"
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend
index ff9e512..1977c3b 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -14,11 +14,9 @@
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " gbs-sysinit"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " gbs-ipmi-entity-association-map"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " usb-network"
-OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " mac-address"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " phosphor-image-signing"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " openssl-bin"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " phosphor-ipmi-blobs-binarystore"
-OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " gbs-nvme-pwr-ctrl"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " read-margin-temp"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " phosphor-virtual-sensor"
 OBMC_IMAGE_EXTRA_INSTALL_append_gbs = " acpi-power-state-daemon"
diff --git a/meta-quanta/meta-gbs/recipes-quanta/network/mac-address/config.txt b/meta-quanta/meta-gbs/recipes-quanta/network/mac-address/config.txt
deleted file mode 100644
index 06818fc..0000000
--- a/meta-quanta/meta-gbs/recipes-quanta/network/mac-address/config.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-fruBusNum=5
-fruAddr=0x50
-numberMac=4
-mac1=eth1
-mac2=usb0_dev
-mac3=usb0_host
-mac4=eth0
-USBLAA=true
diff --git a/meta-quanta/meta-gbs/recipes-quanta/network/mac-address_%.bbappend b/meta-quanta/meta-gbs/recipes-quanta/network/mac-address_%.bbappend
deleted file mode 100644
index d975fe2..0000000
--- a/meta-quanta/meta-gbs/recipes-quanta/network/mac-address_%.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:"
-SRC_URI_append_gbs = " file://config.txt"
-
-FILES_${PN}_append_gbs = " ${datadir}/mac-address/config.txt"
-
-do_install_append_gbs() {
-    install -d ${D}${datadir}/mac-address
-    install -m 0644 -D ${WORKDIR}/config.txt \
-        ${D}${datadir}/mac-address/config.txt
-}