From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (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 923A381D88 for ; Fri, 28 Oct 2016 05:41:42 -0700 (PDT) Received: by mail-wm0-x22d.google.com with SMTP id p190so7604315wmp.1 for ; Fri, 28 Oct 2016 05:41:43 -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=/+ooq1VDHkwWHn6m5kXjrUDqzuPgug+VI56vFTmz23A=; b=g1glUxLXWKvSNkEA2XjJ3GtrCfmNdaC0TzZ9V/3M2mUN2/YYT/aLdZ4njBL1GS0GwD /1Wxwf4b5RHph22xJ6CBHz6yb78oDVM4GTE1I5M+TpcN4bFBWdTnUBlDm1cCl0j7hOeK ZigCktiOdAdb82OeEPt3l6bpfO/tIYmLCk9gI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=/+ooq1VDHkwWHn6m5kXjrUDqzuPgug+VI56vFTmz23A=; b=XqqCx684ogWHw32gp7dw6UodqVMTPEebUNrR3AmgOAl+B1+WnsHCBvaxWHH4FLzo6t PoramsI4/k4bkqUqDn764RZ1c4HcV6lABtl47bsMnAk4z9gHpOR+rs+KncekTIFKII7S k0bCNSuNPut1e4K8A9YqvijPleIKfx1F63/AzH80sx9IvBWaRK+y+R3EFhKM3bm1e1qc RF/r50KoeVR6XLLu1+uS/V7+PYMErYhNQAi815kULxKRim1uLSJV6iHHejN4rIfcNGit FdktKkbTSeiZQJIYcctQsUD6i2M8ZkQ/alAhqGKFVMtvLMIPCVo/NHSHKRhqCXx8Kvt0 C50g== X-Gm-Message-State: ABUngvcuX2nihCPRKynBPxeZSjqPZgE95xU0rlj12A5nnEyTRqvFyWJ60BqmKDWVIGCXM02e X-Received: by 10.194.40.42 with SMTP id u10mr10989970wjk.35.1477658501323; Fri, 28 Oct 2016 05:41:41 -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 n3sm10483538wjq.34.2016.10.28.05.41.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Oct 2016 05:41:40 -0700 (PDT) Date: Fri, 28 Oct 2016 13:41:39 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, lersek@redhat.com, ryan.harkin@linaro.org Message-ID: <20161028124139.GJ1161@bivouac.eciton.net> References: <1477651478-16830-1-git-send-email-ard.biesheuvel@linaro.org> <1477651478-16830-4-git-send-email-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <1477651478-16830-4-git-send-email-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH v2 3/9] EmbeddedPkg: add missing modules X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 12:41:42 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 28, 2016 at 11:44:32AM +0100, Ard Biesheuvel wrote: > Add modules that live under EmbeddedPkg but were missing from the > [Components] section of the package .dsc file > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > EmbeddedPkg/EmbeddedPkg.dsc | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc > index 5224bcefa9c7..cc95564f31af 100644 > --- a/EmbeddedPkg/EmbeddedPkg.dsc > +++ b/EmbeddedPkg/EmbeddedPkg.dsc > @@ -280,5 +280,14 @@ [Components.common] > EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf > EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132Dxe.inf > > + EmbeddedPkg/Library/AcpiLib/AcpiLib.inf > + EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf > + EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf > + EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf > + EmbeddedPkg/Library/FdtLib/FdtLib.inf > + EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf > + EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf > + EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf > + > [Components.IA32, Components.X64, Components.IPF, Components.ARM] > EmbeddedPkg/GdbStub/GdbStub.inf > -- > 2.7.4 >