diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-06-07 18:20:59 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:34:01 -0700 |
| commit | f24875a30fd675ea34ea045f696bbfac1b680103 (patch) | |
| tree | 2bf640a91719b91a4710f2d6c6cc230c66b46983 | |
| parent | 0680a8adbdec9a88b374d93f11371831bee33d31 (diff) | |
| download | meta-xilinx-f24875a30fd675ea34ea045f696bbfac1b680103.tar.gz | |
ospipsv: Generate xparameters.h file as part of configure
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/ospipsv_git.bb | 6 |
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 | ||
| 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot | 12 | addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot |
| 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" | 13 | do_prepare_recipe_sysroot[rdeptask] = "do_unpack" |
| 14 | |||
| 15 | do_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 | |||
