diff options
| -rw-r--r-- | README.adoc | 12 | ||||
| -rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 2 | ||||
| -rw-r--r-- | recipes-support/libgsystem/libgsystem_git.bb | 40 | 
3 files changed, 8 insertions, 46 deletions
| diff --git a/README.adoc b/README.adoc index a2b0e3d..03a588a 100644 --- a/README.adoc +++ b/README.adoc | |||
| @@ -200,14 +200,16 @@ oe-selftest --run-tests updater | |||
| 200 | For more information about oe-selftest, including details about how to run individual test modules or classes, please refer to the https://wiki.yoctoproject.org/wiki/Oe-selftest[Yocto Project wiki]. | 200 | For more information about oe-selftest, including details about how to run individual test modules or classes, please refer to the https://wiki.yoctoproject.org/wiki/Oe-selftest[Yocto Project wiki]. | 
| 201 | 201 | ||
| 202 | == Manual provisoning | 202 | == Manual provisoning | 
| 203 | |||
| 203 | As described in <<sota-related-variables-in-localconf,SOTA-related variables in local.conf>> section you can set `SOTA_DEPLOY_CREDENTIALS` to `0` to prevent deploying credentials to the built `wic` image. In this case you get a generic image that you can use e.g. on a production line to flash a series of devices. The cost of this approach is that this image is half-baked and should be provisioned before it can connect to the backend. | 204 | As described in <<sota-related-variables-in-localconf,SOTA-related variables in local.conf>> section you can set `SOTA_DEPLOY_CREDENTIALS` to `0` to prevent deploying credentials to the built `wic` image. In this case you get a generic image that you can use e.g. on a production line to flash a series of devices. The cost of this approach is that this image is half-baked and should be provisioned before it can connect to the backend. | 
| 204 | 205 | ||
| 205 | Provisioning procedure depends on your provisioning recipe, i.e. the value of `SOTA_CLIENT_PROV` (equal to `aktualizr-auto-prov` by default). | 206 | Provisioning procedure depends on your provisioning recipe, i.e. the value of `SOTA_CLIENT_PROV` (equal to `aktualizr-auto-prov` by default): | 
| 207 | |||
| 206 | * For `aktualizr-auto-prov` put your `credentials.zip` to `/var/sota/sota_provisioning_credentials.zip` on the filesystem of a running device. If you have the filesystem of our device mounted to your build machine, prefix all paths with `/ostree/deploy/poky` as in `/ostree/deploy/poky/var/sota/sota_provisioning_credentials.zip`. | 208 | * For `aktualizr-auto-prov` put your `credentials.zip` to `/var/sota/sota_provisioning_credentials.zip` on the filesystem of a running device. If you have the filesystem of our device mounted to your build machine, prefix all paths with `/ostree/deploy/poky` as in `/ostree/deploy/poky/var/sota/sota_provisioning_credentials.zip`. | 
| 207 | * For `aktualizr-ca-implicit-prov` | 209 | * For `aktualizr-ca-implicit-prov` | 
| 208 | ** put URL to the used backend (together with protocol prefix and port number) to `/var/sota/gateway.url`. If you're using HERE OTA Connect, you can find the URL in `autoprov.url` file in your credentials archive. | 210 | ** put URL to the backend server (together with protocol prefix and port number) at `/var/sota/gateway.url`. If you're using HERE OTA Connect, you can find the URL in the `autoprov.url` file in your credentials archive. | 
| 209 | ** put client certificate, private key and root CA certificate (for the *server*, not for the *device*) to `/var/sota/import/client.pem`, `/var/sota/import/pkey.pem` and `/var/sota/import/root.crt` respectively. | 211 | ** put client certificate, private key and root CA certificate (for the *server*, not for the *device*) at `/var/sota/import/client.pem`, `/var/sota/import/pkey.pem` and `/var/sota/import/root.crt` respectively. | 
| 210 | * For `aktualizr-hsm-prov` | 212 | * For `aktualizr-hsm-prov` | 
| 211 | ** put URL to the used backend (together with protocol prefix and port number) to `/var/sota/gateway.url`. If you're using HERE OTA Connect, you can find the URL in `autoprov.url` file in your credentials archive. | 213 | ** put URL to the server backend (together with protocol prefix and port number) at `/var/sota/gateway.url`. If you're using HERE OTA Connect, you can find the URL in the `autoprov.url` file in your credentials archive. | 
| 212 | ** put root CA certificate (for the *server*, not for the *device*) to `/var/sota/import/root.crt`. | 214 | ** put root CA certificate (for the *server*, not for the *device*) at `/var/sota/import/root.crt`. | 
| 213 | ** put client certificate and private key to slots 1 and 2 of the PKCS#11-compatible device. | 215 | ** put client certificate and private key to slots 1 and 2 of the PKCS#11-compatible device. | 
| diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 501d636..3e3c951 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
| @@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
| 15 | 15 | ||
| 16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" | 
| 17 | 17 | ||
| 18 | DEPENDS += "attr bison-native libarchive libcap glib-2.0 gpgme libgsystem fuse e2fsprogs curl xz" | 18 | DEPENDS += "attr bison-native libarchive libcap glib-2.0 gpgme fuse e2fsprogs curl xz" | 
| 19 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 19 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 
| 20 | RDEPENDS_${PN}-dracut = "bash" | 20 | RDEPENDS_${PN}-dracut = "bash" | 
| 21 | 21 | ||
| diff --git a/recipes-support/libgsystem/libgsystem_git.bb b/recipes-support/libgsystem/libgsystem_git.bb deleted file mode 100644 index e2b362f..0000000 --- a/recipes-support/libgsystem/libgsystem_git.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | SUMMARY = "GIO-based library, targeted primarily for use by operating system components" | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
| 4 | |||
| 5 | SRC_URI = "gitsm://github.com/GNOME/libgsystem.git" | ||
| 6 | SRCREV="d606bec68ddfea78de4b03c3f3568afb71bdc1ce" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | inherit autotools-brokensep gobject-introspection | ||
| 11 | |||
| 12 | DEPENDS += "attr glib-2.0 pkgconfig libcap gtk-doc-native gpgme" | ||
| 13 | RDEPENDS_${PN} = "xz " | ||
| 14 | RDEPENDS_${PN}_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" | ||
| 15 | |||
| 16 | RDEPENDS_${PN}_remove_class-native = "systemd-native" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native" | ||
| 19 | |||
| 20 | export STAGING_INCDIR | ||
| 21 | export STAGING_LIBDIR | ||
| 22 | |||
| 23 | do_configure() { | ||
| 24 | #NOCONFIGURE=true ./autogen.sh | ||
| 25 | autoreconf -vfi | ||
| 26 | oe_runconf | ||
| 27 | } | ||
| 28 | |||
| 29 | do_compile_prepend() { | ||
| 30 | export BUILD_SYS="${BUILD_SYS}" | ||
| 31 | export HOST_SYS="${HOST_SYS}" | ||
| 32 | } | ||
| 33 | |||
| 34 | FILES_${PN} += " \ | ||
| 35 | ${datadir} \ | ||
| 36 | ${datadir}/gir-1.0 \ | ||
| 37 | ${datadir}/gir-1.0/GSystem-1.0.gir \ | ||
| 38 | ${libdir}/girepository-1.0/ \ | ||
| 39 | ${libdir}/girepository-1.0/GSystem-1.0.typelib \ | ||
| 40 | " | ||
