From 6982ff8a0ed556db31f9374f52db0b1f10e0fbfa Mon Sep 17 00:00:00 2001 From: guf-gitbot <gitbot@garz-fricke.com> Date: Fri, 3 Sep 2021 07:04:30 +0000 Subject: [PATCH] Integrate meta-guf-distro/integrate/gitlab-ci/test-local-deployment -- Commit: https://gitlab.com/garz-fricke/yocto/layers/meta-guf-distro/-/commit/d264a2e86fa7af0df6cb30eee4d2cff4ca463a3a Integrate gitlab-ci/test-local-deployment -- Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/de38c9f02270f276cdead60b4704d10482d38ebd CI: Adapt package_release to also deploy artifacts locally To upload the sdk the local deployment on build host is needed as it is too big for the uploads. Move copy functionality to extra function. It also generates md5sum.txt from the source file's md5sums. Copy locally (host system) and as gitlab artifact. Add option to copy doc files ( all .md in given folder). BCS 746-000262 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 5df8f6a7..9328c6ae 100644 --- a/default.xml +++ b/default.xml @@ -23,7 +23,7 @@ <project name="meta-freescale" revision="0173d3f8d0cbf7844a4d23bc3fb30144abc914bb" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" /> <project name="layers/meta-guf-machine" revision="d7ce19734ae874dfe4a277077a0a1cca380f2c5e" remote="guf" path="sources/meta-guf-machine" /> - <project name="layers/meta-guf-distro" revision="5625f2b889675d1ab5e7e2ca31dfd72ecf28f555" remote="guf" path="sources/meta-guf-distro" /> + <project name="layers/meta-guf-distro" revision="d264a2e86fa7af0df6cb30eee4d2cff4ca463a3a" remote="guf" path="sources/meta-guf-distro" /> <project name="config" revision="c4f5341f890eee7475927d6062204276471e0c76" remote="guf" path=".conf"> <linkfile dest="setup-environment" src="setup-environment"/> </project> -- GitLab