From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 7A2DB79792 for ; Fri, 7 Sep 2018 03:18:54 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id w873Isx7013488 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 6 Sep 2018 20:18:54 -0700 (PDT) Received: from pek-ljiang0-d1.wrs.com (128.224.162.214) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.408.0; Thu, 6 Sep 2018 20:18:53 -0700 From: Jiang Lu To: , Date: Fri, 7 Sep 2018 11:16:47 +0800 Message-ID: <1536290208-21599-1-git-send-email-lu.jiang@windriver.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Cc: trini@konsulko.com Subject: [PATCH 0/1] wic:mkefidisk:add use-uuid for all partitions X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2018 03:18:54 -0000 Content-Type: text/plain Hi all, This patch adds use-uuid for all partitions on mkefidisk.wks. Thanks Jiang Lu