summaryrefslogtreecommitdiffstats
path: root/default.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-03-02Update 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 (cherry picked from commit f64e83e9175a2debabe9d822ef27431bc38d2872)
2023-02-21Update 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 (cherry picked from commit a16dc98a8fb9e37aa38b0c2e99ec46e648581d6c)
2023-01-16Update 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-11-10Update 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> (cherry picked from commit e03ff968fbed86027d8d5ef714a9006535ec02b0)
2022-10-24Update 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 (cherry picked from commit 2e73d8ff959c39ee564a385c995d10b9ea1a0f92)
2022-10-07Initial kirkstone support for SanCloud BBEPaul Barker1-3/+3
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 (cherry picked from commit 3dce7f79ac1b0c26cbf3c0f01c1738b863897fe9)
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-09-12Update 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 (cherry picked from commit 8e2cbab3afb4f455b747d4669ede1b6fd28d85f4)
2022-08-11Update manifests to point at needlefish branchScott Murray1-1/+1
Update default.xml and default-floating.xml to point at the needlefish branch instead of master. Bug-AGL: SPEC-4523 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ied21918ccaa1ab8c8a1c6f5ffdead8b6045bb56b
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-26Add meta-selinuxScott Murray1-0/+3
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-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 Murray1-6/+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 Martret1-1/+1
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Ie0da518046d5a7ba049d9254519b487d8688ad85
2022-06-15Feature cleanup for Nifty NeedlefishJan-Simon Moeller1-4/+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 Desneux1-1/+1
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 Martret1-1/+1
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 Murray1-7/+7
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 Moeller1-1/+1
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 Murray1-10/+10
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 Moeller1-22/+22
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-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 Martret1-2/+2
Bug-AGL: SPEC-4234 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: I15ac4691ebfb7958e73360d568ab3b7728eebd60
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-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 Barker1-3/+3
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 Moeller1-11/+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 Moeller1-0/+3
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-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 Martret1-2/+2
* 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 Ghosh1-0/+3
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
2021-08-12Update to Yocto Project dunfell 3.1.10Jan-Simon Moeller1-2/+2
Update poky to 3.1.10 and meta-openembedded at the same time. Bug-AGL: SPEC-4050 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ied778622bd97b83b4d6c27a1abd4f0099e02b917
2021-07-08Update to YP 3.1.9Scott Murray1-5/+5
Update poky to the yocto-3.1.9 revision, and also uprev the meta-openembedded, meta-virtualization, and meta-python2 layers to pick up latest dunfell fixes. Additionally, the meta-raspberrypi BSP layer has been updated to pick its latest fixes and kernel updates. Bug-AGL: SPEC-4017 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7794ec92d566806457f9be6c7c0a0760b5035159
2021-06-10Update to YP 3.1.8Scott Murray1-3/+3
Update poky to the yocto-3.1.8 revision, and also uprev the meta-openembedded and meta-security layers to pick up latest dunfell fixes. No BSP layers have been updated. Bug-AGL: SPEC-3984 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I83c0260ca7a24f9e8594780e1248f52ad3a8e462
2021-06-08Update meta-virtualizationScott Murray1-1/+1
Bump meta-virtualization to latest dunfell to pick up LXC 4.0.6 recipe backport. This covers the version for the IC EG's container integration. Bug-AGL: SPEC-3953 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I8a83da135397bef538431aad0d2e45e54f9947fb
2021-05-31Update meta-sancloud to dunfell-r3 releasePaul Barker1-1/+1
Signed-off-by: Paul Barker <paul.barker@sancloud.com> Change-Id: I35b3c04b08d636cc7ed1cb8a84d230f16bcf8898
2021-05-31Remove old cyclone5 reposJan-Simon Moeller1-4/+0
This is no longer in active use and will be removed. Bug-AGL: SPEC-3943 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I09eab8996b224c5b8636898366a0a043a95c9a36
2021-05-12Update meta-ti to 07.03.00.005 releasePaul Barker1-1/+1
Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk> Change-Id: I8efb2de42e7827f16ef5b3d0f2ea49f4371120bb