summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-08-18 20:05:21 -0500
committerJohn Klug <john.klug@multitech.com>2020-11-12 09:26:01 -0600
commitcddedfa83790a042ec727416beef2751eeb436f9 (patch)
treeae4c1aa731aa1a95c383e48d1a20c254dcbc2481
parent8ca44f621e4d9bc5809ee6f3ee87e8e08ff80d2a (diff)
downloadmeta-mlinux-cddedfa83790a042ec727416beef2751eeb436f9.tar.gz
meta-mlinux-cddedfa83790a042ec727416beef2751eeb436f9.tar.bz2
meta-mlinux-cddedfa83790a042ec727416beef2751eeb436f9.zip
5.3dev2 with hostapd from 5.2
-rw-r--r--conf/distro/mlinux.conf2
-rwxr-xr-xscripts/build-feed-extras.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index 915a15f..04d4740 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "5.3"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev1"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev2"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh
index 7e1d258..cc60893 100755
--- a/scripts/build-feed-extras.sh
+++ b/scripts/build-feed-extras.sh
@@ -3,8 +3,8 @@
# Extra packages to build for mLinux feed
FS_PACKAGES="sshfs-fuse fuse-exfat exfat-utils"
NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool openobex obexftp socat openldap"
-UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool i2c-tools"
-DEV_PACKAGES="strace mono gdb git vim python-pip python3-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server"
+UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool i2c-tools spitools memtester"
+DEV_PACKAGES="strace mono gdb git vim python-pip python3-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server python-cryptography"
SUP_PACKAGES="pps-tools setserial boost diffutils"
bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES