From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6652665106595315712 X-Received: by 2002:a1c:8c8c:: with SMTP id o134mr1228769wmd.7.1548944298847; Thu, 31 Jan 2019 06:18:18 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:4982:: with SMTP id r2ls1264102wrq.0.gmail; Thu, 31 Jan 2019 06:18:18 -0800 (PST) X-Google-Smtp-Source: AHgI3IbaYW4Czy6WgT6Ygjk6doA5OdyIrKRGFA0CYs8FLRigkBIFKwfJo2K6aT2+tKF21vUlFBpK X-Received: by 2002:adf:f984:: with SMTP id f4mr1047961wrr.30.1548944298488; Thu, 31 Jan 2019 06:18:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548944298; cv=none; d=google.com; s=arc-20160816; b=ZuKInNTkC0r3GepPfdoXiDdpLe2fhWCxJG4OESvwFzhlBRFi3Rw4T/flNuVH/XqLS3 GzktBPJHLVcXx1cpDit2FhJMNHcQqQTwMUbPQDCs2duCQ0kOqH3WJ/3gAEweHtfiToh1 YeIrsoe8ygnfCKSFkmqtOil9GbKDdaqihqwA5uqSNhuFlrO8kQat0nTMxOXFO0J/v/qI 7+pwGJ0xOfK9Gpdg01/Ox9W7/cDGfkcioZayak9tFzfaf7yMnIv93P7GtidX0xn9S1Sh qow2gByiGdVX0FtBTaFGTsTBB3hML7JpCAp9MOc+ksa99L/8UlGa5oxigt1QfIcTS6mx Pvlg== 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=rKjPX813sq0faGkGoHl0tWKtM6Fj26w2rvn5LYvKwfDBt0uSAMSKq2CtIQvp5VfYjO 1J5f8Anh2rSfad3HdYwPKVzZw97QdqpHCbGd3AS0tYZL/WgSAS2V5dUra/H2Jx4ryPRK MWCXtNuS3JUDtH2WOVJyMTRKaoQ2bKPJucqLh0y2IKG8jr+NksChJ0PeDMXShKEu9oIf ls8CEaK4xl9771jyNHbxNYw9BA9pUvbD9dXpGPCw0upfCeTljSnzgAov96NUY1Cb59uf 3ysdPjv85NLDp/N10o86yMFTtfxgjinA7sft+8CbKInHLkordlWGzH1XYeUkoVk1YD+V 8pow== 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 f6si138731wmj.0.2019.01.31.06.18.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 31 Jan 2019 06:18:18 -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 mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x0VEIISJ001062 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 31 Jan 2019 15:18:18 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.69.211]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x0VEIHtx031813; Thu, 31 Jan 2019 15:18:18 +0100 From: Henning Schild To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCHv3 8/8] doc: document "apt://" fetch/unpack feature Date: Thu, 31 Jan 2019 15:18:16 +0100 Message-Id: <20190131141816.32437-9-henning.schild@siemens.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190131141816.32437-1-henning.schild@siemens.com> References: <20190131141816.32437-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: SRGX6kCmMAxV 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