[oe-commits] [openembedded-core] 01/01: toasterconf.json: Set default distro to nodistro

git at git.openembedded.org git at git.openembedded.org
Thu Apr 7 17:02:53 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3d82961ce28866f0363a8cf1bbb2ffcaa9605a33
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Oct 24 16:39:38 2015 -0700

    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 <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/toasterconf.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
index 1987793..6f91ed5 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"
     },

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list