diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2020-11-22 07:31:12 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2020-11-23 13:37:19 +0000 |
commit | f375d527c775582f4229a94d96177f18d80f0008 (patch) | |
tree | cb76ab1d10a3a454316a8af44ea8ae9d3430e3ad /agl-systemd | |
parent | 9ce78547cb47c9db0d75cc7b36f8e679e831820b (diff) |
Fix the path to the directory for the libraries
Fix the path to the directory of the libraries,
'/usr/agl/lib' to follow the standard, '/usr/lib'
and add subsystem name 'basesystem' for agl-basesystem.
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: I353cfe3017967ae25348ce10460e453a96d6424e
Diffstat (limited to 'agl-systemd')
-rwxr-xr-x | agl-systemd/env.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agl-systemd/env.txt b/agl-systemd/env.txt index 48b83df..d8ee4eb 100755 --- a/agl-systemd/env.txt +++ b/agl-systemd/env.txt @@ -7,7 +7,7 @@ TERM="xterm" INIT_UID="1000" INIT_GID="1000" AGL_RWDATA_PATH="/nv" -LD_LIBRARY_PATH="/lib:/usr/lib:/usr/agl/lib:/usr/debug/lib" +LD_LIBRARY_PATH="/lib:/usr/lib:/usr/lib/basesystem:/usr/debug/lib" ARB_OPT="FORCE_REBOOT" PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/agl/bin:/usr/debug/bin:/usr/debug/sbin:/usr/debug/usr/bin:/usr/debug/usr/sbin" PWD="/dev/mqueue" |