diff options
-rw-r--r-- | conf/documentation.conf | 3 | ||||
-rw-r--r-- | packages/linux/linux-efika_2.6.21+git.bb | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index b92c14f7f0..44a174a01b 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -98,6 +98,9 @@ PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slot SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1" +# insane bbclass +QA_LOG[doc] = "Enable logging of QA errors to log.qa_package. Default is not to log." + # palmtop build class PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread" diff --git a/packages/linux/linux-efika_2.6.21+git.bb b/packages/linux/linux-efika_2.6.21+git.bb index bd328aff67..0dcc8b3304 100644 --- a/packages/linux/linux-efika_2.6.21+git.bb +++ b/packages/linux/linux-efika_2.6.21+git.bb @@ -4,6 +4,8 @@ LICENSE = "GPL" PR = "r0" PV = "2.6.21+git${SRCDATE}" +DEFAULT_PREFERENCE = "-1" + COMPATIBLE_MACHINE = "efika" SRC_URI = "file://defconfig" |