summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-libraries
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 11:36:28 -0700
commit2572be37f07fbe2e40ca76977535ea9c8108ce69 (patch)
treeea66f368b1eb27c4ad2d37f7f7c37142e0c52822 /meta-xilinx-standalone-experimental/recipes-libraries
parent877821eb1a4894836b60a134a73bc83bc99617e3 (diff)
downloadmeta-xilinx-2572be37f07fbe2e40ca76977535ea9c8108ce69.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>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-libraries')
-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,,"