From 5e6ce0ba567dd9c8ae33353fcf1d0554b34241e8 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 15 Nov 2004 14:29:41 +0000 Subject: this improves Opie build system playing more nice with OE. instructions later... alert me if this breaks the non-oe work (which i doubt) --- (limited to 'config.in') diff --git a/config.in b/config.in index 37cbb67..372ecfb 100644 --- a/config.in +++ b/config.in @@ -21,6 +21,9 @@ choice config TARGET_C700 boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)" + config TARGET_OE + boolean "OpenEmbedded w/ OE build dir set below" + config TARGET_IPAQ boolean "iPAQ" @@ -32,9 +35,13 @@ choice config TARGET_YOPY boolean "Yopy 3500/3700" - endchoice +config OE_BUILD_DIR + depends TARGET_OE + string "OE build directory" + default ">>>set OpenEmbedded build directory here<<<" + config OPTIMIZE boolean "Use optimizations" default "y" if ! TARGET_X86 @@ -80,6 +87,7 @@ config SPECFILE default "linux-g++" if TARGET_SIMPAD && X11 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) + default "qws/linux-oe-g++" if TARGET_OE && (!X11) config CUSTOMFILE string -- cgit v0.9.0.2