Skip to content

Commit

Permalink
bsp: lmp-machine-custom: stm32: drop standard st bsp from sdk
Browse files Browse the repository at this point in the history
As lmp is not fully using the standard ST BSP, make sure they are also
removed from TOOLCHAIN_HOST_TASK to avoid a mix between BSP related
recipes when building the SDK target.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Oct 9, 2022
1 parent d36592f commit 277c0ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-lmp-bsp/conf/machine/include/lmp-machine-custom.inc
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ WKS_FILE_DEPENDS:append:stm32mp1common = " e2fsprogs-native"
MACHINE_FEATURES:remove:stm32mp1common = "fw-update"
PREFERRED_PROVIDER_u-boot-default-script:stm32mp1common = "u-boot-base-scr"
PREFERRED_PROVIDER_u-boot-default-script:sota:stm32mp1common = "u-boot-ostree-scr-fit"
# Remove standard ST BSP from SDK
TOOLCHAIN_HOST_TASK:remove:stm32mp1common = "${ST_TOOLS_FOR_SDK} ${ST_DEPENDENCIES_BUILD_FOR_SDK}"
## stm32mp15-eval
TF_A_SIGN_ENABLE:sota:stm32mp15-eval = "1"
BOOTDEVICE_LABELS:append:stm32mp15-eval = " emmc"
Expand Down

0 comments on commit 277c0ea

Please sign in to comment.