Hi Mike, > -----Original Message----- > From: [email protected] [mailto:meta-xilinx- > [email protected]] On Behalf Of Mike Looijmans > Sent: Tuesday, August 22, 2017 12:54 AM > To: [email protected] > Subject: [meta-xilinx] meta-xilinx-tools fails on "device-tree-generation" > script > > I added "meta-xilinx-tools" to my layers and start a build for the zcu102 > board. > > I'm running into this error: > > > mike@mikebuntu:~/projects/xilinx-platform/build$ bitbake core-image- > minimalLoading cache: 100% > |##################################################################| > |Time: 0:00:00 > Loaded 2517 entries from dependency cache. > Parsing recipes: 100% > |################################################################| > Time: > |0:00:00 > Parsing of 1742 .bb files complete (1741 cached, 1 parsed). 2518 targets, 206 > skipped, 0 masked, 0 errors. > NOTE: Resolving any missing task queue dependencies > > Build Configuration: > BB_VERSION = "1.34.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "ubuntu-14.04" > TARGET_SYS = "aarch64-oe-linux" > MACHINE = "zcu102-zynqmp" > DISTRO = "nodistro" > DISTRO_VERSION = "nodistro.0" > TUNE_FEATURES = "aarch64" > TARGET_FPU = "" > meta = "HEAD:d11c80c9394e31c239aeeb8a9c4997642e17a020" > meta-oe > meta-python = "HEAD:5e82995148a2844c6f483ae5ddd1438d87ea9fb7" > meta-xilinx = "HEAD:a6121299383bd171b1a19ec019836fb6b59e6c92" > meta-xilinx-tools = "master:d300775243368ec354e9ff9fbaf2ffc0da1a9744" > > Initialising tasks: 100% > |#############################################################| Time: > |0:00:03 > Checking sstate mirror object availability: 100% > |#####################################| Time: 0:00:00 > NOTE: Executing SetScene Tasks > NOTE: Executing RunQueue Tasks > ERROR: device-tree-generation-xilinx+gitAUTOINC+43551819a1-r0 do_compile: > Function failed: do_compile (log file is located at > /home/mike/projects/xilinx-platform/build/tmp-glibc/work/zcu102_zynqmp-oe- > linux/device-tree-generation/xilinx+gitAUTOINC+43551819a1- > r0/temp/log.do_compile.16237) > ERROR: Logfile of failure stored in: > /home/mike/projects/xilinx-platform/build/tmp-glibc/work/zcu102_zynqmp-oe- > linux/device-tree-generation/xilinx+gitAUTOINC+43551819a1- > r0/temp/log.do_compile.16237 > Log data follows: > | DEBUG: Executing shell function do_compile > | gcc: error: > /home/mike/projects/xilinx-platform/build/tmp-glibc/work/zcu102_zynqmp-oe- > linux/device-tree-generation/xilinx+gitAUTOINC+43551819a1-r0/build/device-tree- > generation/system-top.dts: > No such file or directory > | gcc: warning: ‘-x assembler-with-cpp’ after last input file has no > | effect > | gcc: fatal error: no input files > | compilation terminated.
Seems like system-top.dts is not being generated, is xsct in your path? Xsct is required to use DTG. This would generate the required dts files depending on HDF Thanks, Manju -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
