diff options
-rw-r--r-- | meta/conf/toasterconf.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index fe1564ec26..aac478e1ec 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json @@ -1,5 +1,12 @@ { - "config": {"MACHINE": "qemux86", "DISTRO": "poky"}, + "config": { + "MACHINE" : "qemux86", + "DISTRO" : "poky", + "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2", + "IMAGE_INSTALL_append": "", + "PACKAGE_CLASSES": "package_rpm", + "SDKMACHINE" : "x86_64" + }, "layersources": [ { "name": "Local OpenEmbedded", |