diff --git a/conf/machine/am335x-nmhw21.conf b/conf/machine/am335x-nmhw21.conf index 8a9a171..16ff9e7 100644 --- a/conf/machine/am335x-nmhw21.conf +++ b/conf/machine/am335x-nmhw21.conf @@ -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" + diff --git a/recipes-bsp/imx8/conf/machine/imx8-nmhw23.conf b/recipes-bsp/imx8/conf/machine/imx8-nmhw23.conf index dcefac2..28da3bc 100644 --- a/recipes-bsp/imx8/conf/machine/imx8-nmhw23.conf +++ b/recipes-bsp/imx8/conf/machine/imx8-nmhw23.conf @@ -35,3 +35,5 @@ UBOOT_MAKE_TARGET = "" UBOOT_SUFFIX = "bin" UBOOT_CONFIG ??= "flash" UBOOT_CONFIG[flash] = "imx8_nmhw23_defconfig" + +MACHINE_FEATURES += "toby-l2" diff --git a/recipes-connectivity/ublox-gsm-config/ublox-gsm-config.bb b/recipes-connectivity/ublox-gsm-config/ublox-gsm-config.bb index 7556089..39a1215 100644 --- a/recipes-connectivity/ublox-gsm-config/ublox-gsm-config.bb +++ b/recipes-connectivity/ublox-gsm-config/ublox-gsm-config.bb @@ -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