From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::233; helo=mail-io0-x233.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C8E3D22526491 for ; Wed, 4 Apr 2018 14:06:11 -0700 (PDT) Received: by mail-io0-x233.google.com with SMTP id b20so28024664iof.5 for ; Wed, 04 Apr 2018 14:06:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=MmXn4u7agCRpJu/WEuSy0bFsBpishewuQN4CVZsHAxI=; b=Te1IEpeyAb2VcAVi2pSTrx9uvmfogFDkOZa3k4wCLN+9SFmi932LqavJBPazOy5xeH gho0fujwfMbPA7x/Lc9GqH1fG8QwjI+CLFwekkF00+gROAfdDN+mAaih32EmjgW7Z+Eu 4ONjQSGlC4ttKtCH5njCvfSBwKgfast2pp+Gg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MmXn4u7agCRpJu/WEuSy0bFsBpishewuQN4CVZsHAxI=; b=PPNpUeL6g5wD7diAUZn1kYrSLeZLfT2FwinWLerkAimaqgdsWkfMqdobzWdY6xc1zw TPrC1fdVo7A4FLV5b3iYx0/h4XXjB7XtB6BK7+BNbcf1iPRXTWKQappyTjYbXOn9TvQW fVpkBhwSfeUfsB1hmIei+PvLLxzDZ5Md8gYMQ8IAMivOomMfK3LZ5jt8Eae8FyfVUDBm cELz8YZ64/u5q7VP72g3PASd42yigZH4CtOPXjcm+aX1TbCzPXdE4N9fJD/ajxjjw19O TSgMm/H/ohmzEPm35kEwjzzFdn5D4jLS+mlLIXLK6pgAiELXfvfKC1+KvBHiiOMRwrNX 4Rjg== X-Gm-Message-State: ALQs6tBrYA4+a4UUXE3L1u2np4p8KNJfYh9lnMslZ/Bsc1oTGTzoDXG5 WqJtn4RiKFYR5yEub8UlOjxLZrFyLZsa7wuWZyxEJbp9 X-Google-Smtp-Source: AIpwx4+JEEYeIKgKN0erqql95alTtkFsttbC2hJR5YqyID7719mded4T0wt7CP298peKUj5XSAdF4Bg3al2YuVXrw+U= X-Received: by 10.107.151.13 with SMTP id z13mr16666585iod.277.1522875970766; Wed, 04 Apr 2018 14:06:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.187.67 with HTTP; Wed, 4 Apr 2018 14:06:10 -0700 (PDT) In-Reply-To: <52be5673039b42eab80216a23ae85230@NASANEXM01B.na.qualcomm.com> References: <26519abafe2549879a44e1fb8680a17b@NASANEXM01B.na.qualcomm.com> <52be5673039b42eab80216a23ae85230@NASANEXM01B.na.qualcomm.com> From: Ard Biesheuvel Date: Wed, 4 Apr 2018 23:06:10 +0200 Message-ID: To: "jbrasen.qdt" Cc: "edk2-devel@lists.01.org" Subject: Re: GenFds issue with multiple paths in PACKAGES_PATH X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 21:06:12 -0000 Content-Type: text/plain; charset="UTF-8" On 4 April 2018 at 19:00, jbrasen.qdt wrote: > Hello, > > I am trying to update my build software to the current edk2-platforms layout and am running into some issues with the final part of the build. > > It seems that the output is being generated under edk2/Build/Qdfxxxx_RBL/DEBUG_CLANG35/AARCH64/edk2-QDT-platforms-restricted/Silicon/QualcommDatacenter > But GenFds is looking under edk2/Build/Qdfxxxx_RBL/DEBUG_CLANG35/AARCH64/Silicon/QualcommDatacenter > > edk2-QDT-platforms-restricted is a path under PACKAGES_PATH > > > I do have another directory that has build output from Silicon/QualcommDatacenter with some libraries > > Any ideas? None of the references in your .dsc or .fdf files should include the edk2-QDT-platforms-restricted prefix, can you check that?