diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:13:43 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 17:13:43 +0000 |
| commit | 4398b980ba11f6a76f6c863f67f174cf1dc2bef6 (patch) | |
| tree | ef35bc5c6f898f654d942f972146b3b2161f3f30 /meta/conf/distro/include | |
| parent | 173b999d9585d61890bdabc4d26a784bc7758ec4 (diff) | |
| download | poky-4398b980ba11f6a76f6c863f67f174cf1dc2bef6.tar.gz | |
conf: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@892 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include')
| -rw-r--r-- | meta/conf/distro/include/angstrom.inc | 42 | ||||
| -rw-r--r-- | meta/conf/distro/include/maemo-preferred.inc | 10 | ||||
| -rw-r--r-- | meta/conf/distro/include/openzaurus.inc | 2 | ||||
| -rw-r--r-- | meta/conf/distro/include/preferred-gpe-versions-2.7.inc | 6 | ||||
| -rw-r--r-- | meta/conf/distro/include/preferred-opie-versions.inc | 2 | ||||
| -rw-r--r-- | meta/conf/distro/include/sane-srcdates.inc | 15 |
6 files changed, 35 insertions, 42 deletions
diff --git a/meta/conf/distro/include/angstrom.inc b/meta/conf/distro/include/angstrom.inc index 5ff9e1c942..3bf87abdb6 100644 --- a/meta/conf/distro/include/angstrom.inc +++ b/meta/conf/distro/include/angstrom.inc | |||
| @@ -5,47 +5,47 @@ | |||
| 5 | DISTRO = "angstrom" | 5 | DISTRO = "angstrom" |
| 6 | DISTRO_NAME = "Angstrom" | 6 | DISTRO_NAME = "Angstrom" |
| 7 | 7 | ||
| 8 | TARGET_VENDOR = "-angstrom" | ||
| 9 | MACHINE_TASK_PROVIDER = "task-base" | ||
| 10 | |||
| 11 | # Can be "glibc" and "uclibc" | ||
| 12 | ANGSTROM_MODE ?= "glibc" | ||
| 13 | |||
| 14 | DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROM_MODE}" | ||
| 15 | require conf/distro/include/angstrom-${ANGSTROM_MODE}.inc | ||
| 16 | |||
| 8 | #Use this variable in feeds and other parts that need a URI | 17 | #Use this variable in feeds and other parts that need a URI |
| 9 | ANGSTROM_URI = "http://www.angstrom-distribution.org" | 18 | ANGSTROM_URI = "http://www.angstrom-distribution.org" |
| 10 | 19 | ||
| 11 | #Set the default maintainer to angstrom-dev | 20 | #Set the default maintainer to angstrom-dev |
| 12 | MAINTAINER = "Angstrom Developers <angstrom-dev@linuxtogo.org>" | 21 | MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>" |
| 13 | 22 | ||
| 14 | #use ipkg package format with debian style naming | 23 | #use ipkg package format with debian style naming |
| 15 | #use multimachine buildrules | 24 | #use multimachine buildrules |
| 16 | INHERIT += "package_ipk debian multimachine" | 25 | INHERIT += "package_ipk debian multimachine sanity" |
| 17 | 26 | ||
| 18 | #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable | 27 | #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable |
| 19 | PREFERRED_PROVIDER_qemu-native = "qemu-native" | 28 | PREFERRED_PROVIDER_qemu-native = "qemu-native" |
| 20 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | 29 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" |
| 21 | 30 | ||
| 22 | 31 | #qemu doesn't like armv6/eabi/vfp | |
| 23 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides | 32 | ENABLE_BINARY_LOCALE_GENERATION_mx31ads = "0" |
| 24 | #here because this breaks all places where ":=" is used. | ||
| 25 | #if you want to build using uclibc, specify "-uclibcgnueabi" | ||
| 26 | TARGET_VENDOR = "-angstrom" | ||
| 27 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | ||
| 28 | #uclibc (needs gcc 4.1.1 or newer) | ||
| 29 | #TARGET_OS = "linux${@['','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | ||
| 30 | |||
| 31 | #mess with compiler flags to use -Os instead of -O2 | ||
| 32 | #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info | ||
| 33 | FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" | ||
| 34 | BUILD_OPTIMIZATION = "-Os" | ||
| 35 | CXXFLAGS += "-fvisibility-inlines-hidden" | ||
| 36 | 33 | ||
| 37 | #ARM EABI is softfloat by default, but let's make sure :) | 34 | #ARM EABI is softfloat by default, but let's make sure :) |
| 38 | TARGET_FPU_arm = "soft" | 35 | #make it overridable for platforms with FPU, like ep93xx or i.mx31 |
| 36 | TARGET_FPU_arm ?= "soft" | ||
| 37 | TARGET_FPU_ixp4xx ?= "soft" | ||
| 38 | |||
| 39 | 39 | ||
| 40 | #Always ship these packages | 40 | #Make a LE jffs2 image |
| 41 | BOOTSTRAP_EXTRA_RDEPENDS += "angstrom-version coreutils dropbear sysvinit" | 41 | SLUGOS_IMAGESEX = "little-endian" |
| 42 | 42 | ||
| 43 | #Name the generated images in a sane way | 43 | #Name the generated images in a sane way |
| 44 | IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" | 44 | IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" |
| 45 | DEPLOY_DIR_IMAGE = ${DEPLOY_DIR}/images/${MACHINE} | 45 | DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" |
| 46 | 46 | ||
| 47 | # Angstrom *always* has some form of release config, so error out if someone thinks he knows better | 47 | # Angstrom *always* has some form of release config, so error out if someone thinks he knows better |
| 48 | DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" | 48 | DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" |
| 49 | 49 | ||
| 50 | # We want images supporting the following features (for task-base) | 50 | # We want images supporting the following features (for task-base) |
| 51 | DISTO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" | 51 | DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" |
diff --git a/meta/conf/distro/include/maemo-preferred.inc b/meta/conf/distro/include/maemo-preferred.inc deleted file mode 100644 index 943f244326..0000000000 --- a/meta/conf/distro/include/maemo-preferred.inc +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | PREFERRED_PROVIDER_gconf = "gconf-osso" | ||
| 2 | PREFERRED_PROVIDER_tslib = "tslib-maemo" | ||
| 3 | PREFERRED_VERSION_dbus = "0.23.1-osso5" | ||
| 4 | PREFERRED_VERSION_audiofile = "0.2.6-3osso4" | ||
| 5 | PREFERRED_PROVIDER_esd = "osso-esd" | ||
| 6 | PREFERRED_VERSION_gtk+ = "2.6.4-1.osso7" | ||
| 7 | PREFERRED_VERSION_glib-2.0 = "2.6.4" | ||
| 8 | PREFERRED_VERSION_pango = "1.8.1" | ||
| 9 | PREFERRED_VERSION_atk = "1.9.0" | ||
| 10 | PREFERRED_VERSION_diet-x11 ?= "6.2.1" \ No newline at end of file | ||
diff --git a/meta/conf/distro/include/openzaurus.inc b/meta/conf/distro/include/openzaurus.inc index 01877956ed..ea408ff221 100644 --- a/meta/conf/distro/include/openzaurus.inc +++ b/meta/conf/distro/include/openzaurus.inc | |||
| @@ -22,4 +22,4 @@ BB_MIN_VERSION = "1.4.4" | |||
| 22 | INHERIT += "sanity" | 22 | INHERIT += "sanity" |
| 23 | 23 | ||
| 24 | # We want images supporting the following features (for task-base) | 24 | # We want images supporting the following features (for task-base) |
| 25 | DISTO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" | 25 | DISTRO_FEATURES = "nfs smbfs ipsec wifi ppp alsa bluetooth ext2 irda pcmcia usbgadget usbhost" |
diff --git a/meta/conf/distro/include/preferred-gpe-versions-2.7.inc b/meta/conf/distro/include/preferred-gpe-versions-2.7.inc index 36702025c1..662dfc386f 100644 --- a/meta/conf/distro/include/preferred-gpe-versions-2.7.inc +++ b/meta/conf/distro/include/preferred-gpe-versions-2.7.inc | |||
| @@ -6,8 +6,8 @@ | |||
| 6 | #SRCDATE_minimo=20050401 | 6 | #SRCDATE_minimo=20050401 |
| 7 | 7 | ||
| 8 | #set some preferred providers: | 8 | #set some preferred providers: |
| 9 | PREFERRED_PROVIDER_gconf=gconf-dbus | 9 | PREFERRED_PROVIDER_gconf="gconf-dbus" |
| 10 | PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus | 10 | PREFERRED_PROVIDER_gnome-vfs="gnome-vfs-dbus" |
| 11 | 11 | ||
| 12 | #specify versions, as the header says :) | 12 | #specify versions, as the header says :) |
| 13 | PREFERRED_VERSION_libmatchbox ?= "1.7" | 13 | PREFERRED_VERSION_libmatchbox ?= "1.7" |
| @@ -20,9 +20,9 @@ PREFERRED_VERSION_matchbox-applet-inputmanager ?= "0.6" | |||
| 20 | PREFERRED_VERSION_atk ?= "1.9.0" | 20 | PREFERRED_VERSION_atk ?= "1.9.0" |
| 21 | PREFERRED_VERSION_cairo ?= "0.5.2" | 21 | PREFERRED_VERSION_cairo ?= "0.5.2" |
| 22 | PREFERRED_VERSION_glib-2.0 ?= "2.6.4" | 22 | PREFERRED_VERSION_glib-2.0 ?= "2.6.4" |
| 23 | PREFERRED_VERSION_pango ?= "1.8.2" | ||
| 23 | PREFERRED_VERSION_gtk+ ?= "2.6.10" | 24 | PREFERRED_VERSION_gtk+ ?= "2.6.10" |
| 24 | PREFERRED_VERSION_gtk-engines ?= "2.6.5" | 25 | PREFERRED_VERSION_gtk-engines ?= "2.6.5" |
| 25 | PREFERRED_VERSION_pango ?= "1.8.1" | ||
| 26 | PREFERRED_VERSION_librsvg ?= "2.6.5" | 26 | PREFERRED_VERSION_librsvg ?= "2.6.5" |
| 27 | PREFERRED_VERSION_libgpewidget ?= "0.109" | 27 | PREFERRED_VERSION_libgpewidget ?= "0.109" |
| 28 | PREFERRED_VERSION_libgpepimc ?= "0.5" | 28 | PREFERRED_VERSION_libgpepimc ?= "0.5" |
diff --git a/meta/conf/distro/include/preferred-opie-versions.inc b/meta/conf/distro/include/preferred-opie-versions.inc index 34c1fd498e..d7c5b94f7a 100644 --- a/meta/conf/distro/include/preferred-opie-versions.inc +++ b/meta/conf/distro/include/preferred-opie-versions.inc | |||
| @@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/libqte2 = '${@base_conditional("PALMTOP_USE_MULTITHRE | |||
| 12 | PREFERRED_PROVIDER_virtual/libqpe1 = "libqpe-opie" | 12 | PREFERRED_PROVIDER_virtual/libqpe1 = "libqpe-opie" |
| 13 | PREFERRED_VERSION_qte-mt = "${QTE_VERSION}" | 13 | PREFERRED_VERSION_qte-mt = "${QTE_VERSION}" |
| 14 | PREFERRED_VERSION_qte = "${QTE_VERSION}" | 14 | PREFERRED_VERSION_qte = "${QTE_VERSION}" |
| 15 | PREFERRED_VERSION_libopie2 = "${OPIE_VERSION}" | 15 | PREFERRED_VERSION_libopie2 ?= "${OPIE_VERSION}" |
| 16 | PREFERRED_VERSION_libopieobex0 = "${OPIE_VERSION}" | 16 | PREFERRED_VERSION_libopieobex0 = "${OPIE_VERSION}" |
| 17 | PREFERRED_VERSION_libopietooth1 = "${OPIE_VERSION}" | 17 | PREFERRED_VERSION_libopietooth1 = "${OPIE_VERSION}" |
| 18 | PREFERRED_VERSION_libqpe-opie = "${OPIE_VERSION}" | 18 | PREFERRED_VERSION_libqpe-opie = "${OPIE_VERSION}" |
diff --git a/meta/conf/distro/include/sane-srcdates.inc b/meta/conf/distro/include/sane-srcdates.inc index 0696ad1909..ffde56224c 100644 --- a/meta/conf/distro/include/sane-srcdates.inc +++ b/meta/conf/distro/include/sane-srcdates.inc | |||
| @@ -5,7 +5,6 @@ SRCDATE_at76c503a-modules ?= "20060814" | |||
| 5 | SRCDATE_prism54-module ?= "20060814" | 5 | SRCDATE_prism54-module ?= "20060814" |
| 6 | 6 | ||
| 7 | # X11 libs, extentions and protos | 7 | # X11 libs, extentions and protos |
| 8 | SRCDATE_xcalibrate ?= "20060804" | ||
| 9 | SRCDATE_compositeext ?= "20060814" | 8 | SRCDATE_compositeext ?= "20060814" |
| 10 | SRCDATE_drm ?= "20060814" | 9 | SRCDATE_drm ?= "20060814" |
| 11 | SRCDATE_drm-kernel ?= "20060814" | 10 | SRCDATE_drm-kernel ?= "20060814" |
| @@ -22,8 +21,10 @@ SRCDATE_xxf86vmext ?= "20060814" | |||
| 22 | # Matchbox / O-hand | 21 | # Matchbox / O-hand |
| 23 | SRCDATE_contacts ?= "20060707" | 22 | SRCDATE_contacts ?= "20060707" |
| 24 | SRCDATE_dates ?= "20060707" | 23 | SRCDATE_dates ?= "20060707" |
| 25 | SRCDATE_web ?= "20060613" | 24 | SRCDATE_fstests ?= "20061111" |
| 26 | SRCDATE_eds-dbus ?= "20060707" | 25 | SRCDATE_eds-dbus ?= "20060707" |
| 26 | SRCDATE_libmatchbox ?= "20060612" | ||
| 27 | SRCDATE_libfakekey ?= "20051101" | ||
| 27 | SRCDATE_matchbox-common ?= "20060612" | 28 | SRCDATE_matchbox-common ?= "20060612" |
| 28 | SRCDATE_matchbox-config-gtk ?= "20060612" | 29 | SRCDATE_matchbox-config-gtk ?= "20060612" |
| 29 | SRCDATE_matchbox-desktop ?= "20060612" | 30 | SRCDATE_matchbox-desktop ?= "20060612" |
| @@ -33,13 +34,14 @@ SRCDATE_matchbox-panel-manager ?= "20060612" | |||
| 33 | SRCDATE_matchbox-stroke ?= "20060612" | 34 | SRCDATE_matchbox-stroke ?= "20060612" |
| 34 | SRCDATE_matchbox-themes-extra ?= "20060612" | 35 | SRCDATE_matchbox-themes-extra ?= "20060612" |
| 35 | SRCDATE_matchbox-wm ?= "20060612" | 36 | SRCDATE_matchbox-wm ?= "20060612" |
| 36 | SRCDATE_libmatchbox ?= "20060612" | 37 | SRCDATE_psplash ?= "20061011" |
| 37 | SRCDATE_libfakekey ?= "20051101" | 38 | SRCDATE_web ?= "20060613" |
| 38 | SRCDATE_zaurusd ?= "20060628" | 39 | SRCDATE_zaurusd ?= "20060628" |
| 39 | 40 | ||
| 40 | # GPE | 41 | # GPE |
| 41 | SRCDATE_dasher-gpe ?= "20060814" | 42 | SRCDATE_dasher-gpe ?= "20060814" |
| 42 | SRCDATE_rosetta ?= "20060804" | 43 | SRCDATE_rosetta ?= "20060804" |
| 44 | SRCDATE_libmimedir ?= "20060804" | ||
| 43 | 45 | ||
| 44 | # GNOME | 46 | # GNOME |
| 45 | SRCDATE_gconf-dbus ?= "20060719" | 47 | SRCDATE_gconf-dbus ?= "20060719" |
| @@ -54,12 +56,13 @@ SRCDATE_dvbtraffic ?= "20060814" | |||
| 54 | SRCDATE_dvbtune ?= "20060814" | 56 | SRCDATE_dvbtune ?= "20060814" |
| 55 | SRCDATE_fdclock ?= "20060814" | 57 | SRCDATE_fdclock ?= "20060814" |
| 56 | SRCDATE_fltk ?= "20060814" | 58 | SRCDATE_fltk ?= "20060814" |
| 59 | SRCDATE_ipatience ?= "20061112" | ||
| 57 | SRCDATE_ipkg-link ?= "20050930" | 60 | SRCDATE_ipkg-link ?= "20050930" |
| 58 | SRCDATE_ipkg-link-1 ?= "20050930" | 61 | SRCDATE_ipkg-link-1 ?= "20050930" |
| 59 | SRCDATE_ipkg-utils ?= "20050930" | 62 | SRCDATE_ipkg-utils ?= "20050930" |
| 60 | SRCDATE_ipkg-utils-native ?= "20050930" | 63 | SRCDATE_ipkg-utils-native ?= "20050930" |
| 61 | SRCDATE_kaffe-qt ?= "20060814" | 64 | SRCDATE_kaffe-qt ?= "20060814" |
| 62 | SRCDATE_kbdd ?= "20060814" | 65 | SRCDATE_kbdd ?= "20061019" |
| 63 | SRCDATE_led ?= "20060814" | 66 | SRCDATE_led ?= "20060814" |
| 64 | SRCDATE_linux-input ?= "20060814" | 67 | SRCDATE_linux-input ?= "20060814" |
| 65 | SRCDATE_madwifi-modules ?= "20060814" | 68 | SRCDATE_madwifi-modules ?= "20060814" |
| @@ -68,7 +71,7 @@ SRCDATE_minimo ?= "20050401" | |||
| 68 | SRCDATE_mystun-server ?= "20060814" | 71 | SRCDATE_mystun-server ?= "20060814" |
| 69 | SRCDATE_olsrd ?= "20060814" | 72 | SRCDATE_olsrd ?= "20060814" |
| 70 | SRCDATE_opencvs ?= "20060814" | 73 | SRCDATE_opencvs ?= "20060814" |
| 71 | SRCDATE_oprofile ?= "20060214" | 74 | SRCDATE_oprofile ?= "20061011" |
| 72 | SRCDATE_portaudio ?= "20060814" | 75 | SRCDATE_portaudio ?= "20060814" |
| 73 | SRCDATE_putty ?= "20060814" | 76 | SRCDATE_putty ?= "20060814" |
| 74 | SRCDATE_python-cairo ?= "20060814" | 77 | SRCDATE_python-cairo ?= "20060814" |
