Hello Koen Kooi.
NACK, this winds back the release, which is bad and breaks upgrade paths, which is worse
[Zongchun]Okay. In order to fix this build error. Maybe We need to remove the PR from recipes. PR bumps are no longer needed. Please refer to following links: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5e427966756700e596... http://cgit.openembedded.org/meta-openembedded/commit/?id=4d62e7f575e2a87197...
Best Regards Zongchun -----Original Message----- From: Koen Kooi [mailto:koen.kooi@linaro.org] Sent: Friday, April 15, 2016 6:36 PM To: Zongchun Yu Cc: Linaro Dev Mailman List; Zhenhua Luo Subject: Re: [meta-linaro-toolchain][PATCH][jethro] gcc: remove '-2' from PR
On 15 April 2016 at 11:27, zongchun.yu@nxp.com wrote:
From: Zongchun Yu zongchun.yu@nxp.com
Fix following Error: | error: line 4: invalid tag value("^[A-Za-z0-9+._]+$") Release: Release: r2015.11-2 | error: Package has no %description: libgcc-linaro+5.2.aarch64
NACK, this winds back the release, which is bad and breaks upgrade paths, which is worse
Signed-off-by: Zongchun Yu zongchun.yu@nxp.com
meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-5.2.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-5.2.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-5.2.inc index ca44d66..65c665b 100644 --- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-5.2.inc +++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-5.2.inc @@ -58,9 +58,9 @@ EXTRA_OECONF_PATHS = "\
PV = "linaro-${BASEPV}"
-MMYY = "15.11-2" -RELEASE = "20${MMYY}" -PR = "r${RELEASE}" +MMYY = "15.11" +RELEASE = "20${MMYY}-2" +PR = "r20${MMYY}" BINV = "5.2.1"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
1.8.3.2
-- Koen Kooi
Builds and Baselines | Release Manager Linaro.org | Open source software for ARM SoCs