From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6647873572602642432 X-Received: by 2002:a5d:64ca:: with SMTP id y10mr1299404wrv.28.1547828683936; Fri, 18 Jan 2019 08:24:43 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:ce8b:: with SMTP id r11ls3059497wrn.5.gmail; Fri, 18 Jan 2019 08:24:43 -0800 (PST) X-Google-Smtp-Source: ALg8bN6GRvmtD1D5Cyc4SOKg140x763PzSWaHrpM7psoqmwJoJOmtjmibcQMmlmTF3VBa+k6IU8i X-Received: by 2002:a5d:50c6:: with SMTP id f6mr1416094wrt.10.1547828683431; Fri, 18 Jan 2019 08:24:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547828683; cv=none; d=google.com; s=arc-20160816; b=eaDsQsCdqs2eYr1mYY5p+KOTp8gCZx42/QF8kg2d1HbWxORQKq4FEQ+UKBc6Z4E6AO j3hu3pL92lH836jFvPK/1ri/AXCZ4Z4BczFVbhjO/kQlhA6GYwBd+ZNXroltt2CZQKbF ByjXf45MlVSWRICemH4b+hddZR/B5U5EW0bX3ZtQpB9vLxzf3zDMKjVoXipnboDwBVWy Ngd0cC7J8yXcOFJdoTuAvq4OUS1sgrhE9k2vRgsozpZF0O+gYWvap8EoLVwti3FtiHoZ mm+FpMNfCAuZial9M2bEKxE9GNZ6Mw78X6GgUuFRoJTt6B/IYUCvB7c9gCJXPvCdcHP5 1HLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:references:in-reply-to:message-id:date :subject:to:from; bh=y+4Beyce3CVW5dqYVTBRcDpU8P5mFrNC9YS5gp+0Rw8=; b=Ac3zHGtSY7IHxK9uQRhE/4FUneF6efoHV1lUXFMfcjnFoz1lmdpjk1A5/PdMRiufFX ffzQKgE70EIby1Zrl1ixItnh3FMQMVkhIaVFAqm4W+bGVtcEE/PLTyFkfh8Z1OXTNYHB EHoI09MCDAua8Obdteh939rLyDpf23aSPadAaDBaUqzUTrvA8kAdnQjt388L1KWeP0Na oyjAwG9vW6T0Bw01iG0qz6adt3xALU4fXNQ6N4h4K93mNM/vbqIb+BkysU+6msI1O7Wi 6t26YaMWAxm9wvza0z+EmBrSI/MLO14Ja3i51SydUIEVNcO/TsBPxbq3rc6GHlYtlMc/ rYYg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id s124si1483213wmf.0.2019.01.18.08.24.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jan 2019 08:24:43 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x0IGOgMZ008746 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 18 Jan 2019 17:24:43 +0100 Received: from md1f2u6c.ad001.siemens.net ([139.22.35.32]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x0IGOeHZ006472 for ; Fri, 18 Jan 2019 17:24:42 +0100 From: Jan Kiszka To: isar-users Subject: [PATCH 3/3] doc: Fix licenses path in user manual Date: Fri, 18 Jan 2019 17:24:40 +0100 Message-Id: <74b24ea1e9796533eec84c61b8da940f908ed49a.1547828680.git.jan.kiszka@siemens.com> X-Mailer: git-send-email 2.16.4 In-Reply-To: References: In-Reply-To: References: X-TUID: PbzgoeYH+7ts From: Jan Kiszka Moved into core layer by now. Signed-off-by: Jan Kiszka --- doc/user_manual.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user_manual.md b/doc/user_manual.md index 2aa291d..42e940c 100644 --- a/doc/user_manual.md +++ b/doc/user_manual.md @@ -507,7 +507,7 @@ installation by appending them to the `IMAGE_PREINSTALL` variable while packages DESCRIPTION = "Sample image recipe for ISAR" LICENSE = "gpl-2.0" -LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" +LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" PV = "1.0" @@ -546,7 +546,7 @@ The `deb` packages are built using `dpkg-buildpackage`, so the sources should co DESCRIPTION = "Sample application for ISAR" LICENSE = "gpl-2.0" -LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" +LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe" PV = "1.0" @@ -565,7 +565,7 @@ The following variables are used in this recipe: - `LIC_FILES_CHKSUM` - Reference to the license file with its checksum. Isar recommends to store license files for your applications into layer your layer folder `meta-user/licenses/`. Then you may reference it in recipe using the following path: ``` - LIC_FILES_CHKSUM = file://${LAYERDIR_isar}/licenses/... + LIC_FILES_CHKSUM = file://${LAYERDIR_core}/licenses/... ``` This approach prevents duplication of the license files in different packages. -- 2.16.4