From 068d85be1cb6c628aff92eb103f648a9e42172e5 Mon Sep 17 00:00:00 2001 From: Brandon Kim Date: Mon, 24 Jan 2022 19:23:52 -0800 Subject: 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 Change-Id: Ic2d97450abe8d3f532e6ad9b66a98430ce6bf3a5 --- .../recipes-quanta/network/mac-address/mac-address/config.txt | 7 ------- .../meta-gsj/recipes-quanta/network/mac-address_%.bbappend | 10 ---------- 2 files changed, 17 deletions(-) delete mode 100644 meta-quanta/meta-gsj/recipes-quanta/network/mac-address/mac-address/config.txt delete mode 100644 meta-quanta/meta-gsj/recipes-quanta/network/mac-address_%.bbappend (limited to 'meta-quanta') 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 668b1d485b..0000000000 --- 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 3b1ee17449..0000000000 --- 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 -} -- cgit v1.2.3