From ea23f0a33d0f280b3e2a5ca14fbb2c3b6026477a Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Wed, 26 Sep 2018 06:47:36 +0400 Subject: [PATCH] project: add mainline 'Amlogic' project --- projects/Amlogic/options | 67 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 projects/Amlogic/options diff --git a/projects/Amlogic/options b/projects/Amlogic/options new file mode 100644 index 0000000000..7cf0d5fb1a --- /dev/null +++ b/projects/Amlogic/options @@ -0,0 +1,67 @@ +################################################################################ +# setup system defaults +################################################################################ + + # Bootloader to use (syslinux / u-boot / bcm2835-bootloader) + BOOTLOADER="u-boot" + + # Linux Kernel to use + LINUX="default" + +################################################################################ +# setup build defaults +################################################################################ + + # Project CFLAGS + PROJECT_CFLAGS="" + + # SquashFS compression method (gzip / lzo / xz / zstd) + SQUASHFS_COMPRESSION="zstd" + +################################################################################ +# setup project defaults +################################################################################ + + # build and install ALSA Audio support (yes / no) + ALSA_SUPPORT="yes" + + # OpenGL(X) implementation to use (no / mesa) + OPENGL="no" + + # Displayserver to use (x11 / no) + DISPLAYSERVER="no" + + # Windowmanager to use (ratpoison / fluxbox / none) + WINDOWMANAGER="none" + + # Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia) + # Space separated list is supported, + # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia" + GRAPHIC_DRIVERS="" + + # additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware) + FIRMWARE="brcmfmac_sdio-firmware meson-firmware" + + # build and install ATV IR remote support (yes / no) + ATVCLIENT_SUPPORT="no" + + # build and install iSCSI support - iscsistart (yes / no) + ISCSI_SUPPORT="no" + + # build with installer (yes / no) + INSTALLER_SUPPORT="no" + + # build and install driver addons (yes / no) + DRIVER_ADDONS_SUPPORT="no" + + # driver addons to install: + DRIVER_ADDONS="crazycat dvb-latest" + + # additional packages to install: + ADDITIONAL_PACKAGES="u-boot-script dtc ethmactool" + + # use the kernel CEC framework for libcec (yes / no) + CEC_FRAMEWORK_SUPPORT="yes" + + # debug tty path + DEBUG_TTY="/dev/ttyAML0"