summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2021-08-06 05:26:25 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2021-08-06 06:42:07 +0300
commit1c0f8e40203acb36a31b314f2218eca834849791 (patch)
tree5ab344c44c4c1f71bce20d35c7025d287a381bcf /meta-ampere
parentfa2f8903d8e7225a6c8af9f8789375c794c7b0fe (diff)
downloadopenbmc-1c0f8e40203acb36a31b314f2218eca834849791.tar.xz
meta-ampere: mtjade: fix Mt.Jade recipes not enabled
Using IMAGE_INSTALL in mtjade.conf makes other Ampere recipes not included in the build. This commit fixes the issue by enabling the mtd-utils in OBMC_IMAGE_EXTRA_INSTALL_append instead. Tested: 1. Check if all Ampere services and scripts available. 2. Check power control operations Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I17293ba520c05a7b5a438767c790f00220156d3f
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-jade/conf/machine/mtjade.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-ampere/meta-jade/conf/machine/mtjade.conf b/meta-ampere/meta-jade/conf/machine/mtjade.conf
index 8c43cbd60..43a1059dd 100644
--- a/meta-ampere/meta-jade/conf/machine/mtjade.conf
+++ b/meta-ampere/meta-jade/conf/machine/mtjade.conf
@@ -15,10 +15,6 @@ FLASH_RWFS_OFFSET = "43008"
OBMC_POWER_SUPPLY_INSTANCES = "0 1"
-IMAGE_INSTALL += " \
- mtd-utils \
- "
-
OBMC_MACHINE_FEATURES += "\
obmc-phosphor-chassis-mgmt \
obmc-phosphor-flash-mgmt \
@@ -34,6 +30,7 @@ OBMC_IMAGE_EXTRA_INSTALL_append = "\
ampere-flash-utils \
ampere-mac-update \
mtjade-gpio-config \
+ mtd-utils \
"
PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-ampere-apps"