Skip to content
Snippets Groups Projects
Commit 431ae78e authored by GitBot's avatar GitBot
Browse files

Integrate yocto-install/handle-gpt-partition-layout

--

Commit: seco-ne/tools/yocto-install@09bc9c41



fnginstall-common: handle gpt partition table

This is a fix for issue with ID 746-001412 : "fng-install: Handle existing
GPT partition layout."

Edgehog is distributed via WIC files which use a GPT partition table. But
fngsystem-self-update scripts, which are used with SECO NE boards, do not
work correctly with GPT partition table, so the installation of FNG System
fails on boards, where Edgehog WIC is installed.

Added the handling of GPT partition table to fngsystem-self-update:
 - if "--fdisk|--force-repartition" argument is not specified, installation
   will stop immediately with error message;
 - if "--fdisk|--force-repartition" argument is specified, an existing
   partition table on storage device on SECO NE board will be erased, and
   the installation process will continue as if this storage device was
   unformatted.

Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent 0aabeca1
No related branches found
No related tags found
1 merge request!1380Integrate yocto-install/handle-gpt-partition-layout
Pipeline #77194 passed with stages
in 1 minute and 37 seconds
......@@ -19,4 +19,4 @@ SRCREV:pn-secure-element-examples = "fe7beac0f7e9081fe475c83844e4d6800684a8b8"
SRCREV:pn-touchcal-conv = "4fb2b6bda8aff55b5ee69079b27a16ea725d1ecc"
SRCREV:pn-u-boot-imx = "a89b445ae46842ee508773052110807528403a47"
SRCREV:pn-xconfig = "8565304961b1a89dc0d1f4a9f0136e01e16006b2"
SRCREV:pn-yocto-install = "4798566f690e1dfa4b14dc5888354082eaa18459"
SRCREV:pn-yocto-install = "09bc9c41576f849e9d8cbe5f77cbfb2ea6b742ba"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment