diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2017-04-03 17:26:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 23:22:13 +0100 |
commit | 89622db7c258b1bbbf360ce7f6d90cf4ae5829e2 (patch) | |
tree | 0ece2607ccbc4b44c0c9b5c2667e8304239074bd /meta/conf | |
parent | 90e9ccdf0addcb15d5f270fc805091b2b7814b71 (diff) | |
download | poky-89622db7c258b1bbbf360ce7f6d90cf4ae5829e2.tar.gz |
yocto-uninative: Update to the 1.6 release
This release includes fixes for Windows/Mingw support.
(From OE-Core rev: b5f471b74b2da533abfad2601b221fa806fcf3b2)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/yocto-uninative.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index 7f9eaba6b7..7c2151c382 100644 --- a/meta/conf/distro/include/yocto-uninative.inc +++ b/meta/conf/distro/include/yocto-uninative.inc | |||
@@ -6,6 +6,6 @@ | |||
6 | # to the distro running on the build machine. | 6 | # to the distro running on the build machine. |
7 | # | 7 | # |
8 | 8 | ||
9 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.5/" | 9 | UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/1.6/" |
10 | UNINATIVE_CHECKSUM[i686] ?= "4cda652ba90f98e4c34e4c5a7e9f6364b51d3538228a4ffc24d0168fdf331369" | 10 | UNINATIVE_CHECKSUM[i686] ?= "d9daf66785834f888b6f50a1d37a8120815f8380e0e267d311e1dfaf4bb5404e" |
11 | UNINATIVE_CHECKSUM[x86_64] ?= "22f5a061d077379f5728197bfcc239aa087332293038df48535c7badcb6939fd" | 11 | UNINATIVE_CHECKSUM[x86_64] ?= "2b4fffa308d9f19e0742a1a404ff42495fb50c165e5ca0458cedca157372691a" |