BigW Consortium Gitlab

Commit 0e25000d by David Frey

Fix green_wp76xx and green_wp77xx builds

The removal of the i2c-utils package from WP76/WP77 release 8 broke the GpioExpanderService. This commit includes an update to GpioExpanderService which adds a header that implements the removed functionality.
parent bccb2649
......@@ -21,10 +21,8 @@ MKSYS_ARGS_RED = --output-dir=build/update_files/red -s $(MANGOH_ROOT)/apps/RedS
export PATH := $(LEGATO_ROOT)/bin:$(PATH)
# green_wp76xx and green_wp77xx are excluded because gpioExpanderService won't compile due to the
# removal of i2c-utils in wp76 and wp77 yocto.
.PHONY: all
all: green_wp85 green_wp750x red_wp85 red_wp750x red_wp76xx red_wp77xx
all: green_wp85 green_wp750x green_wp76xx green_wp77xx red_wp85 red_wp750x red_wp76xx red_wp77xx
LEGATO ?= 1
.PHONY: legato_%
......
Subproject commit 8d62dcd2fa4990a843d99bff02d0eeb7891ac916
Subproject commit eddfe628188b60efb32a988dfac9c62f50ef6206
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment