summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-romulus/recipes-kernel
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-09 04:02:48 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-13 17:49:57 +0300
commit40900b7ef1db429ab56966340d56721cdadd172e (patch)
treee5598237b2543eeed6525941625c826bddd859fc /meta-ibm/meta-romulus/recipes-kernel
parentb43db0ce4bb786bd00dd78575f1842b80d8e9ac6 (diff)
downloadopenbmc-40900b7ef1db429ab56966340d56721cdadd172e.tar.xz
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>
Diffstat (limited to 'meta-ibm/meta-romulus/recipes-kernel')
-rw-r--r--meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed_%.bbappend b/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed_%.bbappend
index fd0a1495cd..664d7e1143 100644
--- a/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed_%.bbappend
+++ b/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed_%.bbappend
@@ -1,2 +1,2 @@
FILESEXTRAPATHS_prepend_romulus := "${THISDIR}/${PN}:"
-SRC_URI += "file://romulus.cfg"
+SRC_URI_append_romulus = " file://romulus.cfg"