summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-10-28 16:31:39 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-10-28 16:34:35 +0000
commit47c42b6c3014429886eaa66a17f38e86a33d086e (patch)
tree989db176169552482c2aa0ba0b4b5ccb0b8b2137 /meta/conf/distro/include
parent3a73995e31a6e2af4ec572edd174e9579f99dfb9 (diff)
downloadpoky-47c42b6c3014429886eaa66a17f38e86a33d086e.tar.gz
conf/distro: Create a moblin distro config file based on the Poky one
Also refactor various data into common include files.
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r--meta/conf/distro/include/as-needed.inc14
-rw-r--r--meta/conf/distro/include/poky-eabi.inc15
-rw-r--r--meta/conf/distro/include/poky-moblin.inc26
-rw-r--r--meta/conf/distro/include/world-broken.inc30
4 files changed, 73 insertions, 12 deletions
diff --git a/meta/conf/distro/include/as-needed.inc b/meta/conf/distro/include/as-needed.inc
new file mode 100644
index 0000000000..50a152de32
--- /dev/null
+++ b/meta/conf/distro/include/as-needed.inc
@@ -0,0 +1,14 @@
1
2ASNEEDED = "-Wl,--as-needed"
3
4ASNEEDED_pn-console-tools = ""
5ASNEEDED_pn-distcc = ""
6ASNEEDED_pn-openobex = ""
7ASNEEDED_pn-icu = ""
8ASNEEDED_pn-xserver-kdrive-xomap = ""
9ASNEEDED_pn-minimo = ""
10ASNEEDED_pn-pciutils = ""
11ASNEEDED_pn-puzzles = ""
12ASNEEDED_pn-dialer = ""
13
14TARGET_LDFLAGS += "${ASNEEDED}" \ No newline at end of file
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc
index e0cafbaaa9..10706b695c 100644
--- a/meta/conf/distro/include/poky-eabi.inc
+++ b/meta/conf/distro/include/poky-eabi.inc
@@ -35,15 +35,6 @@ PREFERRED_VERSION_glibc ?= "2.6.1"
35PREFERRED_VERSION_glibc-initial ?= "2.6.1" 35PREFERRED_VERSION_glibc-initial ?= "2.6.1"
36PREFERRED_VERSION_elfutils ?= "0.131" 36PREFERRED_VERSION_elfutils ?= "0.131"
37 37
38ASNEEDED = "-Wl,--as-needed" 38require conf/distro/include/as-needed.inc
39ASNEEDED_pn-console-tools = "" 39
40ASNEEDED_pn-distcc = "" 40
41ASNEEDED_pn-openobex = ""
42ASNEEDED_pn-icu = ""
43ASNEEDED_pn-xserver-kdrive-xomap = ""
44ASNEEDED_pn-minimo = ""
45ASNEEDED_pn-pciutils = ""
46ASNEEDED_pn-puzzles = ""
47ASNEEDED_pn-dialer = ""
48
49TARGET_LDFLAGS += "${ASNEEDED}"
diff --git a/meta/conf/distro/include/poky-moblin.inc b/meta/conf/distro/include/poky-moblin.inc
new file mode 100644
index 0000000000..45535c5540
--- /dev/null
+++ b/meta/conf/distro/include/poky-moblin.inc
@@ -0,0 +1,26 @@
1TARGET_VENDOR = "-poky"
2
3PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "glibc"
4PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross"
5PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
6PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate = "gcc-cross-intermediate"
7PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
8PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
9
10GCCVERSION ?= "4.2.3"
11BINUVERSION = "2.18"
12
13PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
14PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
15PREFERRED_VERSION_gcc-cross-initial ?= "${GCCVERSION}"
16PREFERRED_VERSION_gcc-cross-intermediate ?= "${GCCVERSION}"
17PREFERRED_VERSION_gcc-cross-sdk ?= "${GCCVERSION}"
18PREFERRED_VERSION_binutils ?= "${BINUVERSION}"
19PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}"
20PREFERRED_VERSION_linux-libc-headers ?= "2.6.24"
21PREFERRED_VERSION_glibc ?= "2.6.1"
22PREFERRED_VERSION_glibc-initial ?= "2.6.1"
23PREFERRED_VERSION_elfutils ?= "0.131"
24
25require conf/distro/include/as-needed.inc
26
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc
new file mode 100644
index 0000000000..e1e14880fc
--- /dev/null
+++ b/meta/conf/distro/include/world-broken.inc
@@ -0,0 +1,30 @@
1#
2# Exclude known broken packages
3#
4# Needs old OpenSync
5EXCLUDE_FROM_WORLD_pn-libsync = "1"
6EXCLUDE_FROM_WORLD_pn-libopensync-plugin-evo2-sync = "1"
7EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1"
8EXCLUDE_FROM_WORLD_pn-libopensync-plugin-irmc = "1"
9EXCLUDE_FROM_WORLD_pn-libopensync-plugin-irmc-sync = "1"
10EXCLUDE_FROM_WORLD_pn-libopensync-plugin-google-calendar = "1"
11# Needs python
12EXCLUDE_FROM_WORLD_pn-opkg-utils = "1"
13# Needs gcc 3.x
14EXCLUDE_FROM_WORLD_pn-qemu = "1"
15# temporary
16EXCLUDE_FROM_WORLD_pn-lirc = "1"
17EXCLUDE_FROM_WORLD_pn-lirc-modules = "1"
18# these applications need clutter 0.6
19EXCLUDE_FROM_WORLD_pn-aaina = "1"
20EXCLUDE_FROM_WORLD_pn-table = "1"
21EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1"
22# Need bzr
23EXCLUDE_FROM_WORLD_pn-eds-tools = "1"
24# Need fixed Perl - OE bug #3403
25EXCLUDE_FROM_WORLD_pn-libxml-parser-perl = "1"
26# Needs libxml-parser-perl
27EXCLUDE_FROM_WORLD_pn-libxml-simple-perl = "1"
28# Needs gtk+ <= 2.10
29EXCLUDE_FROM_WORLD_pn-gcalctool = "1"
30