blob: 0692ec8b9dfdff3c1962d1d59c7372c38b45e1c2 [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
5DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native"
6PR = "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