summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-drivers
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-06-07 18:20:59 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-27 21:34:01 -0700
commitf24875a30fd675ea34ea045f696bbfac1b680103 (patch)
tree2bf640a91719b91a4710f2d6c6cc230c66b46983 /meta-xilinx-standalone-experimental/recipes-drivers
parent0680a8adbdec9a88b374d93f11371831bee33d31 (diff)
downloadmeta-xilinx-f24875a30fd675ea34ea045f696bbfac1b680103.tar.gz
ospipsv: Generate xparameters.h file as part of configure
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb
index 3266f05f..702cbd05 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb
@@ -11,3 +11,9 @@ ESW_COMPONENT_NAME = "libospipsv.a"
11 11
12addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot 12addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot
13do_prepare_recipe_sysroot[rdeptask] = "do_unpack" 13do_prepare_recipe_sysroot[rdeptask] = "do_unpack"
14
15do_configure_prepend() {
16 LOPPER_DTC_FLAGS="-b 0 -@" lopper.py ${DTS_FILE} -- baremetal_xparameters_xlnx.py ${ESW_MACHINE} ${S}
17 install -m 0755 xparameters.h ${S}/${ESW_COMPONENT_SRC}/
18}
19