From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7041912760086560768 X-Received: by 2002:a5d:44c9:: with SMTP id z9mr2023392wrr.330.1639738428857; Fri, 17 Dec 2021 02:53:48 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:d21b:: with SMTP id j27ls2060634wrh.3.gmail; Fri, 17 Dec 2021 02:53:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJxao5dLatA0N6CcCw4Nh/jZtIDh4jbfyyF/HpYv/GVdzUIm28sbgvQLjmDH115yxfdnLQS7 X-Received: by 2002:adf:efc6:: with SMTP id i6mr2005155wrp.428.1639738427930; Fri, 17 Dec 2021 02:53:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1639738427; cv=none; d=google.com; s=arc-20160816; b=Hc56WYZIr/JWv8ml8v1WSMT4Ewl4mfVQ9AmPcctYeCXFXpjQkJ/dM15zhCBHEDsLPm H4lTYuie7v2p6dalhkWaY2GIZa0vhE61eDMhs1Ai2gdjJL7NFrJ358H+PjbMTS0RbjyE Cqcmoia5qOl2SmM0tetlLUSEe+s3E0OFUc6TMeU9QbAu1xTUvpo1cBCDp/+g0gvWI/Dk KAKqcHJcDB0K7ZXmBJM8CegBQ7zjiXBzqZ1Z+p/Yz6h9xz38/u7S0hlMtM4BJh/S6shd xk9rDmw978R5B5LskHIcsVknGd2Xw4y7SWg3w+04Uhzdc2fn+qfVpd8QI87cVqCwyHLB CmHg== 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:cc:to:from:date; bh=6aYAxRkjp2LhXm4usR7cSecm2eKo1W315/zT+5KT2QM=; b=puerf874fCCm3edLgiZmuhrWi92xdhZxlL767JQN334aa+Qk9aXwPeXjT8U/kiF3Oy BzvDPeS9QWdjqkDMeTVKewSOxJnwtiOLy5vmzMvZ35bw86LucrXXemfb8gvmIAgpg9Ec nPtCZOlXk/ra4A0QTmhwvhQvWhkMGUJFuPmAkROoc85WYwL6RYqsCx/2KI6twqt1cT0f nRCnKy19BpUbcc4hPg4ufH8GwgcwbjsjkbINr5abUdztgUBMsciRTUNIsu1jXm10vb4X WJjKx6GNoZCAXWOOkdQN/ZdJTsNmPwWSaJJzPd4Ou063dOm9j9RU8ot+XitJsV45trXh 3iDg== 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 126si149719wme.2.2021.12.17.02.53.47 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 17 Dec 2021 02:53:47 -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 1BHArjtZ017793 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Dec 2021 11:53:47 +0100 Date: Fri, 17 Dec 2021 11:53:45 +0100 From: Baurzhan Ismagulov To: Isar users Cc: Henning Schild Subject: Re: [PATCH] sstate: Make image cache imagetype-specific Message-ID: <20211217105345.GR22100@yssyq.m.ilbers.de> Mail-Followup-To: Isar users , Henning Schild References: <20211215125748.299859-1-amikan@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: pi5lIdTASO9h On Wed, Dec 15, 2021 at 02:33:58PM +0000, Schmidt, Adriaan wrote: > Actually, now that IMAGE_FSTYPES supports generating multiple images > with different types at once, multiconfig is the wrong way to go in > this scenario. IIUC, Henning was in favor of keeping multiconfig support (https://groups.google.com/g/isar-users/c/r91jryQ9v34/m/8OpAiNXCAgAJ), so this patch preserves both multiconfig and multiple image types. If we have consensus here, I'm fine with either way. With kind regards, Baurzhan.