From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web12.2574.1585626565281521092 for ; Mon, 30 Mar 2020 20:49:25 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: heng.luo@intel.com) IronPort-SDR: uQtjHYp+dpkmEb1fUXHuYCDGQwjhmPNNmGxkLCokB/zaE5HANtJY59uugTds/rSkQpsmctUjFJ fe1fT5gZz0PQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 20:49:24 -0700 IronPort-SDR: K1l8FUOYams5fRqyshPrEad/1LxcoHZjoJHzIGujBu9Skv5HIlYrE09O3eIRuZAnsoRFWZwLKt +A+/OKv1gH3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,326,1580803200"; d="scan'208";a="450020820" Received: from unknown (HELO hengluo-dev.ccr.corp.intel.com) ([10.239.153.154]) by fmsmga006.fm.intel.com with ESMTP; 30 Mar 2020 20:49:23 -0700 From: "Heng Luo" To: devel@edk2.groups.io Subject: [Patch V2 0/3] Fix build error of OpenBoard Date: Tue, 31 Mar 2020 11:49:10 +0800 Message-Id: <20200331034913.1986-1-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit *** BLURB HERE *** Heng Luo (3): Platform/Intel: Add all pathes of feature domains to package path Features/Intel: Add LogoFeaturePkg to TemporaryBuildWorkaround Features/Intel: Correct wrong codes and remove unnecessary codes Features/Intel/AdvancedFeaturePkg/TemporaryBuildWorkaround/TemporaryBuildWorkaround.dsc | 4 +++- Features/Intel/AdvancedFeaturePkg/TemporaryBuildWorkaround/TemporaryBuildWorkaround.inf | 5 ++++- Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc | 9 --------- Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf | 2 +- Platform/Intel/build_bios.py | 10 +++++++++- 5 files changed, 17 insertions(+), 13 deletions(-) -- 2.24.0.windows.2