From 490f405128193f99a5f7e9bcc131a004a0e95e2f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 17 Mar 2020 14:20:25 -0400 Subject: [PATCH] Disable MOST driver on cyclone5 Since it fails to compile against the linux-altera default kernel configuration, disable MOST driver when building for cyclone5 for now. This can be revisited if someone with the hardware that desires it and is motivated to test it becomes available. Bug-AGL: SPEC-2932 Signed-off-by: Scott Murray Change-Id: Ib6db911b697116481c2cf7e1956c0d0a732233b4 --- recipes-platform/packagegroups/packagegroup-agl-demo.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo.bb b/recipes-platform/packagegroups/packagegroup-agl-demo.bb index c2dc13c85..86da3403f 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo.bb @@ -18,6 +18,7 @@ MOST_DRIVERS ??= " \ " # These boards use different kernels - needs to be checked MOST_DRIVERS_dragonboard-410c ?= "" +MOST_DRIVERS_cyclone5 ?= "" # HVAC dependencies -- 2.16.6