All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/27] meta-fsl-ppc SDK updates
@ 2012-11-29 19:15 Matthew McClintock
  2012-11-29 19:15 ` [PATCH 01/27] u-boot: fix nand image name issue for different core type Matthew McClintock
                   ` (26 more replies)
  0 siblings, 27 replies; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

This series brings master up to date for our latest SDK release, I'm
still build testing these and these do not include any separate of our
BSP support vs. our DISTRO which will come next.

Similiar patches will be pushed to denzil and danny, but I won't post
them here since they are so similiar AND development focus for these
branches will drop off significantly.

Matthew McClintock (12):
  u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit
    machine
  u-boot_git.bb: libgcc is required for multilib builds too
  lxc_0.8.0-rc1.bb: point lxc at kernel source
  lxc_0.8.0-rc1.bb: fix parallel makefile issue
  qemu_1.0.bb: lock down SHA
  qemu_1.0.bb: lock down SHA for release
  rcw_git.bb: lock down SHA for release
  u-boot_git.bb: lock down SHA for release
  linux-qoriq-sdk: lock down SHA for release
  update README
  README: add message about git.freescale.com vs. git.yp.org
  linux-qoriq-sdk: move patches to default search path

Stuart Yoder (3):
  lxc: remove dhcp from busybox template
  lxc: remove hwaddr from vlan config
  lxc: create the /var/lib/lxc directory

Ting Liu (1):
  u-boot: add additional image for p5040ds

Zhenhua Luo (11):
  u-boot: fix nand image name issue for different core type
  sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc
  lm_sensors: added recipe for v3.3.2
  lio-utils: fix runtime issue
  oprofile: add 0.9.6
  set preferred version of oprofile to 0.9.6 for e500mc targets
  lmsensors-apps: add required runtime dependencies
  set preferred version of oprofile to 0.9.6 for e5500/e5500-64b
    targets
  hv-cfg: lock down SHA for release
  flib: add recipe to build external git tree
  libxml: update the version number to 2.9.0 to match the upgrade in
    poky

 README                                             |   41 ++++
 conf/machine/e500mc.inc                            |    1 +
 conf/machine/e5500-64b.inc                         |    1 +
 conf/machine/e5500.inc                             |    1 +
 conf/machine/p5040ds-64b.conf                      |    2 +-
 conf/machine/p5040ds.conf                          |    2 +-
 recipes-append/libxml/libxml2_2.8.0.bbappend       |    3 -
 recipes-append/libxml/libxml2_2.9.0.bbappend       |    3 +
 .../sysvinit/files/auto-detect-hostname.patch      |   16 ++
 recipes-append/sysvinit/sysvinit_2.88dsf.bbappend  |    5 +
 recipes-devtools/qemu/qemu_1.0.bb                  |    3 +-
 .../lm_sensors/lmsensors-apps_3.3.2.bb             |   50 +++++
 ...Undef-before-redefining-__attribute_const.patch |   28 ---
 ...-build-dependencies-for-c-files-requiring.patch |   44 ----
 ...Undef-before-redefining-__attribute_const.patch |   28 +++
 ...-build-dependencies-for-c-files-requiring.patch |   44 ++++
 recipes-kernel/linux/linux-qoriq-sdk.inc           |    8 +-
 ...ile-0.9.6-add-e500mc-support-in-op_events.patch |   17 ++
 .../oprofile/oprofile-0.9.6-e500mc-support-2.patch |   37 +++
 .../oprofile/oprofile-0.9.6-e500mc-support.patch   |  171 ++++++++++++++
 .../oprofile/oprofile-no-query-modules.patch       |   29 +++
 recipes-kernel/oprofile/oprofile/opstart.patch     |  237 ++++++++++++++++++++
 recipes-kernel/oprofile/oprofile_0.9.6.bb          |   35 +++
 recipes-kernel/u-boot/u-boot_git.bb                |   22 +-
 recipes-tools/flib/flib_git.bb                     |   13 ++
 recipes-tools/hv-cfg/hv-cfg_git.bb                 |    4 +-
 .../files/lio-utils-install-more-modules.patch     |   15 ++
 recipes-tools/lio-utils/lio-utils_4.0.bb           |   16 +-
 recipes-tools/lxc/busybox_remove_dhcp.patch        |   12 +
 recipes-tools/lxc/files/fix_setns_deps.patch       |   12 +
 recipes-tools/lxc/lxc_0.8.0-rc1.bb                 |   14 +-
 recipes-tools/lxc/remove_vlan_hwaddr.patch         |   11 +
 recipes-tools/rcw/rcw_git.bb                       |    4 +-
 33 files changed, 826 insertions(+), 103 deletions(-)
 delete mode 100644 recipes-append/libxml/libxml2_2.8.0.bbappend
 create mode 100644 recipes-append/libxml/libxml2_2.9.0.bbappend
 create mode 100644 recipes-append/sysvinit/files/auto-detect-hostname.patch
 create mode 100644 recipes-append/sysvinit/sysvinit_2.88dsf.bbappend
 create mode 100644 recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
 delete mode 100644 recipes-kernel/linux/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
 delete mode 100644 recipes-kernel/linux/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch
 create mode 100644 recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
 create mode 100644 recipes-kernel/linux/files/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/oprofile-0.9.6-add-e500mc-support-in-op_events.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support-2.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/oprofile-no-query-modules.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/opstart.patch
 create mode 100644 recipes-kernel/oprofile/oprofile_0.9.6.bb
 create mode 100644 recipes-tools/flib/flib_git.bb
 create mode 100644 recipes-tools/lio-utils/files/lio-utils-install-more-modules.patch
 create mode 100644 recipes-tools/lxc/busybox_remove_dhcp.patch
 create mode 100644 recipes-tools/lxc/files/fix_setns_deps.patch
 create mode 100644 recipes-tools/lxc/remove_vlan_hwaddr.patch

-- 
1.7.9.7




^ permalink raw reply	[flat|nested] 69+ messages in thread

* [PATCH 01/27] u-boot: fix nand image name issue for different core type
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 11:07   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 02/27] u-boot: add additional image for p5040ds Matthew McClintock
                   ` (25 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

Final nand u-boot image is named differently in u-boot source. That is:
"u-boot-nand.bin" for e500v2 boards, "u-boot.bin" for other boards.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
---
 recipes-kernel/u-boot/u-boot_git.bb |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index c0de2ec..207a6ff 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
 
-PR = "r26"
+PR = "r27"
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
 
@@ -69,18 +69,20 @@ do_compile () {
 		esac
 
 		if [ "x${UBOOT_TARGET}" != "x" ]; then
-			if [ "${MACHINE_ARCH}" == "p1023rds" ] || \
-				[ "${MACHINE_ARCH}" == "p2041rdb" ] || \
-	                        [ "${MACHINE_ARCH}" == "p3041ds" ] || \
-        	                [ "${MACHINE_ARCH}" == "p4080ds" ] || \
-                	        [ "${MACHINE_ARCH}" == "p5020ds" ] || \
-                	        [ "${UBOOT_TARGET}" == "u-boot-sd" ] || \
-				[ "${UBOOT_TARGET}" == "u-boot-nand" ]; then
+			if [ "${UBOOT_TARGET}" == "u-boot-sd" ]; then
 				cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
+            elif [ "${UBOOT_TARGET}" == "u-boot-nand" ];then
+				if [ "${DEFAULTTUNE}" != "ppce500v2" ];then
+                    cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
+                fi
 			else
-				${STAGING_BINDIR_NATIVE}/boot_format \
+				if [ -n "${BOOTFORMAT_CONFIG}" ];then
+                    ${STAGING_BINDIR_NATIVE}/boot_format \
 					${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \
 					${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin
+                else
+                    cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
+                fi
 			fi 
 		fi
 	done
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 02/27] u-boot: add additional image for p5040ds
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
  2012-11-29 19:15 ` [PATCH 01/27] u-boot: fix nand image name issue for different core type Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 22:56   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 03/27] sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc Matthew McClintock
                   ` (24 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Ting Liu <b28495@freescale.com>

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 conf/machine/p5040ds-64b.conf |    2 +-
 conf/machine/p5040ds.conf     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index c73815b..9e6b770 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -3,7 +3,7 @@
 
 require e5500-64b.inc
 
-UBOOT_MACHINES ?= "P5040DS"
+UBOOT_MACHINES ?= "P5040DS  P5040DS_NAND P5040DS_SECURE_BOOT"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index b9f08a5..7c982fd 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -3,7 +3,7 @@
 
 require e5500.inc
 
-UBOOT_MACHINES ?= "P5040DS"
+UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 03/27] sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
  2012-11-29 19:15 ` [PATCH 01/27] u-boot: fix nand image name issue for different core type Matthew McClintock
  2012-11-29 19:15 ` [PATCH 02/27] u-boot: add additional image for p5040ds Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:32   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 04/27] lm_sensors: added recipe for v3.3.2 Matthew McClintock
                   ` (23 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

    the bbappend is appled for fsl machines

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 .../sysvinit/files/auto-detect-hostname.patch      |   16 ++++++++++++++++
 recipes-append/sysvinit/sysvinit_2.88dsf.bbappend  |    5 +++++
 2 files changed, 21 insertions(+)
 create mode 100644 recipes-append/sysvinit/files/auto-detect-hostname.patch
 create mode 100644 recipes-append/sysvinit/sysvinit_2.88dsf.bbappend

diff --git a/recipes-append/sysvinit/files/auto-detect-hostname.patch b/recipes-append/sysvinit/files/auto-detect-hostname.patch
new file mode 100644
index 0000000..da70184
--- /dev/null
+++ b/recipes-append/sysvinit/files/auto-detect-hostname.patch
@@ -0,0 +1,16 @@
+diff --git a/rcS b/rcS
+index 080b04f..51425ff 100755
+--- a/rcS
++++ b/rcS
+@@ -22,6 +22,11 @@ export PATH runlevel prevlevel
+ . /etc/default/rcS
+ 
+ #
++#       Update the hostname according to actual board type
++#
++echo `cat /proc/cpuinfo | grep model | cut -d "," -f 2 | tr "[A-Z]" "[a-z]"` > /etc/hostname
++
++#
+ #	Trap CTRL-C &c only in this shell so we can interrupt subprocesses.
+ #
+ trap ":" INT QUIT TSTP
diff --git a/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend b/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend
new file mode 100644
index 0000000..9c9dc75
--- /dev/null
+++ b/recipes-append/sysvinit/sysvinit_2.88dsf.bbappend
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:"
+
+PR_fsl .= "+${DISTRO}.1"
+
+SRC_URI_append_fsl = " file://auto-detect-hostname.patch;patchdir=../"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 04/27] lm_sensors: added recipe for v3.3.2
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (2 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 03/27] sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 22:50   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine Matthew McClintock
                   ` (22 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

    the patch is generated based on http://patches.openembedded.org/patch/27213/
    which is submitted by Jackie Huang <jackie.huang@windriver.com>
    * Adapted from the recipe for v3.2.0
    * Added MANDIR in EXTRA_OEMAKE instead of the moving operation for
      manuals in do_install
    * put .a files in _staticdev package

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 .../lm_sensors/lmsensors-apps_3.3.2.bb             |   48 ++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb

diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
new file mode 100644
index 0000000..57a6f3e
--- /dev/null
+++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
@@ -0,0 +1,48 @@
+SUMMARY = "A hardware health monitoring package for Linux"
+DESCRIPTION = "Lm-sensors is a hardware health monitoring package for Linux. \
+               It allows you to access information from temperature, voltage, \
+               and fan speed sensors."
+HOMEPAGE = "http://www.lm-sensors.org/"
+DEPENDS = "sysfsutils virtual/libiconv \
+           bison-native flex-native"
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
+                    file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
+
+PR = "r1"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "f357ba00b080ab102a170f7bf8bb2578"
+SRC_URI[sha256sum] = "f13dd885406841a7352ccfb8b9ccb23c4c057abe3de4258da5444c149a9e3ae1"
+
+S = "${WORKDIR}/lm_sensors-${PV}"
+
+EXTRA_OEMAKE = 'LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" \
+		MACHINE=${TARGET_ARCH} PREFIX=${prefix} CC="${CC}" \
+		AR="${AR}" MANDIR=${mandir}'
+
+do_compile() {
+	oe_runmake user PROG_EXTRA=sensors
+}
+
+do_install() {
+	oe_runmake user_install DESTDIR=${D}
+}
+
+PACKAGES =+ "libsensors libsensors-dev libsensors-staticdev libsensors-dbg libsensors-doc"
+PACKAGES =+ "lmsensors-sensors lmsensors-sensors-dbg lmsensors-sensors-doc"
+PACKAGES =+ "lmsensors-scripts"
+
+FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
+RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
+
+FILES_lmsensors-sensors = "${bindir}/sensors ${sysconfdir}"
+FILES_lmsensors-sensors-dbg += "${bindir}/.debug/sensors"
+FILES_lmsensors-sensors-doc = "${mandir}/man1 ${mandir}/man5"
+FILES_libsensors = "${libdir}/libsensors.so.*"
+FILES_libsensors-dbg += "${libdir}/.debug"
+FILES_libsensors-dev = "${libdir}/libsensors.so ${includedir}"
+FILES_libsensors-staticdev = "${libdir}/libsensors.a"
+FILES_libsensors-doc = "${mandir}/man3"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (3 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 04/27] lm_sensors: added recipe for v3.3.2 Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 22:54   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 06/27] u-boot_git.bb: libgcc is required for multilib builds too Matthew McClintock
                   ` (21 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

This really was already partially applied, so it's just adding more
dependencies

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 recipes-kernel/u-boot/u-boot_git.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index 207a6ff..a8b58a5 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -33,7 +33,7 @@ TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}"
 TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
 WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
 
-DEPENDS_append_e6500-64b = " lib32-gcc-cross lib32-libgcc"
+DEPENDS_append_e6500-64b = " lib32-gcc-cross"
 PATH_append_e6500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
 TOOLCHAIN_OPTIONS_append_e6500-64b = "/../lib32-${MACHINE}"
 TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 06/27] u-boot_git.bb: libgcc is required for multilib builds too
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (4 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 22:51   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 07/27] lio-utils: fix runtime issue Matthew McClintock
                   ` (20 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 recipes-kernel/u-boot/u-boot_git.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index a8b58a5..e0b99a6 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
 
-PR = "r27"
+PR = "r28"
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
 
@@ -33,7 +33,7 @@ TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}"
 TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
 WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
 
-DEPENDS_append_e6500-64b = " lib32-gcc-cross"
+DEPENDS_append_e6500-64b = " lib32-gcc-cross lib32-libgcc"
 PATH_append_e6500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
 TOOLCHAIN_OPTIONS_append_e6500-64b = "/../lib32-${MACHINE}"
 TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 07/27] lio-utils: fix runtime issue
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (5 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 06/27] u-boot_git.bb: libgcc is required for multilib builds too Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 23:11   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 08/27] oprofile: add 0.9.6 Matthew McClintock
                   ` (19 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

1. add rumtime dependency for lio-utils
    2. use commit ID to fix offline build issue
    3. install rc.target

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 .../files/lio-utils-install-more-modules.patch     |   15 +++++++++++++++
 recipes-tools/lio-utils/lio-utils_4.0.bb           |   16 +++++++++++++---
 2 files changed, 28 insertions(+), 3 deletions(-)
 create mode 100644 recipes-tools/lio-utils/files/lio-utils-install-more-modules.patch

diff --git a/recipes-tools/lio-utils/files/lio-utils-install-more-modules.patch b/recipes-tools/lio-utils/files/lio-utils-install-more-modules.patch
new file mode 100644
index 0000000..7f9b02d
--- /dev/null
+++ b/recipes-tools/lio-utils/files/lio-utils-install-more-modules.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Pending
+
+install tcm_snap module
+
+Signed-off-by: Zhenhua Luo <b19537@freescale.com>
+--- a/tcm-py/setup.py	2012-09-27 04:21:14.984705400 -0500
++++ b/tcm-py/setup.py	2012-09-27 04:20:18.387604661 -0500
+@@ -12,6 +12,6 @@
+       author_email='nab@linux-iscsi.org',
+       url='http://linux-iscsi.org',
+       license='GPL',
+-      py_modules=['tcm_dump', 'tcm_fileio','tcm_iblock','tcm_node','tcm_pscsi','tcm_ramdisk','tcm_loop','tcm_fabric']
++      py_modules=['tcm_dump', 'tcm_fileio','tcm_iblock','tcm_node','tcm_pscsi','tcm_ramdisk','tcm_loop','tcm_fabric', 'tcm_snap']
+ )
+ 
diff --git a/recipes-tools/lio-utils/lio-utils_4.0.bb b/recipes-tools/lio-utils/lio-utils_4.0.bb
index d461350..31aa4fa 100644
--- a/recipes-tools/lio-utils/lio-utils_4.0.bb
+++ b/recipes-tools/lio-utils/lio-utils_4.0.bb
@@ -4,8 +4,11 @@ HOMEPAGE = "http://linux-iscsi.org/index.php/Lio-utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=c3ea231a32635cbb5debedf3e88aa3df"
 
-SRC_URI = "git://risingtidesystems.com/lio-utils.git;protocal=git"
-SRCREV = "lio-4.0"
+PR = "r1"
+
+SRC_URI = "git://risingtidesystems.com/lio-utils.git;protocal=git \
+    file://lio-utils-install-more-modules.patch "
+SRCREV = "300d9df5e5fa29d7168fb8f0c84a4d9d57436fad"
 S = "${WORKDIR}/git"
 
 inherit distutils
@@ -43,6 +46,13 @@ do_install() {
     if test -d ${S}/tools; then
         oe_runmake install
     fi
+
+    install -d ${D}/etc/init.d/
+    install -m 755 ${S}/scripts/rc.target ${D}/etc/init.d/
 }
 
-FILES_${PN} += "${sbindir}/*"
+RDEPENDS_${PN} += "python-stringold python-subprocess python-shell \ 
+    python-datetime python-textutils python-crypt python-netclient python-email"
+
+
+FILES_${PN} += "${sbindir}/* /etc/init.d/*"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 08/27] oprofile: add 0.9.6
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (6 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 07/27] lio-utils: fix runtime issue Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:25   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 09/27] set preferred version of oprofile to 0.9.6 for e500mc targets Matthew McClintock
                   ` (18 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

oprofile-0.9.7 doesn't support e500mc, the patches of e500mc support
    are only available for oprofile-0.9.6

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 ...ile-0.9.6-add-e500mc-support-in-op_events.patch |   17 ++
 .../oprofile/oprofile-0.9.6-e500mc-support-2.patch |   37 +++
 .../oprofile/oprofile-0.9.6-e500mc-support.patch   |  171 ++++++++++++++
 .../oprofile/oprofile-no-query-modules.patch       |   29 +++
 recipes-kernel/oprofile/oprofile/opstart.patch     |  237 ++++++++++++++++++++
 recipes-kernel/oprofile/oprofile_0.9.6.bb          |   35 +++
 6 files changed, 526 insertions(+)
 create mode 100644 recipes-kernel/oprofile/oprofile/oprofile-0.9.6-add-e500mc-support-in-op_events.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support-2.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/oprofile-no-query-modules.patch
 create mode 100644 recipes-kernel/oprofile/oprofile/opstart.patch
 create mode 100644 recipes-kernel/oprofile/oprofile_0.9.6.bb

diff --git a/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-add-e500mc-support-in-op_events.patch b/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-add-e500mc-support-in-op_events.patch
new file mode 100644
index 0000000..2409a63
--- /dev/null
+++ b/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-add-e500mc-support-in-op_events.patch
@@ -0,0 +1,17 @@
+Upstream-Status: Pending
+
+Add e500mc support in libop/op_events.c
+
+Signed-off-by: Zhenhua Luo <b19537@freescale.com>
+===============================================================================
+diff -urN oprofile-0.9.6/libop/op_events.c oprofile-0.9.6-new/libop/op_events.c
+--- oprofile-0.9.6/libop/op_events.c	2009-11-24 23:25:17.000000000 +0800
++++ oprofile-0.9.6-new/libop/op_events.c	2010-08-19 11:13:15.000000000 +0800
+@@ -1062,6 +1062,7 @@
+ 
+ 		case CPU_PPC_E500:
+ 		case CPU_PPC_E500_2:
++		case CPU_PPC_E500MC:
+ 		case CPU_PPC_E300:
+ 			descr->name = "CPU_CLK";
+ 			break;
diff --git a/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support-2.patch b/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support-2.patch
new file mode 100644
index 0000000..297b954
--- /dev/null
+++ b/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support-2.patch
@@ -0,0 +1,37 @@
+Upstream-Status: Pending
+
+Add e500mc event in oprofile Makefile to add e500mc support
+
+Signed-off-by: Luo Zhenhua <b19537@freescale.com>
+===============================================================================
+diff -urN oprofile-0.9.6-old/events/Makefile.am oprofile-0.9.6/events/Makefile.am
+--- oprofile-0.9.6-old/events/Makefile.am	2009-11-24 23:25:18.000000000 +0800
++++ oprofile-0.9.6/events/Makefile.am	2010-08-13 15:23:24.000000000 +0800
+@@ -55,6 +55,7 @@
+ 	mips/vr5500/events mips/vr5500/unit_masks \
+ 	ppc/7450/events ppc/7450/unit_masks \
+ 	ppc/e500/events ppc/e500/unit_masks \
++	ppc/e500mc/events ppc/e500mc/unit_masks \
+ 	ppc/e500v2/events ppc/e500v2/unit_masks \
+ 	ppc/e300/events ppc/e300/unit_masks
+ 
+diff -urN oprofile-0.9.6-old/events/Makefile.in oprofile-0.9.6/events/Makefile.in
+--- oprofile-0.9.6-old/events/Makefile.in	2009-11-24 23:25:48.000000000 +0800
++++ oprofile-0.9.6/events/Makefile.in	2010-08-13 15:23:03.000000000 +0800
+@@ -258,6 +258,7 @@
+ 	mips/vr5500/events mips/vr5500/unit_masks \
+ 	ppc/7450/events ppc/7450/unit_masks \
+ 	ppc/e500/events ppc/e500/unit_masks \
++	ppc/e500mc/events ppc/e500mc/unit_masks \
+ 	ppc/e500v2/events ppc/e500v2/unit_masks \
+ 	ppc/e300/events ppc/e300/unit_masks
+ 
+@@ -312,7 +313,7 @@
+ 
+ 
+ distdir: $(DISTFILES)
+-	$(mkdir_p) $(distdir)/alpha/ev4 $(distdir)/alpha/ev5 $(distdir)/alpha/ev6 $(distdir)/alpha/ev67 $(distdir)/alpha/pca56 $(distdir)/arm/armv6 $(distdir)/arm/armv7 $(distdir)/arm/mpcore $(distdir)/arm/xscale1 $(distdir)/arm/xscale2 $(distdir)/avr32 $(distdir)/i386/arch_perfmon $(distdir)/i386/athlon $(distdir)/i386/atom $(distdir)/i386/core $(distdir)/i386/core_2 $(distdir)/i386/core_i7 $(distdir)/i386/nehalem $(distdir)/i386/p4 $(distdir)/i386/p4-ht $(distdir)/i386/p6_mobile $(distdir)/i386/pii $(distdir)/i386/piii $(distdir)/i386/ppro $(distdir)/ia64/ia64 $(distdir)/ia64/itanium $(distdir)/ia64/itanium2 $(distdir)/mips/20K $(distdir)/mips/24K $(distdir)/mips/25K $(distdir)/mips/34K $(distdir)/mips/5K $(distdir)/mips/r10000 $(distdir)/mips/r12000 $(distdir)/mips/rm7000 $(distdir)/mips/rm9000 $(distdir)/mips/sb1 $(distdir)/mips/vr5432 $(distdir)/mips/vr5500 $(distdir)/ppc/7450 $(distdir)/ppc/e300 $(distdir)/ppc/e500 $(distdir)/ppc/e500v2 $(distdir)/ppc64/970 $(distdir)/ppc64/970MP $(distdir)/ppc64/cell-be $(distdir)/ppc64/ibm-compat-v1 $(distdir)/ppc64/pa6t $(distdir)/ppc64/power4 $(distdir)/ppc64/power5 $(distdir)/ppc64/power5+ $(distdir)/ppc64/power5++ $(distdir)/ppc64/power6 $(distdir)/ppc64/power7 $(distdir)/rtc $(distdir)/x86-64/family10 $(distdir)/x86-64/family11h $(distdir)/x86-64/hammer
++	$(mkdir_p) $(distdir)/alpha/ev4 $(distdir)/alpha/ev5 $(distdir)/alpha/ev6 $(distdir)/alpha/ev67 $(distdir)/alpha/pca56 $(distdir)/arm/armv6 $(distdir)/arm/armv7 $(distdir)/arm/mpcore $(distdir)/arm/xscale1 $(distdir)/arm/xscale2 $(distdir)/avr32 $(distdir)/i386/arch_perfmon $(distdir)/i386/athlon $(distdir)/i386/atom $(distdir)/i386/core $(distdir)/i386/core_2 $(distdir)/i386/core_i7 $(distdir)/i386/nehalem $(distdir)/i386/p4 $(distdir)/i386/p4-ht $(distdir)/i386/p6_mobile $(distdir)/i386/pii $(distdir)/i386/piii $(distdir)/i386/ppro $(distdir)/ia64/ia64 $(distdir)/ia64/itanium $(distdir)/ia64/itanium2 $(distdir)/mips/20K $(distdir)/mips/24K $(distdir)/mips/25K $(distdir)/mips/34K $(distdir)/mips/5K $(distdir)/mips/r10000 $(distdir)/mips/r12000 $(distdir)/mips/rm7000 $(distdir)/mips/rm9000 $(distdir)/mips/sb1 $(distdir)/mips/vr5432 $(distdir)/mips/vr5500 $(distdir)/ppc/7450 $(distdir)/ppc/e300 $(distdir)/ppc/e500 $(distdir)/ppc/e500mc $(distdir)/ppc/e500v2 $(distdir)/ppc64/970 $(distdir)/ppc64/970MP $(distdir)/ppc64/cell-be $(distdir)/ppc64/ibm-compat-v1 $(distdir)/ppc64/pa6t $(distdir)/ppc64/power4 $(distdir)/ppc64/power5 $(distdir)/ppc64/power5+ $(distdir)/ppc64/power5++ $(distdir)/ppc64/power6 $(distdir)/ppc64/power7 $(distdir)/rtc $(distdir)/x86-64/family10 $(distdir)/x86-64/family11h $(distdir)/x86-64/hammer
+ 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
+ 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
+ 	list='$(DISTFILES)'; for file in $$list; do \
diff --git a/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support.patch b/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support.patch
new file mode 100644
index 0000000..022b5bd
--- /dev/null
+++ b/recipes-kernel/oprofile/oprofile/oprofile-0.9.6-e500mc-support.patch
@@ -0,0 +1,171 @@
+Upstream-Status: Pending
+
+Add e500mc event in oprofile to add e500mc support
+
+Signed-off-by: George Stephen <Stephen.George@freescale.com>
+===============================================================================
+diff -urN oprofile-0.9.6/events/ppc/e500mc/events oprofile-0.9.6-new/events/ppc/e500mc/events
+--- oprofile-0.9.6/events/ppc/e500mc/events	1970-01-01 08:00:00.000000000 +0800
++++ oprofile-0.9.6-new/events/ppc/e500mc/events	2010-08-16 17:57:49.000000000 +0800
+@@ -0,0 +1,120 @@
++# e500mc Events
++# 
++# Copyright (C) 2010 Freescale Semiconductor, Inc.
++#
++event:0x1 counters:0,1,2,3 um:zero minimum:100 name:CPU_CLK : Cycles
++event:0x2 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_INSNS : Completed Instructions (0, 1, or 2 per cycle)
++event:0x3 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_OPS : Completed Micro-ops (counts 2 for load/store w/update)
++event:0x4 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_FETCHES : Instruction fetches
++event:0x5 counters:0,1,2,3 um:zero minimum:500 name:DECODED_OPS : Micro-ops decoded
++event:0x8 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_BRANCHES : Branch Instructions completed
++event:0x9 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_LOAD_OPS : Load micro-ops completed
++event:0xa counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_STORE_OPS : Store micro-ops completed
++event:0xb counters:0,1,2,3 um:zero minimum:500 name:COMPLETION_REDIRECTS : Number of completion buffer redirects
++event:0xc counters:0,1,2,3 um:zero minimum:500 name:BRANCHES_FINISHED : Branches finished
++event:0xd counters:0,1,2,3 um:zero minimum:500 name:TAKEN_BRANCHES_FINISHED : Taken branches finished
++event:0xe counters:0,1,2,3 um:zero minimum:500 name:BIFFED_BRANCHES_FINISHED : Biffed branches finished
++event:0xf counters:0,1,2,3 um:zero minimum:500 name:BRANCHES_MISPREDICTED : Branch instructions mispredicted due to direction, target, or IAB prediction
++event:0x10 counters:0,1,2,3 um:zero minimum:500 name:BRANCHES_MISPREDICTED_DIRECTION : Branches mispredicted due to direction prediction
++event:0x11 counters:0,1,2,3 um:zero minimum:500 name:BTB_HITS : Branches that hit in the BTB, or missed but are not taken
++event:0x12 counters:0,1,2,3 um:zero minimum:500 name:DECODE_STALLED : Cycles the instruction buffer was not empty, but 0 instructions decoded
++event:0x13 counters:0,1,2,3 um:zero minimum:500 name:ISSUE_STALLED : Cycles the issue buffer is not empty but 0 instructions issued 
++event:0x14 counters:0,1,2,3 um:zero minimum:500 name:BRANCH_ISSUE_STALLED : Cycles the branch buffer is not empty but 0 instructions issued 
++event:0x15 counters:0,1,2,3 um:zero minimum:500 name:SRS0_SCHEDULE_STALLED : Cycles SRS0 is not empty but 0 instructions scheduled 
++event:0x16 counters:0,1,2,3 um:zero minimum:500 name:SRS1_SCHEDULE_STALLED : Cycles SRS1 is not empty but 0 instructions scheduled 
++event:0x17 counters:0,1,2,3 um:zero minimum:500 name:VRS_SCHEDULE_STALLED : Cycles VRS is not empty but 0 instructions scheduled 
++event:0x18 counters:0,1,2,3 um:zero minimum:500 name:LRS_SCHEDULE_STALLED : Cycles LRS is not empty but 0 instructions scheduled 
++event:0x19 counters:0,1,2,3 um:zero minimum:500 name:BRS_SCHEDULE_STALLED : Cycles BRS is not empty but 0 instructions scheduled Load/Store, Data Cache, and dLFB Events 
++event:0x1a counters:0,1,2,3 um:zero minimum:500 name:TOTAL_TRANSLATED : Total Ldst microops translated. 
++event:0x1b counters:0,1,2,3 um:zero minimum:500 name:LOADS_TRANSLATED : Number of cacheable L* or EVL* microops translated. (This includes microops from load-multiple, load-update, and load-context instructions.) 
++event:0x1c counters:0,1,2,3 um:zero minimum:500 name:STORES_TRANSLATED : Number of cacheable ST* or EVST* microops translated. (This includes microops from store-multiple, store-update, and save-context instructions.) 
++event:0x1d counters:0,1,2,3 um:zero minimum:500 name:TOUCHES_TRANSLATED : Number of cacheable DCBT and DCBTST instructions translated (L1 only) (Does not count touches that are converted to nops i.e. exceptions, noncacheable, hid0[nopti] bit is set.) 
++event:0x1e counters:0,1,2,3 um:zero minimum:500 name:CACHEOPS_TRANSLATED : Number of dcba, dcbf, dcbst, and dcbz instructions translated (e500 traps on dcbi) 
++event:0x1f counters:0,1,2,3 um:zero minimum:500 name:CACHEINHIBITED_ACCESSES_TRANSLATED : Number of cache inhibited accesses translated 
++event:0x20 counters:0,1,2,3 um:zero minimum:500 name:GUARDED_LOADS_TRANSLATED : Number of guarded loads translated 
++event:0x21 counters:0,1,2,3 um:zero minimum:500 name:WRITETHROUGH_STORES_TRANSLATED : Number of write-through stores translated 
++event:0x22 counters:0,1,2,3 um:zero minimum:500 name:MISALIGNED_ACCESSES_TRANSLATED : Number of misaligned load or store accesses translated. 
++event:0x23 counters:0,1,2,3 um:zero minimum:500 name:TOTAL_ALLOCATED_DLFB : Total allocated to dLFB
++event:0x24 counters:0,1,2,3 um:zero minimum:500 name:LOADS_TRANSLATED_ALLOCATED_DLFB : Loads translated and allocated to dLFB (Applies to same class of instructions as loads translated.) 
++event:0x25 counters:0,1,2,3 um:zero minimum:500 name:STORES_COMPLETED_ALLOCATED_DLFB : Stores completed and allocated to dLFB (Applies to same class of instructions as stores translated.) 
++event:0x26 counters:0,1,2,3 um:zero minimum:500 name:TOUCHES_TRANSLATED_ALLOCATED_DLFB : Touches translated and allocated to dLFB (Applies to same class of instructions as touches translated.) 
++event:0x27 counters:0,1,2,3 um:zero minimum:500 name:STORES_COMPLETED : Number of cacheable ST* or EVST* microops completed. (Applies to the same class of instructions as stores translated.) 
++event:0x28 counters:0,1,2,3 um:zero minimum:500 name:DL1_LOCKS : Number of cache lines locked in the dL1. (Counts a lock even if an overlock condition is encountered.) 
++event:0x29 counters:0,1,2,3 um:zero minimum:500 name:DL1_RELOADS : This is historically used to determine dcache miss rate (along with loads/stores completed). This counts dL1 reloads for any reason. 
++event:0x2a counters:0,1,2,3 um:zero minimum:500 name:DL1_CASTOUTS : dL1 castouts. Does not count castouts due to DCBF. 
++event:0x2b counters:0,1,2,3 um:zero minimum:500 name:DETECTED_REPLAYS : Times detected replay condition - Load miss with dLFB full. 
++event:0x2c counters:0,1,2,3 um:zero minimum:500 name:LOAD_MISS_QUEUE_FULL_REPLAYS : Load miss with load queue full. 
++event:0x2d counters:0,1,2,3 um:zero minimum:500 name:LOAD_GUARDED_MISS_NOT_LAST_REPLAYS : Load guarded miss when the load is not yet at the bottom of the completion buffer.
++event:0x2e counters:0,1,2,3 um:zero minimum:500 name:STORE_TRANSLATED_QUEUE_FULL_REPLAYS : Translate a store when the StQ is full.
++event:0x2f counters:0,1,2,3 um:zero minimum:500 name:ADDRESS_COLLISION_REPLAYS : Address collision.
++event:0x30 counters:0,1,2,3 um:zero minimum:500 name:DMMU_MISS_REPLAYS : DMMU_MISS_REPLAYS : DMMU miss.
++event:0x31 counters:0,1,2,3 um:zero minimum:500 name:DMMU_BUSY_REPLAYS : DMMU_BUSY_REPLAYS : DMMU busy.
++event:0x32 counters:0,1,2,3 um:zero minimum:500 name:SECOND_PART_MISALIGNED_AFTER_MISS_REPLAYS : Second part of misaligned access when first part missed in cache.
++event:0x33 counters:0,1,2,3 um:zero minimum:500 name:LOAD_MISS_DLFB_FULL_CYCLES : Cycles stalled on replay condition - Load miss with dLFB full.
++event:0x34 counters:0,1,2,3 um:zero minimum:500 name:LOAD_MISS_QUEUE_FULL_CYCLES : Cycles stalled on replay condition - Load miss with load queue full.
++event:0x35 counters:0,1,2,3 um:zero minimum:500 name:LOAD_GUARDED_MISS_NOT_LAST_CYCLES : Cycles stalled on replay condition - Load guarded miss when the load is not yet at the bottom of the completion buffer.
++event:0x36 counters:0,1,2,3 um:zero minimum:500 name:STORE_TRANSLATED_QUEUE_FULL_CYCLES : Cycles stalled on replay condition - Translate a store when the StQ is full.
++event:0x37 counters:0,1,2,3 um:zero minimum:500 name:ADDRESS_COLLISION_CYCLES : Cycles stalled on replay condition - Address collision.
++event:0x38 counters:0,1,2,3 um:zero minimum:500 name:DMMU_MISS_CYCLES : Cycles stalled on replay condition - DMMU miss.
++event:0x39 counters:0,1,2,3 um:zero minimum:500 name:DMMU_BUSY_CYCLES : Cycles stalled on replay condition - DMMU busy.
++event:0x3a counters:0,1,2,3 um:zero minimum:500 name:SECOND_PART_MISALIGNED_AFTER_MISS_CYCLES : Cycles stalled on replay condition - Second part of misaligned access when first part missed in cache.
++event:0x3b counters:0,1,2,3 um:zero minimum:500 name:IL1_LOCKS : Number of cache lines locked in the iL1. (Counts a lock even if an overlock condition is encountered.) 
++event:0x3c counters:0,1,2,3 um:zero minimum:500 name:IL1_FETCH_RELOADS : This is historically used to determine icache miss rate (along with instructions completed) Reloads due to demand fetch. 
++event:0x3d counters:0,1,2,3 um:zero minimum:500 name:FETCHES : Counts the number of fetches that write at least one instruction to the instruction buffer. (With instruction fetched, can used to compute instructions-per-fetch) 
++event:0x3e counters:0,1,2,3 um:zero minimum:500 name:IMMU_TLB4K_RELOADS : iMMU TLB4K reloads
++event:0x3f counters:0,1,2,3 um:zero minimum:500 name:IMMU_VSP_RELOADS : iMMU VSP reloads
++event:0x40 counters:0,1,2,3 um:zero minimum:500 name:DMMU_TLB4K_RELOADS : dMMU TLB4K reloads
++event:0x41 counters:0,1,2,3 um:zero minimum:500 name:DMMU_VSP_RELOADS : dMMU VSP reloads
++event:0x42 counters:0,1,2,3 um:zero minimum:500 name:L2MMU_MISSES : Counts iTLB/dTLB error interrupt 
++event:0x43 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_REQUESTS : Number of master transactions. (Number of master TSs.) 
++event:0x44 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_I_REQUESTS : Number of master I-Side transactions. (Number of master I-Side TSs.) 
++event:0x45 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_D_REQUESTS : Number of master D-Side transactions. (Number of master D-Side TSs.) 
++event:0x46 counters:0,1,2,3 um:zero minimum:500 name:BIU_MASTER_D_CASTOUT_REQUESTS : Number of master D-Side non-program-demand castout transactions. This counts replacement pushes and snoop pushes. This does not count DCBF castouts. (Number of master D-side non-program-demand castout TSs.) 
++event:0x48 counters:0,1,2,3 um:zero minimum:500 name:SNOOP_REQUESTS : Number of externally generated snoop requests. (Counts snoop TSs.) 
++event:0x49 counters:0,1,2,3 um:zero minimum:500 name:SNOOP_HITS : Number of snoop hits on all D-side resources regardless of the cache state (modified, exclusive, or shared) 
++event:0x4a counters:0,1,2,3 um:zero minimum:500 name:SNOOP_PUSHES : Number of snoop pushes from all D-side resources. (Counts snoop ARTRY/WOPs.) 
++event:0x52 counters:0,1,2,3 um:zero minimum:500 name:PMC0_OVERFLOW : Counts the number of times PMC0[32] transitioned from 1 to 0. 
++event:0x53 counters:0,1,2,3 um:zero minimum:500 name:PMC1_OVERFLOW : Counts the number of times PMC1[32] transitioned from 1 to 0. 
++event:0x54 counters:0,1,2,3 um:zero minimum:500 name:PMC2_OVERFLOW : Counts the number of times PMC2[32] transitioned from 1 to 0. 
++event:0x55 counters:0,1,2,3 um:zero minimum:500 name:PMC3_OVERFLOW : Counts the number of times PMC3[32] transitioned from 1 to 0.
++event:0x56 counters:0,1,2,3 um:zero minimum:500 name:INTERRUPTS : Number of interrupts taken
++event:0x57 counters:0,1,2,3 um:zero minimum:500 name:EXTERNAL_INTERRUPTS : Number of external input interrupts taken
++event:0x58 counters:0,1,2,3 um:zero minimum:500 name:CRITICAL_INTERRUPTS : Number of critical input interrupts taken
++event:0x59 counters:0,1,2,3 um:zero minimum:500 name:SC_TRAP_INTERRUPTS : Number of system call and trap interrupts
++event:0x5b counters:0,1,2,3 um:zero minimum:500 name:L2_LINEFILL_REQ : Number L2 Linefill requests
++event:0x5c counters:0,1,2,3 um:zero minimum:500 name:L2_VICTIM_SELECT : Number L2 Victim selects
++event:0x6e counters:0,1,2,3 um:zero minimum:500 name:L2_ACCESS : Number L2 cache accesses
++event:0x6f counters:0,1,2,3 um:zero minimum:500 name:L2_HIT_ACCESS : Number L2 hit cache accesses
++event:0x70 counters:0,1,2,3 um:zero minimum:500 name:L2_DATA_ACCESS : Number L2 data cache accesses
++event:0x71 counters:0,1,2,3 um:zero minimum:500 name:L2_HIT_DATA_ACCESS : Number L2 hit data cache accesses
++event:0x72 counters:0,1,2,3 um:zero minimum:500 name:L2_INST_ACCESS : Number L2 instruction cache accesses
++event:0x73 counters:0,1,2,3 um:zero minimum:500 name:L2_HIT_INST_ACCESS : Number L2 hit instruction cache accesses
++event:0x74 counters:0,1,2,3 um:zero minimum:500 name:L2_ALLOC : Number L2 cache allocations
++event:0x75 counters:0,1,2,3 um:zero minimum:500 name:L2_DATA_ALLOC : Number L2 data cache allocations
++event:0x76 counters:0,1,2,3 um:zero minimum:500 name:L2_DIRTY_DATA_ALLOC : Number L2 dirty data cache allocations
++event:0x77 counters:0,1,2,3 um:zero minimum:500 name:L2_INST_ALLOC : Number L2 instruction cache allocations
++event:0x78 counters:0,1,2,3 um:zero minimum:500 name:L2_UPDATE : Number L2 cache updates
++event:0x79 counters:0,1,2,3 um:zero minimum:500 name:L2_CLEAN_UPDATE : Number L2 cache clean updates
++event:0x7a counters:0,1,2,3 um:zero minimum:500 name:L2_DIRTY_UPDATE : Number L2 cache dirty updates
++event:0x7b counters:0,1,2,3 um:zero minimum:500 name:L2_CLEAN_REDU_UPDATE : Number L2 cache clean redundant updates
++event:0x7c counters:0,1,2,3 um:zero minimum:500 name:L2_DIRTY_REDU_UPDATE : Number L2 cache dirty redundant updates
++event:0x7d counters:0,1,2,3 um:zero minimum:500 name:L2_LOCKS : Number L2 cache locks
++event:0x7e counters:0,1,2,3 um:zero minimum:500 name:L2_CASTOUT : Number L2 cache castouts
++event:0x7f counters:0,1,2,3 um:zero minimum:500 name:L2_HIT_DATA_DIRTY : Number L2 cache data dirty hits
++event:0x82 counters:0,1,2,3 um:zero minimum:500 name:L2_INV_CLEAN : Number L2 cache invalidation of clean lines
++event:0x83 counters:0,1,2,3 um:zero minimum:500 name:L2_INV_INCOHER : Number L2 cache invalidation of incoherent lines
++event:0x84 counters:0,1,2,3 um:zero minimum:500 name:L2_INV_COHER : Number L2 cache invalidation of coherent lines
++event:0x94 counters:0,1,2,3 um:zero minimum:500 name:DVT0 : Detection of write to DEVENT with DVT0 set
++event:0x95 counters:0,1,2,3 um:zero minimum:500 name:DVT1 : Detection of write to DEVENT with DVT1 set
++event:0x96 counters:0,1,2,3 um:zero minimum:500 name:DVT2 : Detection of write to DEVENT with DVT2 set
++event:0x97 counters:0,1,2,3 um:zero minimum:500 name:DVT3 : Detection of write to DEVENT with DVT3 set
++event:0x98 counters:0,1,2,3 um:zero minimum:500 name:DVT4 : Detection of write to DEVENT with DVT4 set
++event:0x99 counters:0,1,2,3 um:zero minimum:500 name:DVT5 : Detection of write to DEVENT with DVT5 set
++event:0x9a counters:0,1,2,3 um:zero minimum:500 name:DVT6 : Detection of write to DEVENT with DVT6 set
++event:0x9b counters:0,1,2,3 um:zero minimum:500 name:DVT7 : Detection of write to DEVENT with DVT7 set
++event:0x9c counters:0,1,2,3 um:zero minimum:500 name:CYCLES_NEXUS_STALLED : Number of completion cycles stalled due to Nexus FIFO full
++event:0xb0 counters:0,1,2,3 um:zero minimum:500 name:DECORATED_LOAD : Number of decorated loads.
++event:0xb1 counters:0,1,2,3 um:zero minimum:500 name:DECORATED_STORE : Number of decorated stores
++event:0xb2 counters:0,1,2,3 um:zero minimum:500 name:LOAD_RETRY : Number of load retries
++event:0xb3 counters:0,1,2,3 um:zero minimum:500 name:STWCX_SUCCESS : Number of successful stwcx. instructions
++event:0xb4 counters:0,1,2,3 um:zero minimum:500 name:STWCX_UNSUCCESS : Number of unsuccessful stwcx. instructions
+diff -urN oprofile-0.9.6/events/ppc/e500mc/unit_masks oprofile-0.9.6-new/events/ppc/e500mc/unit_masks
+--- oprofile-0.9.6/events/ppc/e500mc/unit_masks	1970-01-01 08:00:00.000000000 +0800
++++ oprofile-0.9.6-new/events/ppc/e500mc/unit_masks	2010-08-16 17:56:03.000000000 +0800
+@@ -0,0 +1,4 @@
++# e500 possible unit masks
++#
++name:zero type:mandatory default:0x0
++	0x0 No unit mask
+diff -urN oprofile-0.9.6/libop/op_cpu_type.c oprofile-0.9.6-new/libop/op_cpu_type.c
+--- oprofile-0.9.6/libop/op_cpu_type.c	2009-11-24 23:25:17.000000000 +0800
++++ oprofile-0.9.6-new/libop/op_cpu_type.c	2010-08-16 17:56:03.000000000 +0800
+@@ -82,6 +82,7 @@
+ 	{ "ppc64 compat version 1", "ppc64/ibm-compat-v1", CPU_PPC64_IBM_COMPAT_V1, 4 },
+    	{ "Intel Core/i7", "i386/core_i7", CPU_CORE_I7, 4 },
+    	{ "Intel Atom", "i386/atom", CPU_ATOM, 2 },
++	{ "e500mc", "ppc/e500mc", CPU_PPC_E500MC, 4 },
+ };
+  
+ static size_t const nr_cpu_descrs = sizeof(cpu_descrs) / sizeof(struct cpu_descr);
+diff -urN oprofile-0.9.6/libop/op_cpu_type.h oprofile-0.9.6-new/libop/op_cpu_type.h
+--- oprofile-0.9.6/libop/op_cpu_type.h	2009-11-24 23:25:17.000000000 +0800
++++ oprofile-0.9.6-new/libop/op_cpu_type.h	2010-08-16 17:56:03.000000000 +0800
+@@ -79,6 +79,7 @@
+ 	CPU_PPC64_IBM_COMPAT_V1, /**< IBM PPC64 processor compat mode version 1 */
+    	CPU_CORE_I7, /* Intel Core i7, Nehalem */
+    	CPU_ATOM, /* First generation Intel Atom */
++	CPU_PPC_E500MC,	/**< e500mc */
+ 	MAX_CPU_TYPE
+ } op_cpu;
+ 
+diff -urN oprofile-0.9.6/utils/ophelp.c oprofile-0.9.6-new/utils/ophelp.c
+--- oprofile-0.9.6/utils/ophelp.c	2009-11-24 23:25:17.000000000 +0800
++++ oprofile-0.9.6-new/utils/ophelp.c	2010-08-16 17:56:03.000000000 +0800
+@@ -619,6 +619,7 @@
+ 
+ 	case CPU_PPC_E500:
+ 	case CPU_PPC_E500_2:
++	case CPU_PPC_E500MC:
+ 		event_doc =
+ 			"See PowerPC e500 Core Complex Reference Manual\n"
+ 			"Chapter 7: Performance Monitor\n"
diff --git a/recipes-kernel/oprofile/oprofile/oprofile-no-query-modules.patch b/recipes-kernel/oprofile/oprofile/oprofile-no-query-modules.patch
new file mode 100644
index 0000000..c9d7cd6
--- /dev/null
+++ b/recipes-kernel/oprofile/oprofile/oprofile-no-query-modules.patch
@@ -0,0 +1,29 @@
+disable portions which use query_module on 2.6 kernel this is not available
+in OE we dont support 2.4 anyway
+
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Index: oprofile-0.9.6/daemon/liblegacy/opd_kernel.c
+===================================================================
+--- oprofile-0.9.6.orig/daemon/liblegacy/opd_kernel.c	2009-11-24 07:25:17.000000000 -0800
++++ oprofile-0.9.6/daemon/liblegacy/opd_kernel.c	2011-07-18 10:08:39.863798825 -0700
+@@ -270,6 +270,9 @@
+  */
+ static void opd_drop_module_sample(unsigned long eip)
+ {
++	verbprintf(vmodule, "query_module not available on linux-2.6: %s\n", strerror(EPERM));
++
++#if	0
+ 	char * module_names;
+ 	char * name;
+ 	size_t size = 1024;
+@@ -307,6 +310,7 @@
+ 
+ 	if (module_names)
+ 		free(module_names);
++#endif
+ }
+ 
+ 
diff --git a/recipes-kernel/oprofile/oprofile/opstart.patch b/recipes-kernel/oprofile/oprofile/opstart.patch
new file mode 100644
index 0000000..c588deb
--- /dev/null
+++ b/recipes-kernel/oprofile/oprofile/opstart.patch
@@ -0,0 +1,237 @@
+Upstream-Status: Pending
+
+Index: oprofile/utils/Makefile.am
+===================================================================
+--- oprofile.orig/utils/Makefile.am	2005-03-31 18:20:41.000000000 +0100
++++ oprofile/utils/Makefile.am	2008-07-02 15:14:07.000000000 +0100
+@@ -3,8 +3,15 @@
+ 
+ LIBS=@POPT_LIBS@ @LIBERTY_LIBS@
+ 
+-bin_PROGRAMS = ophelp
++bin_PROGRAMS = ophelp opstart
+ dist_bin_SCRIPTS = opcontrol
+ 
+ ophelp_SOURCES = ophelp.c
+ ophelp_LDADD = ../libop/libop.a ../libutil/libutil.a
++
++opstart_SOURCES = opstart.c
++
++install-exec-local:
++	cd $(DESTDIR)/$(bindir) && \
++		rm -f opstop && \
++		$(LN_S) opstart opstop
+Index: oprofile/utils/opstart.c
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ oprofile/utils/opstart.c	2008-07-02 15:14:07.000000000 +0100
+@@ -0,0 +1,110 @@
++/**
++ * @file opstart.c
++ * Start/Stop oprofile
++ *
++ * @remark Copyright 2007 Openedhand Ltd.
++ * @remark Read the file COPYING
++ *
++ * @author Richard Purdie
++ */
++
++#include <signal.h>
++#include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
++#include <unistd.h>
++#include <sys/types.h>
++#include <sys/stat.h>
++
++int main(const int argc, const char* argv[])
++{
++	const char *enable = "/dev/oprofile/enable";
++	const char *lockfile;
++	unsigned long dpid;
++	struct stat sbuf;
++	FILE *lfile, *efile;
++	int sig, enb, err;
++
++	if (argc >= 2) {
++		printf("Error: Invalid options.\n");
++		return 1;
++	}
++
++	lockfile = getenv("LOCK_FILE");
++	if (!lockfile)
++		lockfile = "/var/lib/oprofile/lock";
++
++	/* Add SESSION_DIR support? */
++
++	if (geteuid()) {
++		printf("Error: This program must be run as root.\n");
++		return 1;
++	}
++
++	if (stat(enable, &sbuf)) {
++		printf("Error: Could not find /dev/oprofile/enable, the"
++		       " kernel module probably isn't loaded.\n");
++		printf("This binary only works with 2.6 kernels and oprofile"
++		       " must have been initialised with 'opcontrol --start-daemon'.\n");
++		return 1;
++	}
++
++	if (stat(lockfile, &sbuf)) {
++		printf("Error: Could not find lockfile %s.\n", lockfile);
++		printf("The oprofile daemon must be running (oprofile must"
++		       " have been initialised with 'opcontrol --start-daemon').\n");
++		return 1;
++	}
++
++	lfile = fopen(lockfile, "r");
++	if (!lfile) {
++		printf("Error opening lockfile %s.\n", lockfile);
++		return 1;
++	}
++
++	err = fscanf(lfile, "%lud", (unsigned long *) &dpid);
++	if (err != 1) {
++		printf("Error reading pid from lockfile %s.\n", lockfile);
++		return 1;
++	}
++	fclose(lfile);
++
++	efile = fopen(enable, "r");
++	if (!efile) {
++		printf("Error opening %s.\n", enable);
++		return 1;
++	}
++
++	if (strstr(argv[0], "opstart")) {
++		printf("Starting Profiler\n");
++		sig = SIGUSR1;
++		enb = 1;
++	} else if (strstr(argv[0], "opstop")) {
++		printf("Stopping Oprofile.\n");
++		printf("You need to run 'opcontrol --dump' when the session"
++		       " is finished.\n");
++		sig = SIGUSR2;
++		enb = 0;
++	} else {
++		printf("Error: Please call as 'opstart' or 'opstop'\n");
++		return 1;
++	}
++
++	err = kill(dpid, 0);
++	if (err) {
++		printf("Error sending signal to oprofiled. Stale lockfile"
++		       " (%s) ?\n", lockfile);
++		return 1;
++	}
++
++	fprintf(efile, "%d\n", enb);
++	err = kill(dpid, sig);
++	if (err) {
++		printf("Error sending signal to oprofiled. Stale lockfile"
++		       " (%s) ?\n", lockfile);
++		return 1;
++	}
++
++	return 0;
++}
++
+Index: oprofile/configure.in
+===================================================================
+--- oprofile.orig/configure.in	2008-07-02 15:13:58.000000000 +0100
++++ oprofile/configure.in	2008-07-02 15:17:37.000000000 +0100
+@@ -16,6 +16,7 @@
+ AM_CONFIG_HEADER(config.h)
+ 
+ AC_PROG_RANLIB
++AC_PROG_LN_S
+ AC_PROG_LIBTOOL
+ 
+ dnl for the man page
+@@ -241,6 +242,8 @@
+ 	doc/xsl/catalog-1.xml \
+ 	doc/oprofile.1 \
+ 	doc/opcontrol.1 \
++	doc/opstart.1 \
++	doc/opstop.1 \
+ 	doc/ophelp.1 \
+ 	doc/opreport.1 \
+ 	doc/opannotate.1 \
+Index: oprofile/doc/Makefile.am
+===================================================================
+--- oprofile.orig/doc/Makefile.am	2008-07-02 15:13:59.000000000 +0100
++++ oprofile/doc/Makefile.am	2008-07-02 15:14:07.000000000 +0100
+@@ -11,6 +11,8 @@
+ man_MANS = \
+ 	oprofile.1 \
+ 	opcontrol.1 \
++	opstart.1 \
++	opstop.1 \
+ 	opreport.1 \
+ 	opannotate.1 \
+ 	opgprof.1 \
+Index: oprofile/doc/opstart.1.in
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ oprofile/doc/opstart.1.in	2008-07-02 15:14:07.000000000 +0100
+@@ -0,0 +1,27 @@
++.TH OPSTART 1 "@DATE@" "oprofile @VERSION@"
++.UC 4
++.SH NAME
++opstart \- start OProfile profiling
++.SH SYNOPSIS
++.br
++.B opstart
++.SH DESCRIPTION
++.B opstart
++is a simple optimised command to start profiling with 2.6 Linux kernels.
++OProfile should have already been initialised by calling "opcontrol --start-daemon".
++
++.SH ENVIRONMENT
++No special environment variables are recognised by opstart.
++
++.SH FILES
++.TP
++.I /var/lib/oprofile/samples/
++The location of the generated sample files.
++
++.SH VERSION
++.TP
++This man page is current for @PACKAGE@-@VERSION@.
++
++.SH SEE ALSO
++.BR @OP_DOCDIR@,
++.BR oprofile(1)
+Index: oprofile/doc/opstop.1.in
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ oprofile/doc/opstop.1.in	2008-07-02 15:14:07.000000000 +0100
+@@ -0,0 +1,28 @@
++.TH OPSTOP 1 "@DATE@" "oprofile @VERSION@"
++.UC 4
++.SH NAME
++opstop \- stop OProfile profiling
++.SH SYNOPSIS
++.br
++.B opstop
++.SH DESCRIPTION
++.B opstop
++is a simple optimsed command to stop profiling with 2.6 Linux kernels.
++You need to run "opcontrol --dump" before being able to view a profile
++with opreport.
++
++.SH ENVIRONMENT
++No special environment variables are recognised by opstop.
++
++.SH FILES
++.TP
++.I /var/lib/oprofile/samples/
++The location of the generated sample files.
++
++.SH VERSION
++.TP
++This man page is current for @PACKAGE@-@VERSION@.
++
++.SH SEE ALSO
++.BR @OP_DOCDIR@,
++.BR oprofile(1)
diff --git a/recipes-kernel/oprofile/oprofile_0.9.6.bb b/recipes-kernel/oprofile/oprofile_0.9.6.bb
new file mode 100644
index 0000000..6664c89
--- /dev/null
+++ b/recipes-kernel/oprofile/oprofile_0.9.6.bb
@@ -0,0 +1,35 @@
+SUMMARY = "System-Wide Profiler"
+DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
+of profiling all running code at low overhead."
+HOMEPAGE = "http://oprofile.sourceforge.net/news/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191"
+
+LICENSE = "LGPLv2.1+ & GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \
+                    file://daemon/liblegacy/p_module.h;beginline=2;endline=20;md5=fc23a43455edf185307274a99730b6e4"
+
+SECTION = "devel"
+
+DEPENDS = "popt binutils"
+RDEPENDS_${PN} = "binutils-symlinks"
+RRECOMMENDS_${PN} = "kernel-vmlinux"
+
+FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*.so.* ${datadir}/${BPN}"
+FILES_${PN}-dev += "${libdir}/${BPN}/lib*.so ${libdir}/${BPN}/lib*.la"
+FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
+           file://opstart.patch \
+           file://oprofile-no-query-modules.patch \
+           file://oprofile-0.9.6-e500mc-support.patch \
+           file://oprofile-0.9.6-e500mc-support-2.patch \
+           file://oprofile-0.9.6-add-e500mc-support-in-op_events.patch"
+
+SRC_URI[md5sum] = "4e407093ac06200185d5a5e6437d7242"
+SRC_URI[sha256sum] = "3f0dd40a7749fc650d25d79d42ebbff8f3b6db310c36e7c3839696cc09077880"
+S = "${WORKDIR}/oprofile-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-kernel-support --without-x"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 09/27] set preferred version of oprofile to 0.9.6 for e500mc targets
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (7 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 08/27] oprofile: add 0.9.6 Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 22:43   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 10/27] lxc: remove dhcp from busybox template Matthew McClintock
                   ` (17 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 conf/machine/e500mc.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/e500mc.inc b/conf/machine/e500mc.inc
index 505d805..9aa0b3e 100644
--- a/conf/machine/e500mc.inc
+++ b/conf/machine/e500mc.inc
@@ -9,6 +9,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
 PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
 PREFERRED_VERSION_qemu = "1.0+fsl"
+PREFERRED_VERSION_oprofile = "0.9.6"
 
 KERNEL_IMAGETYPE ?= "uImage"
 # disable the images below for now
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 10/27] lxc: remove dhcp from busybox template
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (8 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 09/27] set preferred version of oprofile to 0.9.6 for e500mc targets Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 23:04   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 11/27] lxc: remove hwaddr from vlan config Matthew McClintock
                   ` (16 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Stuart Yoder <stuart.yoder@freescale.com>

-the dhcp which is started by default in a container
 causes our default examples various issues..including
 vlans not working right, and screwing up host
 network interfaces if networking isn't virtualized

-we do not know yet what the right upstream fix
 is for this with more testing and characterization
 needed

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
---
 recipes-tools/lxc/busybox_remove_dhcp.patch |   12 ++++++++++++
 recipes-tools/lxc/lxc_0.8.0-rc1.bb          |    3 ++-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 recipes-tools/lxc/busybox_remove_dhcp.patch

diff --git a/recipes-tools/lxc/busybox_remove_dhcp.patch b/recipes-tools/lxc/busybox_remove_dhcp.patch
new file mode 100644
index 0000000..d28fda8
--- /dev/null
+++ b/recipes-tools/lxc/busybox_remove_dhcp.patch
@@ -0,0 +1,12 @@
+diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in
+index a94eaa3..29b87ce 100644
+--- a/templates/lxc-busybox.in
++++ b/templates/lxc-busybox.in
+@@ -80,7 +80,6 @@ EOF
+ #!/bin/sh
+ /bin/syslogd
+ /bin/mount -a
+-/bin/udhcpc
+ EOF
+ 
+     # executable
diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
index 51a34f4..e6ed2d6 100644
--- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb
+++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 PRIORITY = "optional"
-PR = "r1"
+PR = "r2"
 DEPENDS = "libxml2 libcap"
 RDEPENDS_${PN} = " \
 		rsync \
@@ -22,6 +22,7 @@ RDEPENDS_${PN} = " \
 SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \
 	file://noldconfig.patch \
 	file://libmounts.patch \
+	file://busybox_remove_dhcp.patch \
 	"
 
 SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 11/27] lxc: remove hwaddr from vlan config
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (9 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 10/27] lxc: remove dhcp from busybox template Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 22:58   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 12/27] lxc: create the /var/lib/lxc directory Matthew McClintock
                   ` (15 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Stuart Yoder <stuart.yoder@freescale.com>

-to get vlan working with the FSL SDK we need to
 remove the hwaddr.  This was found by trial and
 error.  Upstream discussion is started as to
 when the hwaddr might be needed, but for now remove it

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
---
 recipes-tools/lxc/lxc_0.8.0-rc1.bb         |    3 ++-
 recipes-tools/lxc/remove_vlan_hwaddr.patch |   11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 recipes-tools/lxc/remove_vlan_hwaddr.patch

diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
index e6ed2d6..c8d90ae 100644
--- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb
+++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 PRIORITY = "optional"
-PR = "r2"
+PR = "r3"
 DEPENDS = "libxml2 libcap"
 RDEPENDS_${PN} = " \
 		rsync \
@@ -23,6 +23,7 @@ SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \
 	file://noldconfig.patch \
 	file://libmounts.patch \
 	file://busybox_remove_dhcp.patch \
+	file://remove_vlan_hwaddr.patch \
 	"
 
 SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29"
diff --git a/recipes-tools/lxc/remove_vlan_hwaddr.patch b/recipes-tools/lxc/remove_vlan_hwaddr.patch
new file mode 100644
index 0000000..d3883bd
--- /dev/null
+++ b/recipes-tools/lxc/remove_vlan_hwaddr.patch
@@ -0,0 +1,11 @@
+diff --git a/doc/examples/lxc-vlan.conf.in b/doc/examples/lxc-vlan.conf.in
+index 4404439..231d618 100644
+--- a/doc/examples/lxc-vlan.conf.in
++++ b/doc/examples/lxc-vlan.conf.in
+@@ -4,6 +4,5 @@ lxc.network.type = vlan
+ lxc.network.vlan.id = 1234
+ lxc.network.flags = up
+ lxc.network.link = eth0
+-lxc.network.hwaddr = 4a:49:43:49:79:bd
+ lxc.network.ipv4 = 1.2.3.4/24
+ lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 12/27] lxc: create the /var/lib/lxc directory
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (10 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 11/27] lxc: remove hwaddr from vlan config Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:38   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 13/27] lmsensors-apps: add required runtime dependencies Matthew McClintock
                   ` (14 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Stuart Yoder <stuart.yoder@freescale.com>

-lxc requires this directory to be present

-this patch is a workaround for the issue, plan is to
 submit a patch upstream to fix this and see what
 feedback we receive

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
---
 recipes-tools/lxc/lxc_0.8.0-rc1.bb |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
index c8d90ae..64f36b3 100644
--- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb
+++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 PRIORITY = "optional"
-PR = "r3"
+PR = "r4"
 DEPENDS = "libxml2 libcap"
 RDEPENDS_${PN} = " \
 		rsync \
@@ -36,3 +36,8 @@ EXTRA_OECONF = "--disable-doc --disable-rpath"
 inherit autotools
 
 FILES_${PN}-dbg += "${libexecdir}/lxc/.debug"
+
+# create empty dir needed by lxc
+do_install_append() {
+	install -d ${D}${localstatedir}/lib/lxc
+}
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 13/27] lmsensors-apps: add required runtime dependencies
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (11 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 12/27] lxc: create the /var/lib/lxc directory Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 23:03   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 14/27] lxc_0.8.0-rc1.bb: point lxc at kernel source Matthew McClintock
                   ` (13 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 .../lm_sensors/lmsensors-apps_3.3.2.bb             |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
index 57a6f3e..62da814 100644
--- a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
+++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
@@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                     file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
 
-PR = "r1"
+PR = "r2"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.bz2"
@@ -37,6 +37,8 @@ PACKAGES =+ "lmsensors-scripts"
 
 FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
 RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
+RDEPENDS_lmsensors-apps += "perl-module-strict perl-module-vars perl-module-warnings-register perl-module-warnings"
+RDEPENDS_lmsensors-scripts += "perl-module-fcntl perl-module-exporter perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename perl-module-constant"
 
 FILES_lmsensors-sensors = "${bindir}/sensors ${sysconfdir}"
 FILES_lmsensors-sensors-dbg += "${bindir}/.debug/sensors"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 14/27] lxc_0.8.0-rc1.bb: point lxc at kernel source
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (12 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 13/27] lmsensors-apps: add required runtime dependencies Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 22:55   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 15/27] lxc_0.8.0-rc1.bb: fix parallel makefile issue Matthew McClintock
                   ` (12 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Fixes:

| powerpc-fsl-linux-gcc: error: default/arch/powerpc/include/asm/unistd.h: No such file or directory
| powerpc-fsl-linux-gcc: fatal error: no input files
| compilation terminated.
| attach.c:45:19: fatal error: setns.h: No such file or directory
| compilation terminated.
| make[3]: [setns.h] Error 1 (ignored)
| powerpc-fsl-linux-gcc -E --sysroot=/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/sysroots/p4080ds  -m32 -mhard-float  -mcpu=e500mc  -dM default/arch/powerpc/include/asm/unistd.h |grep setns > setns.h
| make[3]: *** [liblxc_so-attach.o] Error 1
| make[3]: *** Waiting for unfinished jobs....
| powerpc-fsl-linux-gcc: error: default/arch/powerpc/include/asm/unistd.h: No such file or directory
| powerpc-fsl-linux-gcc: fatal error: no input files
| compilation terminated.
| make[3]: [setns.h] Error 1 (ignored)
| make[3]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src/lxc'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src'
| make: *** [all-recursive] Error 1
| ERROR: oe_runmake failed

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 recipes-tools/lxc/lxc_0.8.0-rc1.bb |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
index 64f36b3..accc16f 100644
--- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb
+++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
@@ -3,8 +3,8 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 PRIORITY = "optional"
-PR = "r4"
-DEPENDS = "libxml2 libcap"
+PR = "r5"
+DEPENDS = "libxml2 libcap virtual/kernel"
 RDEPENDS_${PN} = " \
 		rsync \
 		gzip \
@@ -31,7 +31,7 @@ SRC_URI[sha256sum] = "32bf83902c07387646c55de440d6d12cf61bd54c97417109c2d1ac47d1
 
 S = "${WORKDIR}/${PN}-${PV}"
 
-EXTRA_OECONF = "--disable-doc --disable-rpath"
+EXTRA_OECONF = "--disable-doc --disable-rpath --with-linuxdir=${STAGING_KERNEL_DIR}"
 
 inherit autotools
 
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 15/27] lxc_0.8.0-rc1.bb: fix parallel makefile issue
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (13 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 14/27] lxc_0.8.0-rc1.bb: point lxc at kernel source Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:36   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 16/27] qemu_1.0.bb: lock down SHA Matthew McClintock
                   ` (11 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 recipes-tools/lxc/files/fix_setns_deps.patch |   12 ++++++++++++
 recipes-tools/lxc/lxc_0.8.0-rc1.bb           |    3 ++-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 recipes-tools/lxc/files/fix_setns_deps.patch

diff --git a/recipes-tools/lxc/files/fix_setns_deps.patch b/recipes-tools/lxc/files/fix_setns_deps.patch
new file mode 100644
index 0000000..7ec875c
--- /dev/null
+++ b/recipes-tools/lxc/files/fix_setns_deps.patch
@@ -0,0 +1,12 @@
+Index: lxc-0.8.0-rc1/src/lxc/Makefile.am
+===================================================================
+--- lxc-0.8.0-rc1.orig/src/lxc/Makefile.am
++++ lxc-0.8.0-rc1/src/lxc/Makefile.am
+@@ -133,6 +133,7 @@ uninstall-local:
+ 	$(RM) $(DESTDIR)$(libdir)/liblxc.so*
+ 
+ namespace.c: setns.h
++attach.c: setns.h
+ 
+ setns.h:
+ 	-$(CC) $(CPPFLAGS) -M -MT$@ $(LINUX_DIR)/arch/$(LINUX_SRCARCH)/include/asm/unistd.h >setns.P
diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
index accc16f..5100937 100644
--- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb
+++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 PRIORITY = "optional"
-PR = "r5"
+PR = "r6"
 DEPENDS = "libxml2 libcap virtual/kernel"
 RDEPENDS_${PN} = " \
 		rsync \
@@ -24,6 +24,7 @@ SRC_URI = "http://lxc.sourceforge.net/download/lxc/${PN}-${PV}.tar.gz \
 	file://libmounts.patch \
 	file://busybox_remove_dhcp.patch \
 	file://remove_vlan_hwaddr.patch \
+	file://fix_setns_deps.patch \
 	"
 
 SRC_URI[md5sum] ="06ceecf4dbe1be988fc903ad8dd34d29"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 16/27] qemu_1.0.bb: lock down SHA
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (14 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 15/27] lxc_0.8.0-rc1.bb: fix parallel makefile issue Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 23:00   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 17/27] set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targets Matthew McClintock
                   ` (10 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 recipes-devtools/qemu/qemu_1.0.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/qemu/qemu_1.0.bb b/recipes-devtools/qemu/qemu_1.0.bb
index 7a6e545..91a12dc 100644
--- a/recipes-devtools/qemu/qemu_1.0.bb
+++ b/recipes-devtools/qemu/qemu_1.0.bb
@@ -9,7 +9,7 @@ PV = "1.0+fsl"
 DEPENDS += "dtc"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
-SRCREV = "${AUTOREV}"
+SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 17/27] set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targets
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (15 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 16/27] qemu_1.0.bb: lock down SHA Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:28   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 18/27] qemu_1.0.bb: lock down SHA for release Matthew McClintock
                   ` (9 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

the patches of e5500/e5500-64b support are only available for oprofile-0.9.6.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 conf/machine/e5500-64b.inc |    1 +
 conf/machine/e5500.inc     |    1 +
 2 files changed, 2 insertions(+)

diff --git a/conf/machine/e5500-64b.inc b/conf/machine/e5500-64b.inc
index 650585f..b3ed424 100644
--- a/conf/machine/e5500-64b.inc
+++ b/conf/machine/e5500-64b.inc
@@ -10,6 +10,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
 PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
 PREFERRED_VERSION_qemu = "1.0+fsl"
+PREFERRED_VERSION_oprofile = "0.9.6"
 
 KERNEL_IMAGETYPE ?= "uImage"
 # disable the images below for now
diff --git a/conf/machine/e5500.inc b/conf/machine/e5500.inc
index 1a1bb20..4e3e8dc 100644
--- a/conf/machine/e5500.inc
+++ b/conf/machine/e5500.inc
@@ -9,6 +9,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq-sdk"
 PREFERRED_VERSION_virtual/kernel ?= "3.0.34"
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-qoriq-sdk-headers"
 PREFERRED_VERSION_qemu = "1.0+fsl"
+PREFERRED_VERSION_oprofile = "0.9.6"
 
 KERNEL_IMAGETYPE ?= "uImage"
 # disable the images below for now
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 18/27] qemu_1.0.bb: lock down SHA for release
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (16 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 17/27] set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targets Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 19:15 ` [PATCH 19/27] rcw_git.bb: " Matthew McClintock
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 recipes-devtools/qemu/qemu_1.0.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-devtools/qemu/qemu_1.0.bb b/recipes-devtools/qemu/qemu_1.0.bb
index 91a12dc..ff4afde 100644
--- a/recipes-devtools/qemu/qemu_1.0.bb
+++ b/recipes-devtools/qemu/qemu_1.0.bb
@@ -5,11 +5,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
 
 # This means v1.0 with FSL specific patches applied
 PV = "1.0+fsl"
+PR = "r2"
 
 DEPENDS += "dtc"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
-SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011"
+SRCREV = "7feabd47a814214dc4bebfd97d0eaf30dc50a68f"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 19/27] rcw_git.bb: lock down SHA for release
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (17 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 18/27] qemu_1.0.bb: lock down SHA for release Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 23:10   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 20/27] u-boot_git.bb: " Matthew McClintock
                   ` (7 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 recipes-tools/rcw/rcw_git.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-tools/rcw/rcw_git.bb b/recipes-tools/rcw/rcw_git.bb
index 7451a9e..efccf4c 100644
--- a/recipes-tools/rcw/rcw_git.bb
+++ b/recipes-tools/rcw/rcw_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Reset Control Words (RCW)"
 SECTION = "rcw"
 LICENSE = "BSD"
-PR = "r5"
+PR = "r6"
 
 LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b6c8ebcfdd208e"
 
@@ -11,7 +11,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit deploy
 
-SRCREV = "a84434258ac4a1f0c7cb6e9ea709dc8c3267f788"
+SRCREV = "e9529eac512f7dc2ada3c6ff3ef1b934e5afae57"
 SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git"
 
 S = "${WORKDIR}/git"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 20/27] u-boot_git.bb: lock down SHA for release
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (18 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 19/27] rcw_git.bb: " Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 23:08   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 21/27] hv-cfg: " Matthew McClintock
                   ` (6 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Also update p5040 u-boot builds and add cst-native dep which is
required by some machines

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 conf/machine/p5040ds-64b.conf       |    2 +-
 conf/machine/p5040ds.conf           |    2 +-
 recipes-kernel/u-boot/u-boot_git.bb |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index 9e6b770..07ed3b2 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -3,7 +3,7 @@
 
 require e5500-64b.inc
 
-UBOOT_MACHINES ?= "P5040DS  P5040DS_NAND P5040DS_SECURE_BOOT"
+UBOOT_MACHINES ?= "P5040DS  P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index 7c982fd..bda7fac 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -3,7 +3,7 @@
 
 require e5500.inc
 
-UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT"
+UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index e0b99a6..18842d8 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,13 +5,13 @@ PROVIDES = "virtual/bootloader"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
 
-PR = "r28"
+PR = "r29"
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
 
 inherit deploy
 
-SRCREV = "6d1aef1c02ba9472215234696faa8ce8745a40a9"
+SRCREV = "c6d9d502924ade8877f53eecdd5cf37e05d6d6b4"
 SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
 
 SRCREV_e6500 = "59852d03867108217fe88e3bfc3e1e9cedfe63c5"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 21/27] hv-cfg: lock down SHA for release
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (19 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 20/27] u-boot_git.bb: " Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:27   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 22/27] linux-qoriq-sdk: " Matthew McClintock
                   ` (5 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 recipes-tools/hv-cfg/hv-cfg_git.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-tools/hv-cfg/hv-cfg_git.bb b/recipes-tools/hv-cfg/hv-cfg_git.bb
index e137575..3126138 100644
--- a/recipes-tools/hv-cfg/hv-cfg_git.bb
+++ b/recipes-tools/hv-cfg/hv-cfg_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Hypervisor Config"
 SECTION = "hv-cfg"
 LICENSE = "BSD"
-PR = "r5"
+PR = "r6"
 
 LIC_FILES_CHKSUM = " \
 	file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
@@ -18,7 +18,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit deploy
 
-SRCREV = "102ab848d94f3c04f364ed273d0e00b21b0266f4"
+SRCREV = "deb55b9564ef8fb9e1fda1112233f11ae2a12d4a"
 SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git"
 
 S = "${WORKDIR}/git"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 22/27] linux-qoriq-sdk: lock down SHA for release
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (20 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 21/27] hv-cfg: " Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:42   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 23/27] flib: add recipe to build external git tree Matthew McClintock
                   ` (4 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 recipes-kernel/linux/linux-qoriq-sdk.inc |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc
index 6cd9cc4..8489ca2 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.inc
+++ b/recipes-kernel/linux/linux-qoriq-sdk.inc
@@ -1,11 +1,9 @@
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
+PV = "3.0.48"
+PR = "r9"
 
-
-PV = "3.0.34"
-PR = "r8"
-
-SRCREV = "058c67be272af9ab95b88c941f31fb3eda05a4d3"
+SRCREV = "dd5a5aac3e15b16a4bccbab29c736bda0e7d55e7"
 SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
            file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
 	   file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 23/27] flib: add recipe to build external git tree
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (21 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 22/27] linux-qoriq-sdk: " Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:33   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 24/27] update README Matthew McClintock
                   ` (3 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 recipes-tools/flib/flib_git.bb |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 recipes-tools/flib/flib_git.bb

diff --git a/recipes-tools/flib/flib_git.bb b/recipes-tools/flib/flib_git.bb
new file mode 100644
index 0000000..78210dd
--- /dev/null
+++ b/recipes-tools/flib/flib_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Foundation Library"
+SECTION = "flib"
+LICENSE = "BSD & GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git"
+SRCREV = "110eef5dab66064580d6d8627421ea5a19decb80"
+
+S = "${WORKDIR}/git"
+
+do_install(){
+    oe_runmake install DESTDIR=${D}
+}
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 24/27] update README
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (22 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 23/27] flib: add recipe to build external git tree Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:45   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 25/27] libxml: update the version number to 2.9.0 to match the upgrade in poky Matthew McClintock
                   ` (2 subsequent siblings)
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 README |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/README b/README
index 31ccba0..645afbb 100644
--- a/README
+++ b/README
@@ -2,3 +2,35 @@ meta-fsl-ppc
 ==========
 
 This is the location for Freescale PowerPC maintained BSP's
+
+This layer depends on:
+URI: git://git.openembedded.org/openembedded-core
+branch: master
+revision: HEAD
+
+It's testing to be working against YP 1.1 (edison) onwards after
+checking out the appropriate branch
+
+Contributing
+------------
+
+To contribute to this layer you should the patches for review to the
+mailing list.
+
+Mailing list:
+
+    https://lists.yoctoproject.org/listinfo/meta-freescale
+
+Source code:
+
+    git://git.yoctoproject.org/meta-fsl-ppc
+    http://git.yoctoproject.org/git/meta-fsl-ppc
+
+When sending patches, please use something like:
+
+git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH'
+
+optionally include a branch if the patch applies to multiple branches,
+otherwise master is assumed
+
+git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH][denzil][danny][master'
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 25/27] libxml: update the version number to 2.9.0 to match the upgrade in poky
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (23 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 24/27] update README Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-29 23:06   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 26/27] README: add message about git.freescale.com vs. git.yp.org Matthew McClintock
  2012-11-29 19:15 ` [PATCH 27/27] linux-qoriq-sdk: move patches to default search path Matthew McClintock
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

From: Zhenhua Luo <b19537@freescale.com>

upgrade the version to 2.9.0 to fix following version mismatch issue:
ERROR: No recipes available for:
  /srv/home/pokybuild/yocto-autobuilder/yocto-slave/p1022ds/build/yocto/meta-fsl-ppc/recipes-append/libxml/libxml2_2.8.0.bbappend

[YOCTO #3476]

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 recipes-append/libxml/libxml2_2.8.0.bbappend |    3 ---
 recipes-append/libxml/libxml2_2.9.0.bbappend |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 recipes-append/libxml/libxml2_2.8.0.bbappend
 create mode 100644 recipes-append/libxml/libxml2_2.9.0.bbappend

diff --git a/recipes-append/libxml/libxml2_2.8.0.bbappend b/recipes-append/libxml/libxml2_2.8.0.bbappend
deleted file mode 100644
index 13c1fd7..0000000
--- a/recipes-append/libxml/libxml2_2.8.0.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-EXTRA_OECONF_fsl += "--with-fexceptions"
-
-PR_fsl .= "+${DISTRO}.0"
diff --git a/recipes-append/libxml/libxml2_2.9.0.bbappend b/recipes-append/libxml/libxml2_2.9.0.bbappend
new file mode 100644
index 0000000..13c1fd7
--- /dev/null
+++ b/recipes-append/libxml/libxml2_2.9.0.bbappend
@@ -0,0 +1,3 @@
+EXTRA_OECONF_fsl += "--with-fexceptions"
+
+PR_fsl .= "+${DISTRO}.0"
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 26/27] README: add message about git.freescale.com vs. git.yp.org
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (24 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 25/27] libxml: update the version number to 2.9.0 to match the upgrade in poky Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:26   ` Daiane Angolini
  2012-11-29 19:15 ` [PATCH 27/27] linux-qoriq-sdk: move patches to default search path Matthew McClintock
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 README |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README b/README
index 645afbb..1c87788 100644
--- a/README
+++ b/README
@@ -34,3 +34,12 @@ optionally include a branch if the patch applies to multiple branches,
 otherwise master is assumed
 
 git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH][denzil][danny][master'
+
+git.yoctoproject.org vs. git.freescale.com:
+-------------------------------------------
+
+git.yoctoproject.org hosts the official upstream work of Freescale's OE/YP repos,
+for official SDK releases at times we need to do last minute fixes or include things
+not supported upstream so we have a different repo on git.freescale.com for the
+official release. git.freescale.com should be based off repos from git.yoctoproject.org
+
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* [PATCH 27/27] linux-qoriq-sdk: move patches to default search path
  2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
                   ` (25 preceding siblings ...)
  2012-11-29 19:15 ` [PATCH 26/27] README: add message about git.freescale.com vs. git.yp.org Matthew McClintock
@ 2012-11-29 19:15 ` Matthew McClintock
  2012-11-30 10:34   ` Daiane Angolini
  26 siblings, 1 reply; 69+ messages in thread
From: Matthew McClintock @ 2012-11-29 19:15 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 ...Undef-before-redefining-__attribute_const.patch |   28 -------------
 ...-build-dependencies-for-c-files-requiring.patch |   44 --------------------
 ...Undef-before-redefining-__attribute_const.patch |   28 +++++++++++++
 ...-build-dependencies-for-c-files-requiring.patch |   44 ++++++++++++++++++++
 4 files changed, 72 insertions(+), 72 deletions(-)
 delete mode 100644 recipes-kernel/linux/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
 delete mode 100644 recipes-kernel/linux/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch
 create mode 100644 recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
 create mode 100644 recipes-kernel/linux/files/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch

diff --git a/recipes-kernel/linux/0001-compiler.h-Undef-before-redefining-__attribute_const.patch b/recipes-kernel/linux/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
deleted file mode 100644
index 597fd3b..0000000
--- a/recipes-kernel/linux/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 6f92ab6de9d8daeb575949bbbcbc7bcdcebc60af Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem at gmail.com>
-Date: Thu, 5 Jan 2012 11:42:35 -0800
-Subject: [PATCH] compiler.h: Undef before redefining __attribute_const__
-
-This is required to avoid warnings like
-util/include/linux/compiler.h:8:0: error: "__attribute_const__" redefined [-Werror]
-
-Signed-off-by: Khem Raj <raj.khem at gmail.com>
----
- tools/perf/util/include/linux/compiler.h |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
---- a/tools/perf/util/include/linux/compiler.h
-+++ b/tools/perf/util/include/linux/compiler.h
-@@ -4,9 +4,11 @@
- #ifndef __always_inline
- #define __always_inline	inline
- #endif
-+#undef __user
- #define __user
-+#undef __attribute_const__
- #define __attribute_const__
--
-+#undef __used
- #define __used		__attribute__((__unused__))
- 
- #endif
diff --git a/recipes-kernel/linux/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch b/recipes-kernel/linux/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch
deleted file mode 100644
index d3464fb..0000000
--- a/recipes-kernel/linux/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Upstream-Status: Pending
-
-From 2e7ffea0c0c09c6d9219d604e0351423f43844f4 Mon Sep 17 00:00:00 2001
-From: Matthew McClintock <msm@freescale.com>
-Date: Thu, 6 Sep 2012 13:45:21 -0500
-Subject: powerpc: Fix build dependencies for c files requiring libfdt.h
-
-Several files in obj-plat depend on libfdt header file. Sometimes
-when building one can see the following issue. This patch adds
-libfdt as dependency to those object files
-
-| In file included from arch/powerpc/boot/treeboot-iss4xx.c:33:0:
-| arch/powerpc/boot/libfdt.h:854:1: error: unterminated comment
-| In file included from arch/powerpc/boot/treeboot-iss4xx.c:33:0:
-| arch/powerpc/boot/libfdt.h:1:0: error: unterminated #ifndef
-|   BOOTCC  arch/powerpc/boot/inffast.o
-| make[1]: *** [arch/powerpc/boot/treeboot-iss4xx.o] Error 1
-| make[1]: *** Waiting for unfinished jobs....
-|   BOOTCC  arch/powerpc/boot/inflate.o
-| make: *** [uImage] Error 2
-| ERROR: oe_runmake failed
-| ERROR: Function failed: do_compile (see /srv/home/pokybuild/yocto-autobuilder/yocto-slave/p1022ds/build/build/tmp/work/p1022ds-poky-linux-gnuspe/linux-qoriq-sdk-3.0.34-r5/temp/log.do_compile.2167 for further information)
-NOTE: recipe linux-qoriq-sdk-3.0.34-r5: task do_compile: Failed
-
-Signed-off-by: Matthew McClintock <msm@freescale.com>
----
- arch/powerpc/boot/Makefile |    1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
-index b7d8333..6a15c96 100644
---- a/arch/powerpc/boot/Makefile
-+++ b/arch/powerpc/boot/Makefile
-@@ -107,6 +107,7 @@ src-boot := $(addprefix $(obj)/, $(src-boot))
- obj-boot := $(addsuffix .o, $(basename $(src-boot)))
- obj-wlib := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-wlib))))
- obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
-+obj-plat: $(libfdt)
- 
- quiet_cmd_copy_zlib = COPY    $@
-       cmd_copy_zlib = sed "s@__used@@;s@<linux/\([^>]*\).*@\"\1\"@" $< > $@
--- 
-1.7.9.7
-
diff --git a/recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch b/recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
new file mode 100644
index 0000000..597fd3b
--- /dev/null
+++ b/recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
@@ -0,0 +1,28 @@
+From 6f92ab6de9d8daeb575949bbbcbc7bcdcebc60af Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem at gmail.com>
+Date: Thu, 5 Jan 2012 11:42:35 -0800
+Subject: [PATCH] compiler.h: Undef before redefining __attribute_const__
+
+This is required to avoid warnings like
+util/include/linux/compiler.h:8:0: error: "__attribute_const__" redefined [-Werror]
+
+Signed-off-by: Khem Raj <raj.khem at gmail.com>
+---
+ tools/perf/util/include/linux/compiler.h |    4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+--- a/tools/perf/util/include/linux/compiler.h
++++ b/tools/perf/util/include/linux/compiler.h
+@@ -4,9 +4,11 @@
+ #ifndef __always_inline
+ #define __always_inline	inline
+ #endif
++#undef __user
+ #define __user
++#undef __attribute_const__
+ #define __attribute_const__
+-
++#undef __used
+ #define __used		__attribute__((__unused__))
+ 
+ #endif
diff --git a/recipes-kernel/linux/files/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch b/recipes-kernel/linux/files/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch
new file mode 100644
index 0000000..d3464fb
--- /dev/null
+++ b/recipes-kernel/linux/files/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch
@@ -0,0 +1,44 @@
+Upstream-Status: Pending
+
+From 2e7ffea0c0c09c6d9219d604e0351423f43844f4 Mon Sep 17 00:00:00 2001
+From: Matthew McClintock <msm@freescale.com>
+Date: Thu, 6 Sep 2012 13:45:21 -0500
+Subject: powerpc: Fix build dependencies for c files requiring libfdt.h
+
+Several files in obj-plat depend on libfdt header file. Sometimes
+when building one can see the following issue. This patch adds
+libfdt as dependency to those object files
+
+| In file included from arch/powerpc/boot/treeboot-iss4xx.c:33:0:
+| arch/powerpc/boot/libfdt.h:854:1: error: unterminated comment
+| In file included from arch/powerpc/boot/treeboot-iss4xx.c:33:0:
+| arch/powerpc/boot/libfdt.h:1:0: error: unterminated #ifndef
+|   BOOTCC  arch/powerpc/boot/inffast.o
+| make[1]: *** [arch/powerpc/boot/treeboot-iss4xx.o] Error 1
+| make[1]: *** Waiting for unfinished jobs....
+|   BOOTCC  arch/powerpc/boot/inflate.o
+| make: *** [uImage] Error 2
+| ERROR: oe_runmake failed
+| ERROR: Function failed: do_compile (see /srv/home/pokybuild/yocto-autobuilder/yocto-slave/p1022ds/build/build/tmp/work/p1022ds-poky-linux-gnuspe/linux-qoriq-sdk-3.0.34-r5/temp/log.do_compile.2167 for further information)
+NOTE: recipe linux-qoriq-sdk-3.0.34-r5: task do_compile: Failed
+
+Signed-off-by: Matthew McClintock <msm@freescale.com>
+---
+ arch/powerpc/boot/Makefile |    1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
+index b7d8333..6a15c96 100644
+--- a/arch/powerpc/boot/Makefile
++++ b/arch/powerpc/boot/Makefile
+@@ -107,6 +107,7 @@ src-boot := $(addprefix $(obj)/, $(src-boot))
+ obj-boot := $(addsuffix .o, $(basename $(src-boot)))
+ obj-wlib := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-wlib))))
+ obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
++obj-plat: $(libfdt)
+ 
+ quiet_cmd_copy_zlib = COPY    $@
+       cmd_copy_zlib = sed "s@__used@@;s@<linux/\([^>]*\).*@\"\1\"@" $< > $@
+-- 
+1.7.9.7
+
-- 
1.7.9.7




^ permalink raw reply related	[flat|nested] 69+ messages in thread

* Re: [PATCH 09/27] set preferred version of oprofile to 0.9.6 for e500mc targets
  2012-11-29 19:15 ` [PATCH 09/27] set preferred version of oprofile to 0.9.6 for e500mc targets Matthew McClintock
@ 2012-11-29 22:43   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 22:43 UTC (permalink / raw)
  Cc: meta-freescale

it looks OK to me.


Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 04/27] lm_sensors: added recipe for v3.3.2
  2012-11-29 19:15 ` [PATCH 04/27] lm_sensors: added recipe for v3.3.2 Matthew McClintock
@ 2012-11-29 22:50   ` Daiane Angolini
  2012-11-29 23:12     ` Otavio Salvador
  2012-11-30  3:50     ` Luo Zhenhua-B19537
  0 siblings, 2 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 22:50 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
>     the patch is generated based on http://patches.openembedded.org/patch/27213/
>     which is submitted by Jackie Huang <jackie.huang@windriver.com>
>     * Adapted from the recipe for v3.2.0
>     * Added MANDIR in EXTRA_OEMAKE instead of the moving operation for
>       manuals in do_install
>     * put .a files in _staticdev package
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> ---
>  .../lm_sensors/lmsensors-apps_3.3.2.bb             |   48 ++++++++++++++++++++
>  1 file changed, 48 insertions(+)
>  create mode 100644 recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
>
> diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> new file mode 100644
> index 0000000..57a6f3e
> --- /dev/null
> +++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> @@ -0,0 +1,48 @@
> +SUMMARY = "A hardware health monitoring package for Linux"
> +DESCRIPTION = "Lm-sensors is a hardware health monitoring package for Linux. \
> +               It allows you to access information from temperature, voltage, \
> +               and fan speed sensors."
> +HOMEPAGE = "http://www.lm-sensors.org/"
> +DEPENDS = "sysfsutils virtual/libiconv \
> +           bison-native flex-native"
> +LICENSE = "GPLv2 & LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> +                    file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
> +
> +PR = "r1"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.bz2"
> +
> +SRC_URI[md5sum] = "f357ba00b080ab102a170f7bf8bb2578"
> +SRC_URI[sha256sum] = "f13dd885406841a7352ccfb8b9ccb23c4c057abe3de4258da5444c149a9e3ae1"
> +
> +S = "${WORKDIR}/lm_sensors-${PV}"

Is this a must or is it optional?
I only want to understand. Because it looks like it´s defined just
like default value would be.

> +
> +EXTRA_OEMAKE = 'LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" \
> +               MACHINE=${TARGET_ARCH} PREFIX=${prefix} CC="${CC}" \
> +               AR="${AR}" MANDIR=${mandir}'
> +
> +do_compile() {
> +       oe_runmake user PROG_EXTRA=sensors
> +}
> +
> +do_install() {
> +       oe_runmake user_install DESTDIR=${D}
> +}
> +
> +PACKAGES =+ "libsensors libsensors-dev libsensors-staticdev libsensors-dbg libsensors-doc"
> +PACKAGES =+ "lmsensors-sensors lmsensors-sensors-dbg lmsensors-sensors-doc"
> +PACKAGES =+ "lmsensors-scripts"
> +
> +FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
> +RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
> +
> +FILES_lmsensors-sensors = "${bindir}/sensors ${sysconfdir}"
> +FILES_lmsensors-sensors-dbg += "${bindir}/.debug/sensors"
> +FILES_lmsensors-sensors-doc = "${mandir}/man1 ${mandir}/man5"
> +FILES_libsensors = "${libdir}/libsensors.so.*"
> +FILES_libsensors-dbg += "${libdir}/.debug"
> +FILES_libsensors-dev = "${libdir}/libsensors.so ${includedir}"
> +FILES_libsensors-staticdev = "${libdir}/libsensors.a"
> +FILES_libsensors-doc = "${mandir}/man3"
> --
> 1.7.9.7
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
It looks great to me.

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 06/27] u-boot_git.bb: libgcc is required for multilib builds too
  2012-11-29 19:15 ` [PATCH 06/27] u-boot_git.bb: libgcc is required for multilib builds too Matthew McClintock
@ 2012-11-29 22:51   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 22:51 UTC (permalink / raw)
  Cc: meta-freescale

it looks ok to me
Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine
  2012-11-29 19:15 ` [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine Matthew McClintock
@ 2012-11-29 22:54   ` Daiane Angolini
  2012-11-29 23:13     ` Otavio Salvador
  2012-11-29 23:14     ` McClintock Matthew-B29882
  0 siblings, 2 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 22:54 UTC (permalink / raw)
  To: Matthew McClintock; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> This really was already partially applied, so it's just adding more
> dependencies
>
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
>  recipes-kernel/u-boot/u-boot_git.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
> index 207a6ff..a8b58a5 100644
> --- a/recipes-kernel/u-boot/u-boot_git.bb
> +++ b/recipes-kernel/u-boot/u-boot_git.bb
> @@ -33,7 +33,7 @@ TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}"
>  TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
>  WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
>
> -DEPENDS_append_e6500-64b = " lib32-gcc-cross lib32-libgcc"
> +DEPENDS_append_e6500-64b = " lib32-gcc-cross"
>  PATH_append_e6500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
>  TOOLCHAIN_OPTIONS_append_e6500-64b = "/../lib32-${MACHINE}"
>  TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"

This patch does not BUMP PR.


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 14/27] lxc_0.8.0-rc1.bb: point lxc at kernel source
  2012-11-29 19:15 ` [PATCH 14/27] lxc_0.8.0-rc1.bb: point lxc at kernel source Matthew McClintock
@ 2012-11-29 22:55   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 22:55 UTC (permalink / raw)
  Cc: meta-freescale

it looks OK to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 02/27] u-boot: add additional image for p5040ds
  2012-11-29 19:15 ` [PATCH 02/27] u-boot: add additional image for p5040ds Matthew McClintock
@ 2012-11-29 22:56   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 22:56 UTC (permalink / raw)
  Cc: meta-freescale

it looks ok to me
Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 11/27] lxc: remove hwaddr from vlan config
  2012-11-29 19:15 ` [PATCH 11/27] lxc: remove hwaddr from vlan config Matthew McClintock
@ 2012-11-29 22:58   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 22:58 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Stuart Yoder <stuart.yoder@freescale.com>
>
> -to get vlan working with the FSL SDK we need to
>  remove the hwaddr.  This was found by trial and
>  error.  Upstream discussion is started as to
>  when the hwaddr might be needed, but for now remove it
I´m OK with this explanation


And the patch looks OK to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 16/27] qemu_1.0.bb: lock down SHA
  2012-11-29 19:15 ` [PATCH 16/27] qemu_1.0.bb: lock down SHA Matthew McClintock
@ 2012-11-29 23:00   ` Daiane Angolini
  2012-11-29 23:32     ` McClintock Matthew-B29882
  0 siblings, 1 reply; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 23:00 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
>  recipes-devtools/qemu/qemu_1.0.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-devtools/qemu/qemu_1.0.bb b/recipes-devtools/qemu/qemu_1.0.bb
> index 7a6e545..91a12dc 100644
> --- a/recipes-devtools/qemu/qemu_1.0.bb
> +++ b/recipes-devtools/qemu/qemu_1.0.bb
> @@ -9,7 +9,7 @@ PV = "1.0+fsl"
>  DEPENDS += "dtc"
>
>  SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
> -SRCREV = "${AUTOREV}"
> +SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011"
You could include a commit log to describe which version is this SHA.
Is this SHA some release?

For anything else, this patch looks OK to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 13/27] lmsensors-apps: add required runtime dependencies
  2012-11-29 19:15 ` [PATCH 13/27] lmsensors-apps: add required runtime dependencies Matthew McClintock
@ 2012-11-29 23:03   ` Daiane Angolini
  2012-11-29 23:29     ` McClintock Matthew-B29882
  2012-11-30  3:57     ` Luo Zhenhua-B19537
  0 siblings, 2 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 23:03 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> ---
>  .../lm_sensors/lmsensors-apps_3.3.2.bb             |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> index 57a6f3e..62da814 100644
> --- a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> +++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> @@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
>                      file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
>
> -PR = "r1"
> +PR = "r2"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>
>  SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.bz2"
> @@ -37,6 +37,8 @@ PACKAGES =+ "lmsensors-scripts"
>
>  FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
>  RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
> +RDEPENDS_lmsensors-apps += "perl-module-strict perl-module-vars perl-module-warnings-register perl-module-warnings"
> +RDEPENDS_lmsensors-scripts += "perl-module-fcntl perl-module-exporter perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename perl-module-constant"
You added runtime dependencies for lmsensors-scritps, but from subject
only lmsensors-apps is changed



Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 10/27] lxc: remove dhcp from busybox template
  2012-11-29 19:15 ` [PATCH 10/27] lxc: remove dhcp from busybox template Matthew McClintock
@ 2012-11-29 23:04   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 23:04 UTC (permalink / raw)
  Cc: meta-freescale

It looks OK to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 25/27] libxml: update the version number to 2.9.0 to match the upgrade in poky
  2012-11-29 19:15 ` [PATCH 25/27] libxml: update the version number to 2.9.0 to match the upgrade in poky Matthew McClintock
@ 2012-11-29 23:06   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 23:06 UTC (permalink / raw)
  To: Matthew McClintock; +Cc: meta-freescale

it looks OK to me
Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 20/27] u-boot_git.bb: lock down SHA for release
  2012-11-29 19:15 ` [PATCH 20/27] u-boot_git.bb: " Matthew McClintock
@ 2012-11-29 23:08   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 23:08 UTC (permalink / raw)
  Cc: meta-freescale

it looks OK to me
Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 19/27] rcw_git.bb: lock down SHA for release
  2012-11-29 19:15 ` [PATCH 19/27] rcw_git.bb: " Matthew McClintock
@ 2012-11-29 23:10   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 23:10 UTC (permalink / raw)
  Cc: meta-freescale

it looks Ok to me
Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 07/27] lio-utils: fix runtime issue
  2012-11-29 19:15 ` [PATCH 07/27] lio-utils: fix runtime issue Matthew McClintock
@ 2012-11-29 23:11   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-29 23:11 UTC (permalink / raw)
  Cc: meta-freescale

it looks great to me
Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 04/27] lm_sensors: added recipe for v3.3.2
  2012-11-29 22:50   ` Daiane Angolini
@ 2012-11-29 23:12     ` Otavio Salvador
  2012-11-30  3:50     ` Luo Zhenhua-B19537
  1 sibling, 0 replies; 69+ messages in thread
From: Otavio Salvador @ 2012-11-29 23:12 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 4267 bytes --]

On Thu, Nov 29, 2012 at 8:50 PM, Daiane Angolini <daiane.list@gmail.com>wrote:

> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com>
> wrote:
> > From: Zhenhua Luo <b19537@freescale.com>
> >
> >     the patch is generated based on
> http://patches.openembedded.org/patch/27213/
> >     which is submitted by Jackie Huang <jackie.huang@windriver.com>
> >     * Adapted from the recipe for v3.2.0
> >     * Added MANDIR in EXTRA_OEMAKE instead of the moving operation for
> >       manuals in do_install
> >     * put .a files in _staticdev package
> >
> > Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> > ---
> >  .../lm_sensors/lmsensors-apps_3.3.2.bb             |   48
> ++++++++++++++++++++
> >  1 file changed, 48 insertions(+)
> >  create mode 100644 recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> >
> > diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bbb/recipes-extended/lm_sensors/
> lmsensors-apps_3.3.2.bb
> > new file mode 100644
> > index 0000000..57a6f3e
> > --- /dev/null
> > +++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > @@ -0,0 +1,48 @@
> > +SUMMARY = "A hardware health monitoring package for Linux"
> > +DESCRIPTION = "Lm-sensors is a hardware health monitoring package for
> Linux. \
> > +               It allows you to access information from temperature,
> voltage, \
> > +               and fan speed sensors."
> > +HOMEPAGE = "http://www.lm-sensors.org/"
> > +DEPENDS = "sysfsutils virtual/libiconv \
> > +           bison-native flex-native"
> > +LICENSE = "GPLv2 & LGPLv2.1"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe
> \
> > +
>  file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
> > +
> > +PR = "r1"
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +SRC_URI = "
> http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.bz2"
> > +
> > +SRC_URI[md5sum] = "f357ba00b080ab102a170f7bf8bb2578"
> > +SRC_URI[sha256sum] =
> "f13dd885406841a7352ccfb8b9ccb23c4c057abe3de4258da5444c149a9e3ae1"
> > +
> > +S = "${WORKDIR}/lm_sensors-${PV}"
>
> Is this a must or is it optional?
> I only want to understand. Because it looks like it´s defined just
> like default value would be.


It is need because PN in this case expands to lm-sensors.


> > +
> > +EXTRA_OEMAKE = 'LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" \
> > +               MACHINE=${TARGET_ARCH} PREFIX=${prefix} CC="${CC}" \
> > +               AR="${AR}" MANDIR=${mandir}'
> > +
> > +do_compile() {
> > +       oe_runmake user PROG_EXTRA=sensors
> > +}
> > +
> > +do_install() {
> > +       oe_runmake user_install DESTDIR=${D}
> > +}
> > +
> > +PACKAGES =+ "libsensors libsensors-dev libsensors-staticdev
> libsensors-dbg libsensors-doc"
> > +PACKAGES =+ "lmsensors-sensors lmsensors-sensors-dbg
> lmsensors-sensors-doc"
> > +PACKAGES =+ "lmsensors-scripts"
> > +
> > +FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon
> ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
> > +RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
> > +
> > +FILES_lmsensors-sensors = "${bindir}/sensors ${sysconfdir}"
> > +FILES_lmsensors-sensors-dbg += "${bindir}/.debug/sensors"
> > +FILES_lmsensors-sensors-doc = "${mandir}/man1 ${mandir}/man5"
> > +FILES_libsensors = "${libdir}/libsensors.so.*"
> > +FILES_libsensors-dbg += "${libdir}/.debug"
> > +FILES_libsensors-dev = "${libdir}/libsensors.so ${includedir}"
> > +FILES_libsensors-staticdev = "${libdir}/libsensors.a"
> > +FILES_libsensors-doc = "${mandir}/man3"
> > --
> > 1.7.9.7
> >
> >
> > _______________________________________________
> > meta-freescale mailing list
> > meta-freescale@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-freescale
> It looks great to me.
>
> Daiane
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>



-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

[-- Attachment #2: Type: text/html, Size: 6793 bytes --]

^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine
  2012-11-29 22:54   ` Daiane Angolini
@ 2012-11-29 23:13     ` Otavio Salvador
  2012-12-04 19:17       ` McClintock Matthew-B29882
  2012-11-29 23:14     ` McClintock Matthew-B29882
  1 sibling, 1 reply; 69+ messages in thread
From: Otavio Salvador @ 2012-11-29 23:13 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale, Matthew McClintock

[-- Attachment #1: Type: text/plain, Size: 1689 bytes --]

On Thu, Nov 29, 2012 at 8:54 PM, Daiane Angolini <daiane.list@gmail.com>wrote:

> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com>
> wrote:
> > This really was already partially applied, so it's just adding more
> > dependencies
> >
> > Signed-off-by: Matthew McClintock <msm@freescale.com>
> > ---
> >  recipes-kernel/u-boot/u-boot_git.bb |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/recipes-kernel/u-boot/u-boot_git.bbb/recipes-kernel/u-boot/
> u-boot_git.bb
> > index 207a6ff..a8b58a5 100644
> > --- a/recipes-kernel/u-boot/u-boot_git.bb
> > +++ b/recipes-kernel/u-boot/u-boot_git.bb
> > @@ -33,7 +33,7 @@ TOOLCHAIN_OPTIONS_append_e5500-64b =
> "/../lib32-${MACHINE}"
> >  TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
> >  WRAP_TARGET_PREFIX_e5500-64b =
> "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
> >
> > -DEPENDS_append_e6500-64b = " lib32-gcc-cross lib32-libgcc"
> > +DEPENDS_append_e6500-64b = " lib32-gcc-cross"
> >  PATH_append_e6500-64b =
> ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
> >  TOOLCHAIN_OPTIONS_append_e6500-64b = "/../lib32-${MACHINE}"
> >  TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
>
> This patch does not BUMP PR.


This patch can be dropped as the next patch redo the change and also do
more changes. So seems better to squash them.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

[-- Attachment #2: Type: text/html, Size: 2744 bytes --]

^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine
  2012-11-29 22:54   ` Daiane Angolini
  2012-11-29 23:13     ` Otavio Salvador
@ 2012-11-29 23:14     ` McClintock Matthew-B29882
  1 sibling, 0 replies; 69+ messages in thread
From: McClintock Matthew-B29882 @ 2012-11-29 23:14 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 4:54 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
>> This really was already partially applied, so it's just adding more
>> dependencies
>>
>> Signed-off-by: Matthew McClintock <msm@freescale.com>
>> ---
>>  recipes-kernel/u-boot/u-boot_git.bb |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
>> index 207a6ff..a8b58a5 100644
>> --- a/recipes-kernel/u-boot/u-boot_git.bb
>> +++ b/recipes-kernel/u-boot/u-boot_git.bb
>> @@ -33,7 +33,7 @@ TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}"
>>  TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
>>  WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
>>
>> -DEPENDS_append_e6500-64b = " lib32-gcc-cross lib32-libgcc"
>> +DEPENDS_append_e6500-64b = " lib32-gcc-cross"
>>  PATH_append_e6500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
>>  TOOLCHAIN_OPTIONS_append_e6500-64b = "/../lib32-${MACHINE}"
>>  TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
>
> This patch does not BUMP PR.

The next patch does...

-M


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 13/27] lmsensors-apps: add required runtime dependencies
  2012-11-29 23:03   ` Daiane Angolini
@ 2012-11-29 23:29     ` McClintock Matthew-B29882
  2012-11-30  3:57     ` Luo Zhenhua-B19537
  1 sibling, 0 replies; 69+ messages in thread
From: McClintock Matthew-B29882 @ 2012-11-29 23:29 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:03 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
>> From: Zhenhua Luo <b19537@freescale.com>
>>
>> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
>> ---
>>  .../lm_sensors/lmsensors-apps_3.3.2.bb             |    4 +++-
>>  1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
>> index 57a6f3e..62da814 100644
>> --- a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
>> +++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
>> @@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
>>  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
>>                      file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
>>
>> -PR = "r1"
>> +PR = "r2"
>>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>>
>>  SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.bz2"
>> @@ -37,6 +37,8 @@ PACKAGES =+ "lmsensors-scripts"
>>
>>  FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
>>  RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
>> +RDEPENDS_lmsensors-apps += "perl-module-strict perl-module-vars perl-module-warnings-register perl-module-warnings"
>> +RDEPENDS_lmsensors-scripts += "perl-module-fcntl perl-module-exporter perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename perl-module-constant"
> You added runtime dependencies for lmsensors-scritps, but from subject
> only lmsensors-apps is changed

lmsensors-apps is all that's changed, it just not requires
lmsensors-scripts? I'm not catching the issue here.

-M

>
>
>
> Daiane
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 16/27] qemu_1.0.bb: lock down SHA
  2012-11-29 23:00   ` Daiane Angolini
@ 2012-11-29 23:32     ` McClintock Matthew-B29882
  2012-11-30  0:04       ` Yoder Stuart-B08248
  2012-11-30 10:05       ` Daiane Angolini
  0 siblings, 2 replies; 69+ messages in thread
From: McClintock Matthew-B29882 @ 2012-11-29 23:32 UTC (permalink / raw)
  To: Daiane Angolini, Yoder Stuart-B08248; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:00 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
>> Signed-off-by: Matthew McClintock <msm@freescale.com>
>> ---
>>  recipes-devtools/qemu/qemu_1.0.bb |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-devtools/qemu/qemu_1.0.bb b/recipes-devtools/qemu/qemu_1.0.bb
>> index 7a6e545..91a12dc 100644
>> --- a/recipes-devtools/qemu/qemu_1.0.bb
>> +++ b/recipes-devtools/qemu/qemu_1.0.bb
>> @@ -9,7 +9,7 @@ PV = "1.0+fsl"
>>  DEPENDS += "dtc"
>>
>>  SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
>> -SRCREV = "${AUTOREV}"
>> +SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011"
> You could include a commit log to describe which version is this SHA.
> Is this SHA some release?

This is from our own forked qemu on git.freescale.com. In fact this
looks wrong-ish

deccbc3b81951f826df805f10c0a0318a80af011 is not the tagged release for
fsl-sdk-v1.3 which is 7feabd47a814214dc4bebfd97d0eaf30dc50a68f

Might have a small issue here. Adding maintainer of repo.

Anyways, what else would you like to see here? It's just point at a
specific SHA of our forked qemu.

-M

>
> For anything else, this patch looks OK to me
>
> Daiane
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 16/27] qemu_1.0.bb: lock down SHA
  2012-11-29 23:32     ` McClintock Matthew-B29882
@ 2012-11-30  0:04       ` Yoder Stuart-B08248
  2012-11-30 10:05       ` Daiane Angolini
  1 sibling, 0 replies; 69+ messages in thread
From: Yoder Stuart-B08248 @ 2012-11-30  0:04 UTC (permalink / raw)
  To: McClintock Matthew-B29882, Daiane Angolini; +Cc: meta-freescale



> -----Original Message-----
> From: McClintock Matthew-B29882
> Sent: Thursday, November 29, 2012 5:33 PM
> To: Daiane Angolini; Yoder Stuart-B08248
> Cc: meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] [PATCH 16/27] qemu_1.0.bb: lock down SHA
> 
> On Thu, Nov 29, 2012 at 5:00 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
> > On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> >> Signed-off-by: Matthew McClintock <msm@freescale.com>
> >> ---
> >>  recipes-devtools/qemu/qemu_1.0.bb |    2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/recipes-devtools/qemu/qemu_1.0.bb b/recipes-devtools/qemu/qemu_1.0.bb
> >> index 7a6e545..91a12dc 100644
> >> --- a/recipes-devtools/qemu/qemu_1.0.bb
> >> +++ b/recipes-devtools/qemu/qemu_1.0.bb
> >> @@ -9,7 +9,7 @@ PV = "1.0+fsl"
> >>  DEPENDS += "dtc"
> >>
> >>  SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
> >> -SRCREV = "${AUTOREV}"
> >> +SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011"
> > You could include a commit log to describe which version is this SHA.
> > Is this SHA some release?
> 
> This is from our own forked qemu on git.freescale.com. In fact this
> looks wrong-ish
> 
> deccbc3b81951f826df805f10c0a0318a80af011 is not the tagged release for
> fsl-sdk-v1.3 which is 7feabd47a814214dc4bebfd97d0eaf30dc50a68f
> 
> Might have a small issue here. Adding maintainer of repo.
> 
> Anyways, what else would you like to see here? It's just point at a
> specific SHA of our forked qemu.

7feabd47a814214dc4bebfd97d0eaf30dc50a68f is the correct SHA

Stuart



^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 04/27] lm_sensors: added recipe for v3.3.2
  2012-11-29 22:50   ` Daiane Angolini
  2012-11-29 23:12     ` Otavio Salvador
@ 2012-11-30  3:50     ` Luo Zhenhua-B19537
  1 sibling, 0 replies; 69+ messages in thread
From: Luo Zhenhua-B19537 @ 2012-11-30  3:50 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@yoctoproject.org] On Behalf Of Daiane Angolini
> >
> >     the patch is generated based on
> http://patches.openembedded.org/patch/27213/
> >     which is submitted by Jackie Huang <jackie.huang@windriver.com>
> >     * Adapted from the recipe for v3.2.0
> >     * Added MANDIR in EXTRA_OEMAKE instead of the moving operation for
> >       manuals in do_install
> >     * put .a files in _staticdev package
> >
> > Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> > ---
> >  .../lm_sensors/lmsensors-apps_3.3.2.bb             |   48
> ++++++++++++++++++++
> >  1 file changed, 48 insertions(+)
> >  create mode 100644
> > recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> >
> > diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > new file mode 100644
> > index 0000000..57a6f3e
> > --- /dev/null
> > +++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > @@ -0,0 +1,48 @@
> > +SUMMARY = "A hardware health monitoring package for Linux"
> > +DESCRIPTION = "Lm-sensors is a hardware health monitoring package for
> Linux. \
> > +               It allows you to access information from temperature,
> voltage, \
> > +               and fan speed sensors."
> > +HOMEPAGE = "http://www.lm-sensors.org/"
> > +DEPENDS = "sysfsutils virtual/libiconv \
> > +           bison-native flex-native"
> > +LICENSE = "GPLv2 & LGPLv2.1"
> > +LIC_FILES_CHKSUM =
> "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> > +
> file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
> > +
> > +PR = "r1"
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-
> ${PV}.tar.bz2"
> > +
> > +SRC_URI[md5sum] = "f357ba00b080ab102a170f7bf8bb2578"
> > +SRC_URI[sha256sum] =
> "f13dd885406841a7352ccfb8b9ccb23c4c057abe3de4258da5444c149a9e3ae1"
> > +
> > +S = "${WORKDIR}/lm_sensors-${PV}"
> 
> Is this a must or is it optional?
> I only want to understand. Because it looks like it´s defined just like
> default value would be.
[Luo Zhenhua-B19537] the default value is lmsensors-apps, what we want is lmsensors. 


Best Regards,

Zhenhua



^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 13/27] lmsensors-apps: add required runtime dependencies
  2012-11-29 23:03   ` Daiane Angolini
  2012-11-29 23:29     ` McClintock Matthew-B29882
@ 2012-11-30  3:57     ` Luo Zhenhua-B19537
  2012-11-30 10:11       ` Daiane Angolini
  2012-11-30 11:12       ` Otavio Salvador
  1 sibling, 2 replies; 69+ messages in thread
From: Luo Zhenhua-B19537 @ 2012-11-30  3:57 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale, McClintock Matthew-B29882

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@yoctoproject.org] On Behalf Of Daiane Angolini
> >
> > Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> > ---
> >  .../lm_sensors/lmsensors-apps_3.3.2.bb             |    4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > index 57a6f3e..62da814 100644
> > --- a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > +++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > @@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
> >  LIC_FILES_CHKSUM =
> "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> >
> file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
> >
> > -PR = "r1"
> > +PR = "r2"
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> >  SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-
> ${PV}.tar.bz2"
> > @@ -37,6 +37,8 @@ PACKAGES =+ "lmsensors-scripts"
> >
> >  FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon
> ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
> >  RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
> > +RDEPENDS_lmsensors-apps += "perl-module-strict perl-module-vars perl-
> module-warnings-register perl-module-warnings"
> > +RDEPENDS_lmsensors-scripts += "perl-module-fcntl perl-module-exporter
> perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename
> perl-module-constant"
> You added runtime dependencies for lmsensors-scritps, but from subject
> only lmsensors-apps is changed
[Luo Zhenhua-B19537] the prefix of the subject means the name of updated recipe, if the name of all impacted binary packages is required to be indicated in the subject, I can re-create a patch. 


Best Regards,

Zhenhua



^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 16/27] qemu_1.0.bb: lock down SHA
  2012-11-29 23:32     ` McClintock Matthew-B29882
  2012-11-30  0:04       ` Yoder Stuart-B08248
@ 2012-11-30 10:05       ` Daiane Angolini
  2012-11-30 11:01         ` Otavio Salvador
  1 sibling, 1 reply; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:05 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 9:32 PM, McClintock Matthew-B29882
<B29882@freescale.com> wrote:
> On Thu, Nov 29, 2012 at 5:00 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
>> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
>>> Signed-off-by: Matthew McClintock <msm@freescale.com>
>>> ---
>>>  recipes-devtools/qemu/qemu_1.0.bb |    2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/recipes-devtools/qemu/qemu_1.0.bb b/recipes-devtools/qemu/qemu_1.0.bb
>>> index 7a6e545..91a12dc 100644
>>> --- a/recipes-devtools/qemu/qemu_1.0.bb
>>> +++ b/recipes-devtools/qemu/qemu_1.0.bb
>>> @@ -9,7 +9,7 @@ PV = "1.0+fsl"
>>>  DEPENDS += "dtc"
>>>
>>>  SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
>>> -SRCREV = "${AUTOREV}"
>>> +SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011"
>> You could include a commit log to describe which version is this SHA.
>> Is this SHA some release?
>
> This is from our own forked qemu on git.freescale.com. In fact this
> looks wrong-ish
>
> deccbc3b81951f826df805f10c0a0318a80af011 is not the tagged release for
> fsl-sdk-v1.3 which is 7feabd47a814214dc4bebfd97d0eaf30dc50a68f
>
> Might have a small issue here. Adding maintainer of repo.
>
> Anyways, what else would you like to see here? It's just point at a
> specific SHA of our forked qemu.
If it does not represent a release, or a git known state, I think
there is nothing else to add.

Or include only some information on how tested it was.


Daiane
>
> -M
>
>>
>> For anything else, this patch looks OK to me
>>
>> Daiane
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 13/27] lmsensors-apps: add required runtime dependencies
  2012-11-30  3:57     ` Luo Zhenhua-B19537
@ 2012-11-30 10:11       ` Daiane Angolini
  2012-11-30 11:12       ` Otavio Salvador
  1 sibling, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:11 UTC (permalink / raw)
  Cc: meta-freescale

On Fri, Nov 30, 2012 at 1:57 AM, Luo Zhenhua-B19537
<B19537@freescale.com> wrote:
>> -----Original Message-----
>> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
>> bounces@yoctoproject.org] On Behalf Of Daiane Angolini
>> >
>> > Signed-off-by: Zhenhua Luo <b19537@freescale.com>
>> > ---
>> >  .../lm_sensors/lmsensors-apps_3.3.2.bb             |    4 +++-
>> >  1 file changed, 3 insertions(+), 1 deletion(-)
>> >
>> > diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
>> > b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
>> > index 57a6f3e..62da814 100644
>> > --- a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
>> > +++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
>> > @@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
>> >  LIC_FILES_CHKSUM =
>> "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
>> >
>> file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
>> >
>> > -PR = "r1"
>> > +PR = "r2"
>> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
>> >
>> >  SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-
>> ${PV}.tar.bz2"
>> > @@ -37,6 +37,8 @@ PACKAGES =+ "lmsensors-scripts"
>> >
>> >  FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon
>> ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
>> >  RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
>> > +RDEPENDS_lmsensors-apps += "perl-module-strict perl-module-vars perl-
>> module-warnings-register perl-module-warnings"
>> > +RDEPENDS_lmsensors-scripts += "perl-module-fcntl perl-module-exporter
>> perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename
>> perl-module-constant"
>> You added runtime dependencies for lmsensors-scritps, but from subject
>> only lmsensors-apps is changed
> [Luo Zhenhua-B19537] the prefix of the subject means the name of updated recipe, if the name of all impacted binary packages is required to be indicated in the subject, I can re-create a patch.

Maybe mention the impacted binary packages in the commit log. But it´s
up to you.

Daiane
>
>
> Best Regards,
>
> Zhenhua
>


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 08/27] oprofile: add 0.9.6
  2012-11-29 19:15 ` [PATCH 08/27] oprofile: add 0.9.6 Matthew McClintock
@ 2012-11-30 10:25   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:25 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
> oprofile-0.9.7 doesn't support e500mc, the patches of e500mc support
>     are only available for oprofile-0.9.6
it looks OK to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 26/27] README: add message about git.freescale.com vs. git.yp.org
  2012-11-29 19:15 ` [PATCH 26/27] README: add message about git.freescale.com vs. git.yp.org Matthew McClintock
@ 2012-11-30 10:26   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:26 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com>
It looks OK to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 21/27] hv-cfg: lock down SHA for release
  2012-11-29 19:15 ` [PATCH 21/27] hv-cfg: " Matthew McClintock
@ 2012-11-30 10:27   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:27 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
It looks OK to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 17/27] set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targets
  2012-11-29 19:15 ` [PATCH 17/27] set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targets Matthew McClintock
@ 2012-11-30 10:28   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:28 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
> the patches of e5500/e5500-64b support are only available for oprofile-0.9.6.
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> ---
>  conf/machine/e5500-64b.inc |    1 +
It looks OK to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 03/27] sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc
  2012-11-29 19:15 ` [PATCH 03/27] sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc Matthew McClintock
@ 2012-11-30 10:32   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:32 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
>     the bbappend is appled for fsl machines
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
it looks OK to me


Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 23/27] flib: add recipe to build external git tree
  2012-11-29 19:15 ` [PATCH 23/27] flib: add recipe to build external git tree Matthew McClintock
@ 2012-11-30 10:33   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:33 UTC (permalink / raw)
  To: Matthew McClintock; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
it looks OK to me


Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 27/27] linux-qoriq-sdk: move patches to default search path
  2012-11-29 19:15 ` [PATCH 27/27] linux-qoriq-sdk: move patches to default search path Matthew McClintock
@ 2012-11-30 10:34   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:34 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com>
it looks fine to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 15/27] lxc_0.8.0-rc1.bb: fix parallel makefile issue
  2012-11-29 19:15 ` [PATCH 15/27] lxc_0.8.0-rc1.bb: fix parallel makefile issue Matthew McClintock
@ 2012-11-30 10:36   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:36 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
it´s ok to me

Daiane


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 12/27] lxc: create the /var/lib/lxc directory
  2012-11-29 19:15 ` [PATCH 12/27] lxc: create the /var/lib/lxc directory Matthew McClintock
@ 2012-11-30 10:38   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:38 UTC (permalink / raw)
  Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Stuart Yoder <stuart.yoder@freescale.com>
>
> -lxc requires this directory to be present
>
> -this patch is a workaround for the issue, plan is to
>  submit a patch upstream to fix this and see what
>  feedback we receive

I think it´s fine until fix it not up-streamed .



Daiane

> Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
> ---
>  recipes-tools/lxc/lxc_0.8.0-rc1.bb |    7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-tools/lxc/lxc_0.8.0-rc1.bb b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
> index c8d90ae..64f36b3 100644
> --- a/recipes-tools/lxc/lxc_0.8.0-rc1.bb
> +++ b/recipes-tools/lxc/lxc_0.8.0-rc1.bb
> @@ -3,7 +3,7 @@ SECTION = "console/utils"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
>  PRIORITY = "optional"
> -PR = "r3"
> +PR = "r4"
>  DEPENDS = "libxml2 libcap"
>  RDEPENDS_${PN} = " \
>                 rsync \
> @@ -36,3 +36,8 @@ EXTRA_OECONF = "--disable-doc --disable-rpath"
>  inherit autotools
>
>  FILES_${PN}-dbg += "${libexecdir}/lxc/.debug"
> +
> +# create empty dir needed by lxc
> +do_install_append() {
> +       install -d ${D}${localstatedir}/lib/lxc
> +}
> --
> 1.7.9.7
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 22/27] linux-qoriq-sdk: lock down SHA for release
  2012-11-29 19:15 ` [PATCH 22/27] linux-qoriq-sdk: " Matthew McClintock
@ 2012-11-30 10:42   ` Daiane Angolini
  2012-11-30 17:07     ` McClintock Matthew-B29882
  0 siblings, 1 reply; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:42 UTC (permalink / raw)
  To: Matthew McClintock; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
>  recipes-kernel/linux/linux-qoriq-sdk.inc |    8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc
> index 6cd9cc4..8489ca2 100644
> --- a/recipes-kernel/linux/linux-qoriq-sdk.inc
> +++ b/recipes-kernel/linux/linux-qoriq-sdk.inc
> @@ -1,11 +1,9 @@
>  LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>
> +PV = "3.0.48"
> +PR = "r9"
>
> -
> -PV = "3.0.34"
> -PR = "r8"
> -
I see 2 blank lines being removed.
Is it my email reader being crazy or is it the intention?

For anything else, this patch is OK to me.

Daiane

> -SRCREV = "058c67be272af9ab95b88c941f31fb3eda05a4d3"
> +SRCREV = "dd5a5aac3e15b16a4bccbab29c736bda0e7d55e7"
>  SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
>             file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
>            file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \
> --
> 1.7.9.7
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 24/27] update README
  2012-11-29 19:15 ` [PATCH 24/27] update README Matthew McClintock
@ 2012-11-30 10:45   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 10:45 UTC (permalink / raw)
  To: Matthew McClintock; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---

I would only say to concatenate both README patches into only one.
But it´s completely aesthetic.


Daiane

>  README |   32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>
> diff --git a/README b/README
> index 31ccba0..645afbb 100644
> --- a/README
> +++ b/README
> @@ -2,3 +2,35 @@ meta-fsl-ppc
>  ==========
>
>  This is the location for Freescale PowerPC maintained BSP's
> +
> +This layer depends on:
> +URI: git://git.openembedded.org/openembedded-core
> +branch: master
> +revision: HEAD
> +
> +It's testing to be working against YP 1.1 (edison) onwards after
> +checking out the appropriate branch
> +
> +Contributing
> +------------
> +
> +To contribute to this layer you should the patches for review to the
> +mailing list.
> +
> +Mailing list:
> +
> +    https://lists.yoctoproject.org/listinfo/meta-freescale
> +
> +Source code:
> +
> +    git://git.yoctoproject.org/meta-fsl-ppc
> +    http://git.yoctoproject.org/git/meta-fsl-ppc
> +
> +When sending patches, please use something like:
> +
> +git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH'
> +
> +optionally include a branch if the patch applies to multiple branches,
> +otherwise master is assumed
> +
> +git send-email --to meta-freescale@yoctoproject.org --subject-prefix='meta-fsl-ppc][PATCH][denzil][danny][master'
> --
> 1.7.9.7
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 16/27] qemu_1.0.bb: lock down SHA
  2012-11-30 10:05       ` Daiane Angolini
@ 2012-11-30 11:01         ` Otavio Salvador
  0 siblings, 0 replies; 69+ messages in thread
From: Otavio Salvador @ 2012-11-30 11:01 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2020 bytes --]

On Fri, Nov 30, 2012 at 8:05 AM, Daiane Angolini <daiane.list@gmail.com>wrote:

> On Thu, Nov 29, 2012 at 9:32 PM, McClintock Matthew-B29882
> <B29882@freescale.com> wrote:
> > On Thu, Nov 29, 2012 at 5:00 PM, Daiane Angolini <daiane.list@gmail.com>
> wrote:
> >> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com>
> wrote:
> >>> Signed-off-by: Matthew McClintock <msm@freescale.com>
> >>> ---
> >>>  recipes-devtools/qemu/qemu_1.0.bb |    2 +-
> >>>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>>
> >>> diff --git a/recipes-devtools/qemu/qemu_1.0.bbb/recipes-devtools/qemu/
> qemu_1.0.bb
> >>> index 7a6e545..91a12dc 100644
> >>> --- a/recipes-devtools/qemu/qemu_1.0.bb
> >>> +++ b/recipes-devtools/qemu/qemu_1.0.bb
> >>> @@ -9,7 +9,7 @@ PV = "1.0+fsl"
> >>>  DEPENDS += "dtc"
> >>>
> >>>  SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git"
> >>> -SRCREV = "${AUTOREV}"
> >>> +SRCREV = "deccbc3b81951f826df805f10c0a0318a80af011"
> >> You could include a commit log to describe which version is this SHA.
> >> Is this SHA some release?
> >
> > This is from our own forked qemu on git.freescale.com. In fact this
> > looks wrong-ish
> >
> > deccbc3b81951f826df805f10c0a0318a80af011 is not the tagged release for
> > fsl-sdk-v1.3 which is 7feabd47a814214dc4bebfd97d0eaf30dc50a68f
> >
> > Might have a small issue here. Adding maintainer of repo.
> >
> > Anyways, what else would you like to see here? It's just point at a
> > specific SHA of our forked qemu.
> If it does not represent a release, or a git known state, I think
> there is nothing else to add.
>
> Or include only some information on how tested it was.
>

As it seems to be a revision for 1.3.1 SDK this should be expressed in the
commitlog so people know what has been change there.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

[-- Attachment #2: Type: text/html, Size: 3442 bytes --]

^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 01/27] u-boot: fix nand image name issue for different core type
  2012-11-29 19:15 ` [PATCH 01/27] u-boot: fix nand image name issue for different core type Matthew McClintock
@ 2012-11-30 11:07   ` Daiane Angolini
  0 siblings, 0 replies; 69+ messages in thread
From: Daiane Angolini @ 2012-11-30 11:07 UTC (permalink / raw)
  To: Matthew McClintock; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
> Final nand u-boot image is named differently in u-boot source. That is:
> "u-boot-nand.bin" for e500v2 boards, "u-boot.bin" for other boards.
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> Signed-off-by: Ting Liu <b28495@freescale.com>
> ---

Reviewed-by: Daiane Angolini <daiane.angolini@freescale.com>



>  recipes-kernel/u-boot/u-boot_git.bb |   20 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)
>
> diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
> index c0de2ec..207a6ff 100644
> --- a/recipes-kernel/u-boot/u-boot_git.bb
> +++ b/recipes-kernel/u-boot/u-boot_git.bb
> @@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
>
> -PR = "r26"
> +PR = "r27"
>  INHIBIT_DEFAULT_DEPS = "1"
>  DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
>
> @@ -69,18 +69,20 @@ do_compile () {
>                 esac
>
>                 if [ "x${UBOOT_TARGET}" != "x" ]; then
> -                       if [ "${MACHINE_ARCH}" == "p1023rds" ] || \
> -                               [ "${MACHINE_ARCH}" == "p2041rdb" ] || \
> -                               [ "${MACHINE_ARCH}" == "p3041ds" ] || \
> -                               [ "${MACHINE_ARCH}" == "p4080ds" ] || \
> -                               [ "${MACHINE_ARCH}" == "p5020ds" ] || \
> -                               [ "${UBOOT_TARGET}" == "u-boot-sd" ] || \
> -                               [ "${UBOOT_TARGET}" == "u-boot-nand" ]; then
> +                       if [ "${UBOOT_TARGET}" == "u-boot-sd" ]; then
>                                 cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
> +            elif [ "${UBOOT_TARGET}" == "u-boot-nand" ];then
> +                               if [ "${DEFAULTTUNE}" != "ppce500v2" ];then
> +                    cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
> +                fi
>                         else
> -                               ${STAGING_BINDIR_NATIVE}/boot_format \
> +                               if [ -n "${BOOTFORMAT_CONFIG}" ];then
> +                    ${STAGING_BINDIR_NATIVE}/boot_format \
>                                         ${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \
>                                         ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin
> +                else
> +                    cp ${S}/${board}/u-boot.bin  ${S}/${board}/${UBOOT_TARGET}.bin
> +                fi
>                         fi
>                 fi
>         done
> --
> 1.7.9.7
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 13/27] lmsensors-apps: add required runtime dependencies
  2012-11-30  3:57     ` Luo Zhenhua-B19537
  2012-11-30 10:11       ` Daiane Angolini
@ 2012-11-30 11:12       ` Otavio Salvador
  2012-12-04 19:11         ` McClintock Matthew-B29882
  1 sibling, 1 reply; 69+ messages in thread
From: Otavio Salvador @ 2012-11-30 11:12 UTC (permalink / raw)
  To: Luo Zhenhua-B19537; +Cc: meta-freescale, McClintock Matthew-B29882

[-- Attachment #1: Type: text/plain, Size: 3100 bytes --]

On Fri, Nov 30, 2012 at 1:57 AM, Luo Zhenhua-B19537 <B19537@freescale.com>wrote:

> > -----Original Message-----
> > From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> > bounces@yoctoproject.org] On Behalf Of Daiane Angolini
> > >
> > > Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> > > ---
> > >  .../lm_sensors/lmsensors-apps_3.3.2.bb             |    4 +++-
> > >  1 file changed, 3 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > > b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > > index 57a6f3e..62da814 100644
> > > --- a/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > > +++ b/recipes-extended/lm_sensors/lmsensors-apps_3.3.2.bb
> > > @@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
> > >  LIC_FILES_CHKSUM =
> > "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
> > >
> > file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c"
> > >
> > > -PR = "r1"
> > > +PR = "r2"
> > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > >
> > >  SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-
> > ${PV}.tar.bz2"
> > > @@ -37,6 +37,8 @@ PACKAGES =+ "lmsensors-scripts"
> > >
> > >  FILES_lmsensors-scripts = "${bindir}/*.pl ${bindir}/ddcmon
> > ${sbindir}/fancontrol* ${sbindir}/pwmconfig ${sbindir}/sensors-detect"
> > >  RDEPENDS_lmsensors-scripts += "lmsensors-sensors perl bash"
> > > +RDEPENDS_lmsensors-apps += "perl-module-strict perl-module-vars perl-
> > module-warnings-register perl-module-warnings"
> > > +RDEPENDS_lmsensors-scripts += "perl-module-fcntl perl-module-exporter
> > perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename
> > perl-module-constant"
> > You added runtime dependencies for lmsensors-scritps, but from subject
> > only lmsensors-apps is changed
> [Luo Zhenhua-B19537] the prefix of the subject means the name of updated
> recipe, if the name of all impacted binary packages is required to be
> indicated in the subject, I can re-create a patch.
>


In the shortlog (the subject) you may include it when it is easy to express
it but when it is difficult to come with a short description that describes
it properly you can do it in long commitlog

From the patch, I'd use:

--3<--
lmsensors-apps: Add required rdepends of perl modules to
lmsensors-{apps,scripts}

 * lmsensors-apps: Add perl-module-strict perl-module-vars
perl-module-warnings-register
perl-module-warnings
 * lmsensors-scripts: perl-module-fcntl perl-module-exporter
perl-module-xsloader
perl-module-exporter-heavy perl-module-file-basename perl-module-constant
-- 3<--

But it is up to you. The point in describe it is when in future someone
wants to find who or why a change has been done. The more descriptive the
commit log is the easier is to find the need information in future.

Regards,

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

[-- Attachment #2: Type: text/html, Size: 5037 bytes --]

^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 22/27] linux-qoriq-sdk: lock down SHA for release
  2012-11-30 10:42   ` Daiane Angolini
@ 2012-11-30 17:07     ` McClintock Matthew-B29882
  0 siblings, 0 replies; 69+ messages in thread
From: McClintock Matthew-B29882 @ 2012-11-30 17:07 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale

On Fri, Nov 30, 2012 at 4:42 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com> wrote:
>> Signed-off-by: Matthew McClintock <msm@freescale.com>
>> ---
>>  recipes-kernel/linux/linux-qoriq-sdk.inc |    8 +++-----
>>  1 file changed, 3 insertions(+), 5 deletions(-)
>>
>> diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc
>> index 6cd9cc4..8489ca2 100644
>> --- a/recipes-kernel/linux/linux-qoriq-sdk.inc
>> +++ b/recipes-kernel/linux/linux-qoriq-sdk.inc
>> @@ -1,11 +1,9 @@
>>  LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>>
>> +PV = "3.0.48"
>> +PR = "r9"
>>
>> -
>> -PV = "3.0.34"
>> -PR = "r8"
>> -
> I see 2 blank lines being removed.
> Is it my email reader being crazy or is it the intention?
>
> For anything else, this patch is OK to me.

It looks like there was excessive spacing.

-M


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 13/27] lmsensors-apps: add required runtime dependencies
  2012-11-30 11:12       ` Otavio Salvador
@ 2012-12-04 19:11         ` McClintock Matthew-B29882
  0 siblings, 0 replies; 69+ messages in thread
From: McClintock Matthew-B29882 @ 2012-12-04 19:11 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, McClintock Matthew-B29882

On Fri, Nov 30, 2012 at 5:12 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> lmsensors-apps: Add required rdepends of perl modules to
> lmsensors-{apps,scripts}
>
>  * lmsensors-apps: Add perl-module-strict perl-module-vars
> perl-module-warnings-register perl-module-warnings
>  * lmsensors-scripts: perl-module-fcntl perl-module-exporter
> perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename
> perl-module-constant

Updated commit message.

-M


^ permalink raw reply	[flat|nested] 69+ messages in thread

* Re: [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine
  2012-11-29 23:13     ` Otavio Salvador
@ 2012-12-04 19:17       ` McClintock Matthew-B29882
  0 siblings, 0 replies; 69+ messages in thread
From: McClintock Matthew-B29882 @ 2012-12-04 19:17 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

On Thu, Nov 29, 2012 at 5:13 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
>
>
>
> On Thu, Nov 29, 2012 at 8:54 PM, Daiane Angolini <daiane.list@gmail.com>
> wrote:
>>
>> On Thu, Nov 29, 2012 at 5:15 PM, Matthew McClintock <msm@freescale.com>
>> wrote:
>> > This really was already partially applied, so it's just adding more
>> > dependencies
>> >
>> > Signed-off-by: Matthew McClintock <msm@freescale.com>
>> > ---
>> >  recipes-kernel/u-boot/u-boot_git.bb |    2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/recipes-kernel/u-boot/u-boot_git.bb
>> > b/recipes-kernel/u-boot/u-boot_git.bb
>> > index 207a6ff..a8b58a5 100644
>> > --- a/recipes-kernel/u-boot/u-boot_git.bb
>> > +++ b/recipes-kernel/u-boot/u-boot_git.bb
>> > @@ -33,7 +33,7 @@ TOOLCHAIN_OPTIONS_append_e5500-64b =
>> > "/../lib32-${MACHINE}"
>> >  TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
>> >  WRAP_TARGET_PREFIX_e5500-64b =
>> > "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
>> >
>> > -DEPENDS_append_e6500-64b = " lib32-gcc-cross lib32-libgcc"
>> > +DEPENDS_append_e6500-64b = " lib32-gcc-cross"
>> >  PATH_append_e6500-64b =
>> > ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
>> >  TOOLCHAIN_OPTIONS_append_e6500-64b = "/../lib32-${MACHINE}"
>> >  TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
>>
>> This patch does not BUMP PR.
>
>
> This patch can be dropped as the next patch redo the change and also do more
> changes. So seems better to squash them.

Actually these two patches just opposite so if I squash it goes to
nothing but a PR bump... not sure why this came to to be... dropping
both patches for now.

-M


^ permalink raw reply	[flat|nested] 69+ messages in thread

end of thread, other threads:[~2012-12-04 19:18 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-29 19:15 [PATCH 00/27] meta-fsl-ppc SDK updates Matthew McClintock
2012-11-29 19:15 ` [PATCH 01/27] u-boot: fix nand image name issue for different core type Matthew McClintock
2012-11-30 11:07   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 02/27] u-boot: add additional image for p5040ds Matthew McClintock
2012-11-29 22:56   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 03/27] sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc Matthew McClintock
2012-11-30 10:32   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 04/27] lm_sensors: added recipe for v3.3.2 Matthew McClintock
2012-11-29 22:50   ` Daiane Angolini
2012-11-29 23:12     ` Otavio Salvador
2012-11-30  3:50     ` Luo Zhenhua-B19537
2012-11-29 19:15 ` [PATCH 05/27] u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine Matthew McClintock
2012-11-29 22:54   ` Daiane Angolini
2012-11-29 23:13     ` Otavio Salvador
2012-12-04 19:17       ` McClintock Matthew-B29882
2012-11-29 23:14     ` McClintock Matthew-B29882
2012-11-29 19:15 ` [PATCH 06/27] u-boot_git.bb: libgcc is required for multilib builds too Matthew McClintock
2012-11-29 22:51   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 07/27] lio-utils: fix runtime issue Matthew McClintock
2012-11-29 23:11   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 08/27] oprofile: add 0.9.6 Matthew McClintock
2012-11-30 10:25   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 09/27] set preferred version of oprofile to 0.9.6 for e500mc targets Matthew McClintock
2012-11-29 22:43   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 10/27] lxc: remove dhcp from busybox template Matthew McClintock
2012-11-29 23:04   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 11/27] lxc: remove hwaddr from vlan config Matthew McClintock
2012-11-29 22:58   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 12/27] lxc: create the /var/lib/lxc directory Matthew McClintock
2012-11-30 10:38   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 13/27] lmsensors-apps: add required runtime dependencies Matthew McClintock
2012-11-29 23:03   ` Daiane Angolini
2012-11-29 23:29     ` McClintock Matthew-B29882
2012-11-30  3:57     ` Luo Zhenhua-B19537
2012-11-30 10:11       ` Daiane Angolini
2012-11-30 11:12       ` Otavio Salvador
2012-12-04 19:11         ` McClintock Matthew-B29882
2012-11-29 19:15 ` [PATCH 14/27] lxc_0.8.0-rc1.bb: point lxc at kernel source Matthew McClintock
2012-11-29 22:55   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 15/27] lxc_0.8.0-rc1.bb: fix parallel makefile issue Matthew McClintock
2012-11-30 10:36   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 16/27] qemu_1.0.bb: lock down SHA Matthew McClintock
2012-11-29 23:00   ` Daiane Angolini
2012-11-29 23:32     ` McClintock Matthew-B29882
2012-11-30  0:04       ` Yoder Stuart-B08248
2012-11-30 10:05       ` Daiane Angolini
2012-11-30 11:01         ` Otavio Salvador
2012-11-29 19:15 ` [PATCH 17/27] set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targets Matthew McClintock
2012-11-30 10:28   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 18/27] qemu_1.0.bb: lock down SHA for release Matthew McClintock
2012-11-29 19:15 ` [PATCH 19/27] rcw_git.bb: " Matthew McClintock
2012-11-29 23:10   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 20/27] u-boot_git.bb: " Matthew McClintock
2012-11-29 23:08   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 21/27] hv-cfg: " Matthew McClintock
2012-11-30 10:27   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 22/27] linux-qoriq-sdk: " Matthew McClintock
2012-11-30 10:42   ` Daiane Angolini
2012-11-30 17:07     ` McClintock Matthew-B29882
2012-11-29 19:15 ` [PATCH 23/27] flib: add recipe to build external git tree Matthew McClintock
2012-11-30 10:33   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 24/27] update README Matthew McClintock
2012-11-30 10:45   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 25/27] libxml: update the version number to 2.9.0 to match the upgrade in poky Matthew McClintock
2012-11-29 23:06   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 26/27] README: add message about git.freescale.com vs. git.yp.org Matthew McClintock
2012-11-30 10:26   ` Daiane Angolini
2012-11-29 19:15 ` [PATCH 27/27] linux-qoriq-sdk: move patches to default search path Matthew McClintock
2012-11-30 10:34   ` Daiane Angolini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.