WARNING: The free space is running low (0.823GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"
WARNING: The free space is running low (0.823GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"
WARNING: The free space is running low (0.823GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"
Tasks Summary: Attempted 12145 tasks of which 0 didn't need to be rerun and all succeeded.
Tasks Summary: Attempted 12145 tasks of which 0 didn't need to be rerun and all succeeded.
Tasks Summary: Attempted 12145 tasks of which 0 didn't need to be rerun and all succeeded.
Automotive Grade Linux 21.90.0 qemux86-64 ttyS0
qemux86-64 login: root
root@qemux86-64:~#
Automotive Grade Linux 21.90.0 qemux86-64 ttyS0
qemux86-64 login: root
root@qemux86-64:~#
Automotive Grade Linux 21.90.0 qemux86-64 ttyS0
qemux86-64 login: root
root@qemux86-64:~#
Future<void> _loadAglVersion() async { final file = File('/etc/os-release'); final contents = await file.readAsString(); final lines = contents.split('\n'); for (final line in lines) { if (line.startsWith('PRETTY_NAME')) { setState(() { _aglVersion = line.split('=')[1].replaceAll('"', ''); }); break; } }
}
Future<void> _loadAglVersion() async { final file = File('/etc/os-release'); final contents = await file.readAsString(); final lines = contents.split('\n'); for (final line in lines) { if (line.startsWith('PRETTY_NAME')) { setState(() { _aglVersion = line.split('=')[1].replaceAll('"', ''); }); break; } }
}
Future<void> _loadAglVersion() async { final file = File('/etc/os-release'); final contents = await file.readAsString(); final lines = contents.split('\n'); for (final line in lines) { if (line.startsWith('PRETTY_NAME')) { setState(() { _aglVersion = line.split('=')[1].replaceAll('"', ''); }); break; } }
}
meta-agl-prachi/
├── conf/
│ └── layer.conf
└── recipes-apps/ └── agl-quiz-app/ ├── agl-quiz-app.bb └── files/ └── agl_quiz_app.desktop
meta-agl-prachi/
├── conf/
│ └── layer.conf
└── recipes-apps/ └── agl-quiz-app/ ├── agl-quiz-app.bb └── files/ └── agl_quiz_app.desktop
meta-agl-prachi/
├── conf/
│ └── layer.conf
└── recipes-apps/ └── agl-quiz-app/ ├── agl-quiz-app.bb └── files/ └── agl_quiz_app.desktop
bitbake agl-ivi-demo-flutter
bitbake agl-ivi-demo-flutter
bitbake agl-ivi-demo-flutter
ERROR: agl-quiz-app-1.0-r0 do_archive_pub_cache:
flutter pub get --enforce-lockfile failed: 1
ERROR: agl-quiz-app-1.0-r0 do_archive_pub_cache:
flutter pub get --enforce-lockfile failed: 1
ERROR: agl-quiz-app-1.0-r0 do_archive_pub_cache:
flutter pub get --enforce-lockfile failed: 1
find ~/AGL/master/external/meta-flutter -name "*.bbclass"
# → flutter-app.bbclass
cat flutter-app.bbclass
# → require conf/include/flutter-app.inc
cat flutter-app.inc
# → require conf/include/common.inc
cat common.inc
find ~/AGL/master/external/meta-flutter -name "*.bbclass"
# → flutter-app.bbclass
cat flutter-app.bbclass
# → require conf/include/flutter-app.inc
cat flutter-app.inc
# → require conf/include/common.inc
cat common.inc
find ~/AGL/master/external/meta-flutter -name "*.bbclass"
# → flutter-app.bbclass
cat flutter-app.bbclass
# → require conf/include/flutter-app.inc
cat flutter-app.inc
# → require conf/include/common.inc
cat common.inc
if d.getVar("PUBSPEC_IGNORE_LOCKFILE") == "1": pubspec_lock = os.path.join(app_root, 'pubspec.lock') if os.path.exists(pubspec_lock): run_command(d, 'rm -rf pubspec.lock', app_root, env) # ...later...
run_command(d, 'flutter pub get --enforce-lockfile', app_root, env)
if d.getVar("PUBSPEC_IGNORE_LOCKFILE") == "1": pubspec_lock = os.path.join(app_root, 'pubspec.lock') if os.path.exists(pubspec_lock): run_command(d, 'rm -rf pubspec.lock', app_root, env) # ...later...
run_command(d, 'flutter pub get --enforce-lockfile', app_root, env)
if d.getVar("PUBSPEC_IGNORE_LOCKFILE") == "1": pubspec_lock = os.path.join(app_root, 'pubspec.lock') if os.path.exists(pubspec_lock): run_command(d, 'rm -rf pubspec.lock', app_root, env) # ...later...
run_command(d, 'flutter pub get --enforce-lockfile', app_root, env)
PUBSPEC_IGNORE_LOCKFILE = "1"
PUBSPEC_IGNORE_LOCKFILE = "1"
PUBSPEC_IGNORE_LOCKFILE = "1"
runqemu qemux86-64 serialstdio slirp qemuparams="-display vnc=:1"
runqemu qemux86-64 serialstdio slirp qemuparams="-display vnc=:1"
runqemu qemux86-64 serialstdio slirp qemuparams="-display vnc=:1"
backend=vnc
backend=vnc
backend=vnc
cat /usr/lib/systemd/system/flutter-ics-homescreen.service
cat /usr/lib/systemd/system/flutter-ics-homescreen.service
cat /usr/lib/systemd/system/flutter-ics-homescreen.service
su agl-driver -s /bin/sh -c ' WAYLAND_DISPLAY=wayland-0 XDG_RUNTIME_DIR=/run/user/1001/ LD_PRELOAD=/usr/lib/librive_text.so LIBCAMERA_LOG_LEVELS=*:ERROR flutter-auto -b /usr/share/flutter/agl_quiz_app/3.38.3/release --xdg-shell-app-id agl_quiz_app'
su agl-driver -s /bin/sh -c ' WAYLAND_DISPLAY=wayland-0 XDG_RUNTIME_DIR=/run/user/1001/ LD_PRELOAD=/usr/lib/librive_text.so LIBCAMERA_LOG_LEVELS=*:ERROR flutter-auto -b /usr/share/flutter/agl_quiz_app/3.38.3/release --xdg-shell-app-id agl_quiz_app'
su agl-driver -s /bin/sh -c ' WAYLAND_DISPLAY=wayland-0 XDG_RUNTIME_DIR=/run/user/1001/ LD_PRELOAD=/usr/lib/librive_text.so LIBCAMERA_LOG_LEVELS=*:ERROR flutter-auto -b /usr/share/flutter/agl_quiz_app/3.38.3/release --xdg-shell-app-id agl_quiz_app' - Machine: e2-standard-8 (8 vCPUs, 32 GB RAM)
- OS: Ubuntu 22.04 LTS
- Disk: 200 GB