Skip to content

Commit

Permalink
Fix for non-board serial retrieval.
Browse files Browse the repository at this point in the history
  • Loading branch information
theojulienne committed Feb 9, 2015
1 parent 5072778 commit a49dcac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ snap: staging
snappy build staging-snappy

remote: snap
snappy-remote --url=ssh://10.0.1.14 install ./ninjasphere_0.0.6_multi.snap
snappy-remote --url=ssh://10.0.1.14 install ./ninjasphere_0.0.7_multi.snap
7 changes: 4 additions & 3 deletions template/meta/mqtt-bridgeify.profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

# Specified profile variables
@{APP_APPNAME}="mqtt-bridgeify"
@{APP_ID_DBUS}="ninjasphere_5fmqtt_2dbridgeify_5f0_2e0_2e6"
@{APP_ID_DBUS}="ninjasphere_5fmqtt_2dbridgeify_5f0_2e0_2e7"
@{APP_PKGNAME_DBUS}="ninjasphere"
@{APP_PKGNAME}="ninjasphere"
@{APP_VERSION}="0.0.6"
@{APP_VERSION}="0.0.7"
@{CLICK_DIR}="{/apps,/custom/click,/oem,/usr/share/click/preinstalled}"

profile "ninjasphere_mqtt-bridgeify_0.0.6" {
profile "ninjasphere_mqtt-bridgeify_0.0.7" {
#include <abstractions/base>
#include <abstractions/consoles>
#include <abstractions/openssl>
Expand Down Expand Up @@ -198,4 +198,5 @@ profile "ninjasphere_mqtt-bridgeify_0.0.6" {
/sys/class/net/[a-z0-9]*/address rk,
/sys/devices/*/*/net/[a-z0-9]*/address rk,
/proc/cmdline rk,
/bin/ip ixr,
}
2 changes: 1 addition & 1 deletion template/meta/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ninjasphere
vendor: Theo Julienne <[email protected]>
architecture: [amd64, armhf]
version: 0.0.6
version: 0.0.7
icon: meta/nina.svg
services:
- name: mosquitto
Expand Down
7 changes: 4 additions & 3 deletions template/meta/sphere-client.profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

# Specified profile variables
@{APP_APPNAME}="sphere-client"
@{APP_ID_DBUS}="ninjasphere_5fsphere_2dclient_5f0_2e0_2e6"
@{APP_ID_DBUS}="ninjasphere_5fsphere_2dclient_5f0_2e0_2e7"
@{APP_PKGNAME_DBUS}="ninjasphere"
@{APP_PKGNAME}="ninjasphere"
@{APP_VERSION}="0.0.6"
@{APP_VERSION}="0.0.7"
@{CLICK_DIR}="{/apps,/custom/click,/oem,/usr/share/click/preinstalled}"

profile "ninjasphere_sphere-client_0.0.6" {
profile "ninjasphere_sphere-client_0.0.7" {
#include <abstractions/base>
#include <abstractions/consoles>
#include <abstractions/openssl>
Expand Down Expand Up @@ -198,4 +198,5 @@ profile "ninjasphere_sphere-client_0.0.6" {
/sys/class/net/[a-z0-9]*/address rk,
/sys/devices/*/*/net/[a-z0-9]*/address rk,
/proc/cmdline rk,
/bin/ip ixr,
}

0 comments on commit a49dcac

Please sign in to comment.