Skip to content

Commit b1ebd85

Browse files
committed
Remove unneeded Mesa3D swrast and DRI library slim down
1 parent 932334e commit b1ebd85

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

nerves_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ BR2_PACKAGE_ALSA_UTILS_AMIXER=y
4444
BR2_PACKAGE_ALSA_UTILS_APLAY=y
4545
BR2_PACKAGE_F2FS_TOOLS=y
4646
BR2_PACKAGE_MESA3D=y
47-
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y
4847
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_V3D=y
4948
BR2_PACKAGE_MESA3D_OPENGL_ES=y
5049
BR2_PACKAGE_RPI_FIRMWARE=y

post-build.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@
22

33
set -e
44

5-
# replace DRI libs with symlinks to save space
6-
function slim_down_dri_libs() {
7-
pushd $STAGING_DIR/usr/lib/dri/
8-
9-
for f in *.so; do
10-
if [[ "$f" != "v3d_dri.so" ]]; then
11-
rm "$f"
12-
ln -s v3d_dri.so "$f"
13-
fi
14-
done
15-
16-
popd
17-
}
18-
19-
20-
slim_down_dri_libs
21-
225
# Create the fwup ops script to handling MicroSD/eMMC operations at runtime
236
# NOTE: revert.fw is the previous, more limited version of this. ops.fw is
247
# backwards compatible.

0 commit comments

Comments
 (0)