@@ -329,21 +329,6 if [ -n "$DISABLE_UNDERVOLT_WARNINGS" ] ; then | |||
|
329 | 329 | fi |
|
330 | 330 | fi |
|
331 | 331 | |
|
332 | # Add packages required for kernel cross compilation | |
|
333 | if [ "$BUILD_KERNEL" = true ] ; then | |
|
334 | if [ "$KERNEL_ARCH" = "arm" ] ; then | |
|
335 | if [ "$RELEASE_ARCH" = "armel" ]; then | |
|
336 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-armel" | |
|
337 | fi | |
|
338 | if [ "$RELEASE_ARCH" = "armhf" ]; then | |
|
339 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-armhf" | |
|
340 | fi | |
|
341 | fi | |
|
342 | if [ "$RELEASE_ARCH" = "arm64" ]; then | |
|
343 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} crossbuild-essential-arm64" | |
|
344 | fi | |
|
345 | fi | |
|
346 | ||
|
347 | 332 | if [ "$ENABLE_VIDEOCORE" = true ] ; then |
|
348 | 333 | REQUIRED_PACKAGES="${REQUIRED_PACKAGES} cmake" |
|
349 | 334 | fi |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant