toasterconf.json: Set default distro to nodistro

This makes it self-sufficient with OE-Core
Generate ext4 instead of ext3, most of Qemu
targets in oe-core now use ext4

(From OE-Core rev: 3d82961ce28866f0363a8cf1bbb2ffcaa9605a33)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2015-10-24 16:39:38 -07:00
committed by Richard Purdie
parent 1b7b548960
commit 7ce800c3a2

View File

@@ -1,8 +1,8 @@
{
"config": {
"MACHINE" : "qemux86",
"DISTRO" : "poky",
"IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
"DISTRO" : "nodistro",
"IMAGE_FSTYPES": "ext4 jffs2 tar.bz2",
"IMAGE_INSTALL_append": "",
"PACKAGE_CLASSES": "package_rpm"
},