diff options
| -rwxr-xr-x | scripts/sstate-sysroot-cruft.sh | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/scripts/sstate-sysroot-cruft.sh b/scripts/sstate-sysroot-cruft.sh index 9124e5bf46..b7ed8ea846 100755 --- a/scripts/sstate-sysroot-cruft.sh +++ b/scripts/sstate-sysroot-cruft.sh | |||
| @@ -90,7 +90,7 @@ WHITELIST="${WHITELIST} \ | |||
| 90 | WHITELIST="${WHITELIST} \ | 90 | WHITELIST="${WHITELIST} \ |
| 91 | .*\.pyc \ | 91 | .*\.pyc \ |
| 92 | .*\.pyo \ | 92 | .*\.pyo \ |
| 93 | .*/__pycache__ | 93 | .*/__pycache__ \ |
| 94 | " | 94 | " |
| 95 | 95 | ||
| 96 | # generated by lua | 96 | # generated by lua |
| @@ -105,8 +105,8 @@ WHITELIST="${WHITELIST} \ | |||
| 105 | 105 | ||
| 106 | # generated by php | 106 | # generated by php |
| 107 | WHITELIST="${WHITELIST} \ | 107 | WHITELIST="${WHITELIST} \ |
| 108 | .*/usr/lib/php5/php/.channels/ \ | 108 | .*/usr/lib/php5/php/.channels/.* \ |
| 109 | .*/usr/lib/php5/php/.registry/ \ | 109 | .*/usr/lib/php5/php/.registry/.* \ |
| 110 | .*/usr/lib/php5/php/.depdb \ | 110 | .*/usr/lib/php5/php/.depdb \ |
| 111 | .*/usr/lib/php5/php/.depdblock \ | 111 | .*/usr/lib/php5/php/.depdblock \ |
| 112 | .*/usr/lib/php5/php/.filemap \ | 112 | .*/usr/lib/php5/php/.filemap \ |
| @@ -122,6 +122,18 @@ WHITELIST="${WHITELIST} \ | |||
| 122 | WHITELIST="${WHITELIST} \ | 122 | WHITELIST="${WHITELIST} \ |
| 123 | [^/]*/home \ | 123 | [^/]*/home \ |
| 124 | [^/]*/home/xuser \ | 124 | [^/]*/home/xuser \ |
| 125 | [^/]*/home/xuser/.bashrc \ | ||
| 126 | [^/]*/home/xuser/.profile \ | ||
| 127 | [^/]*/home/builder \ | ||
| 128 | [^/]*/home/builder/.bashrc \ | ||
| 129 | [^/]*/home/builder/.profile \ | ||
| 130 | " | ||
| 131 | |||
| 132 | # generated by image.py for WIC | ||
| 133 | # introduced in oe-core commit 861ce6c5d4836df1a783be3b01d2de56117c9863 | ||
| 134 | WHITELIST="${WHITELIST} \ | ||
| 135 | [^/]*/imgdata \ | ||
| 136 | [^/]*/imgdata/[^/]*\.env \ | ||
| 125 | " | 137 | " |
| 126 | 138 | ||
| 127 | # generated by fontcache.bbclass | 139 | # generated by fontcache.bbclass |
