Disable MOST driver on cyclone5 54/24254/1
authorScott Murray <scott.murray@konsulko.com>
Tue, 17 Mar 2020 18:20:25 +0000 (14:20 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 17 Mar 2020 18:20:25 +0000 (14:20 -0400)
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 <scott.murray@konsulko.com>
Change-Id: Ib6db911b697116481c2cf7e1956c0d0a732233b4

recipes-platform/packagegroups/packagegroup-agl-demo.bb

index c2dc13c..86da340 100644 (file)
@@ -18,6 +18,7 @@ MOST_DRIVERS ??= " \
     "
 # These boards use different kernels - needs to be checked
 MOST_DRIVERS_dragonboard-410c ?= ""
     "
 # These boards use different kernels - needs to be checked
 MOST_DRIVERS_dragonboard-410c ?= ""
+MOST_DRIVERS_cyclone5 ?= ""
 
 
 # HVAC dependencies
 
 
 # HVAC dependencies