[2/2] meta-isar: u-boot: Migrate to DEB_BUILD_PROFILES

Message ID 20220216180142.1074548-3-Vijaikumar_Kanagarajan@mentor.com
State Changes Requested
Headers show
Series u-boot: Migrate to DEB_BUILD_PROFILES | expand

Commit Message

Vijai Kumar K Feb. 16, 2022, 8:01 a.m. UTC
Migrate u-boot recipe to use DEB_BUILD_PROFILES instead of
U_BOOT_TOOLS_PACKAGE variable

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
---
 meta-isar/recipes-bsp/u-boot/u-boot-de0-nano-soc_2020.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta-isar/recipes-bsp/u-boot/u-boot-de0-nano-soc_2020.10.bb b/meta-isar/recipes-bsp/u-boot/u-boot-de0-nano-soc_2020.10.bb
index dcb76c5..bb67df1 100644
--- a/meta-isar/recipes-bsp/u-boot/u-boot-de0-nano-soc_2020.10.bb
+++ b/meta-isar/recipes-bsp/u-boot/u-boot-de0-nano-soc_2020.10.bb
@@ -6,4 +6,4 @@ 
 require u-boot-${PV}.inc
 
 # Just for testing purposes, distro package would be recent enough
-U_BOOT_TOOLS_PACKAGE = "1"
+DEB_BUILD_PROFILES += "tools"