From 5e9fff009c708855f255ec02efed26935f8ec2e0 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Thu, 12 Oct 2017 01:47:31 -0500 Subject: 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 --- .../common/recipes-phosphor/dump/phosphor-debug-collector.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-phosphor/common') 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 f6c098e1e..c29c16ab4 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 @@ do_install_append() { 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 \ +" -- cgit v1.2.3