From: Michael Lauer Date: Fri, 19 May 2006 21:16:47 +0000 (+0000) Subject: ezx.conf: update X-Git-Tag: Release-2010-05/1~9453^2~1673 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c0386c00c258ee696a0b1cb3800e0492b80218;p=openembedded.git ezx.conf: update add openzaurus-unstable-uclibc distro configuration for testing... --- diff --git a/conf/distro/ezx.conf b/conf/distro/ezx.conf index f13a51ee04..5a5204b620 100644 --- a/conf/distro/ezx.conf +++ b/conf/distro/ezx.conf @@ -27,7 +27,7 @@ TARGET_FPU = "soft" # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" -SRCDATE = "20060507" +SRCDATE ?= "20060507" PREFERRED_PROVIDER_hostap-conf = "hostap-conf" diff --git a/conf/distro/openzaurus-unstable-uclibc.conf b/conf/distro/openzaurus-unstable-uclibc.conf new file mode 100644 index 0000000000..6ff43f565a --- /dev/null +++ b/conf/distro/openzaurus-unstable-uclibc.conf @@ -0,0 +1,9 @@ +require conf/distro/openzaurus-unstable.conf + +TARGET_OS = "linux-uclibc" +PREFERRED_PROVIDER_virtual/libiconv = "libiconv" +PREFERRED_PROVIDER_virtual/libintl = "libintl" +PREFERRED_PROVIDER_hostap-modules = "hostap-modules" + +# NOTE: you have to rename your 2.95 gcc and 2.11.2 ld +ASSUME_PROVIDED += "virtual/arm-linux-uclibc-gcc-2.95"