From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 17 Oct 2024 16:53:27 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t1RsV-005Vhv-0I for lore@lore.pengutronix.de; Thu, 17 Oct 2024 16:53:27 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1t1RsU-000345-QO; Thu, 17 Oct 2024 16:53:26 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t1RsD-00033l-Dj; Thu, 17 Oct 2024 16:53:09 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t1RsC-0003vA-3C; Thu, 17 Oct 2024 16:53:09 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1t1RsC-00AQhP-33; Thu, 17 Oct 2024 16:53:08 +0200 Date: Thu, 17 Oct 2024 16:53:08 +0200 From: Michael Olbrich To: Roland Hieber Message-ID: References: <20240312164643.2452661-1-m.heidelberg@cab.de> <20240802123825.lqiva3zvywmvxuaq@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240802123825.lqiva3zvywmvxuaq@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH oselas 0/3] Add missing host-system dependencies 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 Cc: Markus Heidelberg , 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Hi, On Fri, Aug 02, 2024 at 02:38:25PM +0200, Roland Hieber wrote: > as far as I can see these patches still apply, but are not yet available > on OSELAS.Toolchain master branch. Same for > https://lore.ptxdist.org/ptxdist/20240312164524.2452532-1-m.heidelberg@cab.de/ I'm working on the toolchain again and I've merged that patch and this whole series. Michael > On Tue, Mar 12, 2024 at 05:46:40PM +0100, Markus Heidelberg wrote: > > Markus Heidelberg (3): > > cross-gdb: system python3 development files are needed > > host-system-rsync: new package > > kernel-headers: rsync is needed to install sanitized headers > > > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...lib-4.3.0.20230120_binutils-2.40.ptxconfig | 1 + > > ...lib-4.3.0.20230120_binutils-2.40.ptxconfig | 1 + > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ > > rules/cross-gdb.in | 1 + > > rules/host-system-rsync.in | 4 +++ > > rules/host-system-rsync.make | 26 +++++++++++++++++++ > > rules/kernel-headers.in | 1 + > > 23 files changed, 68 insertions(+) > > create mode 100644 rules/host-system-rsync.in > > create mode 100644 rules/host-system-rsync.make > > > > -- > > 2.34.1 > > > > > > > > -- > Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | > Steuerwalder Str. 21 | https://www.pengutronix.de/ | > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |