From e3618eb2cc210763fe1b309fd7e337fdf8a98f0b 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 (cherry picked from commit 263f7e5bbd119ebed1f514c16f659a2e2a2b132c) --- 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 15f4fe9d3b..a13f37f886 100644 --- a/include/image.mk +++ b/include/image.mk @@ -536,6 +536,7 @@ define Device/Build/image IMAGE_TYPE=$(word 1,$(subst ., ,$(2))) \ IMAGE_PREFIX="$(IMAGE_PREFIX)" \ DEVICE_TITLE="$(DEVICE_TITLE)" \ + DEVICE_PACKAGES="$(DEVICE_PACKAGES)" \ TARGET="$(BOARD)" \ SUBTARGET="$(if $(SUBTARGET),$(SUBTARGET),generic)" \ VERSION_NUMBER="$(VERSION_NUMBER)" \ -- cgit v1.2.3