public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] BaseTools: Convert ReadMe.txt to reStructuredText
@ 2020-07-07 23:13 Rebecca Cran
  2020-07-07 23:13 ` [PATCH 1/2] BaseTools: Update ReadMe.txt to match current functionality Rebecca Cran
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rebecca Cran @ 2020-07-07 23:13 UTC (permalink / raw)
  To: devel; +Cc: Rebecca Cran, Bob Feng, Liming Gao

I noticed ReadMe.txt was a little outdated. I updated it to match
current functionality (e.g. BaseTools works on both 32-bit and 64-bit
Windows). Since the formatting was neither RST or MD, I converted it to
RST and renamed to ReadMe.rst to match the edk2 ReadMe.rst.

Some (most?) sqlite use was removed in commit 
2f818ed0fb57d98985d151781a2ce9b8683129ee in 2018, but there are still 
some modules (Ecc/Database.py, Eoc/Database.py and
UPT/Core/IpiDb,py) that do require it, so I'm not sure if the part
about sqlite3 should still be present in the ReadMe file. If so, I think
the text about cx_freeze might be obsolete.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>



Rebecca Cran (2):
  BaseTools: Update ReadMe.txt to match current functionality
  BaseTools: rename ReadMe.txt to ReadMe.rst

 BaseTools/ReadMe.rst | 41 ++++++++++++++++++++++++++++++++++++++
 BaseTools/ReadMe.txt | 47 --------------------------------------------
 2 files changed, 41 insertions(+), 47 deletions(-)
 create mode 100644 BaseTools/ReadMe.rst
 delete mode 100644 BaseTools/ReadMe.txt

-- 
2.25.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-21  3:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-07 23:13 [PATCH 0/2] BaseTools: Convert ReadMe.txt to reStructuredText Rebecca Cran
2020-07-07 23:13 ` [PATCH 1/2] BaseTools: Update ReadMe.txt to match current functionality Rebecca Cran
2020-07-07 23:13 ` [PATCH 2/2] BaseTools: rename ReadMe.txt to ReadMe.rst Rebecca Cran
2020-07-16 15:44 ` [PATCH 0/2] BaseTools: Convert ReadMe.txt to reStructuredText Rebecca Cran
2020-07-21  3:20 ` [edk2-devel] " Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox