summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/files/disable_sha1sum_startup.patch
Commit message (Collapse)AuthorAgeFilesLines
* docker engine not runningAmy Fong2015-04-111-0/+57
In yocto builds, preprocessing of binaries can happen after the install phase. Some of these can modify the size/sha1sum of the binaries. e.g. A new .gnu_debuglink can happen docker will not start because of these modifications. Docker initially does a sha1sum of dockerinit to identify the dockerinit that it was built with, this is done for security and for compatibility reasons. Since this checking is disabled, we should rely on rpm tests for validation of the binary instead. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>