Skip to content

Commit

Permalink
meta-ampere: fix package in packagegroup
Browse files Browse the repository at this point in the history
This fixes packages in packagegroup as follows:
+ Removes phosphor-post-code-manager, phosphor-host-postd
which is already in packagegroup-bmc-apps
+ Adds missing phosphor-ipmi-blobs, phosphor-ipmi-blobs-binarystore
into mtjade.conf

Tested: code compiles.

Signed-off-by: Hieu Huynh <[email protected]>
Change-Id: Ic3f9668e4714566a814cc928067289d650a59f41
  • Loading branch information
hieuhuynh-ampere committed Nov 14, 2023
1 parent b6eaef4 commit 7509653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ RDEPENDS:${PN}-chassis = " \
ampere-ipmi-oem \
ampere-mac-update \
ampere-driver-binder \
phosphor-post-code-manager \
phosphor-host-postd \
"

SUMMARY:${PN}-system = "Ampere System"
Expand Down
2 changes: 2 additions & 0 deletions meta-ampere/meta-jade/conf/machine/mtjade.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ MACHINE_FEATURES += "\
VOLATILE_LOG_DIR = "no"

OBMC_IMAGE_EXTRA_INSTALL:append = "\
phosphor-ipmi-blobs \
phosphor-ipmi-blobs-binarystore \
mtjade-gpio-config \
ac01-boot-progress \
"
Expand Down

0 comments on commit 7509653

Please sign in to comment.