diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-12-12 16:13:19 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-12 10:04:33 +0200 |
commit | e848a79df9b66152da929937071a11519c22e70f (patch) | |
tree | e6208fa3c16cc30fbf707667b6dafb0b8c792735 /buildconf | |
parent | 1307d74749ceb7d71ce56361b06529999769a321 (diff) |
local.conf: update the distro version to its dizzy value
Diffstat (limited to 'buildconf')
-rw-r--r-- | buildconf/local.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf index aa3bf41..6e41621 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -234,7 +234,7 @@ CONF_VERSION = "1" INHERIT += "rm_work" # Use this distro -DISTRO = "angstrom-v2014.06" +DISTRO = "angstrom-v2014.12" # What image type(s) are to be built? IMAGE_FSTYPES += "tar.bz2" |