CI: Add inotify support for QNX

Adds Filesystem event manager server to image and also add HOME env
varbiable for root user.

Task-number: QTBUG-99168
Change-Id: I4df10f17f4e274dc0d21fea1a767c351ba3c8362
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
(cherry picked from commit 06edc60e1d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Pasi Petäjäjärvi
2021-11-24 16:01:43 +02:00
committed by Qt Cherry-pick Bot
parent 6f82a2fad6
commit 65a96ae8cf
4 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Add root HOME env variable
procmgr_symlink /data/home/root/ /home/root
HOME=/home/root

View File

@@ -0,0 +1,14 @@
# local/snippets/post_start.custom
# Commands executed from post_startup.sh. Executed at the end of system startup whether slm is in use
# or not
#
# To allow resource managers to be run properly with and without security policies, command lines
# should be written in one of the following forms:
#
# START(resmgr_t) resmgr DROPROOT(resmgr_uid)
# STARTU(resmgr_t, resmgr_uid) resmgr
# Where resmgr_t is the security type name (arbitrary but usually the name of the resmgr with _t appended),
# and resmgr_uid is the id to use for both uid and gid. DROPROOT is used only in cases where the
# resource manager supports a -U option for switching to non-root.
echo "---> Starting Filesystem event manager (fsevmgr)"
STARTU_P(fsevmg_t,__FSEVMG_ID__) fsevmgr -d -F __DEVB_ID__ -N __DEVB_ID__

View File

@@ -27,3 +27,6 @@ lib/libpng16.so.16=usr/lib/libpng16.so.16
lib/liblzma.so.5=usr/lib/liblzma.so.5
lib/libbacktrace.so.1=usr/lib/libbacktrace.so.1
lib/libm.so.3=lib/libm.so.3
# for inotify
xbin/fsevmgr=sbin/fsevmgr

View File

@@ -0,0 +1 @@
#define __FSEVMG_ID__ 50