From 263f7e5bbd119ebed1f514c16f659a2e2a2b132c Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 30 Jun 2020 01:02:43 -1000 Subject: build: store default/device packages in JSON With this commit the `profiles.json` contain both the target specific `default_packages` as well as the device specific `device_packages` as a array of strings. This information is required for downstream projects like the various web-based interactive firmware generators. Signed-off-by: Daniel Golle Signed-off-by: Paul Spooren --- include/image.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/image.mk') diff --git a/include/image.mk b/include/image.mk index 984b64fb9c..300f7a6619 100644 --- a/include/image.mk +++ b/include/image.mk @@ -592,6 +592,7 @@ define Device/Build/image DEVICE_ALT2_MODEL="$(DEVICE_ALT2_MODEL)" \ DEVICE_ALT2_VARIANT="$(DEVICE_ALT2_VARIANT)" \ DEVICE_TITLE="$(DEVICE_TITLE)" \ + DEVICE_PACKAGES="$(DEVICE_PACKAGES)" \ TARGET="$(BOARD)" \ SUBTARGET="$(if $(SUBTARGET),$(SUBTARGET),generic)" \ VERSION_NUMBER="$(VERSION_NUMBER)" \ -- cgit v1.2.3