diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-13 13:50:35 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-13 15:31:03 -0500 |
commit | ff2c2fdc5f98cd42c73906211bed0f35372a2445 (patch) | |
tree | 9dbc6bc26b8ba155d0e099c78fbcb351aacc79b0 /recipes-core/images | |
parent | 22715646980f87f5ab5f70e2522525efa2f5f817 (diff) | |
download | meta-mlinux-ff2c2fdc5f98cd42c73906211bed0f35372a2445.tar.gz meta-mlinux-ff2c2fdc5f98cd42c73906211bed0f35372a2445.tar.bz2 meta-mlinux-ff2c2fdc5f98cd42c73906211bed0f35372a2445.zip |
picocell:feat: add lora packet-forwarder 3.0.0
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-picocell-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-picocell-image.bb b/recipes-core/images/mlinux-picocell-image.bb index 85855c0..5814eab 100644 --- a/recipes-core/images/mlinux-picocell-image.bb +++ b/recipes-core/images/mlinux-picocell-image.bb @@ -4,8 +4,8 @@ require mlinux-base-image.bb IMAGE_INSTALL += "sms-utils" # LoRa -IMAGE_INSTALL += "lora-gateway-utils \ - lora-gateway-utils-dbg" +IMAGE_INSTALL += "lora-packet-forwarder \ + lora-packet-forwarder-dbg" # MQTT server IMAGE_INSTALL += "mosquitto mosquitto-clients" |