From e90b58bd42c16de5f039c41ac35c4dcdf69d5865 Mon Sep 17 00:00:00 2001 From: Nandanikhil Gajulapally Date: Tue, 23 Apr 2024 22:39:47 +0530 Subject: xilffs_2024.2: added bsp configuration required for versal_plm add missing xilffs bsp configuraiton required for versal_plm to boot from SD1 controller in eMMC1 boot mode when the design has both the controllers enabled. Signed-off-by: Nandanikhil Gajulapally Apply existing commit 41be3639ea7b0009adeda889bb3ff7916403a245 to 2024.2 version of the recipe. Signed-off-by: Mark Hatle --- meta-xilinx-standalone-sdt/recipes-libraries/xilffs_2024.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xilinx-standalone-sdt/recipes-libraries/xilffs_2024.2.bb b/meta-xilinx-standalone-sdt/recipes-libraries/xilffs_2024.2.bb index b8dc3b33..b7e0784a 100644 --- a/meta-xilinx-standalone-sdt/recipes-libraries/xilffs_2024.2.bb +++ b/meta-xilinx-standalone-sdt/recipes-libraries/xilffs_2024.2.bb @@ -8,4 +8,6 @@ PACKAGECONFIG[use_mkfs] ="-DXILFFS_use_mkfs=ON,-DXILFFS_use_mkfs=OFF,," PACKAGECONFIG[read_only] ="-DXILFFS_read_only=ON,-DXILFFS_read_only=OFF,," PACKAGECONFIG[word_access]="-DXILFFS_word_access=ON,-DXILFFS_word_access=OFF,," +EXTRA_OECMAKE += "${@'-DXILFFS_num_logical_vol=10 -DXILFFS_enable_multi_partition=ON' if d.getVar('ESW_MACHINE') == 'psv_pmc_0' else ''}" + DEPENDS += "xilstandalone libxil" -- cgit v1.2.3-54-g00ecf