[meta-freescale] [meta-fsl-ppc][PATCH 00/26] patch series to upgrade to fsl 1.4 release

b28495 at freescale.com b28495 at freescale.com
Thu Jun 27 02:19:53 PDT 2013


From: Ting Liu <b28495 at freescale.com>

The following changes since commit b515997652f0703f333c96a46c66e73e48b4bfbc:

  recipes: make meta-fsl-ppc play with other layers

Chunrong Guo (4):
  add p1023rdb support
  Add P1025TWR support
  Add BSC9131RDB support
  Add BSC9132QDS support

Ting Liu (1):
  p1020rdb: update machine conf

Zhenhua Luo (21):
  linux-qoriq-sdk(-headers): upgrade to the version of sdk-1.4
  u-boot: upgrade to the version of sdk1.4
  qemu: upgrade to the version of sdk-1.4
  udev-extraconf: unify the name of PCIe Ethernet port for DPAA targets
  udev-extraconf: fix the name conflict of macless and PCIe Ethernet
    port in slot3
  boot-format: update SHA for sdk-1.4
  eth-config: upgrade to sha of sdk-1.4
  flib: upgrade to the SHA of sdk-1.4
  fm-ucode: upgrade to the SHA of sdk-1.4
  fmc: upgrade to the SHA of sdk-1.4
  fmlib: upgrade to the SHA of sdk-1.4
  hv-cfg: upgrade to the SHA of sdk-1.4
  hypervisor: upgrade to the SHA of sdk-1.4 and add hypertrk submodule
  rcw: upgrade to the version of sdk-1.4
  usdpaa: upgrade to the version of sdk-1.4
  asf: add recipe
  cst: add recipe
  mux-server: add recipe
  qoriq-debug: add recipe
  skmm: add recipe
  web-sysmon: add recipe

 conf/machine/bsc9131rdb.conf                       |   16 ++++
 conf/machine/bsc9132qds.conf                       |   16 ++++
 conf/machine/e500mc.inc                            |    2 +-
 conf/machine/e500v2.inc                            |    2 +-
 conf/machine/e5500-64b.inc                         |    2 +-
 conf/machine/e5500.inc                             |    2 +-
 conf/machine/e6500-64b.inc                         |    2 +-
 conf/machine/e6500.inc                             |    2 +-
 conf/machine/p1020rdb.conf                         |    4 +-
 conf/machine/p1023rdb.conf                         |   16 ++++
 conf/machine/p1025twr.conf                         |   18 ++++
 .../71-fsl-dpaa-persistent-networking.rules        |    9 ++
 .../72-fsl-dpaa-persistent-networking.rules        |    9 ++
 ...configure-properly-check-if-lrt-is-needed.patch |   43 ----------
 .../fix-libcap-header-issue-on-some-distro.patch   |   84 ++++++++++++++++++++
 recipes-devtools/qemu/files/relocatable_sdk.patch  |   34 ++++++++
 recipes-devtools/qemu/qemu_1.0.bb                  |   42 ----------
 recipes-devtools/qemu/qemu_fslgit.bb               |   47 +++++++++++
 recipes-kernel/asf/asf_git.bb                      |   25 ++++++
 ...option-Automount-devtmpfs-at-dev-in-kerne.patch |   78 ------------------
 ...Undef-before-redefining-__attribute_const.patch |   28 -------
 ...-build-dependencies-for-c-files-requiring.patch |   44 ----------
 .../linux/files/fix_getrusage_for_perf.patch       |   33 --------
 ...efile.headersinst-install-headers-from-sc.patch |   46 +++++++++++
 recipes-kernel/linux/linux-qoriq-sdk-headers.bb    |    4 +
 recipes-kernel/linux/linux-qoriq-sdk.bb            |    8 +-
 recipes-kernel/linux/linux-qoriq-sdk.inc           |    7 +-
 recipes-kernel/qoriq-debug/qoriq-debug_git.bb      |   34 ++++++++
 recipes-kernel/u-boot/u-boot_git.bb                |   10 +-
 recipes-tools/boot-format/boot-format_git.bb       |    4 +-
 recipes-tools/cst/cst_git.bb                       |   29 +++++++
 recipes-tools/embedded-hv/hypervisor_git.bb        |   21 ++++-
 recipes-tools/eth-config/eth-config_git.bb         |    4 +-
 recipes-tools/flib/flib_git.bb                     |    2 +-
 recipes-tools/hv-cfg/hv-cfg_git.bb                 |    4 +-
 .../mux-server/files/mux-server-1.02.tar.gz        |  Bin 0 -> 10021 bytes
 recipes-tools/mux-server/mux-server_1.02.bb        |   16 ++++
 recipes-tools/rcw/rcw_git.bb                       |    4 +-
 recipes-tools/skmm/skmm_git.bb                     |   33 ++++++++
 recipes-tools/usdpaa/usdpaa_git.bb                 |   18 ++++-
 recipes-tools/web-sysmon/web-sysmon_git.bb         |   21 +++++
 recipes-ucode/fm-ucode/fm-ucode_git.bb             |    8 +-
 recipes-ucode/fmc/fmc_git.bb                       |    4 +-
 recipes-ucode/fmlib/fmlib_git.bb                   |    4 +-
 44 files changed, 525 insertions(+), 314 deletions(-)
 create mode 100644 conf/machine/bsc9131rdb.conf
 create mode 100644 conf/machine/bsc9132qds.conf
 create mode 100644 conf/machine/p1023rdb.conf
 create mode 100644 conf/machine/p1025twr.conf
 delete mode 100644 recipes-devtools/qemu/files/0001-configure-properly-check-if-lrt-is-needed.patch
 create mode 100644 recipes-devtools/qemu/files/fix-libcap-header-issue-on-some-distro.patch
 create mode 100644 recipes-devtools/qemu/files/relocatable_sdk.patch
 delete mode 100644 recipes-devtools/qemu/qemu_1.0.bb
 create mode 100644 recipes-devtools/qemu/qemu_fslgit.bb
 create mode 100644 recipes-kernel/asf/asf_git.bb
 delete mode 100644 recipes-kernel/linux/files/0001-Enable-the-option-Automount-devtmpfs-at-dev-in-kerne.patch
 delete mode 100644 recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
 delete mode 100644 recipes-kernel/linux/files/0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch
 delete mode 100644 recipes-kernel/linux/files/fix_getrusage_for_perf.patch
 create mode 100644 recipes-kernel/linux/files/scripts-Makefile.headersinst-install-headers-from-sc.patch
 create mode 100644 recipes-kernel/qoriq-debug/qoriq-debug_git.bb
 create mode 100644 recipes-tools/cst/cst_git.bb
 create mode 100644 recipes-tools/mux-server/files/mux-server-1.02.tar.gz
 create mode 100644 recipes-tools/mux-server/mux-server_1.02.bb
 create mode 100644 recipes-tools/skmm/skmm_git.bb
 create mode 100644 recipes-tools/web-sysmon/web-sysmon_git.bb

-- 
1.7.3.4





More information about the meta-freescale mailing list