diff options
-rw-r--r-- | conf/distro/sota.conf.inc | 2 | ||||
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index fa152c8..c6f914d 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | IMAGE_INSTALL_append = " rvi-sota-client" | 1 | IMAGE_INSTALL_append = " ostree rvi-sota-client" |
2 | 2 | ||
3 | # live image for OSTree-enabled systems | 3 | # live image for OSTree-enabled systems |
4 | IMAGE_CLASSES_append = " image_types_ostree image_types_ota" | 4 | IMAGE_CLASSES_append = " image_types_ostree image_types_ota" |
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 3d12de8..d444669 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -17,8 +17,8 @@ BBCLASSEXTEND = "native" | |||
17 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd" | 17 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd" |
18 | DEPENDS_remove_class-native = "systemd-native" | 18 | DEPENDS_remove_class-native = "systemd-native" |
19 | 19 | ||
20 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz" | 20 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release" |
21 | RDEPENDS_${PN}_remove_class-native = "python-native" | 21 | RDEPENDS_${PN}_remove_class-native = "python-native os-release-native" |
22 | 22 | ||
23 | EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" | 23 | EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" |
24 | EXTRA_OEMAKE = "CFLAGS='-g'" | 24 | EXTRA_OEMAKE = "CFLAGS='-g'" |