Re: [PATCH] build/json: fix DEVICE_PACKAGES

2021-06-02 Thread Philip Prindeville
LGTM. Reviewed-by: Philip Prindeville We were chatting in IRC and it seems to me that there's other cleanup that needs to happen in include/image.mk but we can discuss that out-of-band. > On Jun 2, 2021, at 2:09 PM, Paul Spooren wrote: > > The variable was missing in the definition of DEF

[PATCH] build/json: fix DEVICE_PACKAGES

2021-06-02 Thread Paul Spooren
The variable was missing in the definition of DEFAULT_DEVICE_VARS which caused it to contain wrong values, messing up the resulting JSON files. This patch adds the variable DEVICE_PACKAGES to DEFAULT_DEVICE_VARS. Suggested-by: Baptiste Jonglez Signed-off-by: Paul Spooren --- include/image.mk |