summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-03-27 13:33:21 -0500
committerJohn Klug <john.klug@multitech.com>2019-03-27 13:33:21 -0500
commit25101321f985a91d5b5f8e3fc9a72c4e7dc296a0 (patch)
tree8397eedbc14fef9e0b64bb6d484563fa1b2c43dd /conf
parent0153eb238b6df9be7925e6b4176928d21bf0be71 (diff)
downloadmeta-mlinux-atmel-25101321f985a91d5b5f8e3fc9a72c4e7dc296a0.tar.gz
meta-mlinux-atmel-25101321f985a91d5b5f8e3fc9a72c4e7dc296a0.tar.bz2
meta-mlinux-atmel-25101321f985a91d5b5f8e3fc9a72c4e7dc296a0.zip
Turn LEDs on during boot
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/mlinux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index e79d39d..a04f5bf 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "5.0"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev26"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev27"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"