From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6878157486786871296 X-Received: by 2002:adf:f9cb:: with SMTP id w11mr3288911wrr.1.1606388593926; Thu, 26 Nov 2020 03:03:13 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:2348:: with SMTP id j69ls764067wmj.0.gmail; Thu, 26 Nov 2020 03:03:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJxIkJOmI2MIt0muKCMBMO+ECdVTvOUTm9fhf1lJi4KnRjO2v7AjT/kGGSsAI8jluf9bMLZ1 X-Received: by 2002:a1c:2c88:: with SMTP id s130mr2712091wms.79.1606388592952; Thu, 26 Nov 2020 03:03:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606388592; cv=none; d=google.com; s=arc-20160816; b=VHBpVZD2qjyRdXIywBu4sYL47hKbIGyv4gik+rNOtOyELhDHT6nemD3bmtEuHiYqJ4 oqLweXuJ6I2XggfB7qoqj9N9/9H/dliewNYeqdK5oUeki1DUQJpPA+8zK0ULrQEFayms MNCe5ST5gXup6wERwpXPnL4Sa7oCYcVNKEwkCWpcs81JmvJ0ZCoupqefrhR1kr7WgHhO JT/v4SqAIk1bSP/3c3172VPZRWIaF1PhFe2LSGfP33n6EMiItwLrpTN8rewU6m4bAQU3 GVLfI2r36KzBi026ERnhnEsvP5LefYOBoh/+PMGFrIqxWGKpl7uiw7gcHnzRhsOOJgR+ R4ng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=T2f/RaK+z9wmLBAtLMDYHlo9HPedXCNgjklfyi7aAZQ=; b=yugcOE05hAeC/hxp4dw2WKt3WA1rOBY4GsDMN1PeisOcUWvQiNkCpDx+MoHOuetZHA gUJvp8SsIunZNqBfuZfTXCLKr5tccI55qey9JryC3STrBvuFkp82Ya7BrkqcfOk700UR 4qNtld2yEwCkUpE3mkB6FFhl8MPhg8S8Ynfjs+eFcMlB971rSdme/JHWYrypwM5AlgBF vsxmpJc4kP/Fujv8UnaaBvWE9HMy486rWGExh3HF7BHDeEkZaKghbcXrUjArAfQaNeDr YjyrogMs6wfQbvSiUWvWLbCBZFj0RUa5FPrIV8rXsL3bL5mQXd/LX3a8VwYgTu7JRYOa lgaA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id j199si123434wmj.0.2020.11.26.03.03.12 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Nov 2020 03:03:12 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.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 0AQB3An8028993 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 26 Nov 2020 12:03:12 +0100 Date: Thu, 26 Nov 2020 12:03:09 +0100 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v6 03/13] meta: cache deb srcs as part of postprocessing Message-ID: <20201126110309.GG31950@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <20200930060259.12422-1-Vijaikumar_Kanagarajan@mentor.com> <20200930060259.12422-4-Vijaikumar_Kanagarajan@mentor.com> <20201124194919.GT31950@yssyq.m.ilbers.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) 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: Eb8h95xU/8qq On Thu, Nov 26, 2020 at 02:52:22AM -0800, vijaikumar....@gmail.com wrote: > > > -ROOTFS_FEATURES += "clean-package-cache generate-manifest" > > > +ROOTFS_FEATURES += "clean-package-cache generate-manifest cach-deb-src" > > > > Should it be "cache-deb-src"? The same for p9. > > Yes. It is cache-deb-src with hypens(-). The original function is with > underscore. > > If you see a better name let me know. We can change it. Sorry for the confusion, I meant that ROOTFS_FEATURES mentions cach-deb-src, "cach" without "e". With kind regards, Baurzhan.