From ac0516ce7916796fbde8a20db8c179b77dc92bdc Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 16 Mar 2021 14:02:00 -0700 Subject: 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 --- .../recipes-libraries/xiltimer_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-xilinx-standalone-experimental/recipes-libraries/xiltimer_git.bb') 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 ESW_COMPONENT_SRC = "/lib/sw_services/xiltimer/src/" ESW_COMPONENT_NAME = "libxiltimer.a" -DEPENDS += "dtc-native python3-dtc-native python3-pyyaml-native libxil device-tree" +DEPENDS += "libxil" do_configure_prepend() { # This script should also not rely on relative paths and such cd ${S} - nativepython3 ${S}/scripts/lib_parser.py -d ${DTBFILE} -o ${OECMAKE_SOURCEPATH} + lopper.py ${DTS_FILE} -- bmcmake_metadata_xlnx.py ${ESW_MACHINE} ${S}/${ESW_COMPONENT_SRC} hwcmake_metadata ${S} + install -m 0755 *.cmake ${S}/${ESW_COMPONENT_SRC}/ } -- cgit v1.2.3-54-g00ecf