From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6994374891774410752 X-Received: by 2002:a05:600c:293:: with SMTP id 19mr16357628wmk.179.1628513907641; Mon, 09 Aug 2021 05:58:27 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:600c:2214:: with SMTP id z20ls8032162wml.2.gmail; Mon, 09 Aug 2021 05:58:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzIcSsVVwN0VrAVBnHkZkSgrlduJn+JY/IR5/hBjRaCuzjKZHOzsGNim5YMUjRBHDsQRRDt X-Received: by 2002:a05:600c:c2:: with SMTP id u2mr16623873wmm.106.1628513906632; Mon, 09 Aug 2021 05:58:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628513906; cv=none; d=google.com; s=arc-20160816; b=sIXhFWrFS/xQCnEN85oKU0sd7So0x9PknuWSsNukvZIVUdTVjCIoRQ+JD+kPdCUep4 vFjUPzlFo4tVgQCdOt+zo2cu0Kl4XoHRa47tjHY3m0P3kjH4UkovPJShzxtHq4HA+Viz LJXUADlRMT27rCkYphgKo7o+bbwQPIXNU6D84CktGyM4HTGyudhLxlnI69yNlA3nLhqh dsbX9lPZjHgWD1ouzwSPdCRtpkevv47FftrDB08EmA9eU6K2txtRmx9Hl6Kgy6AFD//h 5bOW8G5u2iE0ZoEMdiE6MBiOaLnxW43mqYlKDcMsvM4o/EsFuKjMSL5OnsjaFI9/MmuP zAww== 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=gxpizQ6w3hQ6IZSbclZH1FlOMkZKg2FHcHeiJNfSxmE=; b=JE1NFXvlXm0nxgUi3CNx2xJ5Md1FVsGe9cJmkC5p3u/hGR7ABNbLkoraKzu7YWGHXi A0tbug6kEqOVo03WS0Wl5owAy+TmsqAz6V19hYWIxYS1yp/P3UPXT55k3jc0WIa+/rsn DHi3nH/+g60W2i5ylq+a2C7oFk7N98M7rCbRHkWMpiMULoH2J8ybnBB761+3s2954mW0 JDRqIbdGmg/BwM4+nCu0XCOExol01eaJy8p7pFHZ5ScuiEWzTdHCXaye/+RouG2Dqgc2 E6QgxxE6biaUEmfh6QZ/GXEqhGwZhl5frxHJ+zHjar4PgyVEPIQt3eu2uaUh5uD8ldbz CGIw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id z5si370895wml.4.2021.08.09.05.58.26 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Aug 2021 05:58:26 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id 179CwQiA028375 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 9 Aug 2021 14:58:26 +0200 Received: from [167.87.241.87] ([167.87.241.87]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 179CwPcC022053; Mon, 9 Aug 2021 14:58:25 +0200 Subject: Re: [RFC PATCH 0/2] Add bbclass to generate build configuration from snippets To: "Q. Gylstorff" , isar-users@googlegroups.com, Christian Storm References: <20210809102645.17414-1-Quirin.Gylstorff@siemens.com> From: Jan Kiszka Message-ID: Date: Mon, 9 Aug 2021 14:58:25 +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: <20210809102645.17414-1-Quirin.Gylstorff@siemens.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: cAhHbkYuZVzk 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. 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? Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux