summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-11-26RFC: Add NanoPC-T6 support to AGLsandbox/YAMAGUCHINaoto/rk3588-nanopc-t6Naoto Yamaguchi1-1/+5
Bug-AGL: SPEC-4988 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2023-11-21Prepare Quirky Quillback Milestone 1quillback_16.91.1quillback_16.91.0quillback/16.91.1quillback/16.91.016.91.116.91.0Jan-Simon Moeller1-0/+95
Upload the repo manifest. Bug-AGL: SPEC-4978 Change-Id: I6b5186a14019762f7e4cdbddc826a0f8994b4c7a Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2023-11-10Roll meta-flutter/workspace-automationJoel Winarske1-2/+2
-workspace-automation create_aot.py tool version_files.py tool pubspec.py tool -meta-flutter remove pyyaml dependency roll version files update engine_sdk.zip contents Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: Iff051201273139a10f996f6ed12975e741e68858
2023-11-04Roll meta-flutter and workspace-automationJoel Winarske1-2/+2
meta-flutter -dart_plugin_registrant work * dart plugin registrant called in all cases with --obfuscate enabled * default --obfuscate for gen_snapshot * make flutter app do_compile() easier to read * validate pubspec name against selected * default strip and obfuscate to gen_snapshot step obfuscate appears to resolve the issue with gallery not registering plugins it might be that obfuscate preserves the correct entry point * move flutter-app.inc to the include folder workspace-automation changes -default 3.13.9 -pubspec-path option (enables parsing federated plugins) -plugin-platform option (enables filtering federated plugins) -use engine archive instead of local build Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I5c869badea8658a6c1a0ee21bbded53e5886d070
2023-11-03Roll meta-flutterJoel Winarske1-1/+1
-Flutter SDK 3.13.9 -ivi-homescreen/flutter-auto Update Damage area: addresses resizing to larger size EGL 1.4 compatibility (Renesas) file-selector plugin support google-sign-in plugin updates egl config multisample build option warn-as-error fixes -AOT generation now includes dart_plugin_registrant.dart fixes: meta-flutter issue #115 -dart_plugin_registrant.dart is filtered for unused platforms -path_provider is dependent on xdg-user-dirs if you want official xdg directories, otherwise methods return home path. For apps that are dependent on xdg-user-dirs add xdg-user-dirs to your RDEPENDS, and run `xdg-user-dirs-update` on birthday boot from user that runs homescreen/flutter-auto. -ivi-homescreen/flutter-auto known working apps included in meta-flutter * flutter_markdown_example * google_maps_flutter_example runs - not plumbed into proprietary module * path_provider_example run xdg-user-dirs-update same user as the homescreen/flutter-auto runs as * animated_background_example * gallery * go_router_examples * google_sign_in_example * extension_google_sign_in_example * shared_preferences_example * file_selector_example runs, and zenity starts works on desktop homescreen/flutter-auto For AGL app activation code needed * url_launcher_example url launch works, webview launch/close not wired in For AGL app activation code needed * camera_example runs, does not talk to flutter-auto * wonders does not display anything shared_preference plugin issue - needs investigation appears to be pigeon related * in_app_purchase_example does not display anything appears to be pigeon related * video_player_example runs, does not talk to homescreen/flutter-auto. Needs update to work with upstream pigeon change Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I5f465816c074d9753d3f024e71575905b26b604d
2023-10-31Update Rust mixin layerScott Murray1-1/+1
Bump meta-lts-mixins:kirkstone/rust-1.68 to latest commit to get minor fix to ignore generated Python .pyc files. Bug-AGL: SPEC-4954 Change-Id: Ia6b326973619f34911200f77bfa63abed01daad8 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2023-10-23Update public BSPs to the latest KirkstoneDenys Dmytriyenko1-4/+4
Bump following layers to their latest commits: * meta-freescale * meta-freescale-3rdparty * meta-ti * meta-raspberrypi Re-test the affected platform: * imx8mq-evk * beaglebone/bbe * raspberrypi4 Bug-AGL: SPEC-4926 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I76d39fa32fd3d10fbb14ea6b7ab958cf59fae2c2
2023-10-23Update to YP 4.0.13Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.13 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-security ** meta-qt5 Basic testing has been performed on these platforms: * qemux86-64 * qemuarm/qemuarm64 * h3ulcb * raspberrypi4 * beaglebone/bbe * imx8mq-evk Bug-AGL: SPEC-4926 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: Ia06fe703c5ea8367d92d2d98ba6793170511969e
2023-10-17Roll meta-flutter & workspace-automationJoel Winarske1-2/+2
-meta-flutter Flutter 3.13.2 deprecate clang toolchain for homescreen + flutter-auto remove insane skip on depot-tools cipd fetcher implementation add impeller flags for engine build ivi-homescreen/flutter-auto (only difference here is name) * Unit Tests * spdlog replaces FML_LOG * Sink Logging messages from libnav_render.so * Handle case when Flutter engine passes present_with_info invalid * Sway/tinywl support * sentry native support * wayland event mask * ivi-shell support * navi interface 2 * misc plugin support for latest gallery * Flickering Fix * Wayland release key when focus changes * Build Option for EGL 3D Config * GL Resolver changes * Google Sign In support * Coalesce Touch and Mouse events * Navi Texture RenderBuffer * Navi support single threaded executor * ASIO for TaskRunner * misc null guards * compiler flags adjustments * No-op handling for SystemSound.play * Navi Texture Dispose Fix * DLT logging * Handle SystemChrome.setEnabledSystemUIMode * Dirty Region Management * Logging Plugin -workspace-automation * mask_rom flash option * fastboot support * package detection update for Ubuntu * Handle relative paths for docker * Impeller flag support * Builds engine locally by default * 3.13.2 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I3f4e2c4b2026cb7d8e6f0929f6f3c835991dbfdd
2023-10-11Add meta-tensorflow layer to externalMalik Talha2-0/+6
Tensorflow is required by the RASA framework which is used for voice/speech recognition tasks. Bug-AGL: SPEC-4856 Signed-off-by: Malik Talha <talhamalik727x@gmail.com> Change-Id: Ibec998d8ca687a324b1b55cd3b22ef532156dfc4
2023-10-09Update meta-renesasHau Vo1-1/+1
Update meta-renesas to latest commit of the kirkstone-dev branch to pick up latest bsp Bug-AGL: SPEC-4907 Signed-off-by: Hau Vo <hau.vo.ra@renesas.com> Change-Id: I1a19ab0469085160ec8fcbc58211c0d6733a0e69
2023-09-20Add meta-sifive to the BSPs availableJan-Simon Moeller2-0/+6
This adds meta-sifive in preparation of supporting the 'unmatched' dev board. Bug-AGL: SPEC-4909 Change-Id: I758338fec311e1493fe0087b7df397ddf8e2f3a1 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2023-08-31Update public BSPs to the latest KirkstoneDenys Dmytriyenko1-5/+5
Bump following layers to their latest commits: * meta-freescale * meta-freescale-3rdparty * meta-arm * meta-ti * meta-raspberrypi Re-test the affected platform: * imx8mq-evk * beaglebone/bbe * raspberrypi4 Bug-AGL: SPEC-4895 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: If21c80208db7077e23e08dc5f609505dfe7507aa
2023-08-31Update to YP 4.0.12Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.12 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-security ** meta-clang Basic testing has been performed on these platforms: * qemux86-64 * qemuarm/qemuarm64 * h3ulcb * raspberrypi4 * beaglebone/bbe * imx8mq-evk Bug-AGL: SPEC-4895 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I93851a3cfb048f792d48b15923cc2609e0506539
2023-08-23Update meta-lts-mixinsScott Murray2-1/+2
Bump meta-lts-mixins:kirkstone/rust-1.68 to latest commit to get fix for building on RISC-V platforms. Also correct oversight of not adding meta-lts-mixins to default-floating.xml. Bug-AGL: SPEC-4892 Change-Id: I809645a95bb527e6cdc325a8f4c82e654c18d770 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2023-08-04Update public BSPs to the latest KirkstoneDenys Dmytriyenko1-4/+4
Bump following layers to their latest commits: * meta-freescale * meta-freescale-3rdparty * meta-ti * meta-raspberrypi Re-test the affected platform: * imx8mq-evk * beaglebone/bbe * raspberrypi4 Bug-AGL: SPEC-4853 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I39b01490d149358068c92f0b10b55a6f27e94c97
2023-08-04Update to YP 4.0.11Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.11 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-security ** meta-clang Basic testing has been performed on these platforms: * qemux86-64 * qemuarm/qemuarm64 * h3ulcb * raspberrypi4 * beaglebone/bbe * imx8mq-evk Bug-AGL: SPEC-4853 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I72324f8a73bf148bf182d3a134a051d752cdf499
2023-07-19Prepare Prickly Pike Milestone 2pike_15.92.0pike/15.92.015.92.0Jan-Simon Moeller1-0/+89
Add the repo manifest. Bug-AGL: SPEC-4852 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Icded03d805212616fd4ddf208fcd4041f8f95ab8
2023-07-19Revert "Update to YP 4.0.11"Jan-Simon Moeller1-5/+5
Revert submission 29046 Reason for revert: Build failures on debian bookworm (clang) and icu/icu-native in CI after YP uprev. Bug-AGL: SPEC-4858 Reverted Changes: Ie66c0e675:Update to YP 4.0.11 I2600ebbcb:Update public BSPs to the latest Kirkstone Change-Id: I11f4d3a18ebb76d1dff194ed34f2c8b4ed6de134
2023-07-19Revert "Update public BSPs to the latest Kirkstone"Jan-Simon Moeller1-4/+4
Revert submission 29046 Reason for revert: Build failures on debian bookworm (clang) and icu/icu-native in CI after YP uprev. Bug-AGL: SPEC-4858 Reverted Changes: Ie66c0e675:Update to YP 4.0.11 I2600ebbcb:Update public BSPs to the latest Kirkstone Change-Id: I84d1c8c9cd7d612dc690e1f5cd04109ad5a5e520
2023-07-18Update public BSPs to the latest KirkstoneDenys Dmytriyenko1-4/+4
Bump following layers to their latest commits: * meta-freescale * meta-freescale-3rdparty * meta-ti * meta-raspberrypi Re-test the affected platform: * imx8mq-evk * beaglebone/bbe * raspberrypi4 Bug-AGL: SPEC-4853 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I2600ebbcb43c74407a91b854571d62e7d9bce7a8
2023-07-18Update to YP 4.0.11Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.11 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-security ** meta-clang Basic testing has been performed on these platforms: * qemux86-64 * qemuarm/qemuarm64 * h3ulcb * raspberrypi4 * beaglebone/bbe * imx8mq-evk Bug-AGL: SPEC-4853 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: Ie66c0e6752ac6f91bfa57aecc49c3c63a9435046
2023-07-10Update meta-renesasScott Murray1-1/+1
Per request from Renesas, update meta-renesas to latest commit of the kirkstone-dev branch to pick up fixes. Bug-AGL: SPEC-4854 Change-Id: I6e30dd8604fce762c0c24d48d4f4b2a5172214de Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2023-06-20Uprev SanCloud BSP to v6.3.0Paul Barker1-1/+1
Support for the Yocto Project kirkstone release series in the SanCloud BSP is still WIP and for now is limited to headless/telematics profiles. Bug-AGL: SPEC-4842 Signed-off-by: Paul Barker <paul.barker@sancloud.com> Change-Id: Iff1fc66c29af8e9eecc7b94662262cb72a5c48ed
2023-06-16Prepare Prickly Pike Milestone 1.1pike_15.91.1pike/15.91.115.91.1Jan-Simon Moeller1-0/+89
Respin of Prickly Pike Milestone 1 Add repo manifest. Bug-AGL: SPEC-4824 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I12f53ba7e4bf9f410f232e3f9b5c455690cac4af
2023-06-15Use correct revision of meta-flutterpike_15.91.0pike/15.91.015.91.0Jan-Simon Moeller1-1/+1
Use the revision with egl fixes in place for h3. Bug-AGL: SPEC-4820 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I6002f8d6806b7a4de8ebdc72904b5df88a6e3339
2023-06-15Prepare Prickly Pike Milestone 1Jan-Simon Moeller1-0/+89
Add the repo manifest. Bug-AGL: SPEC-4824 Change-Id: I921462451100e458a613bb69b17c740158038013 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2023-06-06flutter app bundle install compat + EGL 1.4Joel Winarske1-1/+1
-flutter app bundle compile/install compatibility -support EGL 1.4 Bug-AGL: SPEC-4820 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I365d3ee6eed83f25a8cd14b5bbc93bad70e8493a
2023-06-02Roll meta-flutterJoel Winarske1-1/+2
-updates meta-flutter repo -adds workspace-automation repo Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I2bcdcd8ef4b1314e6e86e0ab6c1e8169812766c9
2023-06-01Update public BSPs to the latest KirkstoneDenys Dmytriyenko1-2/+2
Bump following layers to their latest commits: * meta-freescale * meta-ti Re-test the affected platform: * imx8mq-evk * beaglebone Bug-AGL: SPEC-4809 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: Ie8593e9cdda6711b8559c50551b69b4db58f65d4
2023-06-01Update to YP 4.0.10Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.10 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-qt5 ** meta-clang Basic testing has been performed on these platforms: * qemux86-64 * h3ulcb * raspberrypi4 * imx8mq-evk Bug-AGL: SPEC-4809 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: Icf6e8a1ba8cc896a0f540b33c9bb88d0dd9dd7e7
2023-05-26Uprev SanCloud BSP to v6.2.0Paul Barker1-1/+1
Support for the Yocto Project kirkstone release series in the SanCloud BSP is still WIP and for now is limited to headless/telematics profiles. Bug-AGL: SPEC-4811 Signed-off-by: Paul Barker <paul.barker@sancloud.com> Change-Id: Ifa3a6807349e5b7b8f1fe1ae145ec43fcee5d90d
2023-05-12Add Kirkstone Rust 1.68 mixin layerScott Murray1-0/+1
Add a checkout of the kirkstone/rust-1.68 branch of the Yocto Project's meta-lts-mixins repository under the external hierarchy. It provides the newer Rust toolchain required for building the KUKSA.val databroker. Bug-AGL: SPEC-4762 Change-Id: I0e76512150285f17478a9670f8047fe80c56afba Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2023-05-08Update TI BSP to the latest KirkstoneDenys Dmytriyenko1-1/+1
Pick up the change in linux-bb.org kernel recipe to accept external kernel config fragments. Bug-AGL: SPEC-4785 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I9e806455dd424892ad0c0c28dec9339d6c713795
2023-05-03Update ARM and TI BSPs to the latest KirkstoneDenys Dmytriyenko1-2/+2
Bump following layers to their latest commits: * meta-arm * meta-ti Some very basic testing done for: * beaglebone * bbe * j721e-evm Bug-AGL: SPEC-4723 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: Ibda832a3c8960ab1b799b5410d50e1d8b0d5dac1
2023-04-27Update public BSPs to the latest KirkstoneDenys Dmytriyenko1-3/+3
Bump following layers to their latest commits: * meta-freescale * meta-freescale-3rdparty * meta-raspberrypi Re-test the affected platform: * imx8mq-evk * raspberrypi4 Bug-AGL: SPEC-4768 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I013b954a82441dbfba43c6818285d9c16068c108
2023-04-27Update to YP 4.0.9Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.9 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-qt5 ** meta-clang Basic testing has been performed on these platforms: * qemux86-64 * h3ulcb * raspberrypi4 * imx8mq-evk Bug-AGL: SPEC-4768 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I9eba0ea0f188e533082c376ace3091c77f19c632
2023-04-27Add templates for gitlab issues and merge requestsJan-Simon Moeller2-0/+4
Notify users to use jira.automotivelinux.org and gerrit.automotivelinux.org in the default messages. Bug-AGL: SPEC-4774 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I9c4a7cc67ff565503184674b3853bc2f382c4fef
2023-03-13Update public BSPs to the latest KirkstoneDenys Dmytriyenko1-2/+2
Bump following layers to their latest commits: * meta-freescale * meta-freescale-3rdparty Re-test the affected platform: * imx8mq-evk Bug-AGL: SPEC-4722 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I6e2265ddad40f5891e40d1c23f387215f1059750
2023-03-13Update to YP 4.0.8Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.8 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-security ** meta-clang Basic testing has been performed on these platforms: * qemux86-64 * h3ulcb * raspberrypi4 * bbe * imx8mq-evk Bug-AGL: SPEC-4722 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I832723f63840800ce958857d5602771126c8c243
2023-02-08Update public BSPs to the latest KirkstoneDenys Dmytriyenko1-4/+4
Bump following layers to their latest commits: * meta-freescale * meta-freescale-3rdparty * meta-arm * meta-ti Basic testing has been performed on these platforms: * qemux86-64 * h3ulcb * raspberrypi4 * bbe * imx8mq-evk Bug-AGL: SPEC-4697 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: Id13247c502cedd84f159d262ac1fc0953b32a15d
2023-02-08Update to YP 4.0.7Denys Dmytriyenko1-4/+4
* Update poky to the yocto-4.0.7 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-clang Bug-AGL: SPEC-4697 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: I93c9b3ca304c61657463a2f477b5aea8d3f69ff5
2023-01-29Prepare Optimistic Octopus Milestone 4octopus_14.94.0octopus/14.94.014.94.0Jan-Simon Moeller1-0/+87
Add the repo manifest. Bug-AGL: SPEC-4691 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: If741100914b4042f5a7507a48603ec7b20273e1d
2023-01-24Prepare Optimistic Octopus Milestone 3octopus_14.93.0octopus/14.93.014.93.0Jan-Simon Moeller1-0/+87
Add the repo manifest. Bug-AGL: SPEC-4677 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ia739d07c57a316cfc78665610c1748f0ea868b15
2023-01-06Update to YP 4.0.6Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.6 revision. * Also uprev the following layers: ** meta-openembedded ** meta-virtualization ** meta-qt5 ** meta-clang Bug-AGL: SPEC-4668 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: Ie74fc5e14aa5baad8d7d11c74975330079525cb7
2022-12-16Prepare Optimistic Octopus Milestone 2octopus_14.92.0octopus/14.92.014.92.0Jan-Simon Moeller1-0/+87
Add the distro manifest. Bug-AGL: SPEC-4650 Change-Id: I13ccceab2020e32d40ebd88a08e9271b97726ba5 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2022-11-21Prepare Optimistic Octopus Milestone 1octopus_14.91.0octopus/14.91.014.91.0Jan-Simon Moeller1-0/+87
Add the repo manifest file. Bug-AGL: SPEC-4616 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I7acb6bc39ecf71a6c540afe5cf97b96d033d9f55
2022-11-18Add branch manifests for convenienceJan-Simon Moeller17-0/+1643
This lets us check out the branches also from master. And it facilitates diffmanifest calls. Change-Id: Ic79a22e6f3d3b7fd60fad1239fe55fae365cae4f Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2022-11-08Update to YP 4.0.5 releaseJan-Simon Moeller1-2/+2
Update the repo manifest to use YP 4.0.5 Change-Id: Ie029d60dcfa2be396e913a336ca1530a3f623911 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2022-10-15Update to YP 4.0.4Denys Dmytriyenko1-5/+5
* Update poky to the yocto-4.0.4 revision. * Also uprev the meta-openembedded, meta-virtualization and meta-clang layers to pick up the latest security and build fixes. * The meta-raspberrypi BSP layer has also been updated to pick up their latest fixes and update to the firmware. Bug-AGL: SPEC-4585 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Change-Id: Iad8502da4231092ea178932dc1bbd8dbe075df54