summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-raspberrypi/recipes-graphics
AgeCommit message (Expand)AuthorFilesLines
2020-01-27meta-agl-bsp: meta-raspberrypi: handle zeus upgradeScott Murray18-2086/+0
2019-10-28Add missing space in SRC_URI_append statementJan-Simon Möller1-1/+1
2019-09-20raspberrypi4: enable v3d and dependencies in mesaJan-Simon Möller1-0/+2
2019-09-19mesa: Upgrade Mesa for Raspberry Pi 4Leon Anavi16-0/+2080
2019-04-04Upgrade to thudScott Murray1-0/+4
2018-09-29weston-ini-conf.bbappend: Set 720p for Raspberry PiLeon Anavi2-0/+11
2017-10-20weston-ini-conf: Rework to use fragments to construct weston.iniTom Rini2-5/+7
2017-10-12weston-ini-conf: Make this track variables correctly for signaturesTom Rini1-0/+2
2017-09-08Upgrade to pyroChanghyeok Bae5-267/+0
2017-04-26meta-agl-bsp/meta-raspberrypi: Upgrade to v12.0.3Changhyeok Bae6-9/+267
2017-04-19Use weston-init to startup westonRonan Le Martret2-21/+0
2017-03-30Generate weston.ini dynamicallyRonan Le Martret3-25/+4
2017-03-23Removed wl-shell-emulator from AGLRonan Le Martret1-1/+1
2017-01-02Add entry for official pi touchscreen over DSI portJan-Simon Möller1-0/+6
2016-12-15weston-raspberrypi.ini: Add commented out mode for GeChic 1502iScott Murray1-0/+2
2016-11-28weston-raspberrypi.ini: Fix Weston configurationsLeon Anavi1-1/+6
2016-11-25Use IVI-shell instead of desktop-shell as default in weston.iniBocklage, Jens1-5/+3
2016-11-17weston.sh: Set XDG_RUNTIME_DIR to /run/user/0Leon Anavi1-1/+1
2016-09-27mesa_%.bbappend: Remove dependency from libomxilLeon Anavi1-1/+1
2016-09-26weston: Set XDG_RUNTIME_DIR for Raspberry PiLeon Anavi2-0/+12
2016-09-25weston: Use drm-backend.so for Raspberry PiLeon Anavi2-0/+23
2016-09-25meta-raspberrypi: AGL support for Raspberry PiLeon Anavi1-0/+9
/span> -m 0755 ${B}/HomeScreen/HomeScreen ${D}/usr/AGL/${PN}/ install -m 0755 ${B}/SampleAppTimeDate/SampleAppTimeDate ${D}/usr/AGL/${PN}/ install -m 0755 ${B}/SampleHomeScreenInterfaceApp/SampleHomeScreenInterfaceApp ${D}/usr/AGL/${PN}/ install -m 0755 ${B}/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL ${D}/usr/AGL/${PN}/ install -m 0755 ${B}/WindowManager/WindowManager ${D}/usr/AGL/${PN}/ install -m 0755 ${B}/InputEventManager/InputEventManager ${D}/usr/AGL/${PN}/ install -d ${D}${libdir} install -m 0644 ${B}/libhomescreen/libhomescreen.so.1.0.0 ${D}${libdir}/ ln -sf libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so ln -sf libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so.1 ln -sf libhomescreen.so.1.0.0 ${D}${libdir}/libhomescreen.so.1.0 # claneys: add dbus policy to make wifi/bluetooth status icon working as quick # workaround. (jira.automotivelinux.org : SPEC-377) install -d ${D}/etc/dbus-1/session.d install -m 0644 ${WORKDIR}/dbus-homescreen.conf.in ${D}/etc/dbus-1/session.d/homescreen.conf # kooltux: still some problem with paths inside .pc file # error at build time: # ERROR: homescreen-git-r0 do_populate_sysroot: QA Issue: homescreen.pc failed sanity test (tmpdir) in path /xdt/build/tmp/work/cortexa15hf-neon-agl-linux-gnueabi/homescreen/git-r0/sysroot-destdir/usr/lib/pkgconfig [pkgconfig] # install -d ${D}${libdir}/pkgconfig install -m 0644 ${WORKDIR}/homescreen.pc.in ${D}${libdir}/pkgconfig/homescreen.pc sed -i s:OEPREFIX:${prefix}:g ${D}${libdir}/pkgconfig/homescreen.pc sed -i s:OELIBDIR:${libdir}:g ${D}${libdir}/pkgconfig/homescreen.pc sed -i s:OEINCDIR:${includedir}:g ${D}${libdir}/pkgconfig/homescreen.pc install -d ${D}${includedir} install -m 0644 ${S}/libhomescreen/include/libhomescreen.hpp ${D}${includedir}/ install -d ${D}${systemd_user_unitdir} install -m 0644 ${S}/HomeScreen/conf/HomeScreen.service ${D}${systemd_user_unitdir} install -m 0644 ${S}/HomeScreenAppFrameworkBinderAGL/conf/HomeScreenAppFrameworkBinderAGL.service ${D}${systemd_user_unitdir} install -m 0644 ${S}/InputEventManager/conf/InputEventManager.service ${D}${systemd_user_unitdir} install -m 0644 ${S}/WindowManager/conf/WindowManager.service ${D}${systemd_user_unitdir} install -d ${D}${sysconfdir}/systemd/user/default.target.wants ln -sf ${systemd_user_unitdir}/WindowManager.service ${D}${sysconfdir}/systemd/user/default.target.wants ln -sf ${systemd_user_unitdir}/HomeScreen.service ${D}${sysconfdir}/systemd/user/default.target.wants } FILES_${PN} += "/usr/AGL/${PN}/ ${libdir} ${systemd_user_unitdir}" FILES_${PN}-dbg += "/usr/AGL/${PN}/.debug" PACKAGES =+ "libhomescreen libhomescreen-dev libhomescreen-dbg" FILES_libhomescreen = "\ ${libdir}/libhomescreen.so.* \ " FILES_libhomescreen-dev = "\ ${includedir}/libhomescreen.hpp \ ${libdir}/libhomescreen.so \ ${libdir}/pkgconfig/homescreen.pc \ " FILES_libhomescreen-dbg = "\ ${libdir}/.debug/libhomescreen.so.* \ " RDEPENDS_libhomescreen-dbg += "${PN}-dbg libhomescreen-dev" RDEPENDS_${PN}-dev += "libhomescreen-dev"