From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=KNZTWPpA; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by groups.io with SMTP; Mon, 10 Jun 2019 07:20:16 -0700 Received: by mail-wm1-f66.google.com with SMTP id g135so8663382wme.4 for ; Mon, 10 Jun 2019 07:20:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=a4v/unj2g2Wva5gS04Iyy9tCN4DIuaf1N+9NMwKwVWs=; b=KNZTWPpAdqpsdxkJNwoc6uTmO8NLsWr4itxXNyx7d2vki1sqGtOXhcH4wrpC1QZ92d VrWdijbDTTCdPs1/EjUjyZ9Ytm2hMMjUctQtfKNXfcURljvL98PnGA6ZvsQZvhq2dUZp 0+QuwK+5m4E0y6t7J/TMKo9NOsX5bllMMnmrTuCMp38IUbN8/Q8LluItkaCKL2Jl90eH 1LUCGBpqDp03gBD82xIMBbAuXrR9RvVM+b5KzVq9b/Kx6ujzYIAp7lmKOWslljJdaPsJ lC9/+/HJWYpL0hw9pgSXJBBkljpTGkxitVXJ+fY5I78RlRCx7oeXyTlA8KF6G10+PNv9 XAGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=a4v/unj2g2Wva5gS04Iyy9tCN4DIuaf1N+9NMwKwVWs=; b=IA3Vs5amSVrVZcn3zFWiUr1yP16ptRWRnmR0m3knvWbj6I7L0CP8zUgWhG48pgSEYk pagbKPgZI9BmHQu6KitsuvVXzhX4dlstWskt8d4J3//AVOJAE/vNnE62/rN8yXriNVw3 2F9/VF64FtqXBOXCefOJNQ25MHVm5BJM2BJUWn2/3b4Mi+5GTdqZuAurn9T83opA9iX6 /GpgtypwAlYN6hElm8MUixCK9Cm2l/zpD4UE0NJCADQlLlW7LwGaNf42U1SxwLaWashq dRmeHHT/YG2mSvIK/QWo3FxFBSpXlh/9u0aRS4LzQw9Kn+zZVtFJJFe9byhNzU5Ju5Dz MnRA== X-Gm-Message-State: APjAAAWQ0J5jM751VQvecB/swYuiliL7wH67m2Yzt/HK40lESLBnpGDt Jlp03ltEX0KD0G90bDQ2W51J5XJDeH34yw== X-Google-Smtp-Source: APXvYqyLg2w4Bt+hEDnHYs8Xz62OXo3Su2vQNwnSQvV7kVOjYgn5vzYy4heHVXSYoceMWnRFvdY8XQ== X-Received: by 2002:a1c:4184:: with SMTP id o126mr13716086wma.68.1560176414163; Mon, 10 Jun 2019 07:20:14 -0700 (PDT) Return-Path: Received: from sudo.home ([2a01:cb1d:112:6f00:fc6b:c1c2:30ed:eca3]) by smtp.gmail.com with ESMTPSA id z5sm9237693wma.36.2019.06.10.07.20.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jun 2019 07:20:13 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, Ard Biesheuvel Subject: [PATCH edk2-platforms 2/5] Platform/BeagleBoard: fix path references in .inf files Date: Mon, 10 Jun 2019 16:20:03 +0200 Message-Id: <20190610142006.30007-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190610142006.30007-1-ard.biesheuvel@linaro.org> References: <20190610142006.30007-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fix up all the path references to Omap35xxPkg and BeagleBoardPkg itself, which have gone stale after the move into edk2-platforms. Signed-off-by: Ard Biesheuvel --- Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf | 12 ++++++------ Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf b/Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf index 53f75a3ccc7e..6584323ccc86 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf +++ b/Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf @@ -15,13 +15,13 @@ [Defines] LIBRARY_CLASS = ArmPlatformLib [Packages] - MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - EmbeddedPkg/EmbeddedPkg.dec - ArmPkg/ArmPkg.dec ArmPlatformPkg/ArmPlatformPkg.dec - Omap35xxPkg/Omap35xxPkg.dec - BeagleBoardPkg/BeagleBoardPkg.dec + ArmPkg/ArmPkg.dec + EmbeddedPkg/EmbeddedPkg.dec + MdeModulePkg/MdeModulePkg.dec + MdePkg/MdePkg.dec + Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [LibraryClasses] IoLib diff --git a/Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf b/Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf index 3f50b21c1887..03a94e0a1a05 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf +++ b/Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf @@ -25,7 +25,7 @@ [Packages] ArmPkg/ArmPkg.dec MdeModulePkg/MdeModulePkg.dec MdePkg/MdePkg.dec - Omap35xxPkg/Omap35xxPkg.dec + Silicon/TexasInstruments/Omap35xxPkg/Omap35xxPkg.dec [Pcd.common] gArmTokenSpaceGuid.PcdCpuResetAddress -- 2.20.1