From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7057120643105423360 X-Received: by 2002:a2e:3315:: with SMTP id d21mr5726546ljc.258.1644738075439; Sat, 12 Feb 2022 23:41:15 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:4e11:: with SMTP id e17ls1294222lfr.1.gmail; Sat, 12 Feb 2022 23:41:14 -0800 (PST) X-Google-Smtp-Source: ABdhPJyNl5LwRYYvjnCmA1b8ps4OwZKuMhfzQucF7m8o0fAXkAo4jzUd1yMJe55pGjVs57zh7JIp X-Received: by 2002:a05:6512:3408:: with SMTP id i8mr6501710lfr.17.1644738074351; Sat, 12 Feb 2022 23:41:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1644738074; cv=none; d=google.com; s=arc-20160816; b=NqFXjM5v9hzFCXnWiDIxUJYQd/Mc9v6yBXtzVf+6Mrjg2VumdXlRa7jmVRlMyPkcAw OAYGPO+Op6VBzaO1IaDO440wS+J1umKKv0RUhXWZurFYkNVZ6lW/FFaH+CFVg/VzV1ov RrSsz8cLDNAL63m7VIeCzjKaBntKE+ScogNtcQ79AtARPPdKuFa10KnZx/YX89ghNvgs PkP41cJ3/j33Fc4842+Zjj0JTiX7IIQ+PHXYxfXA0999vYPEL4Ak+z/wR0Vene36Je5I Z53BiWIPzs+5Ghd4cNUL3Za6igawxYCMHbUkEyOMnaYufrMLOrcz/ZMj8PuL/Ep0lxpY aYNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from; bh=G+7Gporf+WPi15uyr+LfklFDKQWpxrpvTx5PZM3gOvA=; b=zcGX6fQ64SwfODr7FXViljVK8C01azhu9IxASNUwxveayDEiu7eGsXz6O1c8tnYt4V cpltiLU9pcEQoOnHmpic74IYyp4PKNxpXxcXXvHJ2SuMRDTZHEacPNOVkHvckY4UhS5c 35ViGrtDgFY+zsz7z0DtINPqgUFAhK+Ybfb332PDKlVz7h0UVjljuM5sCjfqO+vs4Mht GNs/6w2K7pW6+h0wpQIG8609+mKqTGADxLl97OlahsweyvKueIK6ysbuePsD7RDYPe4x ufI2F2VQ8o5PABhY6TqBiuAbpgp6RvKQIilDc1t/jn7fncy/A/7NhgYILg5BUJhhXSmP 95PQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id i5si11100ljj.4.2022.02.12.23.41.14 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 12 Feb 2022 23:41:14 -0800 (PST) Received-SPF: pass (google.com: domain of ubely@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 ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 21D7fBwA010231 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 13 Feb 2022 08:41:13 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v5 6/9] optee-os-stm32mp15x: Do not use shell environment Date: Sun, 13 Feb 2022 08:41:08 +0100 Message-Id: <20220213074111.23232-7-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220213074111.23232-1-ubely@ilbers.de> References: <20220213074111.23232-1-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: D9KfuX6VWYRG Move export of TEE_IMPL_VERSION variable directly to debian/rules. This makes building process more Debian-like. Signed-off-by: Uladzimir Bely --- meta-isar/recipes-bsp/optee-os/optee-os-stm32mp15x_3.11.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-isar/recipes-bsp/optee-os/optee-os-stm32mp15x_3.11.0.bb b/meta-isar/recipes-bsp/optee-os/optee-os-stm32mp15x_3.11.0.bb index 0fa2005d..9c0efaf1 100644 --- a/meta-isar/recipes-bsp/optee-os/optee-os-stm32mp15x_3.11.0.bb +++ b/meta-isar/recipes-bsp/optee-os/optee-os-stm32mp15x_3.11.0.bb @@ -21,5 +21,8 @@ OPTEE_BINARIES = "tee-header_v2.stm32 tee-pageable_v2.stm32 tee-pager_v2.stm32" # Set version manually to PV, the tarball does not contain any hint. # Alternative: pull from git and add git as build dependency. dpkg_runbuild_prepend() { - export TEE_IMPL_VERSION=${PV} + cat << EOF >> ${S}/debian/rules + +export TEE_IMPL_VERSION=${PV} +EOF } -- 2.20.1