Skip to content
Snippets Groups Projects
  1. Dec 10, 2021
  2. Dec 09, 2021
    • Joel Winarske's avatar
      Add meta-agl-flutter layer · 11def03b
      Joel Winarske authored
      
      - agl-image-flutter
        baseline agl-compositor based image that includes:
          ivi-homescreen - Toyota Flutter Embedder
          flutter gallery - Flutter Demo Application
          flutter_homescreen - Igalia Demo Application
      - flutter-app-homescreen - Igalia flutter_homescreen app
      - ivi-homescreen bbappend to lock SRCREV
      
      Bug-AGL: SPEC-3852
      
      Signed-off-by: default avatarJoel Winarske <joel.winarske@gmail.com>
      Change-Id: I58779ab093e9d23a88005e60ef28b9133eca2479
      11def03b
  3. Dec 07, 2021
  4. Dec 06, 2021
  5. Dec 03, 2021
    • Naoto Yamaguchi's avatar
      Workaround for booting time crash in R-CarH3SK wth Kingfisher board · 59de37c4
      Naoto Yamaguchi authored
      
      When I run AGL Instrument Cluster with IVI in R-CarH3SK wth Kingfisher
      board, it's frequently crash at booting time.
      RGX driver has race condition issue at firmware download time.  This issue
      occur in multi compositor environment such as IC container integration.
      This issue will fix by renesas in next BSP update time, may be.
      
      This patch enable workaround for this race condition issue.
      
      AGL-Bug : SPEC-4164
      
      Change-Id: I5ca3affdfd681fd08391805ee765b3252afe190f
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      59de37c4
  6. Nov 23, 2021
  7. Nov 22, 2021
    • Anmol Karn's avatar
      meta-agl-jailhouse: Change kernel branch · 71a380bb
      Anmol Karn authored
      
      
      Current branch i.e `queues/jailhouse` is rebased, and there is some work going on towards more stable kernel branch with virtio-over-ivshmem support in `queues/jailhouse-5.14`, and it would be better to shift to this branch.
      
      Chage kernel branch from `queues/jailhouse` -> `queues/jailhouse-5.14` from Jan Kiszka's kernel tree.
      
      
      Signed-off-by: default avatarAnmol Karn <anmol.karan123@gmail.com>
      Change-Id: I94b41ca1fcef216d48dd477b554b0237b43be18a
      71a380bb
    • Naoto Yamaguchi's avatar
      Improvement flexibility for lxc-config · 2cf44a2f
      Naoto Yamaguchi authored
      
      Existing lxc config creation recipe is supporting two type string
      replacing.  The network interface setting has required to multi line
      replacing at aec683913cd645fcf18d7633a12a7b4b42215f69.
      These flexibility will support by container manager that is under
      developing. But we need quick solution for that now.
      
      This patch provide quick solution. This patch support any network
      interface usage in guest.
      
      Bug-AGL: SPEC-4132
      
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      Change-Id: I5da97492610124ddfe050660e0cc2c2c5559d5b9
      2cf44a2f
    • Naoto Yamaguchi's avatar
      Create image specific weston setting method · d8ab3ff4
      Naoto Yamaguchi authored
      
      In patch of
      "Fix: weston is not running after BSP 5.5 merged in cluster-demo",
      I created common weston-init recipe for container guest.
      
      This patch add image specific weston setting method.
      
      Bug-AGL: SPEC-4099
      
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      Change-Id: I0a47749932dc384e8a983b43214aefd939ccd06e
      d8ab3ff4
  8. Nov 17, 2021
  9. Nov 16, 2021
  10. Nov 15, 2021
    • Naoto Yamaguchi's avatar
      Importing the mediaplayer demo app · 2a78ef2a
      Naoto Yamaguchi authored
      
      The momiplay is a mediaplayer example based on AGL sample app at CC release.
      
      Existing agl-appfw is difficult to integrate into linux container guest,
      because agl-appfw strongly depend SMACK label in host.
      The mominavi is not require agl-appfw.  It's temporally solution for MM release.
      
      This patch import momiplay to create ivi guest for demo.
      
      Bug-AGL: SPEC-4094
      
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      Change-Id: Ic0213f50ba570db56282d07b3f4f775664f05f78
      2a78ef2a
    • Naoto Yamaguchi's avatar
      Importing the navigation demo app · aeebf415
      Naoto Yamaguchi authored
      
      The mominavi is a navigation example based on mapbox.  It's based on
      aglqtnavigation, that initial version of existing AGL demo navigation app.
      
      Existing agl-appfw is difficult to integrate into linux container guest,
      because agl-appfw strongly depend SMACK label in host.
      The mominavi is not require agl-appfw.
      It's temporally solution for MM release.
      
      This patch import mominavi to create ivi guest for demo.
      
      Bug-AGL: SPEC-4095
      
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      Change-Id: Ia84a291b6f9f50075a3dfe5e5dc2c6ff5bca4672
      aeebf415
  11. Nov 13, 2021
  12. Nov 12, 2021
  13. Nov 09, 2021
    • Naoto Yamaguchi's avatar
      Import wayland-ivi-extension · bd8eacfa
      Naoto Yamaguchi authored
      The ivi guest for demo require wayland-ivi-extension on weston.
      Current AGL is already removed it.
      This patch import wayland-ivi-extension for weston-8 from meta-arago.
      
      git://arago-project.org/git/meta-arago.git
      
      
      
      Bug-AGL: SPEC-4096
      
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      Change-Id: Ib2c47e603334ae4ab590fdf48b8723956f73022b
      bd8eacfa
    • Naoto Yamaguchi's avatar
      Fix: weston is not running after BSP 5.5 merged in cluster-demo · 7a80742d
      Naoto Yamaguchi authored
      
      weston is not running after BSP 5.5 merged.
      This patch create new weston-init for gest usage.
      
      Bug-AGL: SPEC-4131
      
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      Change-Id: I9b6edc1c45aad0f985a307f3ffb0fe6a47195dd5
      7a80742d
    • Naoto Yamaguchi's avatar
      Divide firmware from gles-user-module · 4385a749
      Naoto Yamaguchi authored
      
      The powervr firmware is including in gles-user-module in R-Car Gen3.
      Typical container integration, gles-user-module only to installing in guest,
      powervr kernel module only to installing in host.
      In this case, powerver firemware is only to installing in guest,
      but it is required by powervr kernel module.
      
      This patch divide powervr firmware from gles-user-module, creating new package
      gles-user-module-firmware. In addition, this patch add runtime dependency of
      that firmware package to powervr kernel module.
      
      Bug-AGL: SPEC-4130
      
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      Change-Id: Ie8751bd618d076c9617870c367dacb3a9fdf1e7b
      4385a749
    • Naoto Yamaguchi's avatar
      Fix the lxc-host-image-demo build error with R-Car BSP 5.5 · bf237f56
      Naoto Yamaguchi authored
      
      The lxc-host-image-demo can't build after BSP 5.5 merged.
      
      Error message as a follow:
      
      ERROR: Nothing PROVIDES 'linux-renesas' (but mc:agl-container-guest:
      /../gstreamer1.0-plugins-bad_1.16.3.bb DEPENDS on or otherwise requires it)
      linux-renesas was skipped: Set PREFERRED_PROVIDER_virtual/kernel to linux-renesas to enable it
      Missing or unbuildable dependency chain was:
      ['cluster-refgui', 'qtmultimedia', 'gstreamer1.0-plugins-bad', 'linux-renesas']
      ERROR: Required build target 'guest-image-cluster-demo' has no buildable providers.
      Missing or unbuildable dependency chain was:
      ['guest-image-cluster-demo', 'cluster-refgui', 'qtmultimedia', 'gstreamer1.0-plugins-bad', 'linux-renesas']
      
      This patch fix this build error.
      
       Bug-AGL: SPEC-4129
      
      Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
      Change-Id: I0284a70aa38f855eb21e83e8c91e2df5a36cd7ef
      bf237f56
  14. Nov 04, 2021
  15. Nov 02, 2021
  16. Nov 01, 2021
Loading