Enable creation of eBMC lid package
Enables the creation of the ebmc_lids.tar.gz package of binary
content on Rainier.
Signed-off-by: Dan Crowell <dcrowell@us.ibm.com>
diff --git a/openpower/package/openpower-pnor/Config.in b/openpower/package/openpower-pnor/Config.in
index 5233fff..64231ce 100644
--- a/openpower/package/openpower-pnor/Config.in
+++ b/openpower/package/openpower-pnor/Config.in
@@ -177,4 +177,8 @@
bool "Create a virtual PNOR image along with the standard image"
default n
+config BR2_OPENPOWER_MAKE_LIDS
+ bool "Create a package of content and signature binaries to be used for lid creation"
+ default n
+
endmenu