From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 14 Feb 2023 14:56:40 +0100 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 1pRvnW-007OZb-2M for lore@lore.pengutronix.de; Tue, 14 Feb 2023 14:56:40 +0100 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 1pRvnT-0007da-Vx; Tue, 14 Feb 2023 14:56:39 +0100 Received: from mail.benfm.de ([85.214.52.64] helo=mx1.benfm.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pRvmy-0007bh-N9 for ptxdist@pengutronix.de; Tue, 14 Feb 2023 14:56:12 +0100 Message-ID: <02f333a8-7fbc-5698-2491-7f8a35a9473a@benfm.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=benfm.de; s=2020; t=1676382965; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WzUCiE1W5i/BhgJVPItro/H0F6sFgBHvqwF2/7RM6Zw=; b=XHKjWTc6YJZ5qX2NSG8SoZkyQY9ZD5ZgdopTDc7GJ8F7Y1qpjhpu4njBaGMHfyzdBFf3F2 QPtqGcLIgyS3yLeon4Dwjv0hP1ca3qwU9cjLk4di7IVpX2YYaEfcfXRGRis8Vppq2GIsNM btx4+s1UxYCn8l/6dB2qSgsBbdR2ziZ3uD52gjkRHwWzJVJDmHU6LFKoyVzqudxhwfgKIx 4SomQZBbHgl5aXGqBPFkYnRGIOQt5nxe1SCiVZNKFrAlBMYoFBcacJrFgx6Er6lFWvfgAX vIpxeoagi6hPb2TpIvUAG5WBmbgncqiMj9u+hSQKdHAAbW7t4/ahgZPAl0X3xw== Date: Tue, 14 Feb 2023 14:56:05 +0100 MIME-Version: 1.0 Content-Language: en-US To: ptxdist@pengutronix.de From: Felix Mellmann Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] Generating ipkg-index without building all images? 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 Hi everyone, as I use the Yocto target "package-index" from time to time I was happy to find out, that PTXdist also generates a package index for opkg when PTXCONF_IMAGE_IPKG_INDEX is set in the platform config. But I actually can not find a way on how to generate the package index without the need to build all images. There is a make target "ipkg-index" within "image_ipkg.make", but how to call it? Best regards, Felix