Go to file
Yi Zhao a8bc9fb94f minifi-cpp: set the default repositories location to /var/lib
Currently, the provenance repository, flowfile repository and content
repository are created in /var/run/ directory which is mounted as tmpfs.
Since the minifi uses RocksDB repositories with direct IO, we will
encounter an error when restart minifi service:

[org::apache::nifi::minifi::provenance::ProvenanceRepository] [error]
MiNiFi Provenance Repository database open /var/run/minifi/provenance_repository failed: IO error:
While open a file for appending: /var/run/minifi/provenance_repository/000004.sst: Invalid argument

Set the default repositories directory to /var/lib to fix this issue.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-28 09:17:18 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems xfsprogs: upgrade 5.7.0 -> 5.8.0 2020-09-10 21:20:23 -07:00
meta-gnome gedit: Add gsettings-desktop-schemas to RDEPENDS 2020-09-24 12:42:04 -07:00
meta-initramfs kexecboot: Use -fcommon to compile 2020-08-13 22:32:07 -07:00
meta-multimedia vlc: upgrade 3.0.11 -> 3.0.11.1 2020-09-20 12:47:40 -07:00
meta-networking firewalld: Add missing rdep on nftables-python 2020-09-26 07:20:26 -07:00
meta-oe minifi-cpp: set the default repositories location to /var/lib 2020-09-28 09:17:18 -07:00
meta-perl libencode-perl: upgrade 3.06 -> 3.07 2020-09-03 19:26:24 -07:00
meta-python python3-docopt: add version 0.6.2 2020-09-24 12:52:49 -07:00
meta-webserver monkey: Correct the install path in init services 2020-08-31 23:47:52 -07:00
meta-xfce xfce4-notifyd: upgrade 0.6.1 -> 0.6.2 2020-09-20 12:47:40 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories