From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6994374891774410752 X-Received: by 2002:a5d:4562:: with SMTP id a2mr24786584wrc.347.1628516814041; Mon, 09 Aug 2021 06:46:54 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:e5c5:: with SMTP id a5ls4555481wrn.0.gmail; Mon, 09 Aug 2021 06:46:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzJO1VobzZYzjtYZ9+JXGU74Y4SMe8QYpKYkxDnfo2unhsXLtvnESz6e4yuARLiR3iaa8u2 X-Received: by 2002:a5d:4691:: with SMTP id u17mr8235627wrq.254.1628516813143; Mon, 09 Aug 2021 06:46:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628516813; cv=none; d=google.com; s=arc-20160816; b=YG2z9/a1gm28MH4RjvLu09NCVk4m1KtBC1Z1+FWZpGLaIOAQhhkUGkX6APWxbnIh5R 2BpSU78gI7iLdfe4XlygHc4vnqV2P9scIYTPOJ/o5k2n3Itxjbaxl+VHjJOXhlJdV+Zg vZKUdKvwE3bQ94AJS+xOIQ7QrJS73m9aFyb7zjSYA3cwzl+OGx5N2ZNXUds95cJTUPmZ 4h/yOekHL/7CqCXzDHzkY6X/BhKkaSFIIGMaUPq4cndb9TSvkyH0IJWgoMfyFAk825MX Q7GDMR44Z6CGS7YjCPcIQG4BKvIa5u/0j7xHt+zncae7zi9eidU+OuExxfnDxmjchGNa OjGw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=JUbn4vADIBXF4npwUk/ikuEMNU9DXtLQiW0jbniY6Mo=; b=tTnZXigl6/IELVUWUg8Q4qGsV4d4Y2gpeTOkrJsInsYdsM2iM8YJH996JStNRFz2LS kvEJLcccB9k/oU3csEROc6sDxkT2ueCvTSwRiGjbrTXUvGPF+KtTAYhjb5vLwIJtNQHk rg80Gn77yPotHHZZqQyiewv8m1wUUMK4+2d7WESr+TDyikUngWV+eufTPK4DVLDTKcsA pO0/guw3YxukBoSv1bUNRfmdNAMybHzeVqR2gXHEDai6a79ncA6dbwrOr9toIka2zEAf 8da1XqQR9Z53qNZntuNQCOIC5CiJyyBOjGrw6OC87HHVauRHi4uX7xBgmGnWQgKE0bUJ Rk5w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of quirin.gylstorff@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=quirin.gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id m33si668621wms.0.2021.08.09.06.46.53 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Aug 2021 06:46:53 -0700 (PDT) Received-SPF: pass (google.com: domain of quirin.gylstorff@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of quirin.gylstorff@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=quirin.gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id 179DkqrQ023512 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 9 Aug 2021 15:46:52 +0200 Received: from [167.87.4.54] ([167.87.4.54]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id 179Dkq4d026335; Mon, 9 Aug 2021 15:46:52 +0200 Subject: Re: [RFC PATCH 0/2] Add bbclass to generate build configuration from snippets To: Jan Kiszka , isar-users@googlegroups.com, Christian Storm References: <20210809102645.17414-1-Quirin.Gylstorff@siemens.com> From: Gylstorff Quirin Message-ID: Date: Mon, 9 Aug 2021 15:46:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 7BYDq/slloS9 On 8/9/21 2:58 PM, Jan Kiszka wrote: > On 09.08.21 12:26, Q. Gylstorff wrote: >> From: Quirin Gylstorff >> >> This patchset adds the `build-config-snippets.bbclass`. This class can be used >> to generate package dependencies according to the used build configuration. >> >> It is in use as 'kconfig-snippets.bbclass' in [1] for the swupdate configuration. >> > > Yeah, but working around the anti-distro properties of that packages. A > proper SWUpdate would build against all features and be configurable > during runtime. > We have the bootloader feature which is exclusive selected. So u-boot or grub or efibootguard. > Given that this is an anti pattern, I'm still not sure about what to do > with it. We are carrying it for SWUpdate for quite a while but that's > still the only user. Do we really see others? Or should we better invest > in fixing SWUpdate so that we can use its original Debian package, one day? > I don't see others at the moment. The alternative would be make one config for everything and only add the bootloader as configuration snippet. > Jan > Quirin