blob: 768f6f4bb67daad44f8323cccb22fc07b50bff65 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Integrated Development Environment support"
2DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
3LICENSE = "MIT"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native cmake-native"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006PR = "r3"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007RM_WORK_EXCLUDE += "${PN}"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008
Patrick Williamsc0f7c042017-02-23 20:41:17 -06009inherit meta toolchain-scripts nopackages
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
11do_populate_ide_support () {
12 toolchain_create_tree_env_script
13}
14
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015addtask populate_ide_support before do_build after do_install