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
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