commit | dde25f10c630388d40ee478cc39e14ca3b3cc214 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Mar 08 23:32:39 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Mar 13 02:50:42 2018 +0000 |
tree | b03207345ed06dde260286a45d66ff34799d3d75 | |
parent | 7ca469fd1a491045667efee852838c3a061373d0 [diff] |
openpower: Fix _appends with missing space These _appends can potentially crowd their neighboring entries. Change-Id: I1dae77f9a17744110175916935c01773708652b0 Tested: Built a witherspoon image Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf index 8fb5c49..806d534 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf
@@ -17,7 +17,7 @@ PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" PHOSPHOR_MRW_REV = "6ca015dbd3e1e9d5206f9ec13ec9db2d8965e181" -DISTRO_FEATURES_append = "\ +DISTRO_FEATURES_append = " \ obmc-openpower \ obmc-openpower-extra \ obmc-openpower-legacy \