commit | d600ab0c6b8e73fb487e20c025d7428566ba2c13 | [log] [tgz] |
---|---|---|
author | xf.li <xf.li@mobiletek.cn> | Thu Aug 15 01:23:18 2024 -0700 |
committer | xf.li <xf.li@mobiletek.cn> | Thu Aug 15 01:23:18 2024 -0700 |
tree | af7a9f354b9cb202f3ae0fab13c2ecd322f6d0b5 | |
parent | f4578ce5e9fce9facc3e7a2e31aacd8ce4fd069f [diff] |
[Bugfix][T106BUG-94]add busybox read-etc-profile.patch Only Configure: No Affected branch: master Affected module: busybox Is it affected on both ZXIC and MTK: only ZXIC Self-test: Yes Doc Update: No Change-Id: I7d86320b11f1204aec8763df3a6379180ab3c2b5
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"