File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
board/nocturne/rootfs_overlay/etc Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,6 @@ logfile_backups = 1
88pidfile = /var/run/supervisord.pid
99childlogdir = /var/log/supervisor
1010
11- [program:backlight]
12- command=sp-als-backlight
13- numprocs=1
14- autorestart=true
15- autostart=true
16- startsecs=0
17- redirect_stderr=true
18- stdout_logfile=/var/log/backlight.info
19- stdout_logfile_maxbytes=1MB
20- stdout_logfile_backups=3
21- stdout_capture_maxbytes=1MB
22- stdout_events_enabled=false
23- stderr_logfile=/var/log/backlight.err
24- stderr_logfile_maxbytes=1MB
25- stderr_logfile_backups=3
26- stderr_capture_maxbytes=1MB
27- stderr_events_enabled=false
28-
2911[program:nocturned]
3012command=/usr/bin/nocturned
3113numprocs=1
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ cp -a "$MNT_PATH"/lib/modules "$BUILD_PATH"/lib/
5252
5353cp -a " $MNT_PATH " /lib/firmware/brcm " $BUILD_PATH " /lib/firmware
5454
55- cp " $MNT_PATH " /usr/bin/{phb,uenv,sp-als-backlight } " $BUILD_PATH " /usr/bin/
55+ cp " $MNT_PATH " /usr/bin/{phb,uenv} " $BUILD_PATH " /usr/bin/
5656cp -a " $MNT_PATH " /usr/bin/chromium-browser " $BUILD_PATH " /usr/bin/
5757cp " $MNT_PATH " /usr/bin/swupdate* " $BUILD_PATH " /usr/bin/
5858cp " $MNT_PATH " /usr/bin/weston* " $BUILD_PATH " /usr/bin/
You can’t perform that action at this time.
0 commit comments