diff --git a/config.json b/config.json
index f0e220e..30dc1c2 100644
--- a/config.json
+++ b/config.json
@@ -1467,6 +1467,16 @@
                     "${BUILDDIR}/../meta-openembedded/meta-filesystems"
                 ],
                 "BBTARGETS" : "world -k"
+            },
+            "step3" : {
+                "ADDLAYER" : [
+                    "${BUILDDIR}/../meta-openembedded/meta-oe",
+                    "${BUILDDIR}/../meta-openembedded/meta-python",
+                    "${BUILDDIR}/../meta-openembedded/meta-networking",
+                    "${BUILDDIR}/../meta-openembedded/meta-filesystems"
+                ],
+                "MACHINE" : "qemuarm64",
+                "BBTARGETS" : "world -k"
             }
         },
         "meta-virt" : {
