From 314b4cc4b3bb3e28b75ec12a9292cf50b3eda094 Mon Sep 17 00:00:00 2001 From: Romuald JEANNE Date: Mon, 15 Mar 2021 16:05:27 +0100 Subject: [PATCH] IMAGES: USERFS: put m4projects under MACHINE_FEATURES flags Signed-off-by: Christophe Priouzeau Change-Id: I88703b69adc07e6a7702b7eb08aab13b5a6b1af9 --- recipes-st/images/st-image-userfs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-st/images/st-image-userfs.bb b/recipes-st/images/st-image-userfs.bb index 711f507..4810ed5 100644 --- a/recipes-st/images/st-image-userfs.bb +++ b/recipes-st/images/st-image-userfs.bb @@ -8,7 +8,7 @@ IMAGE_ROOTFS_MAXSIZE = "" # Add specific package for our image: PACKAGE_INSTALL += " \ - m4projects-stm32mp1-userfs \ + ${@bb.utils.contains('MACHINE_FEATURES', 'm4copro', 'm4projects-stm32mp1-userfs', '', d)} \ linux-examples-stm32mp1-userfs \ "