diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-28 12:45:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-10-28 18:29:38 +0000 |
commit | 202d801eb83c456ee44a15ccf6142e7d23a80cbc (patch) | |
tree | 344dee75fc3a300f2375162d7f43370842fe716d /templates/machine/porter/50_local.conf.inc | |
parent | dfa42832d3239b1aa687b853fef63a5aa057a4fc (diff) |
Move machine-dependent sota configuration to machine templates
Change-Id: Icb03b2163d7e36a54f27bee78570240c5d337107
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'templates/machine/porter/50_local.conf.inc')
-rw-r--r-- | templates/machine/porter/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/porter/50_local.conf.inc b/templates/machine/porter/50_local.conf.inc index 570e41817..b50fcf7c4 100644 --- a/templates/machine/porter/50_local.conf.inc +++ b/templates/machine/porter/50_local.conf.inc @@ -184,3 +184,6 @@ DISTRO_FEATURES_append = " h264avcenc_lib" #DISTRO_FEATURES_append = " aacsdec_mdw" # ARM AAC Encode Middleware for Linux #DISTRO_FEATURES_append = " aacenc_mdw" + +# Commit united image to OSTree, not just uImage +OSTREE_KERNEL = "uImage+dtb" |