summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-graphics
AgeCommit message (Expand)AuthorFilesLines
2019-04-04Upgrade to thudScott Murray2-3/+3
2018-10-12Clean-up of wayland-ivi-extension_1.13.0 related legacy stuffMichael Teyfel1-5/+0
2018-02-22Remove duplicate bbappend file in meta-agl-bsp/meta-tiJan-Simon Möller1-5/+0
2018-02-20Merge "Upgrade wayland-ivi-extension"Jan-Simon Moeller1-0/+5
2018-02-20Fixes for meta-agl-bsp for rockoJan-Simon Möller1-0/+5
2018-02-14Upgrade wayland-ivi-extensionKazumasa Mitsunari1-0/+5
2017-11-27Added XDG compatibility to ivi-shellRomain Forlot1-0/+0
2017-10-20weston-ini-conf: Rework to use fragments to construct weston.iniTom Rini2-1/+10
2017-09-17Fix rpm metadata clash due to change of rpm backendJan-Simon Möller2-0/+6
2017-08-04meta-agl-bsp: meta-ti: add pvr systemd serviceMatt Porter2-0/+37
2017-08-04meta-agl-bsp: meta-ti: add dra7xx-evm weston.ini supportMatt Porter1-0/+1
2017-03-28dra7xx: ti-sgx-ddk-um: remove recipe from meta-aglKarthik Ramanan1-1/+0
2017-03-19update wayland-ivi-extention to 1.10.90 for ti bspRonan Le Martret1-0/+0
2017-01-11Workaround failing QA check in ti-sgx-ddk-umJan-Simon Möller1-0/+1
2016-11-10dra7xx-evm: add support for graphics accelerationKarthik Ramanan3-0/+25
t: 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 */ }
SUMMARY     = "Window Manager service binding for applications"
DESCRIPTION = "Window Manager is the service binding for controlling \
               rendering rights. Applications request to render itself, \
               then Window Manager checks the policy and notifies the \
               layout to the respective applications \
              "
HOMEPAGE    = "https://wiki.automotivelinux.org/windowmanager"
SECTION     = "graphics"
LICENSE     = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"

DEPENDS = "af-binder json-c wayland wayland-ivi-extension"

inherit cmake aglwgt

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager;protocol=https;branch=${AGL_BRANCH} \
           file://weston-ready.conf \
"
SRCREV = "b6644e5cffa84e40d62e38f4ee0c14e64e0faf48"
PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"

do_install_append() {
    # Install systemd over-ride that adds a dependency on weston-ready
    # to ensure that the windowmanager and its dependencies start after
    # weston is actually initialized.
    install -d ${D}${sysconfdir}/systemd/system/afm-api-windowmanager@.service.d
    install -m 0644 ${WORKDIR}/weston-ready.conf ${D}${sysconfdir}/systemd/system/afm-api-windowmanager@.service.d
}

FILES_${PN} += "${systemd_system_unitdir}"

REDEPENDS_${PN} += "weston-ready"