From 861c37e3325b1538e51f3e24c5580f7b9a760a94 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Mon, 4 Feb 2019 12:15:23 +0100 Subject: [PATCH] Revert "Makefile: Remove oc2g from MACHINES to prevent automatic build" This reverts commit a3e4df7d165804cd34141a7c38a49995f68012da. make build-all will now build the oc2g images as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3f380e..d764f50 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ endif SYSMOCOM_RELEASE=201705 POKY_RELEASE=pyro REPOS=poky meta-telephony meta-qt5 meta-sysmocom-bsp meta-smalltalk -MACHINES=sysmobts sysmobts2100 sysmocom-apu2 sysmocom-alix +MACHINES=sysmobts sysmobts2100 sysmocom-apu2 sysmocom-alix oc2g FEED_NAME=$(SYSMOCOM_RELEASE)-testing # The default targets to pick depending on machine