Use MACHINE_FEATURE to include ublox-gsm-config

BugzID: 57829
This commit is contained in:
Alexandre Bard 2019-07-09 08:42:40 +02:00
parent 45113e0b90
commit e6ad5c5a93
3 changed files with 6 additions and 1 deletions

View File

@ -13,3 +13,6 @@ KERNEL_DEVICETREE = "am335x-nmhw21-prod1.dtb \
KERNEL_IMAGETYPE = "fitImage"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw21"
MACHINE_FEATURES += "toby-l2"

View File

@ -35,3 +35,5 @@ UBOOT_MAKE_TARGET = ""
UBOOT_SUFFIX = "bin"
UBOOT_CONFIG ??= "flash"
UBOOT_CONFIG[flash] = "imx8_nmhw23_defconfig"
MACHINE_FEATURES += "toby-l2"

View File

@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
PR = "r2"
RDEPENDS_${PN}="python3-pyserial"
RDEPENDS_${PN}="python3-pyserial libgpiod-python"
inherit systemd python3-dir