From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6519062226403328000 X-Received: by 10.107.62.212 with SMTP id l203mr34127277ioa.45.1517837454507; Mon, 05 Feb 2018 05:30:54 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.107.166.81 with SMTP id p78ls1618883ioe.20.gmail; Mon, 05 Feb 2018 05:30:54 -0800 (PST) X-Google-Smtp-Source: AH8x2257o5tGE2hvU0qgTcCk1urOtLC1xKfXxL8hwcSlLedaV6Tdq0+neY7WidoNc5rUARo7Fsoj X-Received: by 10.107.51.17 with SMTP id z17mr27227850ioz.123.1517837454199; Mon, 05 Feb 2018 05:30:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517837454; cv=none; d=google.com; s=arc-20160816; b=g+r/rZw1CGXmx1oT2gtIapPqLweePtRZmQxeI4u6ZTPUCwrvJBk1JEe944+Qty2agl k6n0SDbTxHg4Q08QxDuCb/MjMmD2NcRzZSXpUIR8UB4U2p3TXBEtad9KgLT8INOQbB+t YiPhhRd3z1rRnMtUwxh0ZNBrLV/9yPOT4KJ6BotObOXbCMZZ79Aok67VWxa0h7AqavYQ hSkQLcNadSenof0ArNmDnbOTftJeeHt22cwBwSoYfRAvhrmRRbazUi7HEdMu97uGJbQg NP3YDHsAH5sw8o5D9vKkWnRKkWq7XK/k7AbGa2PvpESOLbL8fRzm0rzTusqN92E6pJdm I+ww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:message-id:date:subject:cc:to:from :arc-authentication-results; bh=1+TdO9WRdQ0dPh5XPzdwPamc6RGBT9pYp3vfoho/EHA=; b=I+mZER10pMGOLSmRRTAPSKMtscEhIi6WLzIStBw+3rf4pE9Ci9Hj5wKQO2CCoWEWUK ZJhez26zgs0Uty/YiQejUekWX+WkC0+NBJqC1ssDYwW9wGxHjwgyhwpdmxJFxwwof3z3 jP22oJQf4AYETN6JwILK0f+57v0pPryVs7LVnGNPUMwmE/faelh0p94IQ4fJUBr7SbPP W0lg77EewHl6CDbPqcUz8gHpwaB4nLQnSxOGPFmftHGfZeIq0iQtsZwkyHAjC3toLAql FW8toJRDgSD3MQs+1lfpvx5WUafk3SRQ1W7y9iZ0OKGyzygfe6+uprTN9a3rtkek5tBQ GRBw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Return-Path: Received: from relay1.mentorg.com (relay1.mentorg.com. [192.94.38.131]) by gmr-mx.google.com with ESMTPS id b129si1026181ith.3.2018.02.05.05.30.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Feb 2018 05:30:54 -0800 (PST) Received-SPF: pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) client-ip=192.94.38.131; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-02.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1eigrE-0004uw-T3 from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Mon, 05 Feb 2018 05:30:53 -0800 Received: from 3a23c91bf2ab.anacadf.mentorg.com (137.202.0.87) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Mon, 5 Feb 2018 13:30:49 +0000 From: To: CC: Cedric Hombourger Subject: [PATCH 0/1] Produce an image manifest Date: Mon, 5 Feb 2018 13:30:40 +0000 Message-ID: <20180205133041.69108-1-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.87] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: Ftlo3JpxrQEU From: Cedric Hombourger Mimic the OpenEmbedded/Yocto project and produce an image manifest along the actual binary image. The manifest include some package-level details such as the architecture, version, and, when specified, the source package it was built from. Cedric Hombourger (1): image: create an image manifest listing installed packages meta/classes/image.bbclass | 10 ++++++++++ 1 file changed, 10 insertions(+) -- 2.11.0