mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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 Pick-to: 6.2 6.3 Change-Id: I4df10f17f4e274dc0d21fea1a767c351ba3c8362 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Add root HOME env variable
|
||||
procmgr_symlink /data/home/root/ /home/root
|
||||
HOME=/home/root
|
||||
@@ -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__
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#define __FSEVMG_ID__ 50
|
||||
Reference in New Issue
Block a user