From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6899340313789202432 X-Received: by 2002:a05:6512:11cf:: with SMTP id h15mr1166152lfr.311.1612948390172; Wed, 10 Feb 2021 01:13:10 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:3993:: with SMTP id j19ls855776lfu.3.gmail; Wed, 10 Feb 2021 01:13:09 -0800 (PST) X-Google-Smtp-Source: ABdhPJzSMce2nr3b/k3fEtaMw7Ar/ZVpVN3wLNTnzb9yQPOUEdXvcOW5AsrIfjJZvYQXWSTODjbQ X-Received: by 2002:a19:a409:: with SMTP id q9mr1226845lfc.60.1612948389158; Wed, 10 Feb 2021 01:13:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612948389; cv=none; d=google.com; s=arc-20160816; b=p7qUGAb7sjqYLyIP5lFSq/RYOdby6SQujFAJ0L3f8fafwZwG2VIDqIovGSCDP1+GVR +cDGA8lIhccMccPQGB7DyOFxMFpEmh0luFyBR6Er8UNlsn1bWTWhEvCWLHyEJihUlWYM DvQDtFb450sRq826vuZZFgWIg/1ozh6DvgAk6HNLC5I+xetSwiPBF5UdOfghivgyQRO4 dFb+Sxu1WQ7DGnIJiIWiYLSLWzycyVow41Mz4jqpGlHlMqJ9GoCxBqBiwkj3iQmFL2xA WZciOdu3R3wyevIxygHHfg25ZiPCfXQtby0Fh52+1TnUIqlRJ+c5jBLxzQmgg7SowO0A 602g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject; bh=b2qmIqjskTnGTncBgxjQTMDrGXEq0Eeg9meJS5YRfFw=; b=VAgF7uwx9oBE6ei7CKmKvqvmnRZYfVsGL9+aKn+FZnOay7T8jIVmtMLbonjQ6BqSqg CbJY2UROBfg0cJX0d14vf2h9GxTeh0pPbFzrGptZ7CW+pgRvAuYEMqfViiBiCd4hDp9x 68ReFq+mP0WPFeT/MF9w0Jn4Jgw5l644wzbKNHp7T8Lr3noPOVo1mZHlWcDvkcL0sQEy FqbWTjO9IBhkk/ImuLXIPb5CVg7ZsbOYWdZq2GJ/sJaTHPNpcM+NCnfSHH7s9kGUjS2T YV21jTeOEmhsoVYRw+lyUeSZtZk5qSWUHhP/yJF4SftdmBfoRPxyaAIXQWWpb7m2BWB3 LMdA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id c6si76724ljk.2.2021.02.10.01.13.08 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Feb 2021 01:13:09 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [192.168.67.164] (mm-203-30-214-37.mgts.dynamic.pppoe.byfly.by [37.214.30.203] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 11A9D70W011672 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 10 Feb 2021 10:13:08 +0100 Subject: Re: [PATCH v2] wic/plugins: Fix boot plugin To: Vijai Kumar K , isar-users@googlegroups.com Cc: henning.schild@siemens.com References: <20201126091750.28048-1-Vijaikumar_Kanagarajan@mentor.com> From: Anton Mikanovich Message-ID: Date: Wed, 10 Feb 2021 12:13:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201126091750.28048-1-Vijaikumar_Kanagarajan@mentor.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: wzCh0ATTn6HS 26.11.2020 12:17, Vijai Kumar K wrote: > When we use --use-uuid along with bootimg plugin, it is observed > that the uuid updated in /etc/fstab is not same as the one the > disk created by bootimg has. > > The latest wic[1] creates a UUID for use for these plugins, our ISAR > version of these plugins were not consuming the uuid generated by > wic while generating the partition. Instead a default volume id is > generated which is different from what is written by wic in fstab; > resulting in boot failure. > > Fix the ISAR bootimg plugins to use the uuid from wic. > > [1] https://github.com/openembedded/openembedded-core/commit/9256b8799495634ee8aee5d16ff71bd6e6e25ed4 > > Reported-by: Henning Schild > Signed-off-by: Vijai Kumar K Applied to next, thanks. -- Anton Mikanovich Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov