summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
diff options
context:
space:
mode:
authorAppana Durga Kedareswara rao <appana.durga.rao@xilinx.com>2022-07-05 18:30:43 +0530
committerMark Hatle <mark.hatle@amd.com>2022-07-05 12:16:29 -0700
commit8573456e44ca5a0773e4543eb144fbabbbe1f71e (patch)
treeb66936944dc5441aeb3839d0ffbf4035185330e7 /meta-xilinx-standalone-experimental
parent83f14d32777a7c3b5ff743ef637a3e7c211be685 (diff)
downloadmeta-xilinx-8573456e44ca5a0773e4543eb144fbabbbe1f71e.tar.gz
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 <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 2572be37f07fbe2e40ca76977535ea9c8108ce69) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
5ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/" 5ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/"
6ESW_COMPONENT_NAME = "libxilffs.a" 6ESW_COMPONENT_NAME = "libxilffs.a"
7 7
8PACKAGECONFIG ??= "read_only" 8PACKAGECONFIG ??= "read_only word_access"
9PACKAGECONFIG[use_mkfs] ="-DXILFFS_use_mkfs=ON,-DXILFFS_use_mkfs=OFF,," 9PACKAGECONFIG[use_mkfs] ="-DXILFFS_use_mkfs=ON,-DXILFFS_use_mkfs=OFF,,"
10PACKAGECONFIG[read_only] ="-DXILFFS_read_only=ON,-DXILFFS_read_only=OFF,," 10PACKAGECONFIG[read_only] ="-DXILFFS_read_only=ON,-DXILFFS_read_only=OFF,,"
11PACKAGECONFIG[word_access]="-DXILFFS_word_access=ON,-DXILFFS_word_access=OFF,," 11PACKAGECONFIG[word_access]="-DXILFFS_word_access=ON,-DXILFFS_word_access=OFF,,"