]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toasterconf.json: Set default distro to nodistro
authorKhem Raj <raj.khem@gmail.com>
Sat, 24 Oct 2015 23:39:38 +0000 (16:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Apr 2016 17:02:26 +0000 (18:02 +0100)
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/toasterconf.json

index 1987793b8982fce27cb1180cd0c7b36c5d31fbe0..6f91ed569f8bb912452bf7828b08333f80a62c0d 100644 (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"
     },