List of Repositories#
- droid-hal-$DEVICE
-
Contains RPM packaging and conversion scripts for converting the results of the Android HAL build process to RPM packages and systemd configuration files.
- hybris-boot
-
Script run during Android HAL build that will combine the kernel and a custom initrd to
hybris-boot.imgandhybris-recovery.img. Those are used to boot a device into Sailfish OS and for development purposes. - hybris-installer
-
Combines the
hybris-bootoutput and the root filesystem into a .zip file that can be flashed via Android Recovery. - libhybris
-
Library to allow access to Bionic-based libraries from a glibc-based host system (e.g. hwcomposer, EGL, GLESv2, ..).
- qt5-qpa-hwcomposer-plugin
-
Qt 5 Platform Abstraction Plugin that allows fullscreen rendering to the Droid-based hardware abstraction. It utilizes libhybris and the Android hwcomposer module.
- mer-kernel-check
-
A script that checks if the kernel configuration is suitable for Sailfish OS. Some features must be enabled, as they are needed on Sailfish OS (e.g. to support
systemd), other features must be disabled, as they conflict with Sailfish OS (e.g.CONFIG_ANDROID_PARANOID_NETWORK) at the moment.