diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2017-01-20 16:30:39 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-26 14:14:55 +0000 |
commit | 9153078094ced14ad313fdafde302ba385d9a6b6 (patch) | |
tree | 5ee6b376d8bf9c47089720932ffa2da6ebbd1d62 /templates/feature/agl-sota | |
parent | a327fd4174936179f0ddf05b27019415c657f278 (diff) |
Move feature code into the meta recipes
* Having a minimlal local.conf serving the only purpose
of user customization is the "Yocto" way of doing things
* After a source synchronization (repo sync), feature code
must be update without regenerate local.conf
* move feature/agl-demo to meta-agl-demo
Change-Id: I6db3956da8091bf583b20fce7dc184bfe622a85a
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'templates/feature/agl-sota')
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 4960e1a..b361016 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -1,15 +1,2 @@ -DISTRO_FEATURES_append = " agl-ota" -OVERRIDES .= ":sota" - -IMAGE_INSTALL_append = " ostree" - -# live image for OSTree-enabled systems -IMAGE_CLASSES += "image_types_ostree image_types_ota" -IMAGE_FSTYPES += "ostreepush otaimg" - -# Please redefine OSTREE_REPO in order to have a persistent OSTree repo -OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" -OSTREE_BRANCHNAME ?= "agl-ota-${MACHINE}" -OSTREE_OSNAME ?= "agl" -OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" - +#see meta-agl-extra/meta-sota/conf/include/agl-sota.inc +require conf/include/agl-sota.inc |