diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-28 16:31:39 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-28 16:34:35 +0000 |
| commit | 47c42b6c3014429886eaa66a17f38e86a33d086e (patch) | |
| tree | 989db176169552482c2aa0ba0b4b5ccb0b8b2137 /meta/conf/distro/include/poky-moblin.inc | |
| parent | 3a73995e31a6e2af4ec572edd174e9579f99dfb9 (diff) | |
| download | poky-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/poky-moblin.inc')
| -rw-r--r-- | meta/conf/distro/include/poky-moblin.inc | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ | |||
| 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.2.3" | ||
| 11 | BINUVERSION = "2.18" | ||
| 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 ?= "${GCCVERSION}" | ||
| 18 | PREFERRED_VERSION_binutils ?= "${BINUVERSION}" | ||
| 19 | PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}" | ||
| 20 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" | ||
| 21 | PREFERRED_VERSION_glibc ?= "2.6.1" | ||
| 22 | PREFERRED_VERSION_glibc-initial ?= "2.6.1" | ||
| 23 | PREFERRED_VERSION_elfutils ?= "0.131" | ||
| 24 | |||
| 25 | require conf/distro/include/as-needed.inc | ||
| 26 | |||
