diff options
author | Jason Reiss <jreiss@multitech.com> | 2016-12-12 09:35:59 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2016-12-12 09:35:59 -0600 |
commit | db379a7467b77a41645e83cba9a1e409b0b075d4 (patch) | |
tree | 3a501da7dc04fafc2d8d0c91607ffcf3edc98ff7 /conf | |
parent | 83cfe889e54739fcca0c9017821f0e52393715b6 (diff) | |
download | meta-multitech-atmel-db379a7467b77a41645e83cba9a1e409b0b075d4.tar.gz meta-multitech-atmel-db379a7467b77a41645e83cba9a1e409b0b075d4.tar.bz2 meta-multitech-atmel-db379a7467b77a41645e83cba9a1e409b0b075d4.zip |
machine conf: remove conduit perferred versions of lora packet forwarder and gateway, USB and SPI to be included, usb recipes have "-usb" suffix added and will stay at 1.7.0mts and 1.4.1 versions
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mtcdt.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf index 9783d06..9ee6554 100644 --- a/conf/machine/mtcdt.conf +++ b/conf/machine/mtcdt.conf @@ -36,7 +36,4 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 -n UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" -PREFERRED_VERSION_lora-gateway = '1.7.0mts' -PREFERRED_VERSION_lora-packet-forwarder = '1.4.1' - PREFERRED_VERSION_rs9113 = '1.5.0' |