summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/README
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-01-12 15:57:42 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-12 20:59:19 +0000
commit18449cad8c545da1a1c3cca7fb0faba3c8aded05 (patch)
tree29861712bcd1176a4f442d4f33446a61b94dcd54 /meta-agl-core/README
parentc4f562a2c2ebfaa5d072184e1cf7bf9e8ea95409 (diff)
agl-compositor: Bump SRCREV for agl-compositor
Bumps agl-compositor to latest changes to include support for RBA (role base arbitration policy) and make screenshoting debug feature a bit easier. - e1e8c07e202ffc Added rba policy implementation - 838efcb58cbe08 meson.build: Fix building with cross SDK - c5d2c447df7c07 main: Add activate_by_default ini option Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I6935daa51730a34dcc1bce8705409d7f6e96264b Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25890 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/README')
0 files changed, 0 insertions, 0 deletions
ighlight .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 */
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-pipewire"
BBFILE_PATTERN_meta-pipewire = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-pipewire = "71"

LAYERSERIES_COMPAT_meta-pipewire = "dunfell"