diff --git a/config/components/qemu.lib.yml b/config/components/qemu.lib.yml
index 9a87d950eec93b55e86475e5d45c05e1bc205bc1..5215b7a977e2de1d68248afdded603397b89bfcf 100644
--- a/config/components/qemu.lib.yml
+++ b/config/components/qemu.lib.yml
@@ -6,7 +6,6 @@
 #@yaml/text-templated-strings
 ---
 #@ def _qemu_component(use_asan=False):
-#! TODO: magically clone llvm from git in $SOURCE_DIR
 repository: qemu
 builds:
   #@ for flavor, f_options in typical_project_flavors(use_asan=use_asan).items():
diff --git a/config/components/toolchain/lib/linux_headers.lib.yml b/config/components/toolchain/lib/linux_headers.lib.yml
index 559ba79fd1c7aeefab09441c6f3699ea01f0f644..bf7b9f62abf7406cbd73f7b7cd8fc25c81eef37c 100644
--- a/config/components/toolchain/lib/linux_headers.lib.yml
+++ b/config/components/toolchain/lib/linux_headers.lib.yml
@@ -7,7 +7,6 @@
 
 #@   source_url = "https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-" + linux_version + ".tar.xz"
 
-#! TODO: why does orchestra have the same command repeated for build and install? For now I preserve it
 builds:
   default:
     configure: |