summaryrefslogtreecommitdiffstats
path: root/recipes-apis/agl-service-cloudproxy
AgeCommit message (Collapse)AuthorFilesLines
2021-11-03Update github.com git:// SRC_URIsScott Murray1-1/+1
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 While a workaround in the BitBake git fetcher is forthcoming, not specifying protocol=https for github.com git:// SRC_URIs will start resulting in warnings in Yocto 3.5/Kirkstone. To ease our upgrade path, go ahead and update our affected SRC_URIs. Note that this has been done by running the scripts/contrib/convert-srcuri.py script from latest poky, which also makes git branch specification explicit since the git fetcher is likely to require that in the future due to widespread switches from master to main branches. Bug-AGL: SPEC-4126 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ibfa59ef83db75f95c4b47b28213b60d8cf19fba1 (cherry picked from commit 94a051785cdb588bc3a475a5490f1f286176d646)
2021-02-25Fix S definitions in various recipesScott Murray1-1/+1
Bitbake in poky master now warns if the path in the S variable definition has a trailing '/', remove all occurrences to reduce "next" branch maintenance. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I226095245c208e579b6b176d333918d5e1c70844
2020-10-26Add libcloudproxy to demo image and crosssdk as featureAndrey Shamanin1-0/+19
Bug-AGL: SPEC-3667 Signed-off-by: Andrey Shamanin <andrei.shamanin@orioninc.com> Change-Id: I9b14ebd1e3c3c647c8c2b90f02886b397e9a81bc
2020-10-23Adapt agl-service-cloudproxy dependenciesJan-Simon Moeller1-2/+2
The latest changes require the recipe to change. Also the LICENSE file had whitespace at the end removed. Required to fix the build. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I07c2ce652f67757ba303c343ed0410baf3f7e7ac
2020-10-20Add AWS SDK dependency to the cloudproxyAndrey Shamanin1-2/+2
Bug-AGL: SPEC-3644 Signed-off-by: Andrey Shamanin <andrei.shamanin@orioninc.com> Change-Id: I1810931aab0bc8dafc057f82517ba570a82f66fa
2020-09-23agl-service-cloudproxy: fix recipe branch/revisionScott Murray1-7/+6
Change branch and SRCREV in agl-service-cloudproxy recipe to use AGL_BRANCH and AGL_APP_REVISION variables like all other upstream service bindings. This will pick up: 329d8ba Add tests for cloudproxy service Also reordered some things in the recipe to match OE guidelines. Bug-AGL: SPEC-3485 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ica02bd4a34c41490105b2e88f085b0d6c163c615
2020-07-24Add the cloudproxy service in meta-agl-demojellyfish_9.99.2jellyfish/9.99.29.99.2Leonid Lazarev1-0/+24
The recipes for cloudproxy service has been added in ivi-service packagegroup The new feature cloudproxy has been added to agl-demo Bug-AGL: SPEC-3496 Change-Id: I9d9a2efd5d686b25b593ddc18a9147aa27d5054c Signed-off-by: Leonid Lazarev <leonid.lazarev@orioninc.com>