X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fflutter-ics-homescreen%2Fflutter-ics-homescreen_git.bb;h=ae897ff876bbc2a9b9ff836a1eb16025a9854d06;hb=cefd5af1bbe53bf1e1c507554d50d223e171e845;hp=700754e353aba519fd0fcc9e1b3ba9edf76735b3;hpb=cfdddcb0179fe143a7a37399b0365ff871db746e;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb index 700754e35..ae897ff87 100644 --- a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb +++ b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb @@ -27,6 +27,11 @@ APP_CONFIG = "${BPN}.json" SYSTEMD_SERVICE:${PN} = "flutter-ics-homescreen.service" +# Disable the background animation on all platforms except the Renesas M3/H3 for now +DISABLE_BG_ANIMATION = "-DDISABLE_BKG_ANIMATION=true" +DISABLE_BG_ANIMATION:rcar-gen3 = "" +APP_AOT_EXTRA:append = " ${DISABLE_BG_ANIMATION}" + do_install:append() { install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service