commit | 5e9fff009c708855f255ec02efed26935f8ec2e0 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Oct 12 01:47:31 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 12 14:54:32 2017 +0000 |
tree | 50cca8b1a05f0ad7540937ec7fdc790cfed31aea | |
parent | eb5f189cc82ff0a1b5d1c7d3586e5ba74a4dc4e8 [diff] |
Customize inotify event initialization in UBI FS Update core file inotify events on UBI FS based systems via a compiler flag. Change-Id: Id40b385d5b09d9fb6523694308e28d54ff53b78f Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector.bb b/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector.bb index f6c098e..c29c16a 100644 --- a/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector.bb +++ b/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector.bb
@@ -75,3 +75,10 @@ install -m 0755 ${S}/tools/dreport \ ${D}${bindir}/dreport } + +#Enable ubifs-workaround by MACHINE_FEATURE obmc-ubi-fs. +PACKAGECONFIG_append = "${@mf_enabled(d, 'obmc-ubi-fs', 'ubifs-workaround')}" +PACKAGECONFIG[ubifs-workaround] = " \ + --enable-ubifs-workaround, \ + --disable-ubifs-workaround \ +"