diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-26 15:55:35 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-26 15:55:35 -0500 |
commit | b6d02258256723a9be187f33d523fd59ed56776a (patch) | |
tree | 64c8be68c4fef10f3118870a36fae0c68aad6135 | |
parent | 40b210d6b4c2d986529c450f67748dca56827095 (diff) | |
download | meta-mlinux-b6d02258256723a9be187f33d523fd59ed56776a.tar.gz meta-mlinux-b6d02258256723a9be187f33d523fd59ed56776a.tar.bz2 meta-mlinux-b6d02258256723a9be187f33d523fd59ed56776a.zip |
mtp: add lora-query to debug image
-rw-r--r-- | recipes-core/images/mlinux-picocell-debug-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-picocell-debug-image.bb b/recipes-core/images/mlinux-picocell-debug-image.bb index e45b6ee..9ae7ea7 100644 --- a/recipes-core/images/mlinux-picocell-debug-image.bb +++ b/recipes-core/images/mlinux-picocell-debug-image.bb @@ -5,5 +5,6 @@ require mlinux-picocell-image.bb # Extra stuff to install IMAGE_INSTALL += "lora-network-server-mtp \ lora-gateway-utils \ + lora-query \ mosquitto mosquitto-clients" |