From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (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 C833121BB2535 for ; Thu, 22 Jun 2017 04:44:52 -0700 (PDT) Received: by mail-io0-x230.google.com with SMTP id h134so13271134iof.2 for ; Thu, 22 Jun 2017 04:46:17 -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=vt7ekkfPYUfIMuFnGeueUHLbKPiOq2LXIeVaI6ImZFA=; b=IkBEqYZdFWsfPLnM7qfugSxMD1SvMyyQbTzzvwJoYuABkwXGLb7FuMm/8evJUQUxO3 AVck4SbO3hLXMWzfMFBt4tg12CzDwoNfEXgqxt+1lmKCG7wRciUBkTSQUg6uQo308BTD lo2X1m8O0PYfygIUFqRjeqjfyymD2zNIxXZrg= 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=vt7ekkfPYUfIMuFnGeueUHLbKPiOq2LXIeVaI6ImZFA=; b=nfHF40aGyWDJHq49N6H5+yp3QBqEK7dRvjgyxEHBhSUfTMT0ID1/BhLO6vj2XGn6+e r2KWE2PThiAefWEotcCrisAKARhOUj/6JZs1M6Os8tOrfP9itVaWQl5JP6A+gJtScdj6 0QyNdhILbeCSYwZIcjnptT/XAfWTQ8fUmqOubxfc3yOZjdrwx1N3+cyZ0KCB7Olc6Yij NuClFmCnDEsJ7sbEQED2pr5zMPVQsPTksfJrv82VenSCGrOBvhUWDuMJZtgNrgfWxvIS 3/y54ckTunb9cmdo64VqOxSGIRnHABEclIXj70dFFVWZHqKUhXiH6Yoxl6VfVqxXg9BP Bzmg== X-Gm-Message-State: AKS2vOympmWUdNeHPPcbx+MUreXAvv8TGD7KQGqOAjFYSzagjl8CI0LG yzakU/iSnfc13OjZXrr4GTFBy8DJrvm/ X-Received: by 10.107.63.139 with SMTP id m133mr1892896ioa.87.1498131977043; Thu, 22 Jun 2017 04:46:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.164.76 with HTTP; Thu, 22 Jun 2017 04:46:16 -0700 (PDT) In-Reply-To: References: <20170503225539.GQ1657@bivouac.eciton.net> <20170621174456.GH26676@bivouac.eciton.net> From: Ard Biesheuvel Date: Thu, 22 Jun 2017 11:46:16 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Andrew Fish , "Kinney, Michael D" , "Richardson, Brian" , Graeme Gregory , Linaro UEFI , Ryan Harkin , "haojian.zhuang@linaro.org" , Chenhui Sun , Heyi Guo , "Duran, Leo" , Marcin Wojtas , Evan Lloyd , Alan Ott Subject: Re: [RFC] migration of OpenPlatformPkg to tianocore X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2017 11:44:53 -0000 Content-Type: text/plain; charset="UTF-8" On 22 June 2017 at 11:39, Ard Biesheuvel wrote: > On 21 June 2017 at 17:44, Leif Lindholm wrote: >> Hi all, >> >> I have now pushed updated versions of devel-OpenPlatformPkg branches >> to edk2-platforms and edk2-non-osi. I now also have a Readme.md at the >> top-level of edk2-platforms describing >> >> All the silly hacks are gone, and all platforms now build. >> >> I would really appreciate if people could have a look (and a play). >> > > Cello does not build atm in the new arrangement: > > build.py... > : error 000E: File/directory not found in workspace > OpenPlatformPkg/Drivers/Xhci/RenesasFirmwarePD720202/RenesasFirmwarePD720202.inf > is not found in packages path: > /home/ard/build/edk2/../edk2-platforms > /home/ard/build/edk2/../edk2-non-osi I also think the new PACKAGES_PATH breaks the inclusion of Dsdt.hex: /home/ard/build/edk2-platforms/Silicon/AMD/Styx/AcpiTables/Dsdt.c:22:20: fatal error: Dsdt.hex: No such file or directory #include ^ compilation terminated. which resides at Build/Cello/DEBUG_GCC5/AARCH64/edk2-platforms/Silicon/AMD/Styx/AcpiTables/AcpiAml/OUTPUT/Dsdt.hex but the include is defined as GCC:*_*_AARCH64_PLATFORM_FLAGS = -I$(BIN_DIR)/Silicon/AMD/Styx/AcpiTables/AcpiAml/OUTPUT