mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user