diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 16:05:17 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 16:05:17 -0500 |
commit | 961165c078505e47405a974bd771032557072776 (patch) | |
tree | 72e9a7ebaf9c4983623ece8958f263861b0ef5d2 /recipes-connectivity/lora | |
parent | 2e60f2c0e343f90ea7dc1701091b2aecc84e59ce (diff) | |
download | meta-mlinux-961165c078505e47405a974bd771032557072776.tar.gz meta-mlinux-961165c078505e47405a974bd771032557072776.tar.bz2 meta-mlinux-961165c078505e47405a974bd771032557072776.zip |
mtcap: rename machine type mtp to mtcap
Diffstat (limited to 'recipes-connectivity/lora')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/local_conf.json (renamed from recipes-connectivity/lora/lora-network-server-mtp/local_conf.json) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.conf (renamed from recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.default (renamed from recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.default) | 0 | ||||
-rwxr-xr-x | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.init (renamed from recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.init) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf (renamed from recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap_1.0.14.bb (renamed from recipes-connectivity/lora/lora-network-server-mtp_1.0.14.bb) | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb | 2 |
7 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtp/local_conf.json b/recipes-connectivity/lora/lora-network-server-mtcap/local_conf.json index 3c2af80..3c2af80 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp/local_conf.json +++ b/recipes-connectivity/lora/lora-network-server-mtcap/local_conf.json diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.conf index 448b3db..448b3db 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.conf diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.default b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.default index be7dcd5..be7dcd5 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.default +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.default diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.init b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.init index 86d731b..86d731b 100755 --- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.init +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.init diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf index d2b6c9a..d2b6c9a 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf diff --git a/recipes-connectivity/lora/lora-network-server-mtp_1.0.14.bb b/recipes-connectivity/lora/lora-network-server-mtcap_1.0.14.bb index 2f5e0bf..8b81b74 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp_1.0.14.bb +++ b/recipes-connectivity/lora/lora-network-server-mtcap_1.0.14.bb @@ -1,5 +1,5 @@ # THIS RECIPE FOR PICOCELL USES PATCHED LORA NETWORK SERVER THAT SUPPORTS -# MTP HARDWARE AND V2 PACKET FORWARDER PROTOCOL +# MTCAP HARDWARE AND V2 PACKET FORWARDER PROTOCOL DESCRIPTION = "MultiTech LoRa Network Server" PRIORITY = "optional" SECTION = "console/utils" diff --git a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb index 8042d50..c5c9f64 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb @@ -44,7 +44,7 @@ do_install() { install -m 755 ${WORKDIR}/README.md ${D}${LORA_DIR}/ } -do_install_append_mtp() { +do_install_append_mtcap() { install -d ${D}${sysconfdir}/default install -m 0644 ${WORKDIR}/lora-packet-forwarder.default ${D}${sysconfdir}/default/lora-packet-forwarder install -d ${D}${sysconfdir}/init.d |