From f923f0fde8af63c6ba7c232d1f25dd970d9e22e1 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 9 Feb 2015 17:52:05 +0000 Subject: toasterconf: update Toaster configuration file Update the config section of the meta/conf/toasterconf.json file to set the default project variables as in meta-yocto/conf/toasterconf.json [YOCTO #7248] (From OE-Core rev: eea9ada645ea5f17cf2e0f2a89a790c26ad27e9d) Signed-off-by: Belen Barros Pena Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/toasterconf.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json index fe1564e..aac478e 100644 --- a/meta/conf/toasterconf.json +++ b/meta/conf/toasterconf.json @@ -1,5 +1,12 @@ { - "config": {"MACHINE": "qemux86", "DISTRO": "poky"}, + "config": { + "MACHINE" : "qemux86", + "DISTRO" : "poky", + "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2", + "IMAGE_INSTALL_append": "", + "PACKAGE_CLASSES": "package_rpm", + "SDKMACHINE" : "x86_64" + }, "layersources": [ { "name": "Local OpenEmbedded", -- cgit v1.1