bodies: add yocto-qemu-x86-headless DAPSS target
Headless QEMU x86 guest body for Livox-only lab setup at 10.42.0.16. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,10 +13,17 @@ add_daps_target(body_dell_laptop
|
||||
dell-laptop.dapss
|
||||
)
|
||||
|
||||
add_daps_target(body_yocto_qemu_x86_headless
|
||||
SOURCES
|
||||
yocto-qemu-x86-headless.dapss
|
||||
)
|
||||
|
||||
# Register this target for later dependency addition from main CMakeLists.txt
|
||||
register_daps_target(body_rpi5_persys)
|
||||
register_daps_target(body_dell_laptop)
|
||||
register_daps_target(body_yocto_qemu_x86_headless)
|
||||
# Make the DAPSS target part of the ALL target for this subdirectory
|
||||
# This ensures DAPSS targets are built when building just this subdirectory
|
||||
set_property(TARGET body_rpi5_persys PROPERTY FOLDER "devices/bodies")
|
||||
set_property(TARGET body_dell_laptop PROPERTY FOLDER "devices/bodies")
|
||||
set_property(TARGET body_yocto_qemu_x86_headless PROPERTY FOLDER "devices/bodies")
|
||||
|
||||
Reference in New Issue
Block a user