From ea02b7ab350cce8e3d8de117e00abd33ac1f27f0 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Mon, 2 May 2022 11:59:46 +0200 Subject: [PATCH] BOOTFS: rename extlinux package Signed-off-by: Christophe Priouzeau --- recipes-st/images/st-image-bootfs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-st/images/st-image-bootfs.bb b/recipes-st/images/st-image-bootfs.bb index b8b8bc0..3232bb5 100644 --- a/recipes-st/images/st-image-bootfs.bb +++ b/recipes-st/images/st-image-bootfs.bb @@ -11,7 +11,7 @@ IMAGE_ROOTFS_EXTRA_SPACE = "0" # Add specific package for our image: PACKAGE_INSTALL += " \ kernel-imagebootfs \ - u-boot-stm32mp-extlinux \ + stm32mp-extlinux \ ${@bb.utils.contains('MACHINE_FEATURES', 'splashscreen', 'u-boot-stm32mp-splash', '', d)} \ "