From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6743522719845842944 X-Received: by 2002:ac2:46ee:: with SMTP id q14mr7500158lfo.152.1570173632484; Fri, 04 Oct 2019 00:20:32 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:3c17:: with SMTP id j23ls1147120lja.12.gmail; Fri, 04 Oct 2019 00:20:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqyjxP9zAMm5OBMvvBkyUhD+TJKWwggetoppeHSgWtlPk2tFcyX6uVr3FmjbFIOo2e8AsHfi X-Received: by 2002:a2e:7211:: with SMTP id n17mr8539108ljc.9.1570173631530; Fri, 04 Oct 2019 00:20:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570173631; cv=none; d=google.com; s=arc-20160816; b=BxCtcygwt/X2TCN1IHfzrEbr/Tf5PJYU3PDl2WyC+CvMXi3I8jPcQaLJmplYjnSg/F tGayjl1Ib1VANj4xe/D99sYyizMVmdhAsfJle0N90U6CVx4YKaHx/c9znAGf472PcT49 TaLsL2F2jBAUjhQgT0Fmn8raQWeqcDnNpwQ3+ynIwrfdVvjWHd+4uBBwSY5bu3FK33g+ A1RNuLws60946Jp9Plnv1GLsHwh8c6L9ki9iQ9RgkvTDSZ5HTlodknJY0oAXbGSSky0d FXJma24oo7jaBU97pupd0bPj+2kflk5cJadWgya3LHIbAMr4VYNPtlSw/hOXLUV4RGhZ 1NKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=xBOHkz85X14Xg4x//F+rDHnLHhBmNP/n1/FgwpB3/J4=; b=gaiPtDqBoYDCGm/d1Z648s6+Y/UNYXDShyE8Aa2IXDHd9aNwLBRGCMgPH+EgTivGSK 41vjGy2ednkLwsAWZrkW19+gPF7dCGeLddKZKBpQCOM0d0k2rx3G6rGW3g3DUQMuHkbO 2x60T7bdrtXMapC8beUN3kdeyhwc1eObah2Fur/RzK61xNe7nI9p0dTHcXBZJtE1JwGi lH9E3fL6H2holMtA4NC5a86jImoFJmwfwvhwLWdPedGyNERAoUthQmVfM9uBzHO9vNXC i1ikSfzysI1PyDcQF3MwFSjH7u8tP2vaNKLySTJrMOBk2dLYfOhAxq/ogO1i76TLmA63 LsPA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id h6si220911lfc.3.2019.10.04.00.20.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Oct 2019 00:20:31 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x947KUIv012188 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 4 Oct 2019 09:20:30 +0200 Received: from [139.22.119.224] (md1y04tc.ad001.siemens.net [139.22.119.224] (may be forged)) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x947KTFn008886; Fri, 4 Oct 2019 09:20:30 +0200 Subject: Re: bbappend and FILESEXTRAPATHS To: Vijai Kumar K , isar-users@googlegroups.com References: <20191003103208.GA26528@lightning> From: Jan Kiszka Message-ID: <53f85d4f-0a82-9701-43f0-0f2624841a3a@siemens.com> Date: Fri, 4 Oct 2019 09:20:29 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20191003103208.GA26528@lightning> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: NHNujzWUN/AO On 03.10.19 12:32, Vijai Kumar K wrote: > Hi All, > > I was trying to override some recipe files using bbappend. In case of > yocto/OE if one would want to replace the files provided by the original > recipe, they would simply add FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > to the bbappend file to tell it to add the current location/${PN} to the searchpath > when looking for the files. > > I don't think we have this in ISAR??. Is there some other way we could do this? > FILESPATH_prepend Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux