build/json: fix IMAGE_PREFIX and DEVICE_PACKAGES
authorPaul Spooren <mail@aparcar.org>
Wed, 2 Jun 2021 20:13:28 +0000 (10:13 -1000)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Wed, 2 Jun 2021 20:55:52 +0000 (22:55 +0200)
commitc9a38e21a924f5b69038d6e9d7a5c063e4d2e8d8
treed72b692c1f5cdf4cd70ec43f8f5572f3d9c1aaff
parent6a5545006e2339b179438bddb61ed98b712f1d1b
build/json: fix IMAGE_PREFIX and DEVICE_PACKAGES

These two variables were missing in the definition of
DEFAULT_DEVICE_VARS which caused them to contain wrong values, messing
up the resulting JSON files.

This patch adds the two variables IMAGE_PREFIX and DEVICE_PACKAGES to
DEFAULT_DEVICE_VARS.

Suggested-by: Baptiste Jonglez <git@bitsofnetworks.org>
Signed-off-by: Paul Spooren <mail@aparcar.org>
include/image.mk