From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6520145520369860608 X-Received: by 10.80.134.135 with SMTP id r7mr4628eda.1.1518112425535; Thu, 08 Feb 2018 09:53:45 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.204.215 with SMTP id b23ls2564231edj.8.gmail; Thu, 08 Feb 2018 09:53:44 -0800 (PST) X-Google-Smtp-Source: AH8x224DwSEjiD1rSjVW/W1yL8VB4vANdGdtn/WBKldeAHn/eZS6nDFLmIGCSm7F6Z9S0aI93KT/ X-Received: by 10.80.144.177 with SMTP id c46mr6693eda.8.1518112424885; Thu, 08 Feb 2018 09:53:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518112424; cv=none; d=google.com; s=arc-20160816; b=LpqNlGrkIm/8qYEBva068JknoypD1LouYySFXKR+Hor4p78PDTYesz9OX0cWlM/zBJ /XplKe3KsniLDD9DVCD0WTjA81On7dAWiq5IVuVJurcAsR8SWJqpUdaGNJ5PwECQjel2 C7tlpImdYGTpRuURZ7wWoaAus21RWSfJ2MI/hyDdOVyZE0Lj76WZFWazMk2U2N8ze/PQ 6/3tAvEa8pNvZGRamjgeSM8OnnhEpHOzDMXp7IYfUwRF5F0L+qzpFMNX9ZHbXcQ6IivG HXlB6PLb5292xo6bFd12jpe5o1tREjHWr+0CdN1ujmF87e/LHlIced6nU/cJWKC/51cz s5yw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=asttp1r1ZFm9AFYVpvRg2mOBoEa4/B83A0Wqht9V1jM=; b=zEEWBsYGypXwiBZ+tWp/vJL+CGaNXaE4Dva+FDS//tYk3j08p+hJHFVfaGyyTIl0tb X2Nv94fSkE1Sk0ogbVTd1wGkvag6HtCbggGZyOOuOtS59x1oUVkywPracxqarhtDoJqH AsF/ow4gVxEYvylpgTzlI8yMVBi2yZmhtr8iT2gf7vjCRsBdOk+Bwxg5nRjvCvuTSp7D kJzQgbLKUHS2XHpn5OeD94AsIJtaWBD1RqeJI2BFgO0wMLVw0qep9BvTOdiVsvjMzPg7 YGoitBKeH5rfrQWssuHj6Ml7UZFsKNgSoTuQZ/Hbk90tAX8TqSQjUDqiW8sGyrq+2fKm vseQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id t4si26664edt.2.2018.02.08.09.53.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2018 09:53:44 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w18HriZj030444 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 8 Feb 2018 18:53:44 +0100 Received: from [139.25.68.37] (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id w18HriEU030870; Thu, 8 Feb 2018 18:53:44 +0100 Subject: Re: [PATCH v3] libhello: Add libhello To: Alexander Smirnov , isar-users@googlegroups.com References: <20180208132508.15244-1-asmirnov@ilbers.de> <20180208132701.15312-1-asmirnov@ilbers.de> From: Jan Kiszka Message-ID: Date: Thu, 8 Feb 2018 18:53:43 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: <20180208132701.15312-1-asmirnov@ilbers.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: QQamB77O79/6 On 2018-02-08 14:27, Alexander Smirnov wrote: > 8<-- > > Added comment regarding DEPENDS. > > 8<-- > > 'libhello' package intended to demonstrate Isar build dependencies between > recipes. > > Signed-off-by: Alexander Smirnov > --- > meta-isar/recipes-app/example-hello/example-hello.bb | 8 ++++++-- > meta-isar/recipes-app/libhello/libhello.bb | 18 ++++++++++++++++++ > 2 files changed, 24 insertions(+), 2 deletions(-) > create mode 100644 meta-isar/recipes-app/libhello/libhello.bb > > diff --git a/meta-isar/recipes-app/example-hello/example-hello.bb b/meta-isar/recipes-app/example-hello/example-hello.bb > index 602a11e..9d83e4c 100644 > --- a/meta-isar/recipes-app/example-hello/example-hello.bb > +++ b/meta-isar/recipes-app/example-hello/example-hello.bb > @@ -8,10 +8,14 @@ DESCRIPTION = "Sample application for ISAR" > LICENSE = "gpl-2.0" > LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" > > -PV = "0.2+7bf716d2" > +PV = "0.2-86cc719" > + > +# NOTE: the following line duplicates the content in 'debian/control', but > +# for now it's the only way to correctly build bitbake pipeline. > +DEPENDS += "libhello" Minor, but given that this recipe does not include anything prior to that line, DEPENDS = "..." would be cleaner. Jan > > SRC_URI = "git://github.com/ilbers/hello.git;protocol=https" > -SRCREV = "7bf716d22dbdb5a83edf0fe6134c0500f1a8b1f0" > +SRCREV = "86cc719b3359adc3c4e243387feba50360a860f3" > > SRC_DIR = "git" > > diff --git a/meta-isar/recipes-app/libhello/libhello.bb b/meta-isar/recipes-app/libhello/libhello.bb > new file mode 100644 > index 0000000..df5793e > --- /dev/null > +++ b/meta-isar/recipes-app/libhello/libhello.bb > @@ -0,0 +1,18 @@ > +# Sample shared library > +# > +# This software is a part of ISAR. > +# Copyright (C) 2017-2018 ilbers GmbH > + > +DESCRIPTION = "Sample shared library for ISAR" > + > +LICENSE = "gpl-2.0" > +LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" > + > +PV = "0.1-98f2e41" > + > +SRC_URI = "git://github.com/ilbers/libhello.git;protocol=https" > +SRCREV = "98f2e41e7d05ab8d19b0c5d160b104b725c8fd93" > + > +SRC_DIR = "git" > + > +inherit dpkg > -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux