diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 15:08:49 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-07 15:08:49 +0000 |
commit | 75bd43847ef204f264e29144a9d903ac608d010c (patch) | |
tree | f50519b201a4d2db5cfb13d56da6758763ea7b68 | |
parent | d56a2311e05cc65207942802bf54c47c2b92a86d (diff) |
bitbake.conf: Provide default value for GUI_MACHINE_CLASS.
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 ?= "" |