meta-quanta: gsj: Remove mac-address daemon

mac-address bitbake recipe in meta-quanta/meta-common points to a
quanta-bmc github. This is not allowed on our meta layer projects,
especially on our "first class machine" like gsj which is part of our CI
process. Remove from gsj for now, consider removing from meta-common
completely if it's not moved out of quanta-bmc.

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: Ic2d97450abe8d3f532e6ad9b66a98430ce6bf3a5
diff --git a/meta-quanta/meta-gsj/recipes-quanta/network/mac-address/mac-address/config.txt b/meta-quanta/meta-gsj/recipes-quanta/network/mac-address/mac-address/config.txt
deleted file mode 100644
index 668b1d4..0000000
--- a/meta-quanta/meta-gsj/recipes-quanta/network/mac-address/mac-address/config.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-fruBusNum=10
-fruAddr=0x55
-numberMac=4
-mac1=eth1
-mac2=usb0_dev
-mac3=usb0_host
-mac4=eth0
diff --git a/meta-quanta/meta-gsj/recipes-quanta/network/mac-address_%.bbappend b/meta-quanta/meta-gsj/recipes-quanta/network/mac-address_%.bbappend
deleted file mode 100644
index 3b1ee17..0000000
--- a/meta-quanta/meta-gsj/recipes-quanta/network/mac-address_%.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS:prepend:gsj := "${THISDIR}/${PN}:"
-SRC_URI:append:gsj = " file://config.txt"
-
-FILES:${PN}:append:gsj = " ${datadir}/mac-address/config.txt"
-
-do_install:append:gsj() {
-    install -d ${D}${datadir}/mac-address
-    install -m 0644 -D ${WORKDIR}/config.txt \
-        ${D}${datadir}/mac-address/config.txt
-}