summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-01-24 01:27:03 +0300
committerAdriana Kobylak <anoo@linux.ibm.com>2023-01-25 00:03:39 +0300
commit14eb7a1aaae9e72afe529def524173e17702039f (patch)
treeff98fa6bb83fa473f4c92f36831f3fc7ad058d9b /meta-ibm
parent4d38aa952af8447122b05dd26bceefff64891c57 (diff)
downloadopenbmc-14eb7a1aaae9e72afe529def524173e17702039f.tar.xz
meta-ibm: ensure mmc included first for witherspoon-tacoma
A recent refactoring requires the mmc include be first to ensure we build an mmc based image Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I7d4112dc5b39f0f21cc1dbc61e88b12ae3418215
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/conf/machine/witherspoon-tacoma.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/conf/machine/witherspoon-tacoma.conf b/meta-ibm/conf/machine/witherspoon-tacoma.conf
index e273726247..d0b38cfd80 100644
--- a/meta-ibm/conf/machine/witherspoon-tacoma.conf
+++ b/meta-ibm/conf/machine/witherspoon-tacoma.conf
@@ -7,13 +7,13 @@ SOCSEC_SIGN_ENABLE = "0"
OBMC_POWER_SUPPLY_INSTANCES = "0 1"
MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:"
+require conf/distro/include/phosphor-mmc.inc
require conf/machine/include/ast2600.inc
require conf/machine/include/obmc-bsp-common.inc
require conf/machine/include/openpower.inc
require conf/machine/include/p9.inc
require conf/distro/include/ibm-yaml.inc
require conf/distro/include/openpower-virtual-pnor.inc
-require conf/distro/include/phosphor-mmc.inc
require conf/distro/include/ibm-mpreboot.inc
DISTRO_FEATURES += "ibm-service-account-policy"