summaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2018-10-25 17:31:34 +0200
committerGitHub <noreply@github.com>2018-10-25 17:31:34 +0200
commitd2ca4d8b48a88570b612154703562b55b55ce0ca (patch)
tree383a4b7e1ef89e777c334cbb03e9b4f11e56bb49 /README.adoc
parentce96109093527808be935313cde400973862e2de (diff)
parentf07be1805cc22b5428ff529b705731360b485d06 (diff)
downloadmeta-updater-d2ca4d8b48a88570b612154703562b55b55ce0ca.tar.gz
Merge pull request #410 from agners/use-imgdeploydir
Use IMGDEPLOYDIR
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 3f9c392..cccba9f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -46,7 +46,7 @@ bitbake agl-demo-platform
46and get as a result an `ostree_repo` folder in your images directory (`tmp/deploy/images/$\{MACHINE}/ostree_repo`). It will contain: 46and get as a result an `ostree_repo` folder in your images directory (`tmp/deploy/images/$\{MACHINE}/ostree_repo`). It will contain:
47 47
48* your OSTree repository, with the rootfs committed as an OSTree deployment, 48* your OSTree repository, with the rootfs committed as an OSTree deployment,
49* an `otaimg` bootstrap image, which is an OSTree physical sysroot as a burnable filesystem image, and optionally 49* an `ota-ext4` bootstrap image, which is an OSTree physical sysroot as a burnable filesystem image, and optionally
50* some machine-dependent live images (e.g. `.wic` for Raspberry Pi or `.porter-sdimg-ota` Renesas Porter board). 50* some machine-dependent live images (e.g. `.wic` for Raspberry Pi or `.porter-sdimg-ota` Renesas Porter board).
51 51
52Although `aglsetup.sh` hooks provide reasonable defaults for SOTA-related variables, you may want to tune some of them. 52Although `aglsetup.sh` hooks provide reasonable defaults for SOTA-related variables, you may want to tune some of them.