From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 30 Sep 2022 15:56:40 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oeGVL-001Sgb-Pr for lore@lore.pengutronix.de; Fri, 30 Sep 2022 15:56:39 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oeGVK-0006yI-OT; Fri, 30 Sep 2022 15:56:38 +0200 Received: from h2.cmg1.smtp.forpsi.com ([81.2.195.163]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oeGUm-0006sN-7K for ptxdist@pengutronix.de; Fri, 30 Sep 2022 15:56:05 +0200 Received: from lenoch ([176.102.154.174]) by cmgsmtp with ESMTPSA id eGUVoQoQGPm6CeGUWoxK1N; Fri, 30 Sep 2022 15:55:48 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=triops.cz; s=f2019; t=1664546148; bh=Kg8P6mZTxAYlWIFZOA6j4jaqDkwJnPENZs2HAsXAUbY=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=RyIoFsDcuzOvTBt1lyG9LvO59SFxbtYhjsRsScATshI3O5ezqOF6ocrORRN6WyFVR xK0CgcQXgIIqZ82bP08W1DVHgw4mS5Af/vRndMDtlzxfvLhzmQaMGw+FJC9tLO16FQ HtJG6rH5/9xLk8olRWhRNJhrchtt++xhbyRMavie/phpfSNyLBuHOFdyBr8QMlMYd+ fOD6iZaiW+87lb7MfEuCUFtvNf4L6JYIBFFx3KzspXzPnD7qnSFfRRbJrmKknINcga GU15TsQ5Cdc470b1T+hmonKb7CPDr8GVksYN9oVgYIgy5fSnhzqIAgcCMwRfJ6Ew+T aFgr/Ke8V5L7g== Date: Fri, 30 Sep 2022 15:55:47 +0200 From: Ladislav Michl To: ptxdist@pengutronix.de Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfCmf9lapH3q7AgakAWxcj+DANjnZWtnmytj0k+qlAuJkVEyx7/B74p4FSpEpoNSQBSQuuVE2h9csgLGFNRcMF2ATdhNsJRWGExG4CulNO+5JF+6R9+rk 9B5qC3XQTq8688dhM8i4MHGJC78amaYLUOkMauvD1HDIfbzgbjmUBz9I X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.3 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] Missing systemd-hwdb dependency? X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false While updating BSP to current git, build stops there: ---------------------------- target: systemd-hwdb.install ---------------------------- Removing files from sysroot... install: creating directory '{BSP}/platform-armv7a/packages/systemd-hwdb-1/usr/lib/udev' /usr/bin/bash: line 1: {BSP}/platform-armv7a/sysroot-host/bin/systemd-hwdb: No such file or directory make: *** [{PTXDIST}/rules/systemd-hwdb.make:26: {BSP}/platform-armv7a/state/systemd-hwdb.install] Error 127 The systemd-hwdb.install rule needs host-systemd, but that is not selected as select SYSTEMD_HWDB if SYSTEMD_UDEV_HWDB && RUNTIME is used in rules/systemd.in. Removing 'RUNTIME' obviously fixes problem. How is that intended to be working? Thank you, ladis