[yocto] [yocto-autobuilder][PATCH 2/3] bin/release_scripts/release.py

2016-02-18 Thread Graydon, Tracy
The BSP packaging was missing the branch name from the repackaged tarball. The md5sums were also not being generated for the BSP tarballs. This patch fixes both these issues. Signed-off-by: Graydon, Tracy --- bin/release_scripts/release.py | 23 +-- 1 file changed, 13 insert

[yocto] [yocto-autobuilder][PATCH 2/3] bin/release_scripts/release.py

2016-02-17 Thread Graydon, Tracy
From: Tracy Graydon This is part of the release automation work, related to Yocto bug #8942. This patch adds a check for a valid release candidate ID passed in from command line and quits if it is bogus. Adds a few comments/output for the user for the various release steps to improve clarity. Si