> + # add all feature domains in WORKSPACE_FEATURES to package path > + for filename in os.listdir(config["WORKSPACE_FEATURES"]): > + filepath = os.path.join(config["WORKSPACE_FEATURES"], filename) > + if os.path.isdir(filepath): > + config["PACKAGES_PATH"] += os.pathsep + filepath
Will this change include "AdvancedFeaturePkg" and "TemplateFeaturePkg" folder as well? Can you please revise the patch to skip adding folders that contains package contents to the PACKAGES_PATH? Liming, What's the criteria of a package? Can we treat a folder that contains ".dec" and "dsc" files as a package directory? Thanks, Ray -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#56614): https://edk2.groups.io/g/devel/message/56614 Mute This Topic: https://groups.io/mt/72646657/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-