Features/ManageabilityPkg: Move Package from edk2-platforms to edk2#922
Features/ManageabilityPkg: Move Package from edk2-platforms to edk2#922PrachotanReddy wants to merge 1 commit intotianocore:masterfrom
Conversation
1cdb571 to
da785cf
Compare
|
looks good to me, usually large changes will be first ported edk2-staging branch first before merging to edk2 master branch. |
|
checking in to see if there's any other comments that need to be resolved to close this PR |
|
There are many general purpose feature packages in edk2-platforms. What is the reason that this one package should be moved? What is the criteria being used to propose moving package from edk2-platforms to edk2? |
|
We must ensure that all platforms under edk2-platform have the correct references of ManageabiltyPkg on edk2.
However, @mdkinney, do you agree with this migration? |
ManageabilityPkg is not platform-specific and is consumed as a general-purpose package. Move it from edk2-platforms into the edk2 tree to better reflect its scope and reduce cross-repo dependencies. Allow downstream platforms (not in edk2-platforms) to also consume it directly from edk2. Signed-off-by: Prachotan Bathi <prachotan.bathi@arm.com>
da785cf to
56e708c
Compare
|
@PrachotanReddy, I will give my approval and merge this change once we update all platforms that reference ManageabilityPkg under ekd2-platforms to edk2. |
|
Please do not merge yet. I am still running some tests. |
|
Please check here: #942 for the edk2 CI fix and address the feedback. |
ManageabilityPkg is not platform-specific and is consumed as a general-purpose package. Move it from edk2-platforms into the edk2 tree to better reflect its scope and reduce cross-repo dependencies.