diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-09-01 10:13:32 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-09-01 10:13:32 +0200 |
commit | e6c55d97bd54a51255e4c931d93d9b05acf927a7 (patch) | |
tree | 2fc4f48ada0b2edbe8a9a1f74b9d52b475ee5be2 /templates/feature/agl-devel | |
parent | 0a8184d39205c77a838587601ac3ec380d8de9b9 (diff) |
meta-agl: the feature 'agl-devel' depends on rsync
The rsync tool is required on the target for deploying
applications or services easily through rsync and ssh from
a host running the SDK.
Change-Id: I042918ce1c14137519a878bc5bfa63e4e7f49fe6
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates/feature/agl-devel')
-rw-r--r-- | templates/feature/agl-devel/50_local.conf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/feature/agl-devel/50_local.conf.inc b/templates/feature/agl-devel/50_local.conf.inc index bde32dd62..62973830f 100644 --- a/templates/feature/agl-devel/50_local.conf.inc +++ b/templates/feature/agl-devel/50_local.conf.inc @@ -11,6 +11,7 @@ IMAGE_INSTALL_append = " \ systemtap \ screen \ usbutils \ + rsync \ " # disable install of debug files in SDK |