]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
install-buildtools: bump default to yocto-3.1_M3, fixes
authorTim Orling <timothy.t.orling@linux.intel.com>
Tue, 31 Mar 2020 20:03:06 +0000 (13:03 -0700)
committerArmin Kuster <akuster808@gmail.com>
Mon, 20 Apr 2020 00:15:54 +0000 (17:15 -0700)
commitafb099b2513b8818a121f83de787f041716ef1d4
treec672efd406744b2b181a97d5687138ad2e071c39
parent5eae0cc6893b89420bd27a09bd0a89419d229ee2
install-buildtools: bump default to yocto-3.1_M3, fixes

Add ability to check md5sum (yocto-3.1_M2 and before) or sha256
(yocto-3.1_M3 and beyond).

Make regex for path in checksum file optional, since
for yocto-3.1_M3 the format is <checksum>  <filename>,
but prior releases was <checksum>  <path><filename>

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cb1c98f38755b8340140125064c21e407f39db74)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/install-buildtools