System for sysroot building written on pure Bash.
- script for automated building of Debian-based sysroot for OprenRex board (based on i.mx6 SoC)
- distributives:
- debian10_base - base Debian 10 system
- debian10_Qt - Debian 10 system + dependencies for Qt cross-compilation
- debian11_base - base Debian 11 system
- debian11_Qt - Debian 11 system + dependencies for Qt cross-compilation
- ubuntu1804_create_base - base Ubuntu 18.04 system
- configs:
- configure_autologin - configure autologin (shell)
- configure_disable_eth - configure to disable ethernet (shell)
- configure_systemd_bootsplash - set a custom logo (shell)
- configure_usbotg - configure USB-OTG device
- i.mx6:
- install_bin_imx_gpu - install GPU support on i.mx6-based SoM (binaries)
- install_cc_imx_gst - install GStreamer 1.0 plugins with VPU/GPU acceleration on i.mx6-based SoM (cross-compilation)
- install_cc_imx_vpu - install VPU support on i.mx6 on i.mx6-based SoM (cross-compilation)
- install_chr_imx_gst - install GStreamer 1.0 plugins with VPU/GPU acceleration on i.mx6-based SoM (chroot)
- install_chr_imx_vpu - install VPU support on i.mx6 on i.mx6-based SoM (chroot)
- multimedia:
- install_ffmpeg - install FFMpeg package (cross-compilation)
- install_gstreamer-1.0 - install GStreamer 1.0 package (cross-compilation)
- install_v4l2loopback - install V4L2 loopback driver (cross-compilation)
- install_x264 - install x264 libs (cross-compilation)
- install_v4l-utils - install v4l2 utilities (binaries)
- drivers:
- install_rtl8188eu - install Realtek drvier (cross-compilation)
- services:
- install_ftpserver - install and configure FTP server with anonymous access (bin-pkg)
- install_wifiap - install WiFi Access point (bin-pkg, shell)
- installers:
- install_MMC_flasher - install sysrom from Live USB to device's MMC
- install_mtd_uboot - burn uboot from Live USB to device's MTD
- Qt:
- install_Qt - install Qt5 libs (cross-compilation)
- install_QtApp - install user's custom application (cross-compilation)
- first arg - full path to apllication's directory
- second arg - application's name
- Other:
- install_spi-test - install application 'spitest' (cross-compilation)
- install_avrdude - install application 'avrdude' (cross-compilation)
- install_fbsrc - install application 'fbsrc' (cross-compilation)
- install_cpufreq - install utility 'cpufreq' (binaries)
- install_cpulimit - install utility 'cpulimit' (binaries)
- install_gobj - install 'gobject-introspection' (binaries)
- install_i2c_tools - install utilities for 'i2c' (binaries)
- install_libc6dev - install development files of library 'libc6dev' (binaries)
- install_lsof - install utility 'lsof' (binaries)
- install_socat - install utility 'socat' (binaries)
- install_xml2 - install library 'xml2' (binaries)
- distributives: