Home
last modified time | relevance | path

Searched refs:cross_file (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/cmake/
H A Dcmake-setup.py28 cross_file = os.path.join(sysroot, 'usr/share/cmake/%s-toolchain.cmake' % (os.path.basename(os.envi… variable
32 with open(cross_file, "w") as out_file:
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-setup.py29 cross_file = os.path.join(sysroot, 'usr/share/meson/%smeson.cross' % os.environ["TARGET_PREFIX"]) variable
36 with open(cross_file, "w") as out_file: