X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-flutter%2Frecipes-graphics%2Ftoyota%2Fflutter-auto_aglflutter.inc;h=c75cdc007600dd09847fa8e8cf0e0b82d98c7490;hb=6d6323abe05920c1225f41ae71431c47a4431cc3;hp=4baaa517165932f04c5f54ce6829d78bec692911;hpb=adbb12626100901bc815deba27733fe1a3ebc3cc;p=AGL%2Fmeta-agl-devel.git diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc index 4baaa517..c75cdc00 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc @@ -1,47 +1,9 @@ -# For now disable gstreamer to avoid needing to enable "commercial" -# licenses for the stated ffmpeg dependency. -PACKAGECONFIG:remove = "gstreamer" - -# Enable verbose logging on runtimedebug image -PACKAGECONFIG:append:runtimedebug = "verbose" - - -USER_SERVICE = "flutter-auto.service" - -FILESEXTRAPATHS:append := "${THISDIR}/files:" -SRC_URI += "\ - file://${USER_SERVICE} \ - file://gallery_on_bg-debug.json \ - file://gallery_on_bg-profile.json \ - file://gallery_on_bg-release.json \ - file://0002-shell-configuration-Obey-json-configuration-file.patch \ - file://0003-shell-configuration-Fixes-to-general-options.patch \ - file://0004-Add-app-id-command-line-argument.patch \ - " - - -cmake_do_install:append() { - - install -d ${D}${systemd_user_unitdir}/agl-session.target.wants - install -D -m0644 ${WORKDIR}/${USER_SERVICE} ${D}${systemd_user_unitdir}/${USER_SERVICE} - - install -D -m0644 ${WORKDIR}/gallery_on_bg-release.json ${D}${datadir}/flutter/default.json -} - -cmake_do_install:append:runtimedebug() { - - # the dev host controls starting/stopping the flutter-auto process when runtime=debug - install -D -m0644 ${WORKDIR}/gallery_on_bg-debug.json ${D}${datadir}/flutter/default.json -} - -cmake_do_install:append:runtimeprofile() { - - # the dev host controls starting/stopping the flutter-auto process when runtime=profile - install -D -m0644 ${WORKDIR}/gallery_on_bg-profile.json ${D}${datadir}/flutter/default.json -} - - -FILES:${PN} += "\ - ${systemd_user_unitdir} \ - ${datadir} \ - " +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +SRC_URI:append:use-nxp-bsp = " file://0001-Disable-on_frame_base_surface-wl_surface_commit.patch" +SRC_URI:append: = " file://0001-display-Add-support-for-wl_output-version-4.patch \ + file://0002-display-Add-support-for-agl_shell-version-8.patch \ + file://0001-activation_area-Add-missing-width-and-height.patch \ + file://0002-activation_area-Allow-x-and-y-values-be-zero-for-the.patch \ + file://0003-activation_area-Remove-the-implicit-width-height-swa.patch \ + "