diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-28 14:00:49 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-28 14:00:49 +0000 |
commit | 5a5fe7e0d0b6196e8accc54abb29c82daf11615d (patch) | |
tree | 26558873306cdff4624783600003bfbca2f3ec8d /conf | |
parent | 96db35319ed2f97dce4822a5d80fb636f19651ba (diff) | |
parent | a84ca6515375010be1cb18ec82ec48968b89bb84 (diff) |
merge of '15b7eadc9952c4f918a8390a157c5b9c400e4394'
and '24a92b152eddaf3edef74b529a0c7f06bd5e060c'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openomap.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/distro/openomap.conf b/conf/distro/openomap.conf index 0c864db04f..f73a980c52 100644 --- a/conf/distro/openomap.conf +++ b/conf/distro/openomap.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: OE Distribution for TI OMAP Development Boards INHERIT += " package_ipk debian" -TARGET_OS = "linux" +TARGET_OS ?= "linux-gnueabi" TARGET_FPU ?= "soft" # 2.4 vs 2.6 is a distro decision. @@ -15,14 +15,16 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" +PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" + #EABI stuff PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}-libc-for-gcc = "glibc-intermediate" -PREFERRED_PROVIDER_virtual/arm-angstrom-linux-gnueabi-libc-for-gcc = "glibc-intermediate" +PREFERRED_PROVIDER_virtual/arm-linux-gnueabi-libc-for-gcc = "glibc-intermediate" PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" -# Use current git until I can find a git tag that builds for omap5912osk -PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git" -#PREFERRED_VERSION_linux-omap1 = "2.6.12-rc2" +# use latest booting kernel but allow to override it in local.conf +PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18-omap1" +#PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git" #use EABI toolchain |