From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6621946372691066880 X-Received: by 2002:a1f:97cb:: with SMTP id z194mr8394733vkd.2.1541792036694; Fri, 09 Nov 2018 11:33:56 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ab0:702a:: with SMTP id u10ls412861ual.3.gmail; Fri, 09 Nov 2018 11:33:56 -0800 (PST) X-Google-Smtp-Source: AJdET5dkiF37PpiGT+6oN1dYzi32oFRFU7HVaPBboGYh12Zc304MXFyRTa007icjNT4CoLUv3INT X-Received: by 2002:ab0:3347:: with SMTP id h7mr8548460uap.4.1541792036418; Fri, 09 Nov 2018 11:33:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541792036; cv=none; d=google.com; s=arc-20160816; b=mAeLJQBDrIN8Qv4ghPNJmb0EVb7USlGql6Dm5th/I3wZM8woAiv30EodTWoDZknmBP t7KipexWC6V4MytQGSC/JSCTfgLpUk1M8CeYI11K06j+UF8BS1Ta2RJl6d7/Es4dO0gR 344M6s1haSBY+4K0V0aqgfmae53z+5ADP90O+Qj6ZAokUM3afq7rvg5qMBqyWUqxr+ku n1F3Otr8VyuUrxIHHwlHWCTu6vKRw7jLb025Fs5vP6b6LmGKH6taNvw59zeXQg76QJou ZaAN8OQK62zMVLzBorKZJj+oGYcwaFmks6m77ukIlwBUpAz9ydpatWwjs8QmXT+Jkbxe hGmw== 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; bh=uxMIC32VZRWI/KR3y73KVcVeuulbgB5/Eiw7RXrF4t4=; b=RnvZbaqA3h2nyLeYb+23IeNPc9XpqUwBibkuEOizSn4fmdD5YG62dLJyTv+iD46J9K 9DNZMfmY86TAuibwrkhtrDwrIqpa9WMhEXD5DZFZioXcUPk2vpK34rst7TBR2Knfpvk1 5m3lxh2VfMS2iGkVSz9v6DU8+Ja4TLwuKayjKC0U/xa+FODzuY0cg48IpNjtIRzPatbe ZZlVODv6TWq+XXHrq129s/KGCO/02hR34bcTVveIwPlxpaCqLGSpu9ij8xziRXMRi/KC KnTrH49G9l93WPmFTudf3uS/5CrbLjMo38NetxTqK5zTXaFXdvGarfEc1mWb8uAJHtIp DvRQ== 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 p140si250141vkp.5.2018.11.09.11.33.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Nov 2018 11:33:56 -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 1gLCXS-0005Cv-LH from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Fri, 09 Nov 2018 11:33:54 -0800 Received: from FRG-W10-HOMBOUR.world.mentorg.com (137.202.0.90) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Fri, 9 Nov 2018 19:33:50 +0000 From: Cedric Hombourger To: CC: Cedric Hombourger Subject: [PATCH 0/2] add MACHINE to DEPLOY_DIR_IMAGE Date: Fri, 9 Nov 2018 20:33:41 +0100 Message-ID: <1541792023-514-1-git-send-email-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: qEXJsdAHmESm Nice suggestion from Jan, here's a patch. I am however proposing to keep fully qualified names for our images (makes it easy to identify what the image is for when shared with others via e-mail, FTP, SWUpdate, etc.). Cedric Hombourger (2): start_vm: get DEPLOY_DIR_IMAGE from bitbake bitbake.conf: add MACHINE to DEPLOY_DIR_IMAGE RECIPE-API-CHANGELOG.md | 5 +++++ meta/conf/isar-bitbake.conf | 1 + scripts/start_vm | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) -- 2.11.0