From 8e6646894cfc268d2cc94c25423187d484d3afbc Mon Sep 17 00:00:00 2001 From: James Date: Tue, 6 Mar 2018 15:08:21 +1100 Subject: [PATCH] Add CMake field to linux-armhf target --- recipes/linux/cores-linux-armhf-generic.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/linux/cores-linux-armhf-generic.conf b/recipes/linux/cores-linux-armhf-generic.conf index 9cdfef56..a2716676 100644 --- a/recipes/linux/cores-linux-armhf-generic.conf +++ b/recipes/linux/cores-linux-armhf-generic.conf @@ -3,6 +3,7 @@ PLATFORM linux MAKEPORTABLE YES CORE_JOB YES MAKE make +CMAKE cmake PATH /usr/lib/ccache CC arm-linux-gnueabihf-gcc CXX arm-linux-gnueabihf-g++