Author: ayoung
Date: Fri May 21 05:30:11 2010
New Revision: 8794
URL: http://svn.slimdevices.com/jive?rev=8794&view=rev
Log:
bug 16239: Update toolchain to 2010q1
Update to oprofile 0.9.6
Added:
7.6/trunk/squeezeos/poky/meta/packages/oprofile/oprofile_0.9.6.bb
Modified:
7.6/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/images/squeezeos-image-debug.bb
7.6/trunk/squeezeos/poky/meta/conf/distro/include/poky-fixed-revisions.inc
Modified: 7.6/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf?rev=8794&r1=8793&r2=8794&view=diff
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf
(original)
+++ 7.6/trunk/squeezeos/poky/meta-squeezeos/conf/distro/squeezeos.conf Fri May
21 05:30:11 2010
@@ -91,3 +91,4 @@
PREFERRED_VERSION_busybox ?= "1.15.2"
PREFERRED_VERSION_qemu-native ?= "0.9.1"
PREFERRED_VERSION_freetype ?= "2.1.10"
+PREFERRED_VERSION_oprofile ?= "0.9.6"
Modified:
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/images/squeezeos-image-debug.bb
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/images/squeezeos-image-debug.bb?rev=8794&r1=8793&r2=8794&view=diff
==============================================================================
---
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/images/squeezeos-image-debug.bb
(original)
+++
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/images/squeezeos-image-debug.bb
Fri May 21 05:30:11 2010
@@ -5,6 +5,4 @@
IMAGE_INSTALL += "squeezeplay-dbg"
IMAGE_INSTALL += "gdb gdbserver"
IMAGE_INSTALL += "strace"
-
-# oprofile build not working with csl2009q3 toolchain
-# IMAGE_INSTALL += "oprofile"
+IMAGE_INSTALL += "oprofile"
Modified:
7.6/trunk/squeezeos/poky/meta/conf/distro/include/poky-fixed-revisions.inc
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta/conf/distro/include/poky-fixed-revisions.inc?rev=8794&r1=8793&r2=8794&view=diff
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta/conf/distro/include/poky-fixed-revisions.inc
(original)
+++ 7.6/trunk/squeezeos/poky/meta/conf/distro/include/poky-fixed-revisions.inc
Fri May 21 05:30:11 2010
@@ -211,7 +211,7 @@
PREFERRED_VERSION_evince ?= "2.20.0"
PREFERRED_VERSION_minimo ?= "0.02+cvs${SRCDATE_minimo}"
-PREFERRED_VERSION_oprofile ?= "0.9.4"
+#PREFERRED_VERSION_oprofile ?= "0.9.4"
PREFERRED_VERSION_elfutils ?= "0.89"
PREFERRED_VERSION_hal ?= "0.5.9.1"
PREFERRED_VERSION_hal-info ?= "20070831"
Added: 7.6/trunk/squeezeos/poky/meta/packages/oprofile/oprofile_0.9.6.bb
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta/packages/oprofile/oprofile_0.9.6.bb?rev=8794&view=auto
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta/packages/oprofile/oprofile_0.9.6.bb (added)
+++ 7.6/trunk/squeezeos/poky/meta/packages/oprofile/oprofile_0.9.6.bb Fri May
21 05:30:11 2010
@@ -1,0 +1,22 @@
+SECTION = "devel"
+DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
+of profiling all running code at low overhead."
+LICENSE = "GPL"
+DEPENDS = "popt binutils"
+RDEPENDS = "binutils-symlinks"
+RRECOMMENDS = "kernel-vmlinux"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
+ file://opstart.patch;patch=1 \
+ file://acinclude.m4"
+S = "${WORKDIR}/oprofile-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-kernel-support --without-x"
+
+do_configure () {
+ cp ${WORKDIR}/acinclude.m4 ${S}/
+ autotools_do_configure
+}
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins