commit | a24b314a599ea370df1b15bf132cfd288d0e80ff | [log] [tgz] |
---|---|---|
author | hong.liu <hong.liu@mobiletek.cn> | Thu Aug 15 09:38:22 2024 +0000 |
committer | Gerrit Code Review <gerrit@aab99bac79d8> | Thu Aug 15 09:38:22 2024 +0000 |
tree | d1b7c1d9e27253d08d2363042ddd34b4ddb77e57 | |
parent | d600ab0c6b8e73fb487e20c025d7428566ba2c13 [diff] | |
parent | efa7921ded8a63b13e886eb6dad246d1f669369f [diff] |
Merge "[Bugfix][T106BUG-95]add cgev in whitelist"
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/profile b/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/profile index d8cbfdf..ba1dfaf 100755 --- a/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/profile +++ b/cap/zx297520v3/sources/meta-zxic-custom/recipes-core/images/files/zx297520v3/vehicle_dc_ref/fs/normal/rootfs/etc/profile
@@ -1,2 +1,2 @@ -PATH="/sbin:/bin:/usr/sbin:/usr/bin:/mnt/oem/bin" +PATH="/sbin:/usr/sbin:/bin:/usr/bin"
diff --git a/cap/zx297520v3/sources/meta-zxic/recipes-core/busybox/busybox_1.33.1.bb b/cap/zx297520v3/sources/meta-zxic/recipes-core/busybox/busybox_1.33.1.bb index a0e8bef..68a6b02 100755 --- a/cap/zx297520v3/sources/meta-zxic/recipes-core/busybox/busybox_1.33.1.bb +++ b/cap/zx297520v3/sources/meta-zxic/recipes-core/busybox/busybox_1.33.1.bb
@@ -57,7 +57,7 @@ #SRC_URI += "file://busybox-1.33.1/022-syslogd-replace-remote-log-facility.patch" SRC_URI += "file://busybox-1.33.1/0100-zxic-add-sync-after-chmod.patch" SRC_URI += "file://busybox-1.33.1/0101-zxic-bb_get_chunk_from_file-limit-10MB.patch" -#SRC_URI += "file://busybox-1.33.1/0102-zxic-ash-read-etc-profile.patch" +SRC_URI += "file://busybox-1.33.1/0102-zxic-ash-read-etc-profile.patch" SRC_URI += "file://busybox-1.33.1/0103-top-short-lived-processes-optimize.patch" SRC_URI += "file://busybox-1.33.1/0103-syslogd-data-encryption.patch"