From e8eaec5e75caef60249bf0fc56f4ab59467a1f3e Mon Sep 17 00:00:00 2001 From: Vanessa Maegima Date: Tue, 7 Jan 2025 12:43:11 -0300 Subject: [PATCH] rm: linux: update: add recommendation about update script Many customers are performing git merges/cherry picks that will not bring the git tag information. We rely on that for support, so update the docs accordingly. Signed-off-by: Vanessa Maegima --- source/reference-manual/linux/linux-update.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/reference-manual/linux/linux-update.rst b/source/reference-manual/linux/linux-update.rst index afb11745c..e46f24dee 100644 --- a/source/reference-manual/linux/linux-update.rst +++ b/source/reference-manual/linux/linux-update.rst @@ -38,6 +38,11 @@ Updating Your Factory ^^^^^^^^^^^^^^^^ We provide the helper script ``update-factory-manifest`` to update your Factory to a new LmP release. + +.. important:: + We highly recommend using our script to perform the LmP update rather than doing manual git operations. + Our script brings the `LmP tags `_ information, that are missed with git merges or cherry pick. + This script tries to update your manifest to the latest LmP version available: .. code-block:: @@ -48,7 +53,7 @@ This script tries to update your manifest to the latest LmP version available: $ git checkout $ ../lmp-tools/scripts/update-factory-manifest New upstream release(s) have been found. - Merging local code with upstream release: 91 + Merging local code with upstream release: 95 Proceed ? (y/n): y If no merge conflicts are found, it merges your changes and pushes the updated manifest to your Factory, triggering a new platform build.