summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-03-16 14:02:00 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-27 21:30:10 -0700
commitac0516ce7916796fbde8a20db8c179b77dc92bdc (patch)
tree00e54739768b100f129500eab217f26dce74d4d0 /meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb
parent58c8191477d70802bf0a88180a0f731f8179731f (diff)
downloadmeta-xilinx-ac0516ce7916796fbde8a20db8c179b77dc92bdc.tar.gz
meta-xilinx-standalone-experimental: Adjust to match recent changes
Changes to meta-xilinx-standalone, as well as the embeddedsw require various changes to be made. This brings the implementation up to the current level. Note: various things do not yet compile! Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb')
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb
index 428fa686..93b64de1 100644
--- a/meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb
@@ -3,10 +3,11 @@ inherit esw python3native
3ESW_COMPONENT_SRC = "/lib/sw_services/xiltimer/src/" 3ESW_COMPONENT_SRC = "/lib/sw_services/xiltimer/src/"
4ESW_COMPONENT_NAME = "libxiltimer.a" 4ESW_COMPONENT_NAME = "libxiltimer.a"
5 5
6DEPENDS += "dtc-native python3-dtc-native python3-pyyaml-native libxil device-tree" 6DEPENDS += "libxil"
7 7
8do_configure_prepend() { 8do_configure_prepend() {
9 # This script should also not rely on relative paths and such 9 # This script should also not rely on relative paths and such
10 cd ${S} 10 cd ${S}
11 nativepython3 ${S}/scripts/lib_parser.py -d ${DTBFILE} -o ${OECMAKE_SOURCEPATH} 11 lopper.py ${DTS_FILE} -- bmcmake_metadata_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} hwcmake_metadata ${S}
12 install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/
12} 13}