diff options
author | George Hung <george.hung@quantatw.com> | 2021-07-01 08:43:39 +0300 |
---|---|---|
committer | George Hung <george.hung@quantatw.com> | 2021-07-28 06:58:03 +0300 |
commit | a45ae58b04b0c7cc70c9cc058ec3b2125c0aae36 (patch) | |
tree | bf8c34d024e2c238bd00aecfa3c30d1495c67f1c /meta-quanta | |
parent | 0838132abe6908822ded7a27daecebb3c6d68062 (diff) | |
download | openbmc-a45ae58b04b0c7cc70c9cc058ec3b2125c0aae36.tar.xz |
meta-quanta: gbs: remove manual replace action for led.yaml
The led.yaml not be passed issue is fixed, so
remove the manual replace action
ref: https://gerrit.openbmc-project.xyz/43927
Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: Iaaf891f4d88527806b3f52694b17815e3b7fca17
Diffstat (limited to 'meta-quanta')
-rw-r--r-- | meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager_%.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager_%.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager_%.bbappend index e887b1935..30bf313cb 100644 --- a/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager_%.bbappend +++ b/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager_%.bbappend @@ -3,10 +3,6 @@ SRC_URI_append_gbs = " file://service-override.conf" FILES_${PN}_append_gbs = " ${systemd_system_unitdir}/xyz.openbmc_project.LED.GroupManager.service.d/service-override.conf" -do_compile_prepend_gbs() { - install -m 0644 ${STAGING_DATADIR_NATIVE}/${PN}/led.yaml ${S} -} - do_install_append_gbs() { rm -rf ${D}${datadir}/${PN}/* |