summaryrefslogtreecommitdiff
path: root/config/cross-lin-arm.cbc
blob: bec394ca6fa89722b091e0de361d4b5e4befa855 (plain)
1
2
3
4
5
6
7
8
import os
from cerbero.config import Platform, Architecture, Distro, DistroVersion

target_platform = Platform.LINUX
target_distro = Distro.DEBIAN
target_arch = Architecture.ARMv7
variants = ['noalsa', 'nox11', 'nopulse', 'nocdparanoia', 'nosdl',
            'nogtk3', 'noclutter', 'nov4l2', 'notestspackage', 'nopython']