commit | 40900b7ef1db429ab56966340d56721cdadd172e | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed May 08 21:02:48 2019 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon May 13 10:49:57 2019 -0400 |
tree | e5598237b2543eeed6525941625c826bddd859fc | |
parent | b43db0ce4bb786bd00dd78575f1842b80d8e9ac6 [diff] [blame] |
meta-ibm: romulus: override variable assignments Add overrides to variable assignments as described in "Modify Variables to Support a Different Machine" in the yocto development tasks manual: https://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#best-practices-to-follow-when-creating-layers In a nutshell this allows multiple BSP layers to be included simultaneously in bblayers.conf, which increases the potential for meta data sharing between layers. (From meta-ibm rev: 0ccb228f770fe8688fd926ad822244fab6926298) Change-Id: I4f648d1c2232a6f246b63b8e46731b7ef1af13ac Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend index 4cac490..278470f 100644 --- a/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend +++ b/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend
@@ -1,3 +1,3 @@ -RDEPENDS_${PN} += 'avsbus-control' -RDEPENDS_${PN} += 'vrm-control' -RDEPENDS_${PN}_remove += "p9-vcs-workaround" +RDEPENDS_${PN}_append_romulus = " avsbus-control" +RDEPENDS_${PN}_append_romulus = " vrm-control" +RDEPENDS_${PN}_remove_romulus = "p9-vcs-workaround"