From 8573456e44ca5a0773e4543eb144fbabbbe1f71e Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Tue, 5 Jul 2022 18:30:43 +0530 Subject: meta-xilinx-standalone-experimental: recipes-libraries: xilffs: Enable word_access by default In the xilffs library default configuration word_access is enabled by default, enable the same in the recipe too. Signed-off-by: Appana Durga Kedareswara rao Signed-off-by: Mark Hatle (cherry picked from commit 2572be37f07fbe2e40ca76977535ea9c8108ce69) Signed-off-by: Mark Hatle --- meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone-experimental') diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb index 0649d3d8..8792fdbd 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb @@ -5,7 +5,7 @@ REQUIRED_DISTRO_FEATURES = "sdps" ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/" ESW_COMPONENT_NAME = "libxilffs.a" -PACKAGECONFIG ??= "read_only" +PACKAGECONFIG ??= "read_only word_access" 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,," -- cgit v1.2.3-54-g00ecf