[meta-freescale] [PATCH 00/27] meta-fsl-ppc SDK updates

Matthew McClintock msm at freescale.com
Thu Nov 29 11:15:24 PST 2012


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





More information about the meta-freescale mailing list