DESCRIPTION = "mLinux Conduit Access Point image" require mlinux-minimal-image.bb require mtcap-modules.inc # For now we don't put this in MTR or AEP # Password restrictions library from Redhat IMAGE_INSTALL += "libpwquality" # Test image features IMAGE_INSTALL += "i2c-tools \ spitools \ libgpiod-tools \ strace \ devmem2 \ battd-ml \ socat \ " FILESYSTEM_FEATURES = "dosfstools \ cifs-utils \ lsof \ " NETWORKING_FEATURES += "bridge-utils \ inetutils-ftp \ openssl \ rsync \ iperf2 \ iperf3 \ mii-diag \ tcpdump \ netcat \ wget \ strongswan \ busybox-ifplugd \ " # No accessory cards for MTAC MULTITECH_MTAC = "" TIME_FEATURES = "tzdata-core tzdata-africa tzdata-americas tzdata-antarctica tzdata-arctic \ tzdata-asia tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific \ tzdata-misc \ cronie \ ntpdate \ " WIFI_FEATURES = "libnl \ wpa-supplicant \ iw \ hostapd \ hostapd-cfg \ wilc1000 \ " MULTITECH_FEATURES += " \ u-boot-linux-utils \ mlinux-scripts \ reset-handler \ radio-cmd radio-query \ cell-radio-carrierswitch \ jsparser \ protobuf \ mts-io-skipcharge \ " IMAGE_INSTALL += "lora-gateway-utils \ lora-query \ lora-packet-forwarder \ lora-network-server \ logrotate \ mosquitto mosquitto-clients \ " MISC_FEATURES = "minicom lrzsz nano uxfp qfirehose" # Extra stuff to install # Someday add wifi features # ${WIFI_FEATURES} # IMAGE_INSTALL_append = " gpsd gpsd-conf gpsd-gpsctl libgps ntp ntp-utils gpspipe gps-utils" IMAGE_INSTALL_append = " pps-tools" IMAGE_INSTALL += " \ ${FILESYSTEM_FEATURES} \ ${TIME_FEATURES} \ ${MISC_FEATURES} \ " # Open console for testing CONSOLE = "sysvinit-inittab-start-open" # Multi-Tech SMS Utility (see http://git.multitech.net) IMAGE_INSTALL += "sms-utils"