diff options
Diffstat (limited to 'openembedded/conf/distro/openzaurus-3.5.4.conf')
-rw-r--r-- | openembedded/conf/distro/openzaurus-3.5.4.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/openembedded/conf/distro/openzaurus-3.5.4.conf b/openembedded/conf/distro/openzaurus-3.5.4.conf index 61458c0b03..fbc1970864 100644 --- a/openembedded/conf/distro/openzaurus-3.5.4.conf +++ b/openembedded/conf/distro/openzaurus-3.5.4.conf | |||
@@ -1,4 +1,4 @@ | |||
1 | include conf/distro/openzaurus.conf | 1 | include conf/distro/openzaurus.inc |
2 | DISTRO = "openzaurus" | 2 | DISTRO = "openzaurus" |
3 | DISTRO_NAME = "OpenZaurus" | 3 | DISTRO_NAME = "OpenZaurus" |
4 | DISTRO_VERSION = "3.5.3-snapshot-${DATE}" | 4 | DISTRO_VERSION = "3.5.3-snapshot-${DATE}" |
@@ -27,6 +27,16 @@ KERNEL_CONSOLE = "ttyS0" | |||
27 | #DEBUG_BUILD = "1" | 27 | #DEBUG_BUILD = "1" |
28 | #INHIBIT_PACKAGE_STRIP = "1" | 28 | #INHIBIT_PACKAGE_STRIP = "1" |
29 | 29 | ||
30 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | ||
31 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | ||
32 | |||
33 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | ||
34 | |||
35 | #fix some iconv issues, needs to be adjusted when doing uclibc builds | ||
36 | PREFERRED_PROVIDER_virtual/libiconv=glibc | ||
37 | PREFERRED_PROVIDER_virtual/libintl=glibc | ||
38 | |||
39 | |||
30 | # | 40 | # |
31 | # Base | 41 | # Base |
32 | # | 42 | # |
@@ -48,12 +58,11 @@ include conf/distro/preferred-opie-versions.inc | |||
48 | # | 58 | # |
49 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | 59 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" |
50 | PREFERRED_PROVIDER_x11 = "diet-x11" | 60 | PREFERRED_PROVIDER_x11 = "diet-x11" |
51 | #PREFERRED_PROVIDER_x11 = "x11" | ||
52 | include conf/distro/preferred-gpe-versions-2.7.inc | 61 | include conf/distro/preferred-gpe-versions-2.7.inc |
53 | 62 | ||
54 | # | 63 | # |
55 | # E | 64 | # E |
56 | # | 65 | # |
57 | include conf/distro/preferred-e-versions.inc | 66 | #include conf/distro/preferred-e-versions.inc |
58 | 67 | ||
59 | include conf/distro/poky-additions.inc \ No newline at end of file | 68 | include conf/distro/poky-additions.inc \ No newline at end of file |