All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Cochran <yocto@mindchasers.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-ppc][PATCH v2 00/38] Patches for FSL SDK 1.6
Date: Sun, 06 Jul 2014 20:40:01 -0400	[thread overview]
Message-ID: <53B9EC61.6010107@mindchasers.com> (raw)
In-Reply-To: <1404380572-14814-1-git-send-email-ting.liu@freescale.com>

On 07/03/2014 05:42 AM, ting.liu@freescale.com wrote:
> From: Ting Liu <b28495@freescale.com>
>
> FSL SDK 1.6 codes were published on git.freescale.com. Update recipes.


Hi Ting,

I was working with these patches today, trying to apply them to the 
yocto project meta-fsl-ppc and have them match my meta-fsl-ppc tree from 
SDK1.6 (that I downloaded from FSL web site).  The results were close, 
but I couldn't get a complete match.

Is it your goal to just have them close or an actual match?  If it's the 
latter, which branch or starting commit are using to apply these patches?

I also noticed at least one patch in your SDK1.6 patch set that moves 
meta-fsl-ppc beyond SDK1.6.  Is this your intention?  If not, please 
have a look at patch 2/38 where you add a patch for binutils 2.24.  As 
you know, SDK1.6 uses binutils 2.23.2, and patch 2/38, which includes 
powerpc-Fix-64-bit-builds-with-binutils-2.24.patch, isn't found in SDK1.6.

Thank you,

Bob




>
> changes in v2:
> add commit msg for what is the change/fix
>
> Stuart Yoder (1):
>    qemu: update to QEMU 1.7
>
> Ting Liu (25):
>    linux: update to sdk v1.6 release
>    linux: fix 64bit kernel builds with binutils 2.24
>    u-boot: update to sdk v1.6 release
>    u-boot: adjust DEPENDS and PATH setting for multilib build
>    update machine configure file for old boards
>    add recipes for ipc kernel module and userspace tool
>    qemu: Prevent QA warnings about /run
>    hypervisor: use seperate folder for 32/64b output
>    hypervisor: update to v1.3-009 release
>    hypervisor: skip already-stripped check
>    qoriq-debug: update to sdk v1.6 release
>    qoriq-debug: use autotools-brokensep
>    hv-cfg: update to sdk v1.6 release
>    flib: update to sdk v1.6 release
>    boot-format: update to sdk v1.6 release
>    cst: update to sdk v1.6 release
>    web-sysmon: update to sdk v1.6 release
>    ceetm: add recipe for sdk v1.6 release
>    l2switch: add recipe for sdk v1.6
>    l2switch: skip already-stripped check
>    uio-seville: add recipe for sdk v1.6
>    apptrk: add recipe for sdk v1.6 release
>    auto-resp: add recipe for sdk v1.6 release
>    cs4315-firmware: add recipe for sdk v1.6
>    eth-config: fix wrong md5sum of license file
>
> Vakul Garg (1):
>    usdpaa: update to sdk v1.6 release
>
> Zhenhua Luo (9):
>    fmc: update to sdk v1.6 release
>    rcw: update to sdk v1.6 release
>    fmlib: update to sdk v1.6 release
>    qe-ucode: add recipe for sdk v1.6
>    asf: update to sdk v1.6 release
>    pkc-firmware: add recipe for sdk v1.6
>    pkc-host: add recipe for sdk v1.6
>    skmm-host: add recipe for sdk v1.6
>    uspdcp: add recipe for sdk v1.6
>
> Zongchun Yu (2):
>    add machine configure file for new boards
>    fm-ucode: update to sdk v1.6 release
>
>   conf/machine/c293pcie.conf                         |    2 +-
>   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/p1023rdb.conf                         |    2 +-
>   conf/machine/t1040rdb-64b.conf                     |   19 ++
>   conf/machine/t1040rdb.conf                         |   19 ++
>   conf/machine/t1042rdb-64b.conf                     |   29 +++
>   conf/machine/t1042rdb.conf                         |   28 +++
>   conf/machine/t2080rdb-64b.conf                     |   20 ++
>   conf/machine/t2080rdb.conf                         |   20 ++
>   conf/machine/t4240rdb-64b.conf                     |   20 ++
>   conf/machine/t4240rdb.conf                         |   20 ++
>   recipes-bsp/apptrk/apptrk_git.bb                   |   20 ++
>   recipes-bsp/boot-format/boot-format_git.bb         |    2 +-
>   recipes-bsp/cs4315-firmware/cs4315-firmware_git.bb |   26 +++
>   recipes-bsp/ipc/ipc-modules-multi_git.bb           |   11 ++
>   recipes-bsp/ipc/ipc-modules-single_git.bb          |   11 ++
>   recipes-bsp/ipc/ipc-modules.inc                    |   39 ++++
>   recipes-bsp/ipc/ipc-ust_git.bb                     |   50 +++++
>   recipes-bsp/ipc/ipc.inc                            |    7 +
>   recipes-bsp/pkc-firmware/pkc-firmware_git.bb       |   41 ++++
>   recipes-bsp/qe-ucode/qe-ucode_git.bb               |   38 ++++
>   recipes-bsp/rcw/rcw_git.bb                         |   26 +--
>   recipes-bsp/u-boot/u-boot_git.bb                   |   46 ++---
>   ...x-texinfo-table-markup-in-qemu-options.hx.patch |  201 --------------------
>   ...x-generating-qemu-doc.html-with-texinfo-5.patch |   54 ------
>   recipes-devtools/qemu/files/add-gtk-options.patch  |   13 --
>   .../qemu/files/add-libssh2-options.patch           |   22 ---
>   recipes-devtools/qemu/files/fdt_header.patch       |   39 ----
>   .../fix-libcap-header-issue-on-some-distro.patch   |   84 --------
>   recipes-devtools/qemu/files/relocatable_sdk.patch  |   34 ----
>   recipes-devtools/qemu/qemu_fslgit.bb               |   18 +-
>   recipes-dpaa/eth-config/eth-config_git.bb          |    2 +-
>   recipes-dpaa/flib/flib_git.bb                      |    4 +-
>   recipes-dpaa/fm-ucode/fm-ucode_git.bb              |   26 +--
>   recipes-dpaa/fmc/fmc_git.bb                        |    6 +-
>   recipes-dpaa/fmlib/fmlib_git.bb                    |   20 +-
>   recipes-dpaa/usdpaa/usdpaa_git.bb                  |   65 +++++--
>   recipes-extended/cst/cst_git.bb                    |    4 +-
>   recipes-extended/l2switch/l2switch_0.1.bb          |   32 ++++
>   recipes-extended/uspdcp/uspdcp_git.bb              |   18 ++
>   recipes-extended/web-sysmon/web-sysmon_git.bb      |    5 +-
>   recipes-kernel/asf/asf_git.bb                      |    4 +-
>   recipes-kernel/auto-resp/ar_git.bb                 |   23 +++
>   recipes-kernel/ceetm/ceetm_git.bb                  |   44 +++++
>   ...erpc-Fix-64-bit-builds-with-binutils-2.24.patch |   80 ++++++++
>   recipes-kernel/linux/linux-qoriq-sdk.bb            |   37 ----
>   recipes-kernel/linux/linux-qoriq-sdk.inc           |   52 ++++-
>   recipes-kernel/linux/linux-qoriq-sdk_3.12.bb       |    7 +
>   recipes-kernel/pkc-host/pkc-host_git.bb            |   47 +++++
>   recipes-kernel/qoriq-debug/qoriq-debug_git.bb      |    7 +-
>   recipes-kernel/skmm-host/skmm-host_git.bb          |   34 ++++
>   recipes-kernel/uio-seville/uio-seville_0.1.bb      |   12 ++
>   recipes-virtualization/hv-cfg/hv-cfg_git.bb        |    4 +-
>   .../hypervisor/hypervisor_git.bb                   |   34 ++--
>   59 files changed, 912 insertions(+), 628 deletions(-)
>   create mode 100644 conf/machine/t1040rdb-64b.conf
>   create mode 100644 conf/machine/t1040rdb.conf
>   create mode 100644 conf/machine/t1042rdb-64b.conf
>   create mode 100644 conf/machine/t1042rdb.conf
>   create mode 100644 conf/machine/t2080rdb-64b.conf
>   create mode 100644 conf/machine/t2080rdb.conf
>   create mode 100644 conf/machine/t4240rdb-64b.conf
>   create mode 100644 conf/machine/t4240rdb.conf
>   create mode 100644 recipes-bsp/apptrk/apptrk_git.bb
>   create mode 100644 recipes-bsp/cs4315-firmware/cs4315-firmware_git.bb
>   create mode 100644 recipes-bsp/ipc/ipc-modules-multi_git.bb
>   create mode 100644 recipes-bsp/ipc/ipc-modules-single_git.bb
>   create mode 100644 recipes-bsp/ipc/ipc-modules.inc
>   create mode 100644 recipes-bsp/ipc/ipc-ust_git.bb
>   create mode 100644 recipes-bsp/ipc/ipc.inc
>   create mode 100644 recipes-bsp/pkc-firmware/pkc-firmware_git.bb
>   create mode 100644 recipes-bsp/qe-ucode/qe-ucode_git.bb
>   delete mode 100644 recipes-devtools/qemu/files/0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch
>   delete mode 100644 recipes-devtools/qemu/files/0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch
>   delete mode 100644 recipes-devtools/qemu/files/add-gtk-options.patch
>   delete mode 100644 recipes-devtools/qemu/files/add-libssh2-options.patch
>   delete mode 100644 recipes-devtools/qemu/files/fdt_header.patch
>   delete mode 100644 recipes-devtools/qemu/files/fix-libcap-header-issue-on-some-distro.patch
>   delete mode 100644 recipes-devtools/qemu/files/relocatable_sdk.patch
>   create mode 100755 recipes-extended/l2switch/l2switch_0.1.bb
>   create mode 100644 recipes-extended/uspdcp/uspdcp_git.bb
>   create mode 100644 recipes-kernel/auto-resp/ar_git.bb
>   create mode 100644 recipes-kernel/ceetm/ceetm_git.bb
>   create mode 100644 recipes-kernel/linux/files/powerpc-Fix-64-bit-builds-with-binutils-2.24.patch
>   delete mode 100644 recipes-kernel/linux/linux-qoriq-sdk.bb
>   create mode 100644 recipes-kernel/linux/linux-qoriq-sdk_3.12.bb
>   create mode 100644 recipes-kernel/pkc-host/pkc-host_git.bb
>   create mode 100644 recipes-kernel/skmm-host/skmm-host_git.bb
>   create mode 100755 recipes-kernel/uio-seville/uio-seville_0.1.bb
>



  parent reply	other threads:[~2014-07-07  0:40 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-03  9:42 [meta-fsl-ppc][PATCH v2 00/38] Patches for FSL SDK 1.6 ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 01/38] linux: update to sdk v1.6 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 02/38] linux: fix 64bit kernel builds with binutils 2.24 ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 03/38] u-boot: update to sdk v1.6 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 04/38] u-boot: adjust DEPENDS and PATH setting for multilib build ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 05/38] add machine configure file for new boards ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 06/38] update machine configure file for old boards ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 07/38] fm-ucode: update to sdk v1.6 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 08/38] fmc: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 09/38] rcw: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 10/38] fmlib: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 11/38] add recipes for ipc kernel module and userspace tool ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 12/38] usdpaa: update to sdk v1.6 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 13/38] qemu: update to QEMU 1.7 ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 14/38] qemu: Prevent QA warnings about /run ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 15/38] hypervisor: use seperate folder for 32/64b output ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 16/38] hypervisor: update to v1.3-009 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 17/38] hypervisor: skip already-stripped check ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 18/38] qoriq-debug: update to sdk v1.6 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 19/38] qoriq-debug: use autotools-brokensep ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 20/38] hv-cfg: update to sdk v1.6 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 21/38] flib: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 22/38] boot-format: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 23/38] cst: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 24/38] web-sysmon: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 25/38] ceetm: add recipe for " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 26/38] l2switch: add recipe for sdk v1.6 ting.liu
2014-07-07  1:18   ` Bob Cochran
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 27/38] l2switch: skip already-stripped check ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 28/38] uio-seville: add recipe for sdk v1.6 ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 29/38] apptrk: add recipe for sdk v1.6 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 30/38] auto-resp: " ting.liu
2014-07-07  1:08   ` Bob Cochran
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 31/38] qe-ucode: add recipe for sdk v1.6 ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 32/38] asf: update to sdk v1.6 release ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 33/38] cs4315-firmware: add recipe for sdk v1.6 ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 34/38] pkc-firmware: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 35/38] pkc-host: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 36/38] skmm-host: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 37/38] uspdcp: " ting.liu
2014-07-03  9:42 ` [meta-fsl-ppc][PATCH v2 38/38] eth-config: fix wrong md5sum of license file ting.liu
2014-07-07  0:40 ` Bob Cochran [this message]
2014-07-07  3:58   ` [meta-fsl-ppc][PATCH v2 00/38] Patches for FSL SDK 1.6 ting.liu
2014-07-08 10:20     ` zhenhua.luo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B9EC61.6010107@mindchasers.com \
    --to=yocto@mindchasers.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.