summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/openomap.conf17
-rw-r--r--packages/sdcc/sdcc-native_2.5.0.bb6
2 files changed, 18 insertions, 5 deletions
diff --git a/conf/distro/openomap.conf b/conf/distro/openomap.conf
index 7baf9e0d49..88a5f06b50 100644
--- a/conf/distro/openomap.conf
+++ b/conf/distro/openomap.conf
@@ -29,11 +29,20 @@ PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git"
PREFERRED_VERSION_gcc ?= "4.1.1"
PREFERRED_VERSION_gcc-cross ?= "4.1.1"
PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1"
-PREFERRED_VERSION_binutils ?= "2.17"
-PREFERRED_VERSION_binutils-cross ?= "2.17"
+PREFERRED_VERSION_binutils ?= "2.17.50.0.5"
+PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5"
PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
-PREFERRED_VERSION_glibc ?= "2.4"
-PREFERRED_VERSION_glibc-intermediate ?= "2.4"
+PREFERRED_VERSION_glibc ?= "2.5"
+PREFERRED_VERSION_glibc-intermediate ?= "2.5"
+
+#PREFERRED_VERSION_gcc ?= "4.1.1"
+#PREFERRED_VERSION_gcc-cross ?= "4.1.1"
+#PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1"
+#PREFERRED_VERSION_binutils ?= "2.17"
+#PREFERRED_VERSION_binutils-cross ?= "2.17"
+#PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
+#PREFERRED_VERSION_glibc ?= "2.4"
+#PREFERRED_VERSION_glibc-intermediate ?= "2.4"
# We want images supporting the following features (for task-base)
DISTRO_FEATURES = "nfs pcmcia usbhost"
diff --git a/packages/sdcc/sdcc-native_2.5.0.bb b/packages/sdcc/sdcc-native_2.5.0.bb
index 19c5ad2106..3b41c33930 100644
--- a/packages/sdcc/sdcc-native_2.5.0.bb
+++ b/packages/sdcc/sdcc-native_2.5.0.bb
@@ -7,6 +7,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sdcc/sdcc-${PV}.tar.gz \
file://gcc4.patch;patch=1"
do_stage() {
- find bin -type f -perm 0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
+ oe_runmake install
}
+#do_stage() {
+# find bin -type f -perm -0755 -exec install -m 0755 {} ${STAGING_BINDIR} \;
+#}
+