summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-02-24 10:41:02 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-03-10 22:42:32 -0500
commitd75a32eaa8312aa7f057a73479f74747b73e54f2 (patch)
tree8fb6bfda20a2bfc13a49472870d6439df65ac2e3 /src/build/tools
parenta4e3995bbd258ec44d3b9b1b7f3e8d22538e4e71 (diff)
downloadtalos-hostboot-d75a32eaa8312aa7f057a73479f74747b73e54f2.tar.gz
talos-hostboot-d75a32eaa8312aa7f057a73479f74747b73e54f2.zip
Clear out VPD caches when booting with a golden image
Change-Id: Ie371e855dc53655ac0d9d3f10119a2253cfab77d RTC: 124570 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15964 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/listdeps.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/tools/listdeps.pl b/src/build/tools/listdeps.pl
index 286adbf35..a4e5409d4 100755
--- a/src/build/tools/listdeps.pl
+++ b/src/build/tools/listdeps.pl
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2015
# [+] Google Inc.
# [+] International Business Machines Corp.
#
@@ -213,6 +213,7 @@ my %resident_modules = (
"libconsole.so" => '1',
"liberrldisplay.so" => '1',
"libipmi.so" => '1',
+ "libvpd.so" => '1',
);
# has with library to istep list file were the DepMod array is kept
OpenPOWER on IntegriCloud