From 75bd43847ef204f264e29144a9d903ac608d010c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 7 Jan 2007 15:08:49 +0000 Subject: [PATCH] bitbake.conf: Provide default value for GUI_MACHINE_CLASS. --- conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 77eaabb4a6..3eb3ab436f 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -439,6 +439,8 @@ OES_BITBAKE_CONF = "1" MACHINE_FEATURES ?= "kernel26" DISTRO_FEATURES ?= "" +GUI_MACHINE_CLASS ?= "smallscreen" + DISTRO_EXTRA_RDEPENDS ?= "" DISTRO_EXTRA_RRECOMMENDS ?= "" MACHINE_EXTRA_RDEPENDS ?= "" -- 2.39.5