File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ BR2_PACKAGE_ALSA_UTILS_AMIXER=y
44
44
BR2_PACKAGE_ALSA_UTILS_APLAY=y
45
45
BR2_PACKAGE_F2FS_TOOLS=y
46
46
BR2_PACKAGE_MESA3D=y
47
- BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y
48
47
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_V3D=y
49
48
BR2_PACKAGE_MESA3D_OPENGL_ES=y
50
49
BR2_PACKAGE_RPI_FIRMWARE=y
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
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
-
22
5
# Create the fwup ops script to handling MicroSD/eMMC operations at runtime
23
6
# NOTE: revert.fw is the previous, more limited version of this. ops.fw is
24
7
# backwards compatible.
You can’t perform that action at this time.
0 commit comments