From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6652665106569101312 X-Received: by 2002:a1c:7e16:: with SMTP id z22mr1160454wmc.10.1548952966685; Thu, 31 Jan 2019 08:42:46 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:4987:: with SMTP id w129ls449527wma.13.gmail; Thu, 31 Jan 2019 08:42:46 -0800 (PST) X-Google-Smtp-Source: AHgI3IZQEozI5/+6AdcZIrFdqCkANN0H8u8ZuhCAmmAJtZaa5DRSuh2J1iNpMErsvr+fuKm2WHdK X-Received: by 2002:a1c:8d88:: with SMTP id p130mr1292110wmd.18.1548952966114; Thu, 31 Jan 2019 08:42:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548952966; cv=none; d=google.com; s=arc-20160816; b=KSTe+YzZ0b+Z0l8yX/ZYWgwI7vuwU5dNy5xCqNAQvZlEVlHIZ+PV/1XF/Kp92hV/Gr oMCAf+0T6wKbUeS2D65v4RM3zlW3JsVJ9u4eCCcVAOVrDUgvq8iSoVXwHTPhmXJp7yF8 HQ4EI7qx+PW22nnbBG0k9at+jlqzRQO5torN1FjU7MoY3iX6ncuKb5ntQ+umZcCz34WA +MhIpveIrpBpNkBXeWvBBj539SzuoIezW93eV2oMGo58gKXHnmsTyMhY7NC/kc71f7G/ Nhp33fKedx0kSj/+/X0cBs/wHrT6zhXllfmvLjd4VgCyy1bD19xaFNl9ESOXawBkcR83 4Hdg== 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:cc:to:from; bh=n+nl2XRrZJOm1N1RZ4qSl9DcQwAU20k4HAlEtMlTOTM=; b=kvfRvQuLBjPrqdESg0vIJKZW3oXbTwrZxWP3VgNcu4/e6wmdyPdAIYFakfQUvlY+Yb we71p4990zy28PwoChEs9l6jQWup7pCyZp0R+bn7fgtMA91zI1ejixcSrFa+h8pCaVkc jVXcdcfudu1fOFL6jKDHEV1RAcCvrWZ9Y+OOvgS0cZazmgRrx6MXbFP+KLLOg+ZJ1A4P zAdOHQRq9IgYo6f8FsvlUAvBA26gem/wk9jIepBb2iZTtFfGwZsijgiKinh5+3OpyyBG 8dSZ0NChEnTMzk9yxX9j9O9o06xTLz6BhveXMVlJQ7HFMg4X0HMb9lDB0MSM33x3KeQA YMVw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id f6si2254wmj.0.2019.01.31.08.42.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Jan 2019 08:42:46 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x0VGgj14001439 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 31 Jan 2019 17:42:45 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.69.211]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x0VGgjE4029790; Thu, 31 Jan 2019 17:42:45 +0100 From: Henning Schild To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCHv4 8/9] doc: document "apt://" fetch/unpack feature Date: Thu, 31 Jan 2019 17:42:43 +0100 Message-Id: <20190131164244.9169-9-henning.schild@siemens.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190131164244.9169-1-henning.schild@siemens.com> References: <20190131164244.9169-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: RLMrrnd6WX+s From: Henning Schild Talk about its existance, point to the example, and mention the current caching limitation. Signed-off-by: Henning Schild --- doc/user_manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/user_manual.md b/doc/user_manual.md index eebcaa9..ebc31c6 100644 --- a/doc/user_manual.md +++ b/doc/user_manual.md @@ -540,6 +540,9 @@ The `deb` packages are built using `dpkg-buildpackage`, so the sources should co **NOTE:** If the sources do not contain a `debian` directory your recipe can fetch, create, or ship that. +This is also what you do if you want to rebuild/modify an upstream package. +Isar does understand `SRC_URI` entries starting with "apt://". For an example +of a customized upstream package have a look at `meta-isar/recipes-app/hello`. #### Example ``` @@ -753,3 +756,4 @@ bitbake multiconfig:qemuarm-stretch:isar-image-base ### Limitation So far the local base-apt repo is not gpg signed. +Files fetched with the `SRC_URI` protocol "apt://" are not yet cached. -- 2.19.2