From bf307fa406ef710e80057e43db2319270011d9bd Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 4 Mar 2008 19:04:36 +0000 Subject: angstrom-glibc.inc: fix glibc/gcc buglet where -Os goes awry with inlining and fastat64 becomes a missing symbol --- conf/distro/include/angstrom-glibc.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf') diff --git a/conf/distro/include/angstrom-glibc.inc b/conf/distro/include/angstrom-glibc.inc index d14c6f1b19..f606395f09 100644 --- a/conf/distro/include/angstrom-glibc.inc +++ b/conf/distro/include/angstrom-glibc.inc @@ -14,10 +14,15 @@ TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm' FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" FULL_OPTIMIZATION_pn-perl = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O1" +FULL_OPTIMIZATION_pn-glibc-intermediate = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" +FULL_OPTIMIZATION_pn-glibc = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" FULL_OPTIMIZATION_sparc = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" + BUILD_OPTIMIZATION = "-Os" BUILD_OPTIMIZATION_pn-perl = "-O1" +BUILD_OPTIMIZATION_pn-glibc-intermediate = "-O2" +BUILD_OPTIMIZATION_pn-glibc = "-O2" BUILD_OPTIMIZATION_sparc = "-O2" CXXFLAGS += "-fvisibility-inlines-hidden" -- cgit v1.2.3 From cc9271b7d209c10923870a00b2f8967df583d361 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 4 Mar 2008 19:06:32 +0000 Subject: gsm0710muxd svn bump SRCREV and add dependency on dbus-glib --- conf/distro/include/sane-srcrevs.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 5fa9ed7e38..5ca687943e 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -31,7 +31,7 @@ SRCREV_pn-fstests ?= "204" SRCREV_pn-gconf-dbus ?= "641" SRCREV_pn-gnuradio ?= "6377" SRCREV_pn-gpe-contacts ?= "9312" -SRCREV_pn-gsm0710muxd ?= "85" +SRCREV_pn-gsm0710muxd ?= "90" SRCREV_pn-gtkhtml2 ?= "1158" SRCREV_pn-gypsy ?= "56" SRCREV_pn-hildon-1 ?= "14429" @@ -136,6 +136,7 @@ SRCREV_pn-opkg ?= "4142" SRCREV_pn-opkg-native ?= "4142" SRCREV_pn-oprofileui ?= "160" SRCREV_pn-psplash ?= "249" +SRCREV_pn-pylgrim ?= "20" SRCREV_pn-pyneod ?= "88" SRCREV_pn-pyneog ?= "88" SRCREV_pn-python-formencode = "3148" -- cgit v1.2.3 From 82f2d859e99c52cda33fe41455b7c4ead8d69ace Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 5 Mar 2008 11:02:32 +0000 Subject: angstrom 2008 preferred versions: add glib and sort --- conf/distro/include/angstrom-2008-preferred-versions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc index b8685a578e..119be23ad2 100644 --- a/conf/distro/include/angstrom-2008-preferred-versions.inc +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc @@ -1,8 +1,8 @@ -PREFERRED_VERSION_dbus = "1.1.4" PREFERRED_VERSION_busybox = "1.9.1" +PREFERRED_VERSION_dbus = "1.1.4" +PREFERRED_VERSION_glib-2.0 = "2.15.6" PREFERRED_VERSION_gst-pulse = "0.9.7" PREFERRED_VERSION_libtool = "1.5.10" PREFERRED_VERSION_pulseaudio = "0.9.9" PREFERRED_VERSION_udev = "118" PREFERRED_VERSION_vte = "0.16.10" - -- cgit v1.2.3 From e029374e5d810ef4b5cabd8af504808b6dd906b8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 5 Mar 2008 11:18:13 +0000 Subject: sane-srcrevs: bump webkit-gtk, epiphany and gypsy --- conf/distro/include/sane-srcrevs.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 5ca687943e..a666b42a65 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -24,7 +24,7 @@ SRCREV_pn-eglibc-initial ?= "4355" SRCREV_pn-eglibc-intermediate ?= "4355" SRCREV_pn-ezxd ?= "2074" SRCREV_pn-elf2flt ?= "1786" -SRCREV_pn-epiphany ?= "7650" +SRCREV_pn-epiphany ?= "7837" SRCREV_pn-fbgrab-viewer-native ?= "1943" SRCREV_pn-ffmpeg ?= "12186" SRCREV_pn-fstests ?= "204" @@ -33,7 +33,7 @@ SRCREV_pn-gnuradio ?= "6377" SRCREV_pn-gpe-contacts ?= "9312" SRCREV_pn-gsm0710muxd ?= "90" SRCREV_pn-gtkhtml2 ?= "1158" -SRCREV_pn-gypsy ?= "56" +SRCREV_pn-gypsy ?= "134" SRCREV_pn-hildon-1 ?= "14429" SRCREV_pn-kismet ?= "2285" SRCREV_pn-kismet-newcore ?= "2285" @@ -150,7 +150,7 @@ SRCREV_pn-tmut ?= "60" SRCREV_pn-u-boot-openmoko ?= "4100" SRCREV_pn-usbpath ?= "3108" SRCREV_pn-usbpath-native ?= "3108" -SRCREV_pn-webkit-gtk ?= "28656" +SRCREV_pn-webkit-gtk ?= "30762" SRCREV_pn-webkit-qt ?= "28656" SRCREV_pn-webkit-qtopia ?= "28656" SRCREV_pn-wesnoth ?= "22021" -- cgit v1.2.3 From a340224282e8accb26bbd450b5e46677df934db5 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 5 Mar 2008 14:29:24 +0000 Subject: angstrom 2008: prefer dbus 1.1.20 --- conf/distro/include/angstrom-2008-preferred-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc index 119be23ad2..2c9543abd9 100644 --- a/conf/distro/include/angstrom-2008-preferred-versions.inc +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc @@ -1,5 +1,5 @@ PREFERRED_VERSION_busybox = "1.9.1" -PREFERRED_VERSION_dbus = "1.1.4" +PREFERRED_VERSION_dbus = "1.1.20" PREFERRED_VERSION_glib-2.0 = "2.15.6" PREFERRED_VERSION_gst-pulse = "0.9.7" PREFERRED_VERSION_libtool = "1.5.10" -- cgit v1.2.3 From 7f7d62b4b1c04d6b2401f4088a9e8316202de752 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 5 Mar 2008 14:48:30 +0000 Subject: xoo_svn.bb : bump SRCREV and add expat to DEPENDS, fixes compile problems with new sysroot. --- conf/distro/include/sane-srcrevs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index a666b42a65..b5a04deab8 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -154,5 +154,5 @@ SRCREV_pn-webkit-gtk ?= "30762" SRCREV_pn-webkit-qt ?= "28656" SRCREV_pn-webkit-qtopia ?= "28656" SRCREV_pn-wesnoth ?= "22021" -SRCREV_pn-xoo ?= "1623" +SRCREV_pn-xoo ?= "1971" -- cgit v1.2.3 From 3b74cf7e4b032778ece9b86c4ef7432405bd9f71 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Wed, 5 Mar 2008 15:44:17 +0000 Subject: chinook-compat: Updated preferred revisions. * prefer classpath 0.97 * prefer libgpg-error 1.4 - earlier build cause libgcrypt build to fail * disabled kaffe preferences --- conf/distro/chinook-compat.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index c439ad67f6..aee81f240f 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -145,7 +145,7 @@ PREFERRED_PROVIDER_avahi = "avahi" PREFERRED_VERSION_libsoup = "2.2.7" PREFERRED_VERSION_libglade = "2.4.2" PREFERRED_VERSION_gnutls = "1.4.5" -PREFERRED_VERSION_libgpg-error = "1.0" +PREFERRED_VERSION_libgpg-error = "1.4" PREFERRED_VERSION_libgcrypt = "1.2.3" PREFERRED_VERSION_gpe-scap = "1.3" @@ -164,12 +164,15 @@ PREFERRED_VERSION_osso-gnome-vfs2 = "2.16.3" PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" +PREFERRED_PROVIDER_classpath = "classpath" +PREFERRED_VERSION_classpath = "0.97" + PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk-hildon" PREFERRED_VERSION_swt3.4-gtk-hildon = "3.3+3.4M5" # Does not compile with the CodeSourcery compiler .. :( -PREFERRED_VERSION_kaffe = "1.1.8+cvs20080120" -PREFERRED_VERSION_kaffeh-native = "1.1.8+cvs20080120" +#PREFERRED_VERSION_kaffe = "1.1.8+cvs20080120" +#PREFERRED_VERSION_kaffeh-native = "1.1.8+cvs20080120" # WARNING: If you change these values after the respective package has # been built the change will have no effect. Edit the package's file in -- cgit v1.2.3 From e7fdf733b276165f993e0e261a015cdd1454d429 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 5 Mar 2008 16:49:06 +0000 Subject: angstrom-2007-for-openmoko-versions.inc : increment libxslt version --- conf/distro/include/angstrom-2007-for-openmoko-versions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/distro/include/angstrom-2007-for-openmoko-versions.inc b/conf/distro/include/angstrom-2007-for-openmoko-versions.inc index ef97eae09a..700af88653 100644 --- a/conf/distro/include/angstrom-2007-for-openmoko-versions.inc +++ b/conf/distro/include/angstrom-2007-for-openmoko-versions.inc @@ -1111,8 +1111,8 @@ PREFERRED_VERSION_libxres ?= "1.0.3" PREFERRED_VERSION_libxscrnsaver ?= "1.1.2" PREFERRED_VERSION_libxsettings ?= "0.11" PREFERRED_VERSION_libxsettings-client ?= "0.17" -PREFERRED_VERSION_libxslt ?= "1.1.21" -PREFERRED_VERSION_libxslt-native ?= "1.1.21" +PREFERRED_VERSION_libxslt ?= "1.1.22" +PREFERRED_VERSION_libxslt-native ?= "1.1.22" PREFERRED_VERSION_libxt ?= "1.0.5" PREFERRED_VERSION_libxtrap ?= "1.0.0" PREFERRED_VERSION_libxtst ?= "1.0.3" -- cgit v1.2.3 From 4027cc9fe53ce963f7683c3e266c5557468eb775 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 5 Mar 2008 19:21:35 +0000 Subject: gumstix-verdex,connex : Copy machine and kernel updates direct from gumstix.com OE based build system. --- conf/machine/gumstix-custom-connex.conf | 14 +++++++++++--- conf/machine/gumstix-custom-verdex.conf | 8 ++++++++ conf/machine/include/gumstix.inc | 16 +++++++++++++--- 3 files changed, 32 insertions(+), 6 deletions(-) (limited to 'conf') diff --git a/conf/machine/gumstix-custom-connex.conf b/conf/machine/gumstix-custom-connex.conf index 1b854582f8..65cbacad41 100644 --- a/conf/machine/gumstix-custom-connex.conf +++ b/conf/machine/gumstix-custom-connex.conf @@ -33,8 +33,11 @@ MACHINE_FEATURES += "sound" # if you enable robostix you will need to disable both "lcd" and "touchscreen" features #MACHINE_FEATURES += "robostix" -#MACHINE_FEATURES += "lcd" -#MACHINE_FEATURES += "touchscreen" +MACHINE_FEATURES += "lcd" +MACHINE_FEATURES += "rgb16" +#MACHINE_FEATURES += "rgb18" + +MACHINE_FEATURES += "touchscreen" #MACHINE_FEATURES += "keyboard" MACHINE_FEATURES += "pcmcia" @@ -44,7 +47,11 @@ MACHINE_FEATURES += "wifi" MACHINE_FEATURES += "ethernet" MACHINE_FEATURES += "fat" -#MACHINE_FEATURES += "ext2" +MACHINE_FEATURES += "ext2" + +# enable one of the following if you want to target build for uimage/rootfs on mmc/microSD or CF +#MACHINE_FEATURES += "mmcroot" +#MACHINE_FEATURES += "cfroot" # # note: selection of MACHINE_FEATURES above will automatically include necessary kernel modules @@ -70,6 +77,7 @@ module_autoload_gumstix_gadget = ${@base_contains('MACHINE_FEATURES', 'usbgadget module_autoload_g_ether = ${@base_contains('MACHINE_FEATURES', 'usbgadget', 'g_ether', '',d)} #module_autoload_g_serial = ${@base_contains('MACHINE_FEATURES', 'usbgadget', 'g_serial', '',d)} +module_autoload_tsc2003 = ${@base_contains('MACHINE_FEATURES', 'touchscreen','tsc2003', '',d)} module_autoload_ucb1400-ts = ${@base_contains('MACHINE_FEATURES', 'touchscreen','ucb1400-ts', '',d)} module_autoload_evdev = ${@base_contains('MACHINE_FEATURES', 'touchscreen','evdev', '',d)} diff --git a/conf/machine/gumstix-custom-verdex.conf b/conf/machine/gumstix-custom-verdex.conf index f2488d66e1..5e9360d9b0 100644 --- a/conf/machine/gumstix-custom-verdex.conf +++ b/conf/machine/gumstix-custom-verdex.conf @@ -35,6 +35,9 @@ MACHINE_FEATURES += "sound" #MACHINE_FEATURES += "robostix" MACHINE_FEATURES += "lcd" +#MACHINE_FEATURES += "rgb16" +MACHINE_FEATURES += "rgb18" + MACHINE_FEATURES += "touchscreen" MACHINE_FEATURES += "keyboard" @@ -47,6 +50,10 @@ MACHINE_FEATURES += "ethernet" MACHINE_FEATURES += "ext2" MACHINE_FEATURES += "fat" +# enable one of the following if you want to target build for uimage/rootfs on mmc/microSD or CF +#MACHINE_FEATURES += "mmcroot" +#MACHINE_FEATURES += "cfroot" + # # note: selection of MACHINE_FEATURES above will automatically include necessary kernel modules # for those features via task-base-gumstix. Include below any extra kernel modules that you want installed @@ -74,5 +81,6 @@ module_autoload_g_ether = ${@base_contains('MACHINE_FEATURES', 'usbgadget #module_autoload_g_serial = ${@base_contains('MACHINE_FEATURES', 'usbgadget', 'g_serial', '',d)} module_autoload_tsc2003 = ${@base_contains('MACHINE_FEATURES', 'touchscreen','tsc2003', '',d)} +module_autoload_ucb1400-ts = ${@base_contains('MACHINE_FEATURES', 'touchscreen','ucb1400-ts', '',d)} module_autoload_evdev = ${@base_contains('MACHINE_FEATURES', 'touchscreen','evdev', '',d)} diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc index 1bc0b2e000..8b7d5be188 100644 --- a/conf/machine/include/gumstix.inc +++ b/conf/machine/include/gumstix.inc @@ -17,7 +17,7 @@ UBOOT_ENTRYPOINT = "a0008000" MACHINE_FEATURES += "kernel26 " COMBINED_FEATURES ?= "" -IMAGE_FSTYPES = "jffs2" +IMAGE_FSTYPES = "jffs2 tar.gz" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash-uids" SERIAL_CONSOLE = "115200 ttyS0 vt100" @@ -31,8 +31,11 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= " \ # The following *should* be in a distro.conf file # We include them here to avoid creating a new distro +PREFERRED_PROVIDER_classpath = "classpath" +PREFERRED_PROVIDER_bluez-utils-dbus = "bluez-utils" + PREFERRED_VERSION_gumstix-kernel = "2.6.21" -PREFERRED_VERSION_udev = "115" +PREFERRED_VERSION_udev = "118" PREFERRED_VERSION_gnuplot = "4.0.0" PREFERRED_VERSION_dropbear = "0.47" PREFERRED_VERSION_wpa-supplicant = "0.5.8" @@ -41,4 +44,11 @@ PREFERRED_VERSION_bluez-utils-alsa = "3.24" PREFERRED_VERSION_bluez-libs = "3.24" PREFERRED_VERSION_bluez-gstreamer-plugin = "3.24" PREFERRED_VERSION_bluez-hcidump = "1.40" - +PREFERRED_VERSION_microwindows = "0.91" +PREFERRED_VERSION_midori = "0.0.15" +PREFERRED_VERSION_jamvm = "1.5.0" +PREFERRED_VERSION_classpath = "0.96" +PREFERRED_VERSION_qtopia-core = "4.3.3" +PREFERRED_VERSION_uicmoc4-native = "4.3.3" + +SRCREV_pn-webkit-gtk = "28656" -- cgit v1.2.3 From f3e84a2d5ebbff78c5e318ec2c24d821645c0107 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 5 Mar 2008 20:01:14 +0000 Subject: matchbox-stroke_svn.bb : switch to SRCREV and pick a REV that actually builds. --- conf/distro/include/sane-srcrevs.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index b5a04deab8..22e185d45c 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -61,6 +61,7 @@ SRCREV_pn-matchbox-desktop-2 ?= "1778" SRCREV_pn-matchbox-keyboard ?= "1739" SRCREV_pn-matchbox-keyboard-inputmethod ?= "1739" SRCREV_pn-matchbox-panel-2 ?= "1626" +SRCREV_pn-matchbox-stroke ?= "1820" SRCREV_pn-moko-gtk-engine ?= "3405" SRCREV_pn-mpd-alsa ?= "6952" SRCREV_pn-mplayer ?= "24587" -- cgit v1.2.3 From ce8814241e18e1d135f7ba1cdc19744c45072647 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 5 Mar 2008 20:32:36 +0000 Subject: sane-srcrevs.inc : increment openmoko-mediaplayer2 to buildable version --- conf/distro/include/sane-srcrevs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 22e185d45c..d8b9ddb63b 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -98,7 +98,7 @@ SRCREV_pn-openmoko-icon-theme-standard2 ?= "3247" SRCREV_pn-openmoko-icon-theme-standard2-qvga ?= "3247" SRCREV_pn-openmoko-keyboard ?= "1631" SRCREV_pn-openmoko-libs ?= "2367" -SRCREV_pn-openmoko-mediaplayer2 ?= "3583" +SRCREV_pn-openmoko-mediaplayer2 ?= "4173" SRCREV_pn-openmoko-messages ?= "2276" SRCREV_pn-openmoko-messages2 ?= "3712" SRCREV_pn-openmoko-panel-battery ?= "3360" -- cgit v1.2.3 From 39b301fb59fcf207fc9c1635bda7998fc2fb423d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Mar 2008 22:35:20 +0000 Subject: bitbake.conf: Drop SDK variables for now --- conf/bitbake.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 4fe5c21e02..c86cda5040 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -354,12 +354,10 @@ PATCHRESOLVE = 'noop' ################################################################## export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}" -BUILDSDK_CPPFLAGS = "-isystem${STAGING_INCDIR}" export CPPFLAGS = "${TARGET_CPPFLAGS}" export TARGET_CPPFLAGS = "-isystem${STAGING_DIR_TARGET}${layout_includedir}" export BUILD_CFLAGS = "${BUILD_CPPFLAGS} ${BUILD_OPTIMIZATION}" -BUILDSDK_CFLAGS = "${BUILDSDK_CPPFLAGS} ${BUILD_OPTIMIZATION}" export CFLAGS = "${TARGET_CFLAGS}" export TARGET_CFLAGS = "${TARGET_CPPFLAGS} ${SELECTED_OPTIMIZATION}" @@ -371,10 +369,6 @@ export BUILD_LDFLAGS = "-L${STAGING_LIBDIR_NATIVE} \ -Wl,-rpath-link,${STAGING_LIBDIR_NATIVE} \ -Wl,-rpath,${STAGING_LIBDIR_NATIVE} -Wl,-O1" -BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \ - -Wl,-rpath-link,${STAGING_LIBDIR} \ - -Wl,-rpath,${libdir} -Wl,-O1" - export LDFLAGS = "${TARGET_LDFLAGS}" export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${layout_libdir} \ -Wl,-rpath-link,${STAGING_DIR_TARGET}${layout_libdir} \ -- cgit v1.2.3 From 84374f798a751e5d6b1bf236aebe6f34ac5fe349 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 6 Mar 2008 01:57:51 +0000 Subject: sharprom-compatible: Set some further PROVIDES and RPROVIDES so glibc isn't built --- conf/distro/sharprom-compatible.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf index 463c5d0442..245bf77d6d 100644 --- a/conf/distro/sharprom-compatible.conf +++ b/conf/distro/sharprom-compatible.conf @@ -36,6 +36,8 @@ PREFERRED_PROVIDER_virtual/arm-linux-gcc-2.95 = "sharprom-toolchain-native" PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "sharprom-toolchain-native" PREFERRED_PROVIDER_virtual/arm-linux-binutils = "sharprom-toolchain-native" PREFERRED_PROVIDER_virtual/libc = "sharprom-toolchain-native" +PREFERRED_PROVIDER_virtual/libiconv = "sharprom-toolchain-native" +PREFERRED_PROVIDER_virtual/libintl = "sharprom-toolchain-native" PREFERRED_PROVIDER_virtual/arm-linux-gcc = "sharprom-toolchain-native" PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers" PREFERRED_PROVIDER_virtual/arm-linux-gcc-initial = "sharprom-toolchain-native" -- cgit v1.2.3 From 895260b5ef18e962cf6c6368a779fa416ef00048 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 6 Mar 2008 13:17:36 +0000 Subject: chinook-compat: use libgcrypt 1.4.0 like Maemo4 does --- conf/distro/chinook-compat.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index aee81f240f..a46ee49012 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -146,7 +146,7 @@ PREFERRED_VERSION_libsoup = "2.2.7" PREFERRED_VERSION_libglade = "2.4.2" PREFERRED_VERSION_gnutls = "1.4.5" PREFERRED_VERSION_libgpg-error = "1.4" -PREFERRED_VERSION_libgcrypt = "1.2.3" +PREFERRED_VERSION_libgcrypt = "1.4.0" PREFERRED_VERSION_gpe-scap = "1.3" -- cgit v1.2.3 From 27eec02c6a00e3bc978edd8afe432f7db97ba900 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 6 Mar 2008 13:20:51 +0000 Subject: chinook-compat, gcc-csl: make 3.4.4-csl-2005q3 have other PV for chinook-compat distro It is required to have compatibility for C++ applications as Maemo has other PV then OpenEmbedded use. --- conf/distro/chinook-compat.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index a46ee49012..e89d2185a7 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -59,9 +59,9 @@ PREFERRED_VERSION_automake-native = "1.9.6" PREFERRED_VERSION_binutils = "2.17.50.0.12" PREFERRED_VERSION_binutils-cross = "2.18" -PREFERRED_VERSION_gcc = "3.4.4+csl-arm-2005q3" -PREFERRED_VERSION_gcc-cross = "3.4.4+csl-arm-2005q3" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4+csl-arm-2005q3" +PREFERRED_VERSION_gcc = "3.4.4cs2005q3.2" +PREFERRED_VERSION_gcc-cross = "3.4.4cs2005q3.2" +PREFERRED_VERSION_gcc-cross-initial = "3.4.4cs2005q3.2" # Use recent enough version of the headers to let HAL build successfully. PREFERRED_VERSION_linux-libc-headers = "2.6.20" -- cgit v1.2.3