summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
8 daysRepository refreshes for Scarthgap upgradenextScott Murray2-26/+30
Upgrade more repositories to their scarthgap branches as they've become available, and refresh to latest commits. Also added u-boot mixin to use with Raspberry Pi 5 builds. Bug-AGL: SPEC-4578 Change-Id: Ie9c9d88e4848d483381211ae2d2f481f38826e32 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2024-04-06Add BSP layers for RISC-V boardsJan-Simon Moeller2-0/+12
This adds two BSP layers for multiple RISC-V boards. It enables development for SiFive and other boards. Bug-AGL: SPEC-5111 Change-Id: I3f6c0617b443cd03122a5869b05a815926b264af Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2024-03-22Update flutter layer and downgrade clang layerJan-Simon Moeller1-3/+5
The flutter layer has been updated. Also downgrade for now meta-clang due to a build issue in llvm 18.1.x branch. Change-Id: I85f1e6b118dffc58b117131c030588c91bc789dd Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2024-03-20Switch to tracking upstream master branchesScott Murray2-34/+28
Tweak things to use latest upstream for external repositories, and switch the AGL repositories to using their "next" branches. Bug-AGL: SPEC-4578 Change-Id: I445a0d632a909fe63ce8a039b6e888eb714a4e33 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
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
2022-10-07Initial kirkstone support for SanCloud BBEPaul Barker2-5/+5
Update the meta-sancloud, meta-ti & meta-rtlwifi layers to provide initial support for the SanCloud BBE on the Yocto Project kirkstone release. The tracking branches for both meta-sancloud & meta-ti are also updated to point at kirkstone. This support is still WIP and for now is limited to headless/telematics profiles. Bug-AGL: SPEC-4582 Signed-off-by: Paul Barker <paul.barker@sancloud.com> Change-Id: I20d3ad0e6d56e809be9597064834c3cc14e40e2b
2022-09-12Roll meta-flutterJoel Winarske1-1/+1
-pin flutter SDK to 3.3.1 -flutter-engine do_install[network] = "1" -flutter apps addition/updates explicit use of `flutter build bundle` -setup_flutter_workspace.py updates support variable substituion, etc -add flutter.runtime to engine_sdk.zip -flutter-auto: xdg-shell-app-id ignore AOT if profile/release Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I35d513329f9dca0b435e0a3c32406a5cb167c719
2022-08-30Update to YP 4.0.3Scott Murray1-10/+9
Update poky to the yocto-4.0.3 revision, and also uprev the meta-openembedded, meta-virtualization, meta-security, and meta-clang layers to pick up the latest security and build fixes. The meta-renesas and meta-freescale BSP layers have also been updated to pick up their latest fixes, in the case of meta-renesas this includes a required gstreamer upgrade to match poky. Bug-AGL: SPEC-4537 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I17ee7e98ceb5a7285abde6782b7fcde6a5ce805b
2022-08-05[RCAR] Update RCAR BSPRonan Le Martret1-1/+1
* Fix "kernel-module-vspmif" * Update gstreamer 1.20.1 to 1.20.2 Bug-AGL: SPEC-4517 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Ia9947d09e596767b7a14d88ef957569fabd43dd2
2022-08-04Roll meta-flutterJoel Winarske1-1/+2
- Roll ivi-homescreen Makes default window type Background. No-op in case of desktop. - Remove ivi-homescreen system service logic in favor of using bbappend for a given platform - add recipe for flutter-auto this points to the `agl` branch on https://github.com/toyota-connected/ivi-homescreen this renames homescreen to flutter-auto - Replaces explicit recipe names with bbclass implementations `release` becomes `runtimerelease` `profile` becomes `runtimeprofile` `debug` becomes `runtimedebug` - tools/setup_flutter_workspace.py job aid that setups a FLUTTER_WORKSPACE based on configuration file - adds flutter_sdk.version file to engine_sdk.zip. This allows querying runtimedebug target to get flutter SDK commit - Backend selection for ivi-homescreen defaults to backend-egl unless DISTRO_FEATURES includes vulkan - Localization test app Bug-AGL: SPEC-4326 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I366fe6881d4c4896995e46686585cbb2939d572e
2022-07-31Prepare Nifty Needlefish Milestone 2needlefish_13.92.0needlefish/13.92.013.92.0Jan-Simon Moeller1-0/+87
Add the repo manifest. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I3defe2ad0b4b4b2fc33e269efdf1119b2c55fc79
2022-07-26Add meta-selinuxScott Murray2-0/+6
Add meta-selinux to the default manifests to allow using it for SELinux support. Bug-AGL: SPEC-4332 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I3ee2f81436d09960afe33e80991ad92013302bb4
2022-07-15Roll meta-flutterJoel Winarske1-1/+1
-Export http proxy -Flutter app class updates -Example apps refactored into tests -Ivi-homescreen pinned Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I8f68dd032d699cd2560a839ca81ed45b0e0f7196
2022-07-15Add manifest for Nifty Needlefish Milestone 1needlefish_13.91.0needlefish/13.91.013.91.0Jan-Simon Moeller1-0/+84
Bug-AGL: SPEC-4476 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I0c369369fff05ea28a9270778625e1beba048ae3
2022-07-13Update to YP 4.0.2Scott Murray1-6/+6
Update poky to the yocto-4.0.2 revision, and also uprev the meta-openembedded, meta-virtualization, and meta-clang layers to pick up the latest security and build fixes. The meta-freescale BSP layers have also been update to pick up the addition of a 5.15 LTS kernel recipe. Bug-AGL: SPEC-4473 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifcda956409556a791e21b97c219c1fba96e48372
2022-07-05Machine cleanup for Nifty NeedlefishScott Murray2-12/+0
Remove meta-synopsys and meta-qcom layers that were required only for machines that support is being dropped for, namely: - hsdk - dragonboard-410c - dragonboard-820c Bug-AGL: SPEC-4402 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ibf48c278197438f2603489d9cab13ba1cb215f5c
2022-06-17[RCAR] Update meta-rcar branch nameRonan Le Martret2-2/+2
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Ie0da518046d5a7ba049d9254519b487d8688ad85
2022-06-15Feature cleanup for Nifty NeedlefishJan-Simon Moeller2-8/+0
Remove features with upstream deprecated or unmaintained: - meta-ros2 - meta-gplv2 Bug-AGL: SPEC-4407 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ic491a56d71792ef1e861e0421c55ebbe35d9c49a
2022-06-06Roll meta-flutterJoel Winarske1-1/+1
-Parity with dunfell -Secure storage -Default it to build latest Flutter SDK stable -Complex apps supported -pub cache archive/restore adds additional folders -additional flutter application examples -Rust Membrane Crate example -Enable https for ffmpeg -Adds FLUTTER_BUILD_ARGS. Override with `linux` as needed. -Default FLUTTER_EXTRA_BUILD_ARGS to FLUTTER_RUNTIME -Adds FLUTTER_REMOVE_LINUX_BUILD_ARTIFACTS. -Adds clang deps to flutter-app.bbclass Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: Iebd3e1955cd676b2a5ca34c9c7570d6f0a48d2ee
2022-05-25Update to YP 4.0.1Scott Murray1-4/+4
Update poky to the yocto-4.0.1 revision, and also uprev the meta-openembedded, meta-security, and meta-virtualization layers to pick up the latest security and build fixes. Bug-AGL: SPEC-4406, SPEC-4379 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I3293d77eacc4f580baa81fb6c45da37b95f3f5e9
2022-05-17[RCAR] Update meta-rcar on YP kirkstone (stable branch)Stephane Desneux2-2/+2
Switch to the stable branch 'kirkstone-dev' on meta-renesas from Renesas Same operation will happen on Cogent layer 'meta-rcar' when ready. Bug-AGL: SPEC-4343 Change-Id: I9086e1be01e57cb9cba0a856c55c6c6159f069b5 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2022-05-10[RCAR] Update meta-rcar on YP kirkstoneRonan Le Martret2-2/+2
Switch to the kirkstone branch on the meta-rcar from Cogent. Bug-AGL: SPEC-4343 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Ie9a5a2a055993fa31aa01067cf50c86d66943376
2022-05-05More post YP 4.0/kirkstone upgrade updatesScott Murray2-13/+13
Changes: - Switch to the kirkstone branches of meta-virtualization, meta-clang, meta-freescale, and meta-freescale-3rdparty now that those repositories have added them. - Update poky and meta-openembedded to latest kirkstone branch commits to pick up some more post-4.0 fixes. The fixes to handle the change in git behavior on the build host with respect to the fix for CVE-2022-24765 are still in queue upstream, they should come in with another update planned for next week. - Update meta-ti to pick up some fixes as upstream works towards a release and creating a kirkstone branch. - Fixed a couple of branch specifiers in default-floating.xml that had been missed in previous updates. Bug-AGL: SPEC-4343 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I47fef929f892ec618687f9200171e1a25356be8b
2022-05-02Part two of the update to YP kirkstoneJan-Simon Moeller2-2/+2
With the changes now in the master repositories, we can change completely over. Bug-AGL: SPEC-4343 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I93b1cf3400b01dad4587dcc51239cd62727faa90
2022-04-29Post YP 4.0/kirkstone upgrade updatesScott Murray2-15/+15
Changes: - Switch meta-openembedded, meta-qt5, meta-python2, meta-arm, and meta-raspberrypi to their recently added kirkstone branches. - Update poky to a commit that includes the tagged 4.0 commit plus some of the post-release documentation fixes as well as some other minor fixes. The fixes to handle the change in git behavior on the build host with respect to the fix for CVE-2022-24765 are queued upstream, another update will needed next week to get them when they land. - Update meta-virtualization to latest master commit to pick up some Xen updates. A kirkstone branch should be coming for it soon, as upstream discussion indicates these changes were partly gating it. - Update meta-ti to latest master commit. One of the maintainers has indicated a kirkstone branch should be coming early next week. Bug-AGL: SPEC-4343 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ifc433115bdf57963554be5045c097aceb340e092
2022-04-26Update master branch to YP 4.0 aka kirkstoneJan-Simon Moeller2-39/+42
Thanks to the continuous updates from Scott on the next branch, we can uprev directly when kirkstone is about to be released. In this step we do uprev the AGL-repo to what is in our 'next' branch. Then we will update the meta-agl* layers and change the default back to master. Bug-AGL: SPEC-4343 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I52b87c21be95bafa0813f6388211073ae2b8d35b
2022-02-26Add manifest file for Magic Marlin Milestone 3marlin_12.93.0marlin/12.93.012.93.0Jan-Simon Moeller1-0/+94
Add the manifest file. Bug-AGL: SPEC-4268 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ie3766a1b1c43f54dab1dc7595ff82690b21d1694
2022-02-25Update BSP for SanCloud bbe & TI j7-evmPaul Barker1-2/+2
The BSPs used for TI based platforms need to be updated together. After this update the new versions are: * SanCloud BSP dunfell-r6 * TI CoreSDK 08.01.00.006 Bug-AGL: SPEC-4156 Signed-off-by: Paul Barker <paul.barker@sancloud.com> Change-Id: I0bcdf6401f96e42219e4c4cbfa63c4d4e352a187
2022-02-17Update to YP 3.1.14Jan-Simon Möller1-4/+4
Update poky to the yocto-3.1.14 revision, and also uprev the meta-virtualization and meta-clang layer to pick up the latest dunfell build fixes. Bug-AGL: SPEC-4240 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I1ece3af9fea955939089ee7f5a140fd05c347532
2022-02-09[RCAR] Update RCAR BSP to 5.9.0Ronan Le Martret2-4/+4
Bug-AGL: SPEC-4234 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: I15ac4691ebfb7958e73360d568ab3b7728eebd60
2022-02-07Upload manifest for Magic Marlin Milestone 2marlin_12.92.0marlin/12.92.012.92.0Jan-Simon Möller1-0/+94
Upload the repo manifest. Change-Id: I13332ead5ba9a37b65bbec47a1a32a277e81031c Bug-AGL: SPEC-4245 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2022-02-04Update meta-flutterJoel Winarske1-1/+1
- meta-flutter updates Deprecate FLUTTER_CHANNEL in favor of FLUTTER_SDK_TAG Remove need for TARGET_GCC_VERSION and FLUTTER_CLANG_VERSION variables Enable building for private engine branches vk-flutter-engine recipes (temporary till Vulkan PR is merged to master) ivi-homescreen package parameters for setting EGL GLES 2/3, EGL Context version, EGL Transparency flag. separate package for flutter engine_sdk. Allows optional install to target image default FLUTTER_CHANNEL = "stable", opposed to "beta". FLUTTER_APPLICATION_PATH variable to support monolithic flutter app repos. Allows setting project path from base repo. FLUTTER_EXTRA_BUILD_ARGS to pass parameters to 'flutter build bundle'. Add build dependency libxbcommon required for text plugin support Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: Ie362b6b9669940500d930543cf5262b8f9d15c09
2022-01-12Update to YP 3.1.13Scott Murray1-4/+4
Update poky to the yocto-3.1.13 revision, and also uprev the meta-openembedded layer to pick up the latest dunfell security & build fixes. Additionally, the meta-freescale BSP layers have been updated to pick up the latest stable kernels and some github SRC_URI fixes. Bug-AGL: SPEC-4212 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia0c18e6e0a30248deb26591eb3e95b9a7d3d9cda
2021-12-24Add manifest for Magic Marlin M1 v12.91.0marlin_12.91.0marlin/12.91.012.91.0Jan-Simon Moeller1-0/+94
Add the manifest. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I8ec51d3a22f8b0e2c333a0cda49b931d521ea4c3
2021-12-08Update meta-flutterJoel Winarske1-1/+1
This update brings in new engine packages and images. Bug-AGL: SPEC-3852 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: Ief0f9b2c74b3347201164e3436e06bb9cad1905d
2021-12-06Update BSP for SanCloud bbe & TI j7-evmPaul Barker2-4/+4
The BSPs used for TI based platforms need to be updated together. After this update the new versions are: * SanCloud BSP dunfell-r5 * TI CoreSDK 08.00.00.004 Additionally, the meta-rtlwifi layer must be updated to the latest commit on the master branch to support the 5.10 kernel used by the above BSP releases. The master branch of this repository is compatible with all currently supported Yocto Project release branches. Bug-AGL: SPEC-4156 Signed-off-by: Paul Barker <paul.barker@sancloud.com> Change-Id: I2376c98d6a1a10a007262247319cad34ecdfee7f
2021-11-24Update to YP 3.1.12Scott Murray1-4/+4
Update poky to what will be the yocto-3.1.12 revision, and also uprev the meta-openembedded and meta-virtualization layers to pick up the latest dunfell security & build fixes. Additionally, the meta-raspberrypi BSP layer has been updated to pick up a firmware build fix. Bug-AGL: SPEC-4151, SPEC-4126 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib341b236d80c3815aa2a95e500ae4a7d46906531
2021-11-20Remove unused and deprecated layersJan-Simon Moeller2-22/+0
As master is transitioning to the new app framework, it is time to clean-up the layer dependencies. In this round: - remove meta-updater as the server side is no longer maintained - alexa-auto-sdk is now unused - meta-iot-cloud is now unused v2: leave meta-security for tpm use-cases Bug-AGL: SPEC-4121 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I8809c5546b1d3c3769c332095c59ef13e6507fe4
2021-11-17Pull down meta-flutter as external repositoryJan-Simon Moeller2-1/+7
Add github.com/meta-flutter/meta-flutter as external repository for use by the meta-agl-flutter integration. Bug-AGL: SPEC-3852 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I57f85a3d66d6416e6d6e7ce9f513fbf3dd4ecaa3
2021-11-04Add manifest for marlin_12.90.1 and tag pre-reworkmarlin_12.90.1marlin/12.90.112.90.1Jan-Simon Moeller1-0/+102
We will do a larger rework. Before we start, let's tag the current state. Bug-AGL: SPEC-4121 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ic0421e0ee62a54480e1bff2e8171390535890a3f
2021-11-03Update poky to include fetcher fix for github dropping git:// supportJan-Simon Möller1-1/+1
To avoid parsing errors we do uprev to this commit on the dunfell branch. This is to include the upstream patch: bitbake: fetch/git: Handle github dropping git:// support github is dropping support for git protocol in Git urls. Add code to remap this to https in a way that could be used in older bitbake versions. (Bitbake rev: c222eddcebe892ae209aea7776cfc1147ac1df6e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> GitHub is dropping unauthenticated git protocol access in January 2022, per: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git Bug-AGL: SPEC-4126 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I6c1120dc9c4a3f79ff65f07584ece9ea7f6344b5
2021-10-29Update RCAR BSP to 5.5.0 versionRonan Le Martret2-4/+4
* Update meta-rcar and meta-renesas to BSP v5.5.0 Bug-AGL: SPEC-4081 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Ida01ce7e3b36229420b40b42b38ccfc267318da8 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2021-10-07Update to YP 3.1.11Scott Murray1-6/+6
Update poky to the yocto-3.1.11 revision, and also uprev the meta-openembedded, meta-virtualization, meta-security, and meta-clang layers to pick up latest dunfell security & build fixes. Additionally, the meta-raspberrypi BSP layer has been updated to pick the latest firmware release. Bug-AGL: SPEC-4104 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7c8718e5fec1fa7e763011ac393bdb1bb4e177a7
2021-09-10default.xml: update meta-openembeddedScott Murray1-1/+1
Update meta-openembedded to pick up latest dunfell fixes, including a dlt-daemon upgrade requested by the IC EG. Bug-AGL: SPEC-4005 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I96760f9f24e1dfc4175b5978b89d66c06810bddc
2021-09-04Update SanCloud BSP to dunfell-r4.1 releasePaul Barker1-1/+1
Bug-AGL: SPEC-4067 Signed-off-by: Paul Barker <paul.barker@sancloud.com> Change-Id: I93898c5946f351dee1ab3c0ff5d09db501413997
2021-08-26Update to Alexa Auto SDK 2.3.1Scott Murray1-1/+1
Update from Alexa Auto SDK 2.3.0 to 2.3.1. Bug-AGL: SPEC-4057 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I4bae58474071451657a7f93df7a52fc71acc1ca6
2021-08-23Add meta-ros layer as external dependencyShankho Boron Ghosh2-0/+6
meta-ros dunfell branch Last commit : https://github.com/ros/meta-ros/commit/7ded597103e8e54ffa979d042cdbbedb76ff7cb5 Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com> Change-Id: I2c670560e991b0ecfd65cb2508f049de341b8885
2021-08-17Make master compatible with the new syntax for overridesJan-Simon Möller1-1/+1
Upstream YP introduced a new syntax for overrides e.g.: SRC_URI_qemux86 = file://somefile becomes: SRC_URI:qemux86 = file://somefile While this change is only *required* for the upcoming YP 3.4 'honister' release, YP 3.1 'dunfell' got extended to allow the new syntax to be parsed. Unfortunately 3.1.10 did not include this, yet. We do move past 3.1.10 by 3 commits here to simplify our work on master and next. See: https://docs.yoctoproject.org/migration-guides/migration-3.4.html?highlight=overrides#override-syntax-changes Bug-AGL: SPEC-4052 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Icc342275500915e38d7ddf6d09db21297539a3c1