diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-23 19:47:07 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-23 19:47:07 +0000 |
commit | 185819ad66354c5cda39e60f2a53b33992465616 (patch) | |
tree | 7078299698c9838fd7bd8ef73a5aa19b7287f7b1 /meta | |
parent | d9d45406096e1e9a0d1cef853b0f5030c0495e1c (diff) | |
download | poky-185819ad66354c5cda39e60f2a53b33992465616.tar.gz |
poky-moblin.inc: Move to meta-moblin
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-moblin.inc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/conf/distro/include/poky-moblin.inc b/meta/conf/distro/include/poky-moblin.inc deleted file mode 100644 index 1314156a3b..0000000000 --- a/meta/conf/distro/include/poky-moblin.inc +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | TARGET_VENDOR = "-poky" | ||
2 | |||
3 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "glibc" | ||
4 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross" | ||
5 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial" | ||
6 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate = "gcc-cross-intermediate" | ||
7 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" | ||
8 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | ||
9 | |||
10 | GCCVERSION ?= "4.3.3" | ||
11 | BINUVERSION = "2.20" | ||
12 | |||
13 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | ||
14 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" | ||
15 | PREFERRED_VERSION_gcc-cross-initial ?= "${GCCVERSION}" | ||
16 | PREFERRED_VERSION_gcc-cross-intermediate ?= "${GCCVERSION}" | ||
17 | PREFERRED_VERSION_gcc-cross-sdk ?= "4.3.1" | ||
18 | PREFERRED_VERSION_binutils ?= "${BINUVERSION}" | ||
19 | PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}" | ||
20 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.30" | ||
21 | PREFERRED_VERSION_glibc ?= "2.9" | ||
22 | PREFERRED_VERSION_glibc-initial ?= "2.9" | ||
23 | PREFERRED_VERSION_elfutils ?= "0.131" | ||
24 | |||
25 | require conf/distro/include/as-needed.inc | ||
26 | |||