From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6743574894420688896 X-Received: by 2002:a1c:dfc4:: with SMTP id w187mr13271515wmg.107.1571039470260; Mon, 14 Oct 2019 00:51:10 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:9e01:: with SMTP id u1ls5078477wre.15.gmail; Mon, 14 Oct 2019 00:51:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqxMcrolJvkevqQ7L20GJd0RvUmC5htQMuC+PAkPlX69PzB/TVo2dMdcsAduLmjY457XS8em X-Received: by 2002:adf:fcd2:: with SMTP id f18mr19563058wrs.388.1571039469661; Mon, 14 Oct 2019 00:51:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571039469; cv=none; d=google.com; s=arc-20160816; b=M43s5QjQ2bc1+P5FcuOhUN+H/XoGHtGuYyo5OMVhC1zp0ZJf3RZf4F8tRE0N6laZnS I6NzJLC83pFTMTNblKIeHU/37jNFcETf1IF9emjzQW20yHnjY4I1iiCewkWChEChBdaR 0xrrabor+ADC9CB000tMi/0EY2Lt5ay03qH3SLQVItmptf6+Jd3ShWocn4dFtFRyftbV Yz+eZsgn6gG0D/FYl/G0U6EhUUZhPLWD/HVBPtFE4GebJxJhfHesqATuD8Wh08BRVk/z wRQXsCscvV0abTwu3+MWmcG5jVg48aREWK90dPhQqmkwsPwxtNXpHy8Y4KZ1IeLhMRmY lJRQ== 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:references:to:from:subject; bh=oltIv68plD/B5v8q97FRv2DjMcShyqLCbKr5flP+sUA=; b=UO9lGBiJf7tbWtcpJkS30IHgNd94IZ4gtK3LdPFgw74x1MFEVMWi9eszJ+RIwkrc24 tZAI4mi+WrTN4sxDQXVuzKnWMb+eEF6RfjXfX1gHhrsO+LL0GZDnwet3VOUhtx2m5Y7g NQ2GfvJBJ7zNfy8raU4Po+sZbZECW145oyz1OdryPnUhc6thaM7Y1HJEsZdiSb58g4iK +rn4fekwTFfWupbiXQBBDdvKA+5EZ771oZbibmvbDOa9v+BF2YKxbPWEWBGxT383fK8P QovLIgEwiL3XTYFX6ovc7e/Qzg7kb+YXAFAuDaLH6hgPE+PKGR/AxoxYnTq8unkjvpN6 zuuQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 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 thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id m1si527774wrs.0.2019.10.14.00.51.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Oct 2019 00:51:09 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x9E7p8oH027759 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 14 Oct 2019 09:51:09 +0200 Received: from [139.22.43.3] ([139.22.43.3]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x9E7p8dl005675; Mon, 14 Oct 2019 09:51:08 +0200 Subject: Re: [PATCH v2] meta: Add support for FILESEXTRAPATHS From: Jan Kiszka To: Vijai Kumar K , isar-users@googlegroups.com References: <20191004084506.18292-1-Vijaikumar_Kangarajan@mentor.com> <20191007093737.5coyplnujrjobtc4@yssyq.m.ilbers.de> <20191014064044.GA6631@lightning> Message-ID: <6d24d152-681e-873e-b77e-8909b6e225ca@siemens.com> Date: Mon, 14 Oct 2019 09:51:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: sIAheLeFOne0 On 14.10.19 09:49, [ext] Jan Kiszka wrote: > On 14.10.19 08:40, Vijai Kumar K wrote: >> On Mon, Oct 07, 2019 at 11:37:38AM +0200, Baurzhan Ismagulov wrote: >>> Hello Vijai Kumar, >>> >>> On Fri, Oct 04, 2019 at 02:15:06PM +0530, vijaikumar.kanagarajan@gmail.com wrote: >>>> OE-core provides FILESEXTRAPATHS to extend the search path for >>>> files and patches. This is particularly useful when you want to >>>> add more files or replace existing files using bbappend. >>>> >>>> Bring in support for FILESEXTRAPATHS from OE-core. >>> >>> Thanks. What are the possibilities of adding a test case for this? >> >> >> Baurzhan, >> >> Sorry for the late reply. I was on vacation. >> >> Is there some test suite in ISAR to test features like these? Just wondering >> where would the test cases go. > > - add a use case of the new feature a some recipe in meta-isar ... to some recipe ... > - make sure that recipe is built as part of scripts/ci_build.sh, ideally > the fast variant if the feature is not taking too much extra time > > Jan > -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux