From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x236.google.com (mail-wr0-x236.google.com [IPv6:2a00:1450:400c:c0c::236]) (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 BF6F321A07AA1 for ; Thu, 22 Jun 2017 09:14:06 -0700 (PDT) Received: by mail-wr0-x236.google.com with SMTP id r103so29943316wrb.0 for ; Thu, 22 Jun 2017 09:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=sAvNraOUXL43E3CoyXfmAThPDwBt3nZWIrK+awUo+vk=; b=if0G0mp+iB3UgnZk79WNjw6xwslYtDG7wd1z1Vm9qja/X7EpLAQFBhGsPI9B6tlOyU klk/ZSTwTJSXuGFmWW0z8lnsXHd6AgD+dGeg8HvyrA+a6wPaEmXUZHlpBB40wbvaoR0f tF/ltySgLWIFM4MdZI4IZPtcp9fT0ET5JY2QI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=sAvNraOUXL43E3CoyXfmAThPDwBt3nZWIrK+awUo+vk=; b=TvZHkRMRhFsGP+XPNVcbiUtKNJuLFV2aHBjpEglm7HQhyo2zhLreWX1r4FfTU/aodc sihSj4/NkCZAP7hVF8fXVXRWbt1j4728XI84NFw2h4XLbCOoOjO8lOj9T0pAFn7gezqk VymLbm8lALWaYGGYKbS3olTo5xmstSoYMUE0r/1PNiLXttzTb4pG2bBVMwJBJ5NNPmnS HnU1L53tnNY1QPCRmWofjigasXKPOE4P6wy6vPWUndwqYkNOx540zcGeC5zlAvI84P35 lhL/tSK3n2JHxu0EsfulUnzHveESkLmkghqI5UDJHwEPF4vqtyF5r+JLtulXcP3xQNjr nc9Q== X-Gm-Message-State: AKS2vOyEuy6Mum+wwopZKw5fObAocCaE7+jeKX2Z61pIhYDYfG+S/VJi HBnqpglTDqcrMu5G X-Received: by 10.28.103.193 with SMTP id b184mr2444362wmc.25.1498148129939; Thu, 22 Jun 2017 09:15:29 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id k17sm1759693wmg.9.2017.06.22.09.15.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jun 2017 09:15:28 -0700 (PDT) Date: Thu, 22 Jun 2017 17:15:26 +0100 From: Leif Lindholm To: Ard Biesheuvel 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 Message-ID: <20170622161526.GO26676@bivouac.eciton.net> References: <20170503225539.GQ1657@bivouac.eciton.net> <20170621174456.GH26676@bivouac.eciton.net> <20170622124918.GJ26676@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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 16:14:07 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 22, 2017 at 03:57:10PM +0000, Ard Biesheuvel wrote: > >> 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 > > > > You're not reading the documentation ;) (Have a glance at Readme.md.) > > > > Yes, this is the behaviour I had before this latest reshuffle. > > Mike's proposed (and functional) workaround is to not have "edk2" as > > your WORKSPACE, but a common superdirectory of edk2, edk2-platforms > > and edk2-non-osi. > > > > Hopefully at some point we can get rid of this restriction, but for > > now it's sort of necessary. > > Thanks for clearing that up. And as it turns out, WORKSPACE is not > required to be a parent directory to the core EDK2 checkout or any of > the alternative sources listed in PACKAGES_PATH, which is actually > quite convenient. *cough* yes, apparently that works when you actually set WORKSPACE in the same terminal as you then run edksetup.sh from... / Leif