From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6785506002995249152 X-Received: by 2002:a5d:6187:: with SMTP id j7mr20526277wru.419.1586105904879; Sun, 05 Apr 2020 09:58:24 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:f642:: with SMTP id x2ls882244wrp.2.gmail; Sun, 05 Apr 2020 09:58:24 -0700 (PDT) X-Google-Smtp-Source: APiQypKwuel7NndZW6qLegH+f7y2rrwQUmTa0llqos90J7HqP5lpJZoHAHKbzqhUbkagDClPUexe X-Received: by 2002:adf:eccd:: with SMTP id s13mr1753898wro.105.1586105904420; Sun, 05 Apr 2020 09:58:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586105904; cv=none; d=google.com; s=arc-20160816; b=BRkxA5lxiF8MDvtKAkKS7e5bLReUV3JXhs7IWiHcRvR74bAvF7uPcq7oXAMNktZw6J /2aHl5OFTVCkh3/SEd0cSgPp8gtQrw+hXnoR5xvYAZ0maXrgfefdnYUwgqIHdRvduoVQ QrBg0uoLvqSNdpfXK7YU/MhqGfcfyTzb/QSU6HRzbx2phrWJ+VeGgf2aqktvr11VrnNL hu7ct7TbeyWpROZ24wPTDcyWm58T/xfhQunJlOuYVjFQsHE+XHEpzJEGoECr5rjGVrGp 2PXPxSg+FUE/VKV/lWPWQL8Hag3MEZcQEFQnCzlwyoQqahm17Hfk919eOZkngDYTn2rp Q4Aw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=f37k5iT63hoHXzXiN2sCU/fBsUHHAisWxPyXZ3G9irQ=; b=DobmtlUNg74PnA3zoqvPXm9ukVGE68R4MfoVNLDEmgihdROa39rEDG/oNe1d0kLNQd UebaHIGQ/vXBAIhtr2VpDdYFCLnX6dz5vjZmhsiFaLvb5I8IoMSOERJKyn8+v3fgivsx t6v3zyE3iBC6t24jaPlWrUd7ARdLePTr9uXRFB0KHGuwE+6GghIVkQMf123+g/ctvpKt 2XckQ9L8weAi0Wm8SpGBkx54KD3qDMs1qrPDOW7zinzPR/Jf9V9nu8VZmP8i8Ys27uK+ v5Gm2LmwUTpYcmDdtcuvS5TM4b5+e2QYnmeucPAbOW515867h95xxhAV0Ai0Zg8YSJ6o 2WIA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id i18si1189685wml.1.2020.04.05.09.58.24 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 05 Apr 2020 09:58:24 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-084-061-174-050.084.061.pools.vodafone-ip.de [84.61.174.50]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 035GwLcZ005018 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 5 Apr 2020 18:58:23 +0200 Date: Sun, 5 Apr 2020 18:58:16 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] lib/oe/path: try hardlinking instead of guessing when it might fail Message-ID: <20200405165815.fntsl23lkmwi7rxe@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200124134847.5052-1-henning.schild@siemens.com> <20200124145100.3188783f@md1za8fc.ad001.siemens.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200124145100.3188783f@md1za8fc.ad001.siemens.net> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: nfclHqeSlq1g Hello Henning, On Fri, Jan 24, 2020 at 02:51:00PM +0100, Henning Schild wrote: > This is related to fixing an issue with "--exclude-path" in wic. On the > Isar side i have everything in place and might send it. But we need > that upstream fix ... or some workaround if that does not get merged. Do I understand correctly, you'd be providing a lib/oe update for Isar along with the other necessary changes? A test case for --exclude-path would be nice. With kind regards, Baurzhan.