diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-20 15:49:31 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-21 15:35:57 -0500 |
commit | 1f9838bdb32ece8d45dc19778faa459d67192d79 (patch) | |
tree | c0ed5d94a923540941761320a5b63800b5b24c88 /recipes-core | |
parent | cf514cafcd5bf1cb26d926df42a87ce5b8fb7c8d (diff) | |
download | meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.tar.gz meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.tar.bz2 meta-mlinux-1f9838bdb32ece8d45dc19778faa459d67192d79.zip |
mtp:feat: add mlinux-picocell-debug-image with lora network server
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-picocell-debug-image.bb | 9 | ||||
-rw-r--r-- | recipes-core/images/mlinux-picocell-image.bb | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-picocell-debug-image.bb b/recipes-core/images/mlinux-picocell-debug-image.bb new file mode 100644 index 0000000..e45b6ee --- /dev/null +++ b/recipes-core/images/mlinux-picocell-debug-image.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "mLinux PicoCell debug image" + +require mlinux-picocell-image.bb + +# Extra stuff to install +IMAGE_INSTALL += "lora-network-server-mtp \ + lora-gateway-utils \ + mosquitto mosquitto-clients" + diff --git a/recipes-core/images/mlinux-picocell-image.bb b/recipes-core/images/mlinux-picocell-image.bb index d839260..1d0c273 100644 --- a/recipes-core/images/mlinux-picocell-image.bb +++ b/recipes-core/images/mlinux-picocell-image.bb @@ -35,9 +35,11 @@ MULTITECH_FEATURES += " \ " LORA_FEATURES = "lora-packet-forwarder \ - lora-packet-forwarder-dbg" + lora-packet-forwarder-dbg \ + lora-gateway-utils" -MISC_FEATURES = "minicom lrzsz nano" +MISC_FEATURES = "minicom lrzsz nano \ + mosquitto mosquitto-clients" # Extra stuff to install IMAGE_INSTALL += " \ |