[v2,07/10] meta-isar/conf: Add provision to debug WIC

Message ID 20200902185624.15044-8-Vijaikumar_Kanagarajan@mentor.com
State Superseded, archived
Headers show
Series WIC update | expand

Commit Message

Vijai Kumar K Sept. 2, 2020, 10:56 a.m. UTC
Add provision in local conf to enable wic debug flag.
It is helpful in case things doesnot work as expected.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 meta-isar/conf/local.conf.sample | 3 +++
 1 file changed, 3 insertions(+)

Patch

diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index 274cdae..25a63f1 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -199,3 +199,6 @@  USER_isar[gid] = "isar"
 USER_isar[home] = "/var/lib/isar"
 USER_isar[comment] = "My isar user"
 USER_isar[flags] = "system create-home"
+
+# Uncomment the below line to debug WIC.
+# WIC_CREATE_EXTRA_ARGS += "-D"