From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A902FD58E51 for ; Mon, 2 Mar 2026 04:45:51 +0000 (UTC) Subject: Re: [RFC_V2] [meta-oe]: Improving ext* sparse image generation: migrating from img2simg to ext2simg_android for ext* filesystem To: openembedded-devel@lists.openembedded.org From: "AshishKumar Mishra" X-Originating-Location: IN (1.7.105.116) X-Originating-Platform: Windows Edge 145 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Sun, 01 Mar 2026 20:45:43 -0800 References: <1030996.1771825388005282969@lists.openembedded.org> In-Reply-To: <1030996.1771825388005282969@lists.openembedded.org> Message-ID: <1127752.1772426743792609011@lists.openembedded.org> Content-Type: multipart/alternative; boundary="C8I6SUycOZyOqp5ZAz7p" List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 02 Mar 2026 04:45:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/124798 --C8I6SUycOZyOqp5ZAz7p Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Gyorgy Sarvari , w.r.t "What happens if you add "-Wl,-rpath=3D../${baselib} -Wl,-rpath=3D../= ../${baselib}" (or similar) to LDFLAGS?" Added below in meta-oe/recipes-devtools/e2fsprogs-ext4sparse/e2fsprogs-ext4= sparse_1.0.bb as suggested BUILD_LDFLAGS +=3D "-Wl,-rpath,../${baselib} -Wl,-rpath,../../${baselib}" TARGET_LDFLAGS +=3D "-Wl,-rpath,../${baselib} -Wl,-rpath,../../${baselib}" Can i push the patch now in master for this functionality? or Is there any other process / feedback that i need to work? Based on additional feedback, can work on the current implementation and sh= are the patches again Thanks, Ashish Kumar Mishra --C8I6SUycOZyOqp5ZAz7p Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi Gyorgy Sarvari , 

w.r.t "What happens if you add "-Wl,-rpath=3D..= /${baselib} -Wl,-rpath=3D../../${baselib}" (or similar) to LDFLAGS?"

Added below in meta-oe/recipes-devtools/e2fsprogs-ext4sparse/e2fsprog= s-ext4sparse_1.0.bb as suggested
BUILD_LDFLAGS +=3D "-Wl,-rpath,../${b= aselib} -Wl,-rpath,../../${baselib}"
TARGET_LDFLAGS +=3D "-Wl,-rpath,.= ./${baselib} -Wl,-rpath,../../${baselib}"

Can i push the patch n= ow in master for this functionality?
or Is there any other process / feedback that i need to work?
 
Based on additional feedback, can work on the current implementation a= nd share the patches again 
 
Thanks,
Ashish Kumar Mishra
 
 
--C8I6SUycOZyOqp5ZAz7p--