diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-25 13:13:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-25 13:13:36 +0000 |
commit | 641e3b0c3b0ec4e337742d0297142b712ac1b725 (patch) | |
tree | 8e342f0f08ec0813cbe80bdcc2a1c250abb12692 /conf | |
parent | 2e9ec3d5cdfbd7223cab5fe15277a17139775aca (diff) |
sharprom-compatible.conf: upgrade and add the new meta-fields @MENTOR and @REQUIREMENTS
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/sharprom-compatible.conf | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf index 11bb62a5d1..c059775576 100644 --- a/conf/distro/sharprom-compatible.conf +++ b/conf/distro/sharprom-compatible.conf @@ -1,38 +1,32 @@ #@TYPE: Distribution #@NAME: SharpROM -#@DESCRIPTION: Distribution configuration for SharpROM compatible packages - -# -# This is pretty ad-hoc - feel free to improve as needed :) -# +#@DESCRIPTION: Distribution configuration for SharpROM (Zaurus) compatible packages +#@MENTOR: Michael 'Mickey' Lauer <mickey@Vanille.de> +#@REQUIREMENTS: A prebuilt SharpROM Embedix Toolchain in your PATH. +#@REQUIREMENTS: Rename arm-linux-gcc|g++ to arm-linux-gcc-2.95 and rename arm-linux-ld to arm-linux-ld-2.11.2. INHERIT += " package_ipk debian sharprom" +# +# Zaurus +# TARGET_OS = "linux" TARGET_FPU = "" TARGET_ARCH = "arm" TARGET_CC_ARCH = "-march=armv4" FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2" - -DISTRO = "sharprom" -DISTRO_NAME = "SharpROM" -DISTRO_VERSION = "3.1 compatible" -DISTRO_TYPE = "debug" -# DISTRO_TYPE = "release" - -# -# Zaurus -# - OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "tty1" #DEBUG_OPTIMIZATION = "-O -g3" #DEBUG_BUILD = "1" -#INHIBIT_PACKAGE_STRIP = "1" # # Base # +DISTRO = "sharprom" +DISTRO_NAME = "SharpROM" +DISTRO_VERSION = "3.1 compatible" +DISTRO_TYPE = "debug" ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95 binutils-cross gcc-cross-initial gcc-cross" ASSUME_PROVIDED += "virtual/arm-linux-libc-for-gcc virtual/arm-linux-binutils virtual/arm-linux-gcc" @@ -42,23 +36,25 @@ ASSUME_PROVIDED += "virtual/libc linux-libc-headers" DEPENDS =+ "sharprom-toolchain-native" IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0" +#INHIBIT_PACKAGE_STRIP = "1" # # Opie # - PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" - -OPIE_VERSION = "1.2.0" +QTE_VERSION = "2.3.10" +OPIE_VERSION = "1.2.2" +PALMTOP_USE_MULTITHREADED_QT = "no" include conf/distro/preferred-opie-versions.inc # # GPE # - SRCDATE_xserver-kdrive = "20050208" PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" PREFERRED_PROVIDERS += " gst-plugins:gpe-gst-plugins" - include conf/distro/preferred-gpe-versions.inc +# +# E +# |