diff --git a/README.af_yocto b/README.af_yocto
index 3a94968fdefa2c2aa13b54756bb6c6cee20438d9..998fa59d84e94b5171be37e934e7d0d1acd4c1bf 100644
--- a/README.af_yocto
+++ b/README.af_yocto
@@ -57,7 +57,7 @@ RESOLVED ISSUES for M1:
   
 OPEN ISSUES for M1:
 
-  - Yocto: python-setuptools requires some python-modules at run-time.
+  - python-setuptools requires some python-modules at run-time.
     TEMPORARILY RESOLVED by adding all python-modules in the image
     SHOULD BE RESOLVED by creating an appropriate patch for python-setuptools and contributing to openembedded-core
   - rospkg modules are not found when runnning python.
@@ -70,9 +70,15 @@ OPEN ISSUES for M1:
     This can be only solved by providing a general merge mechanism for the easy-install.pth file.
     Implementing this should not be difficult because the format of this file is very easy, and
     the pathes can be simply accumulated.
-    TEMPORARY SOLUTION NOW: we simply write the easy-install.pth file in the rootfs task of the image generation.
+    FIRST TEMPORARY SOLUTION: we simply write the easy-install.pth file in the rootfs task of the image generation.
+    SECOND SOLUTION: implemented behavior described above
+    THIRD SOLUTION: uses the dist_utils argument to use traditional packaging mechanism and avoid .egg files at all (suggested by Ross Burton)
+
+OPEN ISSUES for M2:
+  - understand what rosinstall actually does
+  - how fetch from multiple git repositories?
 
 OPEN ISSUES for PUBLICATION:
   - Maybe remove the ros_server.tar.gz files and explain how to obtain them.
   - Maybe remove build/conf/ from repository.
-
+  - make a proper layer