From f6217be489d03cd72655f9457d4e7e21a097a9a7 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 26 Nov 2015 21:43:05 +0100 Subject: cmake: Add nios2 support Add the necessary bits for nios2 support into cmake. Signed-off-by: Marek Vasut Cc: Ley Foon Tan Cc: Richard Purdie Cc: Ross Burton Cc: Thomas Chou Cc: Walter Goossens Signed-off-by: Ross Burton --- meta/recipes-devtools/cmake/cmake.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/cmake/cmake.inc') diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index a14ce350fc..41be256434 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -14,6 +14,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ file://support-oe-qt4-tools-names.patch \ file://qt4-fail-silent.patch \ + file://0001-Add-NIOS2-CPU-support.patch \ " SRC_URI[md5sum] = "5febbd11bcaac854a27eebaf4a124be2" -- cgit 1.2.3-korg