X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-flutter%2Frecipes-graphics%2Fflutter-apps%2Fflutter-gallery_aglflutter.inc;h=61bcaa0ec84d18a5f76d27229e9764c248867354;hb=83bbf82c41de1d532a920fa42326c17f40ea172f;hp=533bdd71f7270656a6159a28648895699c6adffb;hpb=33cdbee53ea3ec3d2f88e05744ea9e6611c40772;p=AGL%2Fmeta-agl-devel.git diff --git a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc index 533bdd71..61bcaa0e 100644 --- a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc @@ -1,39 +1,18 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/flutter-gallery:" -SRC_URI += " \ - file://flutter-gallery.service \ - file://gallery_on_bg-debug.json \ - file://gallery_on_bg-profile.json \ - file://gallery_on_bg-release.json \ -" +SRC_URI += "file://flutter-gallery.service" -APP_CONFIG = "gallery_on_bg-release.json" -APP_CONFIG:class-runtimedebug = "gallery_on_bg-debug.json" -APP_CONFIG:class-runtimeprofile = "gallery_on_bg-profile.json" - -# To avoid conflicts with the systemd template scheme added via bbappend in -# meta-agl-demo, package the standalone systemd unit separately. This is not -# needed when meta-agl-flutter is used without meta-agl-demo, but that is not -# going to be the default usecase for most users, so this still allows them to -# build working agl-image-flutter images in the same build tree. -# -# This can be dropped if/when flutter-gallery is no longer packaged as a demo -# in meta-agl-demo. - -#SYSTEMD_SERVICE:${PN}-init = "flutter-gallery.service" +inherit systemd do_install:append() { - install -D -m 0644 ${WORKDIR}/flutter-gallery.service ${D}${systemd_user_unitdir}/flutter-gallery.service - install -d ${D}${systemd_user_unitdir}/agl-session.target.wants - ln -s ../flutter-gallery.service ${D}${systemd_user_unitdir}/agl-session.target.wants/flutter-gallery.service - - install -D -m 0644 ${WORKDIR}/${APP_CONFIG} ${D}${datadir}/flutter/default.json + install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service } -PACKAGE_BEFORE_PN += "${PN}-init" - -FILES:${PN} += "${datadir}" +#FILES:${PN} += "${systemd_system_unitdir}" -FILES:${PN}-init = "${systemd_user_unitdir}" +RDEPENDS:${PN} += "agl-flutter-env" -RDEPENDS:${PN}-init = "${PN}" \ No newline at end of file +SYSTEMD_SERVICE:${PN} = "flutter-gallery.service" +# Explicitly disable auto-start to avoid interferring with Toyota workspace +# tooling usecase. +SYSTEMD_AUTO_ENABLE:${PN} = "disable"