aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
blob: 2a35b2b2d635b1a46749696dd5a1d4665ad9b6f9 (plain)
1
2
3
4
5
6
7
8
project('agl-service-audiomixer',
        ['cpp', 'c'],
        license : 'Apache-2.0',
        default_options : ['c_std=c17', 'cpp_std=c++17'])

subdir('src')
subdir('systemd')
*/ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
DISTRO_FEATURES_append = " agl-medium-arm-compiler"

# Force use of the community supported LTS kernel instead of the
# default linux-imx
IMX_DEFAULT_KERNEL_imx8mqevk = "linux-fslc-imx"

# For EVKB wifi support
MACHINE_FEATURES_append = " bcm4356"

# Disable meta-freescale package architecure mangling, as it causes
# issues with AGL's explicit setting of DEFAULTTUNE.
INHERIT_remove = "fsl-dynamic-packagearch"
MACHINE_SOCARCH = "${TUNE_PKGARCH}"

# Disable the meta-freescale weston-init bbappend as it conflicts
# with AGL's.
BBMASK = "meta-freescale/recipes-graphics/wayland/weston-init"

AGL_DEFAULT_INITRAMFS_FSTYPES := ""