Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Mon, 13 Jun 2005 14:40:10 +0000 (14:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Mon, 13 Jun 2005 14:40:10 +0000 (14:40 +0000)
into  bkbits.net:/repos/n/nslu2-linux/openembedded

2005/06/13 16:35:06+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2005/06/13 16:34:50+02:00 uni-frankfurt.de!mickeyl
remove sharp-aticore. it has been superseded by sharp-aticore-oss

2005/06/13 16:10:40+02:00 utwente.nl!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded

2005/06/13 16:10:22+02:00 utwente.nl!koen
xextensions_20050610.bb:  change version to 1.0.3

2005/06/13 15:08:33+01:00 rpsys.net!RP
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into tim.rpsys.net:/usr/oe/openembedded

2005/06/13 14:54:00+01:00 rpsys.net!RP
oprofile: Add a fix to correct the broken offset handling of the kernel image on arm

BKrev: 42ad9aca821nDca8VyvkPqyxgklLlA

packages/oprofile/oprofile-0.9/arm_offsetfix.patch [new file with mode: 0644]
packages/oprofile/oprofile/arm_offsetfix.patch [new file with mode: 0644]
packages/oprofile/oprofile_0.9.bb
packages/oprofile/oprofile_cvs.bb
packages/sharp-binary-only/sharp-aticore.bb [deleted file]
packages/xextensions/xextensions_20050610.bb

diff --git a/packages/oprofile/oprofile-0.9/arm_offsetfix.patch b/packages/oprofile/oprofile-0.9/arm_offsetfix.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/oprofile/oprofile/arm_offsetfix.patch b/packages/oprofile/oprofile/arm_offsetfix.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..9893aa4 100644 (file)
@@ -0,0 +1,40 @@
+SECTION = "devel"
+DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
+of profiling all running code at low overhead."
+LICENSE = "GPL"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "popt binutils"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
+          file://no_arm_mapping_syms.patch;patch=1 \
+          file://arm_offsetfix.patch;patch=1 \
+          file://acinclude.m4"
+S = "${WORKDIR}/oprofile-${PV}"
+
+inherit autotools
+
+# NOTE: this disables the build of the kernel modules.
+# Should add the oprofile kernel modules, for those with 2.4
+# kernels, as a seperate .oe file.
+EXTRA_OECONF = "--with-kernel-support \
+               --without-x"
+
+do_configure () {
+       cp ${WORKDIR}/acinclude.m4 ${S}/
+       autotools_do_configure
+}
+# Available config options
+#  --enable-abi                 enable abi portability code (default is disabled)
+#  --enable-pch                 enable precompiled header (default is disabled)
+#  --enable-gcov                enable option for gcov coverage testing (default is disabled)
+#  --disable-werror            disable -Werror flag (default is enabled for non-release)
+#  --disable-optimization      disable optimization flags (default is enabled)
+#  --with-kernel-support        Use 2.6 kernel (no kernel source tree required)
+#  --with-linux=dir             Path to Linux source tree
+#  --with-module-dir=dir        Path to module installation directory
+#  --with-extra-includes=DIR    add extra include paths
+#  --with-extra-libs=DIR        add extra library paths
+#  --with-x                use the X Window System
+#  --with-qt-dir           where the root of Qt is installed
+#  --with-qt-includes      where the Qt includes are.
+#  --with-qt-libraries     where the Qt library is installed.
index e69de29..eaeca92 100644 (file)
@@ -0,0 +1,42 @@
+PV = "0.0cvs${CVSDATE}"
+SECTION = "devel"
+DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
+of profiling all running code at low overhead."
+LICENSE = "GPL"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "popt binutils"
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \
+          file://no_arm_mapping_syms.patch;patch=1 \
+          file://arm_offsetfix.patch;patch=1 \
+          file://acinclude.m4"
+S = "${WORKDIR}/oprofile"
+
+inherit autotools
+
+# NOTE: this disables the build of the kernel modules.
+# Should add the oprofile kernel modules, for those with 2.4
+# kernels, as a seperate .oe file.
+EXTRA_OECONF = "--with-kernel-support \
+               --without-x \
+               --disable-werror "
+
+do_configure () {
+       cp ${WORKDIR}/acinclude.m4 ${S}/
+       autotools_do_configure
+}
+# Available config options
+#  --enable-abi                 enable abi portability code (default is disabled)
+#  --enable-pch                 enable precompiled header (default is disabled)
+#  --enable-gcov                enable option for gcov coverage testing (default is disabled)
+#  --disable-werror            disable -Werror flag (default is enabled for non-release)
+#  --disable-optimization      disable optimization flags (default is enabled)
+#  --with-kernel-support        Use 2.6 kernel (no kernel source tree required)
+#  --with-linux=dir             Path to Linux source tree
+#  --with-module-dir=dir        Path to module installation directory
+#  --with-extra-includes=DIR    add extra include paths
+#  --with-extra-libs=DIR        add extra library paths
+#  --with-x                use the X Window System
+#  --with-qt-dir           where the root of Qt is installed
+#  --with-qt-includes      where the Qt includes are.
+#  --with-qt-libraries     where the Qt library is installed.
diff --git a/packages/sharp-binary-only/sharp-aticore.bb b/packages/sharp-binary-only/sharp-aticore.bb
deleted file mode 100644 (file)
index da7917f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-DESCRIPTION = "Driver for the Ati W100 found on the Sharp Zaurus C[87]x0"
-SECTION = "base"
-PRIORITY = "optional"
-LICENSE = "CLOSED"
-PR = "r0"
-
-SRC_URI = "http://www.mithis.com/zaurus/AtiCore.${TARGET_FPU}.tar.bz2"
-S = "${WORKDIR}/AtiCore"
-
-FILES_${PN}="${libdir}/*.so* ${bindir}/*"
-         
-# And include it in the dev package
-FILES_${PN}-dev += " ${includedir}"
-
-do_make() {
-       make
-}
-
-do_install() {
-       install -d ${D}${bindir}
-       install -m 0755 testcore ${D}${bindir}/testcore
-       install -m 0755 atitest ${D}${bindir}/atitest
-       
-       install -d ${D}${libdir}
-       install -m 0755 libaticore.so ${D}${libdir}/libaticore.so
-       
-       install -d ${D}${includedir}
-       install -m 0644 aticore.h ${D}${includedir}/aticore.h
-
-       cd ${D}${libdir}/
-       ln -s libaticore.so libaticore.so.1
-       ln -s libaticore.so libaticore.so.1.0
-}
-
-do_stage() {
-       install -m 0644 aticore.h ${STAGING_INCDIR}
-       oe_libinstall -so libaticore ${STAGING_LIBDIR}
-}      
-
index e69de29..ded1379 100644 (file)
@@ -0,0 +1,20 @@
+PV = "1.0.3+cvs${FIXEDCVSDATE}"
+FIXEDCVSDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
+
+LICENSE= "BSD-X"
+SECTION = "x11/libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DESCRIPTION = "various extension headers."
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XExtensions;date=${FIXEDCVSDATE}"
+S = "${WORKDIR}/XExtensions"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}