[meta-freescale] [meta-fsl-ppc][PATCH for dylan 00/36] pull request for dylan

b28495 at freescale.com b28495 at freescale.com
Wed Jul 3 03:05:58 PDT 2013


From: Ting Liu <b28495 at freescale.com>

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

Khem Raj (2):
  hypervisor: Compile only for fsl machines
  recipes: make meta-fsl-ppc play with other layers

Ting Liu (5):
  p1020rdb: update machine conf to use new -pd revision
  u-boot: not use == to compatible with dash
  usdpaa: set MACHINE_ARCH specific, same with dependency fmc
  add custom-licenses dir for freescale EULA
  fix Freescale EULA warning

Vakul Garg (1):
  usdpaa: Added fmc in usdpaa dependency list.

Zhenhua Luo (22):
  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
  flib: upgrade to the SHA 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
  linux-qoriq-sdk(-headers): upgrade to the version of sdk-1.4
  u-boot: upgrade to the version of sdk1.4
  boot-format: update SHA for sdk-1.4
  eth-config: upgrade to sha of sdk-1.4
  hv-cfg: upgrade to the SHA of sdk-1.4
  fmlib: upgrade to the SHA of sdk-1.4
  fmc: upgrade to the SHA of sdk-1.4
  fm-ucode: 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
  libedit: pull in from meta-oe as it is needed by usdpaa

Zongchun Yu (2):
  usdpaa: export ARCH for all tasks
  cryptodev: compile testprogs and package them to ${PN}-tests

 conf/layer.conf                                    |    3 +
 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 ++
 custom-licenses/Freescale-EULA                     |  214 ++++++++++++++++++++
 .../71-fsl-dpaa-persistent-networking.rules        |    9 +
 .../72-fsl-dpaa-persistent-networking.rules        |    9 +
 recipes-devtools/libedit/libedit_20121213.bb       |   18 ++
 ...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 +++
 recipes-kernel/cryptodev/cryptodev_1.5.bb          |   18 ++-
 ...pile-and-install-rules-for-cryptodev-test.patch |   69 +++++++
 ...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                |   18 +-
 recipes-test/testfloat/testfloat_2a.bb             |    5 +-
 recipes-tools/boot-format/boot-format_git.bb       |    2 +-
 recipes-tools/cst/cst_git.bb                       |   29 +++
 recipes-tools/embedded-hv/hypervisor_git.bb        |   22 ++-
 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                 |   35 +++-
 recipes-tools/web-sysmon/web-sysmon_git.bb         |   21 ++
 recipes-ucode/fm-ucode/fm-ucode_git.bb             |    8 +-
 recipes-ucode/fmc/fmc_git.bb                       |    2 +-
 recipes-ucode/fmlib/fmlib_git.bb                   |    6 +-
 50 files changed, 867 insertions(+), 323 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
 create mode 100644 custom-licenses/Freescale-EULA
 create mode 100644 recipes-devtools/libedit/libedit_20121213.bb
 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
 create mode 100644 recipes-kernel/cryptodev/files/Add-the-compile-and-install-rules-for-cryptodev-test.patch
 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