summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAppana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>2023-02-10 23:26:12 +0530
committerMark Hatle <mark.hatle@amd.com>2023-02-10 10:46:40 -0800
commitc31172e77ad3c8e01cdf13dee83ea3a0ca4108bd (patch)
tree9507f1a9c428bbffc8cfa4f5b53a8a7e1fa5610b
parent9e5b387a01785e25e47af5e74bf950a3036bfce3 (diff)
downloadmeta-xilinx-c31172e77ad3c8e01cdf13dee83ea3a0ca4108bd.tar.gz
meta-xilinx-standalone-experimental: recipes-libraries: xilpm: Fix pm_cfg_obj copy location
xilpm library source structure is expecting the pm_cfg_obj.c file to be available at src/zynqmp/client/common location, update the recipe for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/xilpm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilpm_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilpm_git.bb
index f514bc2b..69b505c8 100644
--- a/meta-xilinx-standalone-experimental/recipes-libraries/xilpm_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilpm_git.bb
@@ -10,6 +10,6 @@ do_configure:prepend:zynqmp() {
10 ( 10 (
11 cd ${S} 11 cd ${S}
12 lopper -f --enhanced --werror ${DTS_FILE} -- generate_config_object pm_cfg_obj.c ${ESW_MACHINE} 12 lopper -f --enhanced --werror ${DTS_FILE} -- generate_config_object pm_cfg_obj.c ${ESW_MACHINE}
13 install -m 0755 pm_cfg_obj.c ${S}/${ESW_COMPONENT_SRC}/ 13 install -m 0755 pm_cfg_obj.c ${S}/${ESW_COMPONENT_SRC}/zynqmp/client/common/
14 ) 14 )
15} 15}