From b8f1026fbf0df47739e811a8a637231b97fe5412 Mon Sep 17 00:00:00 2001 From: guf-gitbot <gitbot@garz-fricke.com> Date: Mon, 30 Aug 2021 14:46:34 +0000 Subject: [PATCH] Integrate meta-guf-distro/fnginstall-fix-output -- Commit: https://gitlab.com/garz-fricke/yocto/layers/meta-guf-distro/-/commit/9c2d6da4758d2c63178a59958f0795a430730129 fng-install: Fix partitioning when no yocto partitions are found. When no yocto partitions have been found, an error was thrown. Now the new partitions are created automatically. BCS 746-000449 -- Commit: https://gitlab.com/garz-fricke/yocto/layers/meta-guf-distro/-/commit/fc2193194c4e4b08a0df8587b74d1aaf536e850c fng-install: Fix output of some messages, move message functions to common Yocto had the 'logfile' feature, while the other script didn't had this yet. Also this made some messages for the user end up in the logfile only, but are needed on stdout also. This fixes it. BCS 746-000449 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 6af3e90b..1ddb3f57 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="71b20e95a2856df1ff8427f0d1c50f80e5610fc3" remote="guf" path="sources/meta-guf-distro" /> + <project name="layers/meta-guf-distro" revision="9c2d6da4758d2c63178a59958f0795a430730129" 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