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-core/images/mlinux-mtcap-debug-image.bb | |
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-core/images/mlinux-mtcap-debug-image.bb')
-rw-r--r-- | recipes-core/images/mlinux-mtcap-debug-image.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-mtcap-debug-image.bb b/recipes-core/images/mlinux-mtcap-debug-image.bb new file mode 100644 index 0000000..48009ae --- /dev/null +++ b/recipes-core/images/mlinux-mtcap-debug-image.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "mLinux Conduit Access Point debug image" + +require mlinux-mtcap-image.bb + +# Extra stuff to install +IMAGE_INSTALL += "lora-network-server-mtcap \ + lora-gateway-utils \ + lora-query \ + mosquitto mosquitto-clients \ + nodejs \ + nodejs-npm \ + " + |