summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-quanta/network
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2021-07-30 00:16:52 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2021-07-30 00:16:52 +0300
commitbb6a14e2f317abf60677c6ad8de9c33d5760bf36 (patch)
tree00457d3677e86437cec25fd7dab6c4513a53b1a4 /meta-quanta/meta-gbs/recipes-quanta/network
parentdefdca82c107f46e980c84bffb1b2c1263522fa0 (diff)
parentcf6fd27dbd8e2d1b507f8c3752b85801b2c6ef57 (diff)
downloadopenbmc-bb6a14e2f317abf60677c6ad8de9c33d5760bf36.tar.xz
Merge tag '0.63' of ssh://git-amr-1.devtools.intel.com:29418/openbmc-openbmc into update
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-quanta/network')
-rw-r--r--meta-quanta/meta-gbs/recipes-quanta/network/mac-address/config.txt8
-rw-r--r--meta-quanta/meta-gbs/recipes-quanta/network/mac-address_%.bbappend10
2 files changed, 0 insertions, 18 deletions
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 06818fc0b..000000000
--- 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 d975fe28b..000000000
--- 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
-}