Dear Aiden:
The changes look great!
Thank you for the quick response.
Respectfully,
Joe Bak
Senior Project Engineer
P: +1.847.590.7275 | joe.bak(a)ametek.com
Rauland is a Division of AMETEK, Inc.
1802 W Central Rd | Mount Prospect, IL 60056-2230 |
www.rauland.com
-----Original Message-----
From: Park, Aiden <aiden.park(a)intel.com>
Sent: Thursday, January 16, 2020 11:45 AM
To: Ma, Maurice <maurice.ma(a)intel.com>; Joe Bak <Joe.Bak(a)ametek.com>;
sbl-devel(a)lists.01.org
Subject: RE: [Sbl-devel] Re: Switching to Python 3
***NOTICE*** This came from an external source. Use caution when replying, clicking links,
or opening attachments.
Hi Joe,
Thank you for opening this issue.
The "git" is required to build SBL which gets FSP binary, ucode patch and
applies a patch for QEMU target.
In the latest code base, we added "git" toolchain check code at the beginning of
building SBL and it will show an error message if "git" is not found in build
environment.
FYI, we have also updated "git" tool info on wiki page
https://urldefense.com/v3/__https://slimbootloader.github.io/getting-star...
.
Best Regards,
Aiden
> -----Original Message-----
> From: Ma, Maurice <maurice.ma(a)intel.com>
> Sent: Tuesday, January 14, 2020 7:26 PM
> To: joe.bak(a)ametek.com; sbl-devel(a)lists.01.org
> Subject: [Sbl-devel] Re: Switching to Python 3
>
> Hi, Joe,
>
> Glad to know it addressed your problem. Thank you for the feedback!
>
> On wiki page
>
https://urldefense.com/v3/__https://slimbootloader.github.io/getting-s
> tarted/build-__;!!HKOSU0g!X4GlsJ8T3GJEcura-His0YpFmZ9jlTq2NGlTPR6ckLL-
> YkkUHzxwpRFniwPc8sg$ source.html#download-spn, we mentioned how to
> download SBL. It used "git" command.
> So we assumed "git" is available in command line. But it might not be
> true if user uses other tool to download SBL source.
>
> Sure, we will enhance our documentation for this.
>
> Thanks
> Maurice
> > -----Original Message-----
> > From: Ma, Maurice
> > Sent: Tuesday, January 14, 2020 18:59
> > To: joe.bak(a)ametek.com; sbl-devel(a)lists.01.org
> > Subject: RE: [Sbl-devel] Re: Switching to Python 3
> >
> > Hi, Joe,
> >
> > Do you have git install and in your PATH environment variable ?
> > The build failed because it tries to run "git clean -xdf BaseTools"
> > under your SBL root directory.
> >
> > Can you check if "git" command can be executed properly in your
> > build command line window ?
> > If not, you might want to make sure the git.exe is under your PATH
> > env variable.
> >
> > Thanks
> > Maurice
> >
> > > -----Original Message-----
> > > From: joe.bak(a)ametek.com <joe.bak(a)ametek.com>
> > > Sent: Tuesday, January 14, 2020 18:50
> > > To: sbl-devel(a)lists.01.org
> > > Subject: [Sbl-devel] Re: Switching to Python 3
> > >
> > > Dear Ravi:
> > >
> > > I tried to build SBL for APL using the current documentation,
> > > which references Python 3.6.6. Even a "Clean" command fails:
> > >
> > > Microsoft Windows [Version 10.0.18363.535]
> > > (c) 2019 Microsoft Corporation. All rights reserved.
> > >
> > > C:\Users\joeb\Documents\GitHub\slimbootloader>path
> > > PATH=C:\Program Files (x86)\Common
> > >
> >
> Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\
> > >
> >
> System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Win
> > >
> >
> dows\System32\OpenSSH\;C:\Python36\Scripts\;C:\Python36\;C:\Users\joe
> > >
> >
> b\AppData\Local\Microsoft\WindowsApps;C:\Users\joeb\AppData\Local\Gi
> > > tHubDesktop\bin;
> > >
> > > C:\Users\joeb\Documents\GitHub\slimbootloader>python
> BuildLoader.py
> > > clean Using C:\Python36\python.exe, Version 3.6.6 Using VS2017,
> > > Version
> > > 14.16.27023
> > > WARNING: can't open config file: /usr/local/ssl/openssl.cnf
> > > Removing C:\Users\joeb\Documents\GitHub\slimbootloader\Build
> > > Removing C:\Users\joeb\Documents\GitHub\slimbootloader\Conf
> > > Traceback (most recent call last):
> > > File "BuildLoader.py", line 1305, in <module>
> > > main()
> > > File "BuildLoader.py", line 1302, in main
> > > args.func(args)
> > > File "BuildLoader.py", line 1292, in cmd_clean
> > > x = subprocess.call(cmd.split(' '), cwd=sbl_dir)
> > > File "C:\Python36\lib\subprocess.py", line 267, in call
> > > with Popen(*popenargs, **kwargs) as p:
> > > File "C:\Python36\lib\subprocess.py", line 709, in __init__
> > > restore_signals, start_new_session)
> > > File "C:\Python36\lib\subprocess.py", line 997, in
_execute_child
> > > startupinfo)
> > > FileNotFoundError: [WinError 2] The system cannot find the file
> > > specified
> > >
> > > C:\Users\joeb\Documents\GitHub\slimbootloader>
> > >
> > > This is a brand new installation of SBL source and tools on a new
> > > copy of Windows 10.
> > >
> > > Is the documentation "out of sync" with the SBL source and
scripts
> > > on
> > GitHub?
> > > --
> > > Sbl-devel mailing list -- sbl-devel(a)lists.01.org To unsubscribe
> > > send an email to sbl-devel-leave(a)lists.01.org
> --
> Sbl-devel mailing list -- sbl-devel(a)lists.01.org To unsubscribe send
> an email to sbl-devel-leave(a)lists.01.org