Lines Matching full:edk
19 # otherwise can't actually build the edk
24 # Can we build the edk?
31 "llext-edk",
38 # Install the edk to a temporary location
40 # Copy the edk to the temporary directory using python methods
41 logger.debug(f"Copying llext-edk.tar.xz to {tempdir}")
42 edk_path = Path(unlaunched_dut.device_config.build_dir) / "zephyr/llext-edk.tar.xz"
45 # Extract the edk using tar
46 logger.debug(f"Extracting llext-edk.tar.xz to {tempdir}")
47 command = ["tar", "-xf", "llext-edk.tar.xz"]
54 ext_dir = Path(os.environ["ZEPHYR_BASE"]) / "tests/misc/llext-edk/extension"
64 # knows where the EDK is installed
65 edk_dir = Path(tempdir) / "llext-edk"
69 # Build the extension using the edk