diff options
Diffstat (limited to 'conf/distro/sota.conf.inc')
| -rw-r--r-- | conf/distro/sota.conf.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index c8b4388..55e9cac 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DISTRO_FEATURES_append = " sota" | 1 | DISTRO_FEATURES_append = " sota" |
| 2 | OVERRIDES .= ":sota" | 2 | OVERRIDES .= ":sota" |
| 3 | 3 | ||
| 4 | IMAGE_INSTALL_append = " ostree" | 4 | IMAGE_INSTALL_append = " ostree os-release" |
| 5 | 5 | ||
| 6 | # live image for OSTree-enabled systems | 6 | # live image for OSTree-enabled systems |
| 7 | IMAGE_CLASSES += "image_types_ostree image_types_ota" | 7 | IMAGE_CLASSES += "image_types_ostree image_types_ota" |
| @@ -13,6 +13,9 @@ do_image_wic[depends] += "${IMAGE_BASENAME}:do_image_otaimg" | |||
| 13 | IMAGE_FSTYPES_remove_raspberrypi3 = "wic" | 13 | IMAGE_FSTYPES_remove_raspberrypi3 = "wic" |
| 14 | IMAGE_FSTYPES_remove_raspberrypi2 = "wic" | 14 | IMAGE_FSTYPES_remove_raspberrypi2 = "wic" |
| 15 | 15 | ||
| 16 | # QEMU emulation uses plain otaimg, no wic needed | ||
| 17 | IMAGE_FSTYPES_remove_qemux86-64 = "wic" | ||
| 18 | |||
| 16 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo | 19 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo |
| 17 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" | 20 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" |
| 18 | OSTREE_BRANCHNAME ?= "ota-${MACHINE}" | 21 | OSTREE_BRANCHNAME ?= "ota-${MACHINE}" |
