From 1fd8b185e035efac6803349372af60e0553e7f6e Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Thu, 1 Feb 2018 16:57:52 +0100 Subject: Latest aktualizr/garage-sign. --- recipes-sota/aktualizr/aktualizr_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 67ec104..5c6c311 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb @@ -21,7 +21,7 @@ SRC_URI = " \ file://aktualizr.service \ file://aktualizr-serialcan.service \ " -SRCREV = "07d73645231681848bd943074498581e930d8582" +SRCREV = "0060d22191f3bec9d3331118a04c1285ef67db90" BRANCH ?= "master" S = "${WORKDIR}/git" @@ -42,6 +42,7 @@ do_install_append () { } do_install_append_class-target () { rm -f ${D}${bindir}/aktualizr_implicit_writer + rm -f ${D}${libdir}/sota/sota.toml ${@bb.utils.contains('SOTA_CLIENT_FEATURES', 'secondary-example', '', 'rm -f ${D}${bindir}/example-interface', d)} ${@bb.utils.contains('SOTA_CLIENT_FEATURES', 'secondary-isotp-example', '', 'rm -f ${D}${bindir}/isotp-test-interface', d)} -- cgit v1.2.3-54-g00ecf From 90863a01b53362e9c82fd28e87606c4cadb6fdb1 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Fri, 2 Feb 2018 12:12:21 +0100 Subject: Latest aktualizr with ostree ca cert fix. --- recipes-sota/aktualizr/aktualizr_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 5c6c311..82da19c 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb @@ -21,7 +21,7 @@ SRC_URI = " \ file://aktualizr.service \ file://aktualizr-serialcan.service \ " -SRCREV = "0060d22191f3bec9d3331118a04c1285ef67db90" +SRCREV = "23eb094a8b3faaac7c0b2a85f902c67804a7d3d3" BRANCH ?= "master" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf From 2d3e4530c07df2ad0cab16d90ede7f9c482c7022 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Fri, 2 Feb 2018 13:44:59 +0100 Subject: Add SRCREV_pn-aktualizr to documentation. --- CONTRIBUTING.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 7255a72..69509c3 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -10,6 +10,6 @@ We welcome pull requests from everyone. Here are some notes that are useful for | `require classes/sota_bleeding.inc` | Always build the latest master of Aktualizr | `BRANCH_pn-aktualizr = "mybranch"` `BRANCH_pn-aktualizr-native = "mybranch"` | Build `mybranch` of Aktualizr (note that both of these need to be set). This will normally be used with `require classes/sota_bleeding.inc` +| `SRCREV_pn-aktualizr = "1004efa3f86cef90c012b34620992b5762b741e3"` +`SRCREV_pn-aktualizr-native = "1004efa3f86cef90c012b34620992b5762b741e3"` | Build the specified revision of Aktualizr (note that both of these need to be set). | `TOOLCHAIN_HOST_TASK_append = " nativesdk-cmake "` | Use with `bitbake -c populate_sdk core-image-minimal` to build a SDK - - -- cgit v1.2.3-54-g00ecf