From: Ting Liu <[email protected]> These patches update to latest code released on git.freescale.com.
It based on previous backport patch series. Chunrong Guo (1): c293pcie: add machine configure file Ting Liu (8): u-boot: replace tab with 4 spaces u-boot: simplify the compile steps u-boot: use spl version for sd and spi image update BOOTFORMAT_CONFIG for p1/p2 rdb boards asf: update license to dual GPL/BSD asf: add rdepend on ipsec-tools conf/machine/*: make KERNEL_DEVICETREE overridable conf/machine/*: make KERNEL_DEFCONFIG overridable Zhenhua Luo (20): asf: update the SHA for SDK 1.5 boot-format: update the SHA for SDK 1.5 flib: update SHA for SDK 1.5 fm-ucode: update SHA for SDK 1.5 fmc: update SHA for SDK 1.5 fmlib: remove unused patch hv-cfg: update SHA for SDK 1.5 hypervisor: update SHA for SDK 1.5 linux: update SHA for SDK 1.5 qemu: update SHA for SDK 1.5 rcw: update SHA for SDK 1.5 skmm: remove obsolete recipe skmm-ep: add recipe u-boot: update SHA for SDK 1.5 usdpaa: update SHA for SDK 1.5 cst: update SHA for SDK 1.5 eth-config: update SHA for SDK 1.5 fmlib: update SHA for SDK 1.5 b4/t4: use e6500rev2_defconfig as default config p1010rdb: update machine conf to support P1010RDB-PB Zongchun Yu (1): u-boot:add support for fsl external toolchain conf/machine/b4420qds-64b.conf | 5 +- conf/machine/b4420qds.conf | 5 +- conf/machine/b4860qds-64b.conf | 4 +- conf/machine/b4860qds.conf | 4 +- conf/machine/bsc9131rdb.conf | 4 +- conf/machine/bsc9132qds.conf | 4 +- conf/machine/c293pcie.conf | 17 ++ conf/machine/p1010rdb.conf | 10 +- conf/machine/p1020rdb.conf | 6 +- conf/machine/p1021rdb.conf | 6 +- conf/machine/p1022ds.conf | 6 +- conf/machine/p1023rdb.conf | 4 +- conf/machine/p1025twr.conf | 4 +- conf/machine/p2020ds.conf | 4 +- conf/machine/p2020rdb.conf | 6 +- conf/machine/p2041rdb.conf | 4 +- conf/machine/p3041ds.conf | 4 +- conf/machine/p4080ds.conf | 4 +- conf/machine/p5020ds-64b.conf | 4 +- conf/machine/p5020ds.conf | 4 +- conf/machine/p5040ds-64b.conf | 4 +- conf/machine/p5040ds.conf | 4 +- conf/machine/t4160qds-64b.conf | 4 +- conf/machine/t4160qds.conf | 4 +- conf/machine/t4240qds-64b.conf | 4 +- conf/machine/t4240qds.conf | 4 +- recipes-bsp/boot-format/boot-format_git.bb | 2 +- recipes-bsp/rcw/rcw_git.bb | 2 +- recipes-bsp/u-boot/u-boot_git.bb | 213 ++++++++++---------- recipes-devtools/qemu/qemu_fslgit.bb | 2 +- recipes-dpaa/eth-config/eth-config_git.bb | 2 +- recipes-dpaa/flib/flib_git.bb | 2 +- recipes-dpaa/fm-ucode/fm-ucode_git.bb | 2 +- recipes-dpaa/fmc/fmc_git.bb | 2 +- ...ake-the-library-install-path-configurable.patch | 43 ---- recipes-dpaa/fmlib/fmlib_git.bb | 2 +- recipes-dpaa/usdpaa/usdpaa_git.bb | 11 +- recipes-extended/cst/cst_git.bb | 2 +- .../skmm-ep/skmm-ep_git.bb | 18 +- recipes-kernel/asf/asf_git.bb | 7 +- recipes-kernel/linux/linux-qoriq-sdk.inc | 2 +- recipes-virtualization/hv-cfg/hv-cfg_git.bb | 2 +- .../hypervisor/hypervisor_git.bb | 4 +- 43 files changed, 217 insertions(+), 234 deletions(-) create mode 100644 conf/machine/c293pcie.conf delete mode 100644 recipes-dpaa/fmlib/files/0001-fm-lib-make-the-library-install-path-configurable.patch rename recipes-kernel/skmm/skmm_git.bb => recipes-extended/skmm-ep/skmm-ep_git.bb (53%) -- 1.7.3.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
