Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing QEMU image file in AGL configuration #26

Closed
JesperBllnbm opened this issue Aug 20, 2024 · 2 comments
Closed

Missing QEMU image file in AGL configuration #26

JesperBllnbm opened this issue Aug 20, 2024 · 2 comments

Comments

@JesperBllnbm
Copy link

Hi @jwinarske

The current configuration file for the AGL QEMU (master and octopus) environment references a file that no longer exists.

  • Missing file: qemux86-64/agl-ivi-demo-platform-flutter-qemux86-64.wic.vmdk.xz
  • Referenced in:
    "artifacts": {
      "http": {
        "url": "https://download.automotivelinux.org/AGL/release/${RELEASE_NAME}/${RELEASE_VERSION}",
        "artifacts": {
          "x86_64": [
            {
              "endpoint": "/qemux86-64/deploy/images/qemux86-64/agl-ivi-demo-platform-flutter-qemux86-64.wic.vmdk.xz"
            }
          ],
          // ...
        }
      }
    }

Is it possible that the file agl-ivi-demo-flutter-qemux86-64.wic.vmdk.xz is the intended replacement for the missing file?

https://download.automotivelinux.org/AGL/snapshots/ricefish/latest/qemux86-64/deploy/images/qemux86-64/

Thanks again!

@jwinarske
Copy link
Contributor

Please use downstream configs found in meta-agl-flutter as I indicated in other issue. These configs here are for reference only; they were created here, with no intent to maintain.

flutter_workspace.py (implementation) is independent of the data (configs).

@jwinarske
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants