blob: b58a99589c56e1a84914e877e3b529ec26b8c729 (
plain)
1
2
3
4
5
6
7
8
|
# 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"
|