From: "gaoliming" <gaoliming@byosoft.com.cn>
To: "'Matthew Carlson'" <matthewfcarlson@gmail.com>, <devel@edk2.groups.io>
Cc: "'Bob Feng'" <bob.c.feng@intel.com>,
"'Yuwei Chen'" <yuwei.chen@intel.com>,
"'Sean Brogan'" <sean.brogan@microsoft.com>
Subject: 回复: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version
Date: Tue, 15 Sep 2020 08:52:14 +0800 [thread overview]
Message-ID: <002e01d68afa$73e89dd0$5bb9d970$@byosoft.com.cn> (raw)
In-Reply-To: <8F10C72F-5053-4FF1-9FA0-B76C763742C8@hxcore.ol>
[-- Attachment #1: Type: text/plain, Size: 4191 bytes --]
This change is good to me. Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
发件人: Matthew Carlson <matthewfcarlson@gmail.com>
发送时间: 2020年9月14日 12:48
收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
抄送: Bob Feng <bob.c.feng@intel.com>; Yuwei Chen <yuwei.chen@intel.com>; Sean Brogan <sean.brogan@microsoft.com>
主题: RE: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version
That’s correct.
Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: gaoliming <mailto:gaoliming@byosoft.com.cn>
Sent: Sunday, September 13, 2020 8:15 PM
To: devel@edk2.groups.io <mailto:devel@edk2.groups.io> ; matthewfcarlson@gmail.com <mailto:matthewfcarlson@gmail.com>
Cc: Bob Feng <mailto:bob.c.feng@intel.com> ; Yuwei Chen <mailto:yuwei.chen@intel.com> ; Sean Brogan <mailto:sean.brogan@microsoft.com>
Subject: 回复: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version
Matthew:
In future, when update new iasl version again, only this line "version":
"20200717.0.0" will be updated, right?
Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+65199+4905953+8761045@groups.io <mailto:bounce+27952+65199+4905953+8761045@groups.io>
> <bounce+27952+65199+4905953+8761045@groups.io <mailto:bounce+27952+65199+4905953+8761045@groups.io> > 代表 Matthew
> Carlson
> 发送时间: 2020年9月12日 4:45
> 收件人: devel@edk2.groups.io <mailto:devel@edk2.groups.io>
> 抄送: Bob Feng <bob.c.feng@intel.com <mailto:bob.c.feng@intel.com> >; Liming Gao
> <gaoliming@byosoft.com.cn <mailto:gaoliming@byosoft.com.cn> >; Yuwei Chen <yuwei.chen@intel.com <mailto:yuwei.chen@intel.com> >; Sean
> Brogan <sean.brogan@microsoft.com <mailto:sean.brogan@microsoft.com> >; Matthew Carlson
> <matthewfcarlson@gmail.com <mailto:matthewfcarlson@gmail.com> >
> 主题: [edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more
> modern version
>
> From: Matthew Carlson <macarl@microsoft.com <mailto:macarl@microsoft.com> >
>
> The IASL extdep is used for CI only and a recent fork of the ACPICA
> repo was made to make nuget builds more regular and easier to audit.
> https://dev.azure.com/projectmu/_git/acpica
>
> Cc: Bob Feng <bob.c.feng@intel.com <mailto:bob.c.feng@intel.com> >
> Cc: Liming Gao <gaoliming@byosoft.com.cn <mailto:gaoliming@byosoft.com.cn> >
> Cc: Yuwei Chen <yuwei.chen@intel.com <mailto:yuwei.chen@intel.com> >
> Cc: Sean Brogan <sean.brogan@microsoft.com <mailto:sean.brogan@microsoft.com> >
> Cc: devel@edk2.groups.io <mailto:devel@edk2.groups.io>
>
> Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com <mailto:matthewfcarlson@gmail.com> >
> ---
> BaseTools/Bin/iasl_ext_dep.yaml | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/BaseTools/Bin/iasl_ext_dep.yaml
> b/BaseTools/Bin/iasl_ext_dep.yaml
> index 1d81e89cf3a6..ea2bc315d184 100644
> --- a/BaseTools/Bin/iasl_ext_dep.yaml
> +++ b/BaseTools/Bin/iasl_ext_dep.yaml
> @@ -14,8 +14,8 @@
> "id": "iasl-ci-1",
>
> "scope": "cibuild",
>
> "type": "nuget",
>
> - "name": "iasl",
>
> - "source": "https://api.nuget.org/v3/index.json",
>
> - "version": "20190215.0.0",
>
> + "name": "edk2-acpica-iasl",
>
> + "source":
> "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v
> 3/index.json",
>
> + "version": "20200717.0.0",
>
> "flags": ["set_path", "host_specific"]
>
> }
>
> --
> 2.28.0.windows.1
>
>
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
>
> View/Reply Online (#65199): https://edk2.groups.io/g/devel/message/65199
> Mute This Topic: https://groups.io/mt/76788780/4905953
> Group Owner: devel+owner@edk2.groups.io <mailto:devel+owner@edk2.groups.io>
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=
[-- Attachment #2: Type: text/html, Size: 13937 bytes --]
prev parent reply other threads:[~2020-09-15 0:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 20:44 [PATCH v1 0/1] Update IASL extdep for CI Matthew Carlson
2020-09-11 20:44 ` [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version Matthew Carlson
2020-09-14 3:15 ` 回复: [edk2-devel] " gaoliming
2020-09-14 4:48 ` Matthew Carlson
2020-09-15 0:52 ` gaoliming [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='002e01d68afa$73e89dd0$5bb9d970$@byosoft.com.cn' \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox