From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web10.3734.1587094291266785285 for ; Thu, 16 Apr 2020 20:31:31 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: ashley.e.desimone@intel.com) IronPort-SDR: xyEkVwWDAEc9IpfETAlB8Z4V3fDer0RwOJJi3JNjc3lw+2e9i6iAtKcwWWPfJFC5EiqTCQkUwY TSmJSizdTxgA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2020 20:31:30 -0700 IronPort-SDR: bo+o46zCtcBmCeioQrplbLrq2FTazvmpqBpEuSrxDgGgzl7PXMBTJzGagHYhaisqJ9IV2gHcDV SN8uf60Wu5JQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,393,1580803200"; d="scan'208";a="333066513" Received: from aedesimo-desk.amr.corp.intel.com ([10.7.159.171]) by orsmga001.jf.intel.com with ESMTP; 16 Apr 2020 20:31:30 -0700 From: "Ashley E Desimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Puja Pandya , Erik Bjorge , Bret Barkelew , Prince Agyeman Subject: [edk2-staging/EdkRepo] [PATCH 0/6] EdkRepo: Add Initial Config Factory Support for Multiple Manifest Repositories Date: Thu, 16 Apr 2020 20:31:17 -0700 Message-Id: <20200417033123.34972-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 This patch set adds the initial support for consuming multiple manifest repositories to the BaseConfig, GlobalConfig and GlobalUserConfig classes defined in edkrepo/config/config_factory.py Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Bret Barkelew Cc: Prince Agyeman Ashley E Desimone (6): EdkRepo: Support Updated CFG Format Defining Multiple Manifest Repos EdkRepo: Add new sections to edkrepo.cfg EdkRepo: Add the manifest_repo_list property to BaseConfig EdkRepo: Add manifest_repo_props() EdkRepo: Move edkrepo_global_data directory to BaseConfig EdkRepo: Add 'get' functions for Manifest Repo data edkrepo/config/config_factory.py | 72 +++++++++++++++++++++++++++++++++--- edkrepo_installer/Vendor/edkrepo.cfg | 8 ++++ 2 files changed, 74 insertions(+), 6 deletions(-) -- 2.16.2.windows.1