mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
rpi: project housekeeping
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
ef93ecf54b
commit
9f29687692
@ -8,7 +8,6 @@
|
|||||||
arm)
|
arm)
|
||||||
# Valid TARGET_CPU for Raspberry Pi based devices are:
|
# Valid TARGET_CPU for Raspberry Pi based devices are:
|
||||||
# arm1176jzf-s cortex-a7 cortex-a53
|
# arm1176jzf-s cortex-a7 cortex-a53
|
||||||
|
|
||||||
if [ "$DEVICE" = "RPi" -o "$DEVICE" = "Slice" ]; then
|
if [ "$DEVICE" = "RPi" -o "$DEVICE" = "Slice" ]; then
|
||||||
TARGET_CPU="arm1176jzf-s"
|
TARGET_CPU="arm1176jzf-s"
|
||||||
elif [ "$DEVICE" = "RPi2" -o "$DEVICE" = "Slice3" ]; then
|
elif [ "$DEVICE" = "RPi2" -o "$DEVICE" = "Slice3" ]; then
|
||||||
@ -24,18 +23,16 @@
|
|||||||
# This specifies what floating point hardware (or hardware emulation) is
|
# This specifies what floating point hardware (or hardware emulation) is
|
||||||
# available on the target. Permissible names are:
|
# available on the target. Permissible names are:
|
||||||
# vfp neon-vfpv4 neon-fp-armv8
|
# vfp neon-vfpv4 neon-fp-armv8
|
||||||
|
|
||||||
if [ "$DEVICE" = "RPi" -o "$DEVICE" = "Slice" ]; then
|
if [ "$DEVICE" = "RPi" -o "$DEVICE" = "Slice" ]; then
|
||||||
TARGET_FPU="vfp"
|
TARGET_FPU="vfp"
|
||||||
elif [ "$DEVICE" = "RPi2" -o "$DEVICE" = "Slice3" ]; then
|
elif [ "$DEVICE" = "RPi2" -o "$DEVICE" = "Slice3" ]; then
|
||||||
TARGET_FPU="neon-vfpv4"
|
TARGET_FPU="neon-vfpv4"
|
||||||
fi
|
fi
|
||||||
TARGET_FEATURES="32bit"
|
TARGET_FEATURES="32bit"
|
||||||
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Bootloader to use (syslinux / u-boot / bcm2835-bootloader)
|
# Bootloader to use (bcm2835-bootloader)
|
||||||
BOOTLOADER="bcm2835-bootloader"
|
BOOTLOADER="bcm2835-bootloader"
|
||||||
|
|
||||||
# u-boot version to use (default)
|
# u-boot version to use (default)
|
||||||
@ -91,7 +88,6 @@ fi
|
|||||||
# SquashFS compression method (gzip / lzo / xz / zstd)
|
# SquashFS compression method (gzip / lzo / xz / zstd)
|
||||||
SQUASHFS_COMPRESSION="lzo"
|
SQUASHFS_COMPRESSION="lzo"
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# setup project defaults
|
# setup project defaults
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -102,7 +98,7 @@ fi
|
|||||||
# OpenGL(X) implementation to use (no / mesa)
|
# OpenGL(X) implementation to use (no / mesa)
|
||||||
OPENGL="no"
|
OPENGL="no"
|
||||||
|
|
||||||
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
# OpenGL-ES implementation to use (no / bcm2835-driver / mesa)
|
||||||
OPENGLES="bcm2835-driver"
|
OPENGLES="bcm2835-driver"
|
||||||
|
|
||||||
# include uvesafb support (yes / no)
|
# include uvesafb support (yes / no)
|
||||||
@ -114,15 +110,15 @@ fi
|
|||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (fluxbox / none)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="none"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
|
# Xorg Graphic drivers to use (all / vc4 / none)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
|
# e.g. GRAPHIC_DRIVERS="vc4"
|
||||||
GRAPHIC_DRIVERS=""
|
GRAPHIC_DRIVERS=""
|
||||||
|
|
||||||
# Use a vendor specific KODI repo
|
# Use a vendor specific KODI repo
|
||||||
KODI_VENDOR="raspberrypi"
|
KODI_VENDOR="raspberrypi"
|
||||||
|
|
||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
# KODI Player implementation to use (default / bcm2835-driver / mesa)
|
||||||
KODIPLAYER_DRIVER="bcm2835-driver"
|
KODIPLAYER_DRIVER="bcm2835-driver"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user