From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6878157486786871296 X-Received: by 2002:a2e:878c:: with SMTP id n12mr1030648lji.319.1606386094638; Thu, 26 Nov 2020 02:21:34 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:651c:1114:: with SMTP id d20ls250238ljo.11.gmail; Thu, 26 Nov 2020 02:21:33 -0800 (PST) X-Google-Smtp-Source: ABdhPJxG2qaoshlPV+A7EKhSiIWbbFCZ88XnfvKcwg3WJf1BpWo3GKd3pTPlSvSLRQyPW89nduW2 X-Received: by 2002:a05:651c:207:: with SMTP id y7mr976140ljn.428.1606386093591; Thu, 26 Nov 2020 02:21:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606386093; cv=none; d=google.com; s=arc-20160816; b=H6iMWvntyYygi+9/MveBdmmdQQS4AsFKOO7PtZwVFQey1i9WQWc2oFWzgemFrBpzHd jl5f0VyjAFr5GHxPYK57YsIswtf2T3aauzz4XqdgVw7pH66cDXpzGglNGUtM2Kb7sBDr nYunRePM4E8dKOz5WVaQlXvNVwxnQiX9dNS7IYZDkwUT/vzzKQDGsCWP5BOwJ0AiEVFN z7zem1UNGN0IfNyqYCNgf52kujTHV386k6geot6FnQugHAQAM9oGurl67Gpafo87e83k RcMbWSHKBmUc9l+XkuDOgvdzRE9ySZPQ8N9ABgSnugo8z7/dhFSoMEvYq7tqNSK1/Wxf jGgQ== 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=KmpjHiJG9tRAn8SusQzYK0eXaiavGOAyJ/Vd4+GkSNU=; b=xhuQlEq2yvuQscrfWzmKAJsFiCKJciFiTojse/Kygybl7UoF3x54xwZRat0il+jYsH Novk/SXoXRWXexVRePN60iYTrErHLa3eHNbULSzBfneO27PYW9FgWp7wtQD6HtFJBNoH n0Edf+/eJoEq7iJabKphi7A1cYHftIXieCIVOxmbHiGlTgDsVObQplUaKMzzriCr/1MO h9AYXyi/MRn4miLFsHNVkt5r7FMHtxRriKrS06RjGvhex56/jCJAWIEEbvLqiKp3e76i nH2OVBVPyU+XjrOez4OFYQiXylqW0z44i670qrG579jIpht9ndu4Vyj3rL7qGVvIypha jhvg== 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 o13si69235lfo.5.2020.11.26.02.21.33 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Nov 2020 02:21:33 -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 0AQALOD9028809 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 26 Nov 2020 11:21:32 +0100 Date: Thu, 26 Nov 2020 11:21:24 +0100 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v6 00/13] Deb-src caching Message-ID: <20201126102123.GE31950@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <20200930060259.12422-1-Vijaikumar_Kanagarajan@mentor.com> <20201124194520.GR31950@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: Ii2B9fbDQsYV On Tue, Nov 24, 2020 at 10:04:24PM -0800, vijaikumar....@gmail.com wrote: > You might want to set BASE_REPO_FEATURES ?= "cache-deb-src" in local conf. > By default its disabled. Not everyone > want to cache the deb sources. It takes a lot of time. Thanks Vijai Kumar, will play with v8. It's good to have this in the manual. What about the issues below? Should I include them myself? p1: On Tue, Nov 24, 2020 at 08:47:11PM +0100, Baurzhan Ismagulov wrote: > On Wed, Sep 30, 2020 at 11:32:47AM +0530, Vijai Kumar K wrote: > > diff --git a/meta/classes/rootfs.bbclass b/meta/classes/rootfs.bbclass > > index afec1cb..eae14d5 100644 > > --- a/meta/classes/rootfs.bbclass > > +++ b/meta/classes/rootfs.bbclass > > @@ -201,45 +201,6 @@ rootfs_generate_manifest () { > > ${ROOTFS_MANIFEST_DEPLOY_DIR}/"${PF}".manifest > > } > > > > -ROOTFS_POSTPROCESS_COMMAND += "${@bb.utils.contains('ROOTFS_FEATURES', 'finalize-rootfs', 'rootfs_postprocess_finalize', '', d)}" > > Suggest also removing the 'finalize-rootfs' comment before ROOTFS_FEATURES ?= > "". p3, p9: On Tue, Nov 24, 2020 at 08:49:19PM +0100, Baurzhan Ismagulov wrote: > On Wed, Sep 30, 2020 at 11:32:49AM +0530, Vijai Kumar K wrote: > > diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass > > index 2391529..6ca5759 100644 > > --- a/meta/classes/image.bbclass > > +++ b/meta/classes/image.bbclass > > @@ -63,7 +63,7 @@ image_do_mounts() { > > } > > > > ROOTFSDIR = "${IMAGE_ROOTFS}" > > -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. With kind regards, Baurzhan.