From: Khem Raj Date: Sat, 24 Oct 2015 23:39:38 +0000 (-0700) Subject: toasterconf.json: Set default distro to nodistro X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d82961ce28866f0363a8cf1bbb2ffcaa9605a33;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index 1987793b898..6f91ed569f8 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json @@ -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" },