From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Wed, 30 Oct 2019 15:30:58 +0900 Subject: [U-Boot] required host packages on Travis CI Message-ID: <20191030063057.GT10448@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, In test/py/README.md, all the required host packages and their versions to be used on 14.04(Trusty) are listed. On the other hand, ".travis.yml" names a similar but different list of packages. The latter also specifies the distribution to be used, which is xenial(16.04). * How would like to sync those two different lists? * Do you still think it appropriate to mention the "tested versions" in README.md at all? # I'm planning to update the list for UEFI secure boot test. -Takahiro Akashi