imx-digi-base: add dummy MULTIUBI_BUILD value to fix Vigiles builds
Commit 32dd3d59c250f916115b339c29aa4dbfe50a3235 in poky breaks i.MX platform builds when "vigiles" is inherited. While we wait for a fix in the community, work around this issue by setting a dummy default value in the MULTIUBI_BUILD variable. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
951789093f
commit
7a77130550
|
|
@ -296,4 +296,7 @@ UDEV_EXTRA_RULES:append = " udev-rules-imx"
|
|||
PREFERRED_VERSION_dtc-native:ccimx6 ?= "1.4.5"
|
||||
PREFERRED_VERSION_nativesdk-dtc:ccimx6 ?= "1.4.5"
|
||||
|
||||
# Dummy value to prevent errors when Vigiles is enabled
|
||||
MULTIUBI_BUILD ?= "dummy"
|
||||
|
||||
DEY_BUILD_PLATFORM = "NXP"
|
||||
|
|
|
|||
Loading…
Reference in New Issue